Browse Source

导入修改

release
zxc 3 years ago
parent
commit
c7adc6c71e
  1. 5
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml

5
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml

@ -60,6 +60,11 @@
when id = #{h.houseId} then #{h.ownerIdCard} when id = #{h.houseId} then #{h.ownerIdCard}
</foreach> </foreach>
</trim> </trim>
<trim prefix="SORT =(case" suffix="end),">
<foreach collection="houses" item="h">
when id = #{h.houseId} then #{h.sort}
</foreach>
</trim>
UPDATED_TIME = NOW() UPDATED_TIME = NOW()
</trim> </trim>
WHERE DEL_FLAG = '0' WHERE DEL_FLAG = '0'

Loading…
Cancel
Save