fix: 梅州三院,新增数据默认归档状态为0

master
wyb 7 months ago
parent 7acc41302d
commit 2d432dd647

@ -134,6 +134,7 @@ public class MzsyPatientInfoSyncServiceImpl implements PatientInfoSyncService {
iuBasic.setPatientId(String.valueOf(idService.getDateSeq()));
iuBasic.setCreateTime(nowDate);
iuBasic.setUpdateTime(nowDate);
iuBasic.setIsArchive(0);
if(ObjectUtil.isNotEmpty(iuBasic.getLeaveMethod())){
leaveMethodList.add(iuBasic);
}

Loading…
Cancel
Save