md
This commit is contained in:
parent
8d6c6689c0
commit
c43062fc9f
@ -269,11 +269,11 @@
|
||||
</update>
|
||||
|
||||
<delete id="deleteEmisElectronicPagApplyById" parameterType="Long">
|
||||
delete from emis_electronic_pag_apply where id = #{id}
|
||||
update emis_electronic_pag_apply set del_flag='1' where id = #{id}
|
||||
</delete>
|
||||
|
||||
<delete id="deleteEmisElectronicPagApplyByIds" parameterType="String">
|
||||
delete from emis_electronic_pag_apply where id in
|
||||
update emis_electronic_pag_apply set del_flag='1' where id in
|
||||
<foreach item="id" collection="array" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user