项目确认流程修复

This commit is contained in:
yuezhihang
2021-09-02 09:52:23 +08:00
parent a6883f2cb5
commit 3e8a72ad80
@@ -42,7 +42,7 @@ public class confirmAfter implements TaskListener {
JSONObject jsonObject=JSONObject.parseObject(os.toString());
StandProjectRelationDto standProjectRelationDto=new StandProjectRelationDto();
standProjectRelationDto.setProjectId(object.getString("projectId"));
standProjectRelationDto.setStandId(jsonObject.getString("standId"));
standProjectRelationDto.setStandId(jsonObject.getString("id"));
standProjectRelationDtos.add(standProjectRelationDto);
}
lawsUserInfoService.batchInsert(standProjectRelationDtos);