|
|
@@ -178,6 +178,7 @@ public class PartnerUserServiceImpl extends ServiceImpl<PartnerUserMapper, Partn
|
|
|
wrapper.eq("user_id",userGradeParam.getId());
|
|
|
wrapper.eq("audit_status",0);
|
|
|
wrapper.eq("type",0);
|
|
|
+ wrapper.eq("original_level",userGradeParam.getGrade());
|
|
|
Long aLong = liftingRecordMapper.selectCount(wrapper);
|
|
|
if (aLong > 0){
|
|
|
return HttpResult.error("重复提交,等待管理员审批");
|