Browse Source

fix

release_toaliyun_real
lin 2 years ago
parent
commit
e3db5176ba
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/OrderExpiringSchedule.java

+ 0
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/OrderExpiringSchedule.java View File

@@ -344,7 +344,6 @@ public class OrderExpiringSchedule {
return false;
}
@Transactional(propagation = Propagation.REQUIRED, readOnly = false, rollbackFor = {Exception.class})
public void orderExpired(WxOrder order,boolean checkRealPay) throws MallinkException, Exception {
if (checkRealPay) {


Loading…
Cancel
Save