標準征求意见流程加附件
This commit is contained in:
@@ -30,5 +30,9 @@ public class SarPublicIdea{
|
||||
|
||||
private String uniques;
|
||||
|
||||
private String files;
|
||||
|
||||
private String filesName;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -144,6 +144,8 @@ public class StartSurveyAfter implements TaskListener {
|
||||
.standType(object.getString("standType"))
|
||||
.standId(object.getString("standId"))
|
||||
.uniques(uniques)
|
||||
.files(object.getString("filesId"))
|
||||
.filesName(object.getString("filesName"))
|
||||
.build();
|
||||
ResponseMessage result = lawsUserInfoService.addSarPublicIdea(sarPublicIdea);
|
||||
if(!result.isOk()){
|
||||
|
||||
Reference in New Issue
Block a user