Commit 76e7172d authored by lisong's avatar lisong

修改bug

parent a5d3ec8e
......@@ -212,6 +212,8 @@ public class OrgPersonController extends BaseController {
for (Map<String, Object> record : mapIPage.getRecords()) {
if (!record.containsKey("amosOrgId")) {
record.put("amosOrgId", record.get("sequenceNbr"));
}else if (ObjectUtils.isEmpty(record.get("amosOrgId"))) {
record.put("amosOrgId", record.get("sequenceNbr"));
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment