[修改] 草稿删除,删除业务数据
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user