|
|
|
@ -35,7 +35,6 @@ public class OrderUtil {
|
|
|
|
|
|
|
|
|
|
private final AfterSaleService afterSaleService;
|
|
|
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
|
public ApiResult rsyncOrder(ShopBO shopBO, List<String> orderIds) {
|
|
|
|
|
if (ObjectUtil.isEmpty(orderIds)) {
|
|
|
|
|
// autoTriggerRsyncData(orderIds);
|
|
|
|
|