|
@@ -71,7 +71,7 @@ public class TsbDeliveryController extends TscBaseController {
|
|
|
@GetMapping("/loc/assign")
|
|
@GetMapping("/loc/assign")
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
|
public String deliveryLocAssignJob() throws Exception {
|
|
public String deliveryLocAssignJob() throws Exception {
|
|
|
- deliveryOrderJob.run("cron.delivery.loc.assign");
|
|
|
|
|
|
|
+ deliveryOrderJob.runById("cron.delivery.loc.assign");
|
|
|
return "OK";
|
|
return "OK";
|
|
|
}
|
|
}
|
|
|
|
|
|