Authored by mali

Merge branch 'master' into gray

@@ -98,7 +98,7 @@ public class ErpFastDeliveryController { @@ -98,7 +98,7 @@ public class ErpFastDeliveryController {
98 98
99 logger.info("singleDownSelf param {}", req); 99 logger.info("singleDownSelf param {}", req);
100 100
101 - boolean result = erpFastDeliveryService.batchDownSelf(req); 101 + boolean result = erpFastDeliveryService.singleDownSelf(req);
102 String msg = "下架成功"; 102 String msg = "下架成功";
103 if (!result) { 103 if (!result) {
104 msg = "下架失败"; 104 msg = "下架失败";