@@ -71,6 +71,10 @@ namespace VitalService.Service
{
result.IsExistSubordinate = true;
}
+ if (_jingQiApiHelper == null)
+ {
+ result.FacturyUserCode = string.Empty;
+ }
return result;