|
@@ -36,7 +36,7 @@ class RecordDataCacheManager implements IRecordDataCacheManager {
|
|
|
existData.isValid = true;
|
|
|
existData.dataJson = data;
|
|
|
existData.patientCode = patientCode;
|
|
|
- existData.syncState = OfflineDataSyncState.success;
|
|
|
+ existData.syncState = OfflineDataSyncState.wait;
|
|
|
//更新数据库
|
|
|
await db.repositories.diagnosis.update(existData);
|
|
|
} else {
|