|
@@ -239,7 +239,7 @@ public class AppUserCountDividendServiceImpl extends ServiceImpl<AppUserCountDiv
|
|
|
tran.setRemarks(countDividend.getDateNo() + " 团队周分红奖励");
|
|
|
tran.setFromUid(sendUserId);
|
|
|
|
|
|
- appUserService.updateUserAmount(tran);
|
|
|
+ appUserService.updateUserAmount(tran,true);
|
|
|
}
|
|
|
if (null != countDividend.getCoin() && countDividend.getCoin() > 0) {
|
|
|
if(null != countDividend.getCoin() && curUser.getCoin() < countDividend.getCoin()){
|