This commit is contained in:
esacpe
2024-07-17 21:04:17 +08:00
commit 1fa3303972
1291 changed files with 92328 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?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.SysAppHomeconfigPlateMapper">
<!--根据ID删除明细-->
<update id="deleteByPlateId">
update sys_app_homeconfig_plate set xt_zxbz = 1 where homeid = #{homeid}
</update>
</mapper>