瀏覽代碼

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>