代码提交
This commit is contained in:
parent
13cf881db1
commit
c4a706cf3b
|
|
@ -167,6 +167,8 @@ public class DaKyProFilesContentsDto extends PageDomain {
|
||||||
private String proName;
|
private String proName;
|
||||||
private String singleProName;
|
private String singleProName;
|
||||||
private String isRectification;
|
private String isRectification;
|
||||||
|
// 归档描述
|
||||||
|
private String description;
|
||||||
|
|
||||||
private List<DaKyProFilesContentsDto> children = new ArrayList<>();
|
private List<DaKyProFilesContentsDto> children = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<update id="updateFileStatus">
|
<update id="updateFileStatus">
|
||||||
UPDATE da_ky_project
|
UPDATE da_ky_project
|
||||||
SET
|
SET
|
||||||
file_status = '1'
|
file_status = '1',
|
||||||
|
description = #{description}
|
||||||
WHERE
|
WHERE
|
||||||
id = #{proId}
|
id = #{proId}
|
||||||
</update>
|
</update>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue