Commit f289ac8f authored by tangwei's avatar tangwei

增加字段

parent 417b0273
...@@ -218,6 +218,7 @@ public class SurveyInformationServiceImpl extends BaseService<SurveyInformationD ...@@ -218,6 +218,7 @@ public class SurveyInformationServiceImpl extends BaseService<SurveyInformationD
powerStation.setProjectAddress(peasantHousehold.getProjectAddressName()); powerStation.setProjectAddress(peasantHousehold.getProjectAddressName());
powerStation.setPeasantHouseholdId(String.valueOf(peasantHousehold.getSequenceNbr())); powerStation.setPeasantHouseholdId(String.valueOf(peasantHousehold.getSequenceNbr()));
powerStation.setProcessStatus(PowerStationProcessStateEnum.进行中.getName()); powerStation.setProcessStatus(PowerStationProcessStateEnum.进行中.getName());
powerStation.setServiceAgent(peasantHousehold.getDeveloperName());
log.info("流程执行成功:{}", code); log.info("流程执行成功:{}", code);
// 获取流程信息 // 获取流程信息
FeignClientResult<JSONObject> record = idxFeginService.getRecord(code); FeignClientResult<JSONObject> record = idxFeginService.getRecord(code);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment