|
@@ -1074,7 +1074,7 @@ public class TaskController extends BladeController {
|
|
@ApiOperationSupport(order = 1)
|
|
@ApiOperationSupport(order = 1)
|
|
@ApiOperation(value = "资料填报-任务管理-任务查看分页查询", notes = "传入BusinessTaskDTO")
|
|
@ApiOperation(value = "资料填报-任务管理-任务查看分页查询", notes = "传入BusinessTaskDTO")
|
|
public R<IPage<BusinessTaskPageVO>> page(@RequestBody BusinessTaskDTO dto) throws IOException {
|
|
public R<IPage<BusinessTaskPageVO>> page(@RequestBody BusinessTaskDTO dto) throws IOException {
|
|
- if (ObjectUtil.isEmpty(dto.getContractIdValue())) {
|
|
|
|
|
|
+ if (ObjectUtil.isEmpty(dto.getCurrentContractId())) {
|
|
throw new ServiceException("未获取到当前用户所在的合同段信息,请联系管理员");
|
|
throw new ServiceException("未获取到当前用户所在的合同段信息,请联系管理员");
|
|
}
|
|
}
|
|
int current = dto.getCurrent();
|
|
int current = dto.getCurrent();
|