|
@@ -29,7 +29,7 @@ public class MachineControlController {
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping("/save")
|
|
|
- public Result save(@RequestBody MachineControlDTO machineControlDTO) {
|
|
|
+ public Result save(MachineControlDTO machineControlDTO) {
|
|
|
machineControlService.save(machineControlDTO);
|
|
|
return new Result(10000,"保存料机信息成功",true);
|
|
|
}
|