1
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.mosty.common.core.business.mapper.SysUserAppHomeconfigPlateMapper">
|
||||
|
||||
<!--根据ID删除明细-->
|
||||
<update id="deleteByPzid">
|
||||
update sys_user_app_homeconfig_plate set xt_zxbz = 1 where pz_id = #{pzId}
|
||||
</update>
|
||||
|
||||
<!--根据ID删除明细-->
|
||||
<update id="updateById">
|
||||
update sys_user_app_homeconfig_plate set xt_zxbz = #{zxbz} where id = #{id}
|
||||
</update>
|
||||
|
||||
</mapper>
|
Reference in New Issue
Block a user