Commit 390dd6a3 authored by hezhuozhi's avatar hezhuozhi

初始化数据返回信息

parent 9ac3dac1
...@@ -154,8 +154,8 @@ public class DataHandlerController extends BaseController { ...@@ -154,8 +154,8 @@ public class DataHandlerController extends BaseController {
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "GET", value = "使用登记、车用气瓶登记历史单据使用登记表生成", notes = "使用登记、车用气瓶登记历史单据使用登记表生成") @ApiOperation(httpMethod = "GET", value = "使用登记、车用气瓶登记历史单据使用登记表生成", notes = "使用登记、车用气瓶登记历史单据使用登记表生成")
@GetMapping(value = "/initFormUrl") @GetMapping(value = "/initFormUrl")
public void initFormUrl() { public ResponseModel<Boolean> initFormUrl() {
dataHandlerService.initFormUrl(); dataHandlerService.initFormUrl();
ResponseHelper.buildResponse(true); return ResponseHelper.buildResponse(Boolean.TRUE);
} }
} }
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