|
|
@@ -18,6 +18,7 @@ import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.math.RoundingMode;
|
|
|
import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
@Slf4j
|
|
|
@@ -357,6 +358,8 @@ public class SiMzFeeService {
|
|
|
setlEntity.setRevoked(YesOrNo.NO.getCode());
|
|
|
setlEntity.setSetlType(ClrType.OUTPATIENT.getCode());
|
|
|
setlEntity.setInsuplcAdmdvs(setlmt.getInsuplcAdmdvs());
|
|
|
+ setlEntity.setBegntime(mzDao.selectBegntime(p.getPatNo(), p.getTimes()));
|
|
|
+ setlEntity.setEndtime(setlEntity.getSetlTime());
|
|
|
setlinfoDao.insert(setlEntity);
|
|
|
setlinfoDao.updateSiZyInfoSetlId(p.getPatNo(), p.getTimes(), 0, setlEntity.getSetlId(),
|
|
|
setlEntity.getMedinsSetlId(), input.getString("msgid"));
|