Commit bd4c989f authored by hezhen's avatar hezhen

Merge branch 'holiday-price' into dev

parents 39c3c1ad f336a529
...@@ -248,10 +248,9 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper, A ...@@ -248,10 +248,9 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper, A
detail.setWithDrawOrderNo(orderNo); detail.setWithDrawOrderNo(orderNo);
detail.setSource(1); detail.setSource(1);
myWaterBiz.updMyWater(detail); myWaterBiz.updMyWater(detail);
if (orderType == 1 || orderType == 2) { }
myWaterBiz.updMyWalletUnbooked(userId, unbooked, 2); if ((orderType == 1 || orderType == 2)&&unbooked.compareTo(BigDecimal.ZERO)==1 ){
} myWaterBiz.updMyWalletUnbooked(userId, unbooked, 2);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment