|
@ -6116,7 +6116,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
userNo = patientMappingDO.getMappingCode();
|
|
|
}
|
|
|
String cardNo = null;
|
|
|
if (!StringUtils.isNoneBlank(outpatientDO.getCardNo())){
|
|
|
if (StringUtils.isNoneBlank(outpatientDO.getCardNo())){
|
|
|
cardNo = outpatientDO.getCardNo();
|
|
|
}
|
|
|
logger.info("cardNo:"+cardNo);
|