소스 검색

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

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>