Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2021-09-02 15:21:09 +08:00
@@ -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);