Commit 42c70459 authored by hezhuozhi's avatar hezhuozhi

27563 监管业务系统,压力管道使用登记,被监管单位驳回,使用单位通过工作台待办项处理,进入申请单详情,点击工程装置变更工程装置,接口报错

parent 5bfaa780
......@@ -367,7 +367,7 @@ public class JgUseRegistrationController extends BaseController {
@GetMapping(value = "/jgProjectContraptionPage")
@ApiOperation(value = "查询指定使用单位下的可用装置,已纳管且使用登记证编号为空或者null", notes = "不包括流程中的")
public ResponseModel<IPage<IdxBizJgProjectContraption>> getJgProjectContraptionPage(@RequestParam(value = "useUnitCreditCode") String useUnitCreditCode,
@RequestParam(value = "dataSource") String dataSource,
@RequestParam(value = "dataSource",required = false) String dataSource,
@RequestParam(value = "current") int current,
@RequestParam(value = "size") int size) {
Page<IdxBizJgProjectContraption> page = new Page<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment