Commit ee080c9e authored by liuxun's avatar liuxun

merge

parent 21a7e84e
......@@ -250,7 +250,7 @@ public class BuildBedController {
* 终止录入
*/
@PostMapping("/saveStopTime")
public Result<Boolean> saveStopTime(@RequestBody SaveStopTime saveStopTime){
public Result<Boolean> saveStopTime(SaveStopTime saveStopTime){
ChSrvSend chSrvSend = sendService.getById(saveStopTime.getSrvSendId());
if(chSrvSend == null){
return Result.failed("提交失败,服务分配记录不存在");
......
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