rev:转运任务
This commit is contained in:
@@ -144,7 +144,7 @@ public class DeviceManageController {
|
||||
@SaIgnore
|
||||
@Log("转运确认")
|
||||
public ResponseEntity<TableDataInfo> transfConfirm(@RequestBody JSONObject param) {
|
||||
// {"start":"1123","end":"1131"}
|
||||
// {"start":"1123","end":"1131","vehicle_code":XXX}
|
||||
tranforTask.createTask(param);
|
||||
return new ResponseEntity<>(TableDataInfo.build(),HttpStatus.OK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user