This commit is contained in:
haozq 2025-04-18 09:00:58 +08:00
parent 3d88263daa
commit cb288765d5
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where id=#{id}
</update>
<update id="deleteData">
update tb_const_info set del_flag=1 , update_time=now() where id=#{id}
update tb_const_info set del_flag=1 , update_time=now()
where id=#{id}
</update>
<select id="getPageList" resultType="com.bonus.base.basic.domain.ConstInfoVo">