Commit 176737d2 authored by hezhen's avatar hezhen

123

parent 1f22bc8e
...@@ -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