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 FROM
gridstaff_info_pingyin gridstaff_info_pingyin
WHERE WHERE
grid_user_id = #{gridUserId} grid_user_id = #{staffId}
AND grid_code = #{gridCode} AND grid_code = #{code}
LIMIT 1 LIMIT 1
</select> </select>

Loading…
Cancel
Save