feat(sync): 优化大华平台人员车辆同步功能
parent
4943b36c0b
commit
e39f5bd82c
|
|
@ -67,7 +67,7 @@ public class DaHuaPersonSyncExe {
|
|||
if (persons == null || persons.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
List<String> resourceCodes = findResourceCodes(apply);
|
||||
// List<String> resourceCodes = findResourceCodes(apply);
|
||||
Set<String> personCodes = new LinkedHashSet<>();
|
||||
for (XgfPersonApplyAddCmd.PersonApplyAddCmdExt person : persons) {
|
||||
String paperNumber = decodeUserCard(person.getUserCard());
|
||||
|
|
|
|||
Loading…
Reference in New Issue