|
@@ -19,7 +19,7 @@ class FollowUpServiceMock extends VitalFollowUpService {
|
|
|
entity.syncType = OfflineDataSyncType.create;
|
|
|
entity.userCode = Store.user.userCode!;
|
|
|
entity.patientCode = patientCode;
|
|
|
- entity.contractDoctor = Store.user.account!;
|
|
|
+ entity.contractDoctor = Store.user.displayName;
|
|
|
entity.typeKey = request.key!;
|
|
|
entity.templateCode = request.templateCode!;
|
|
|
entity.mode = request.followUpMode;
|