Browse Source

Merge remote-tracking branch 'remotes/origin/dev_pingyin_7_22' into pingyin_master

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