|
|
@@ -141,6 +141,7 @@ public class SysAmountAuditingServiceImpl extends ServiceImpl<SysAmountAuditingM
|
|
|
}else{
|
|
|
LambdaQueryWrapper<SysAmountAuditing> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.like(SysAmountAuditing::getReceiveUser, receiveUser);
|
|
|
+ wrapper.eq(SysAmountAuditing::getAuditingStatus, "0");
|
|
|
long count = this.count(wrapper);
|
|
|
if(count >= 10){
|
|
|
AssertionUtils.isFail(true, "超出10次领取限制,请先审核后再领取订单!");
|