项目确认流程修复
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user