浏览代码

客户转交,订单转交修改公出转交审核人

anderx 2 年之前
父节点
当前提交
f444d860bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/PublicExamineMapper.xml

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

@@ -107,7 +107,7 @@
   <update id="updateAidByAid">
     update public_examine a ,(select id,name from admin where id=#{aid})b
     set a.aid=b.id ,a.aname =b.name
-    where a.aid = #{oldAid}
+    where a.aid = #{oldAid} and a.status=0
   </update>