md
This commit is contained in:
parent
2f334bbc80
commit
082fa02d4f
@ -206,11 +206,11 @@
|
||||
</update>
|
||||
|
||||
<delete id="deleteEmisSiteAccountById" parameterType="Long">
|
||||
delete from emis_site_account where id = #{id}
|
||||
update emis_site_account set del_flag='0' where id = #{id}
|
||||
</delete>
|
||||
|
||||
<delete id="deleteEmisSiteAccountByIds" parameterType="String">
|
||||
delete from emis_site_account where id in
|
||||
update emis_site_account set del_flag='0' where id in
|
||||
<foreach item="id" collection="array" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user