随手拍修改bug修复
This commit is contained in:
parent
b1596c6b81
commit
cecaeae91b
|
|
@ -53,4 +53,6 @@ public interface AppSnapshotMapper {
|
|||
int addSnapshotPhoto(@Param("list") List<SysFileInfo> list,@Param("dto") SnapshotBean dto);
|
||||
|
||||
int updateSnapshotForm(@Param("bean") SnapshotBean dto,@Param("userInfo") SnapshotBean userInfo);
|
||||
|
||||
void delSnapshotPhoto(SnapshotBean dto);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@
|
|||
description = #{bean.description}
|
||||
where id = #{bean.snapshotId}
|
||||
</update>
|
||||
<delete id="delSnapshotPhoto">
|
||||
update st_file set is_active = '0' where st_id = #{snapshotId}
|
||||
</delete>
|
||||
|
||||
<select id="getSnapshotList" resultType="com.bonus.common.safetycheck.SnapshotBean">
|
||||
select
|
||||
|
|
|
|||
Loading…
Reference in New Issue