|
|
|
@@ -1050,7 +1050,6 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
} |
|
|
|
daily.setReceivePay(receivePay); |
|
|
|
daily.setPay(daily.getPay() + pay); |
|
|
|
daily.setPay(daily.getPay() + pay); |
|
|
|
daily.setOwe(0L); |
|
|
|
long owe = daily.getReceivePay() - daily.getPay(); |
|
|
|
if (owe > 0) { |
|
|
|
|