| | |
| | | * @param param |
| | | * @return |
| | | */ |
| | | @RequestMapping("/notice-weight-done") |
| | | public @ResponseBody |
| | | PageResponse<String> noticeWeightDone(@RequestBody ApiInoutData param) { |
| | | |
| | | String msg = inoutEventControl.noticeWeightDone(param); |
| | | |
| | | return new PageResponse<>(RespCodeEnum.CODE_0000, msg); |
| | | } |
| | | // @RequestMapping("/notice-weight-done") |
| | | // public @ResponseBody |
| | | // PageResponse<String> noticeWeightDone(@RequestBody ApiInoutData param) { |
| | | // |
| | | // String msg = inoutEventControl.noticeWeightDone(param); |
| | | // |
| | | // return new PageResponse<>(RespCodeEnum.CODE_0000, msg); |
| | | // } |
| | | |
| | | } |