Browse Source

Merge branch 'dev_user_grid_work_2_jinan' of http://git.elinkit.com.cn:7070/r/epmet-cloud into develop

dev
jianjun 4 years ago
parent
commit
bb8c29f590
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/PatrolRoutineWorkDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/PatrolRoutineWorkDao.xml

@ -33,7 +33,7 @@
WHERE WHERE
m.CUSTOMER_ID = #{customerId} m.CUSTOMER_ID = #{customerId}
<if test="id != null and id != ''"> <if test="id != null and id != ''">
AND ID = #{id} AND m.ID = #{id}
</if> </if>
AND m.DEL_FLAG = '0' AND m.DEL_FLAG = '0'
</select> </select>

Loading…
Cancel
Save