Browse Source

表名和类名统统换掉

master
jianjun 4 years ago
parent
commit
3e9f52db11
  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