This commit is contained in:
parent
3d88263daa
commit
cb288765d5
|
|
@ -16,7 +16,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
where id=#{id}
|
where id=#{id}
|
||||||
</update>
|
</update>
|
||||||
<update id="deleteData">
|
<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>
|
</update>
|
||||||
|
|
||||||
<select id="getPageList" resultType="com.bonus.base.basic.domain.ConstInfoVo">
|
<select id="getPageList" resultType="com.bonus.base.basic.domain.ConstInfoVo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue