ソースを参照

Merge branch 'test'

anderx 3 年 前
コミット
c87178e286
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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>