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