@@ -345,6 +345,6 @@
<update id="updateBack">
update order_examine
set aid= #{taskReceiverId} ,`type` =1
- where aid= #{aid} and and status =0
+ where aid= #{aid} and status =0
</update>
</mapper>