Browse Source

添加修改时间

master
HAHA 3 years ago
parent
commit
da85ba0feb
  1. 3
      epmet-user/epmet-user-server/src/main/resources/mapper/IcVolunteerPolyDao.xml

3
epmet-user/epmet-user-server/src/main/resources/mapper/IcVolunteerPolyDao.xml

@ -24,7 +24,8 @@
<update id="updateLonAndLat"> <update id="updateLonAndLat">
UPDATE ic_volunteer_poly p UPDATE ic_volunteer_poly p
SET p.LONGITUDE = #{form.longitude}, SET p.LONGITUDE = #{form.longitude},
p.LATITUDE = #{form.latitude} p.LATITUDE = #{form.latitude},
p.UPDATED_TIME = NOW()
WHERE WHERE
p.USER_ID = #{form.userId} p.USER_ID = #{form.userId}
AND p.customer_id = #{form.customerId} AND p.customer_id = #{form.customerId}

Loading…
Cancel
Save