loki.wu hace 10 meses
padre
commit
c152f7e75c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lib/managers/service_pack.dart

+ 3 - 0
lib/managers/service_pack.dart

@@ -49,6 +49,9 @@ class ServicePackManager implements IServicePackManager {
     }
     if (result == null) {
       result = ContractRecordDTO();
+    } else {
+      logger.i(
+          "ServicePackManager getDoctorContractRecord:${result.contractedDoctorName ?? ''} ${result.contractedDoctorPhone ?? ''} ${result.teamLeaderName ?? ''} ${result.preceptorName ?? ''}");
     }
     if (result.contractedDoctorName?.isNullOrEmpty ?? true) {
       result.contractedDoctorName = Store.user.displayName;