Browse Source

派单BUG修复

anderx 3 years ago
parent
commit
a74fa10439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/OrderExamineMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/OrderExamineMapper.xml

@@ -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>