|
@@ -76,9 +76,9 @@ public class ObjectRelationController {
|
|
|
public CommonResult<List<ObjectRelation>> createBatch(@Valid @RequestBody List<ObjectRelation> voList){
|
|
|
|
|
|
ParamCheckUtil.checkParam(CommonConstant.QUERY_GROUPCODE,CommonConstant.QUERY_PROJECTID);
|
|
|
- voList = service.insert(voList);
|
|
|
|
|
|
createDefaultValue(voList);
|
|
|
+ voList = service.insert(voList);
|
|
|
|
|
|
return ResultHelper.multi(voList);
|
|
|
}
|