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