自测问题修改

This commit is contained in:
cwchen 2024-08-20 13:06:38 +08:00
parent d48af7fd7d
commit bef4e12e12
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ public class PersonMgeServiceImpl implements IPersonMgeService {
BeanUtils.copyProperties(vo, personVo);
String validResult = validatorsUtils.valid(personVo, PersonVo.Query.class);
if (StringUtils.isNotBlank(validResult)) {
return AjaxResult.error(validResult);
return AjaxResult.error("" + obj.getString("rowNo") + "" + validResult);
}
list.add(personVo);
}