|
|
@ -120,6 +120,9 @@ public class SdBusinessServiceImpl implements SdBusinessService {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
public void trInpatientOutPatient(String patientId) {
|
|
|
|
public void trInpatientOutPatient(String patientId) {
|
|
|
|
|
|
|
|
if (trInpatientOutpatientDao.exists(patientId)){
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
String sdRyIndex = tBasicMapper.getSdRyIndex(patientId);
|
|
|
|
String sdRyIndex = tBasicMapper.getSdRyIndex(patientId);
|
|
|
|
if (Func.isBlank(sdRyIndex)) {
|
|
|
|
if (Func.isBlank(sdRyIndex)) {
|
|
|
|
log.warn("patientId:{} 没有患者索引!", patientId);
|
|
|
|
log.warn("patientId:{} 没有患者索引!", patientId);
|
|
|
|