Explorar o código

Merge branch 'test'

anderx %!s(int64=3) %!d(string=hai) anos
pai
achega
c87178e286

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