Browse Source

程序调整优化

master
sunyuchao 3 years ago
parent
commit
7024fc9994
  1. 4
      epmet-module/open-data-worker/open-data-worker-server/src/main/resources/mapper/GridstaffInfoPingyinDao.xml

4
epmet-module/open-data-worker/open-data-worker-server/src/main/resources/mapper/GridstaffInfoPingyinDao.xml

@ -30,8 +30,8 @@
FROM
gridstaff_info_pingyin
WHERE
grid_user_id = #{gridUserId}
AND grid_code = #{gridCode}
grid_user_id = #{staffId}
AND grid_code = #{code}
LIMIT 1
</select>

Loading…
Cancel
Save