Browse Source

Merge branch 'test'

anderx 3 years ago
parent
commit
c87178e286
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>