Authored by mali

Merge branch 'master' into gray

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