修改会员充值判断
This commit is contained in:
@@ -409,6 +409,10 @@ public class PayService {
|
|||||||
return "用户信息不存在";
|
return "用户信息不存在";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!"1".equals(tbShopUser.getIsVip().toString())){
|
||||||
|
tbShopUser.setIsVip(Byte.parseByte("1"));
|
||||||
|
}
|
||||||
|
|
||||||
//修改客户资金
|
//修改客户资金
|
||||||
tbShopUser.setAmount(tbShopUser.getAmount().add(memberIn.getAmount()));
|
tbShopUser.setAmount(tbShopUser.getAmount().add(memberIn.getAmount()));
|
||||||
tbShopUser.setUpdatedAt(System.currentTimeMillis());
|
tbShopUser.setUpdatedAt(System.currentTimeMillis());
|
||||||
|
|||||||
Reference in New Issue
Block a user