Commit a42e1d1c by 1244575290@qq.com

加判断

parent bf2b9c32
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
<select id="listNoClassifyRobot" resultMap="BaseResultMap"> <select id="listNoClassifyRobot" resultMap="BaseResultMap">
select id, wx_id, unique_number, real_status select id, wx_id, unique_number, real_status
from pcloud_robot where robot_type is null from pcloud_robot where robot_type is null and real_status = 1
</select> </select>
<update id="updateRobotType" parameterType="map"> <update id="updateRobotType" parameterType="map">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment