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