|
|
@ -54,6 +54,7 @@ public class F10Service { |
|
|
|
|
|
|
|
|
String topCompanyId= commonOpt.getTopCompanyId(f10JournalLog.getDeviceId()); |
|
|
String topCompanyId= commonOpt.getTopCompanyId(f10JournalLog.getDeviceId()); |
|
|
if (topCompanyId==null || topCompanyId.equals("0")){ |
|
|
if (topCompanyId==null || topCompanyId.equals("0")){ |
|
|
|
|
|
log.error("no companyId is found========================>>>> {}",f10JournalLog.getDeviceId()); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
DataSourceContextHolder.clearCurrentDataSourceKey(); |
|
|
DataSourceContextHolder.clearCurrentDataSourceKey(); |
|
|
|