[修改] 草稿删除,删除业务数据

This commit is contained in:
bupengxiang
2023-05-16 14:52:20 +08:00
parent d151af2234
commit 2b22e95e3b
11 changed files with 53 additions and 1 deletions
@@ -67,6 +67,10 @@
#{id}
</foreach>
</update>
<update id="deleteByDataId">
UPDATE power_apply_act set del_flag = 1
where data_id = #{dataId}
</update>
<!-- 根据查询VO进行分页查询 -->
@@ -90,6 +90,10 @@
</if>
</where>
</sql>
<update id="deleteByDataId">
UPDATE <include refid="TableName"/> set del_flag = 1
where data_id = #{dataId}
</update>
<!-- 根据查询VO进行分页查询 -->
<select id="selectPage" resultMap="BaseResultMap">