Browse Source

【网格实体化运作】-【列表添加id】-(王童)-2020/12/8

feature/dangjian
Jackwang 5 years ago
parent
commit
d3e385f55f
  1. 3
      esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/SubPositionCheckInfoDao.xml

3
esua-epdc/epdc-module/epdc-kpi/epdc-kpi-server/src/main/resources/mapper/SubPositionCheckInfoDao.xml

@ -22,7 +22,8 @@
<result property="updatedTime" column="UPDATED_TIME"/> <result property="updatedTime" column="UPDATED_TIME"/>
</resultMap> </resultMap>
<select id="getSubPositionList" resultType="com.elink.esua.epdc.dto.SubPositionCheckInfoDTO"> <select id="getSubPositionList" resultType="com.elink.esua.epdc.dto.SubPositionCheckInfoDTO">
select COMMUNITY_NAME, select id,
COMMUNITY_NAME,
GRID_NAMES, GRID_NAMES,
SUBMIT_TIME, SUBMIT_TIME,
STATUS, STATUS,

Loading…
Cancel
Save