自测问题修改
This commit is contained in:
parent
d48af7fd7d
commit
bef4e12e12
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue