去除多余事务

ljl-dsPurchaseOrder
wangchaoxu 1 year ago
parent 8b5c079693
commit aa1b5bb8c1

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

Loading…
Cancel
Save