|
|
@ -141,7 +141,7 @@ public class ScreenProjectDataCollController { |
|
|
|
@RequestMapping("uploadprojectinfo") |
|
|
|
public Result uploadProjectInfo(@RequestHeader("CustomerId") String customerId,@RequestBody ScreenCollFormDTO<ScreenProjectDataInfoFormDTO> param){ |
|
|
|
if (null == param || CollectionUtils.isEmpty(param.getDataList()) || StringUtils.isBlank(param.getDateId())) { |
|
|
|
throw new ValidateException("参数错误:dataList不能为空且dataId不能为空"); |
|
|
|
throw new ValidateException("参数错误:dataList不能为空且dateId不能为空"); |
|
|
|
} |
|
|
|
projectDataService.collect(customerId,param); |
|
|
|
return new Result(); |
|
|
|