Merge branch 'master' into gray
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 = "下架失败"; |
-
Please register or login to post a comment