Explorar o código

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

anderx %!s(int64=2) %!d(string=hai) anos
pai
achega
f444d860bd

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