Commit 978936da authored by 赵啸非's avatar 赵啸非

修改so加载路径

parent b13d50ae
...@@ -119,7 +119,7 @@ public class SyncDoorsEventTaskImpl implements ITaskExcuteService { ...@@ -119,7 +119,7 @@ public class SyncDoorsEventTaskImpl implements ITaskExcuteService {
recordHikEntity.initAttrValue(); recordHikEntity.initAttrValue();
byte[] byEmployeeNo = item.getStruAcsEventInfo().getByEmployeeNo(); byte[] byEmployeeNo = item.getStruAcsEventInfo().getByEmployeeNo();
if (ObjectUtils.isEmpty(byEmployeeNo)) { if (ObjectUtils.isEmpty(new String(byEmployeeNo).trim())) {
int dwEmployeeNo = item.getStruAcsEventInfo().getDwEmployeeNo(); int dwEmployeeNo = item.getStruAcsEventInfo().getDwEmployeeNo();
if (dwEmployeeNo == 0) { if (dwEmployeeNo == 0) {
log.info("jobNo is null ==>{}", JSON.toJSONString(item)); log.info("jobNo is null ==>{}", JSON.toJSONString(item));
......
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