综合素质申请加撤销功能
This commit is contained in:
@@ -164,9 +164,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
#{id}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
</delete>
|
</delete>
|
||||||
<delete id="cancelAuditById" parameterType="Long">
|
<update id="cancelAuditById" parameterType="Long">
|
||||||
update cph_iam set audit_status=1 where id=#{id}
|
update cph_iam set audit_status=1 where id=#{id}
|
||||||
</delete>
|
</update>
|
||||||
<update id="cancelCphAudiDetailsById" parameterType="Long">
|
<update id="cancelCphAudiDetailsById" parameterType="Long">
|
||||||
update cph_audit_details set status_code=1 where project_id=#{id}
|
update cph_audit_details set status_code=1 where project_id=#{id}
|
||||||
</update>
|
</update>
|
||||||
|
Reference in New Issue
Block a user