标准征求意见流程 bug修复
This commit is contained in:
@@ -24,5 +24,9 @@ public class SarPublicIdea{
|
||||
|
||||
private String categoryFlag;
|
||||
|
||||
private String standType;
|
||||
|
||||
private String standId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -138,6 +138,8 @@ public class StartSurveyAfter implements TaskListener {
|
||||
.cname(object.getString("cname"))
|
||||
.startTime(new Date())
|
||||
.endTime(time)
|
||||
.standType(object.getString("standType"))
|
||||
.standId(object.getString("standId"))
|
||||
.build();
|
||||
ResponseMessage result = lawsUserInfoService.addSarPublicIdea(sarPublicIdea);
|
||||
if(!result.isOk()){
|
||||
|
||||
Reference in New Issue
Block a user