jeremy 8 ヶ月 前
コミット
a31fdd25d4

+ 4 - 0
src/VitalMixtureService/FrontService/Service/UserService.cs

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