|
@@ -298,6 +298,7 @@ public class SiZyService {
|
|
|
Integer dbSolidSize = queryDao.getDbSolidSize(p.getInpatientNo(), p.getAdmissTimes(), p.getLedgerSn());
|
|
|
Integer dbUploadedSize = queryDao.getDbUploadedSize(p.getInpatientNo(), p.getAdmissTimes(), p.getLedgerSn());
|
|
|
if (ListUtil.isBlank(p.getDetailSns()) || Objects.equals(dbSolidSize, dbUploadedSize)) {
|
|
|
+ p.setDetailSns(null);
|
|
|
JSONObject item = new JSONObject();
|
|
|
item.put("feedetl_sn", "0000");
|
|
|
item.put("mdtrt_id", siPatInfo.getMdtrtId());
|