|
@ -1025,7 +1025,7 @@ public class PatientPrescriptionPayService extends BaseService {
|
|
|
List<BindCard> bindCard = onePayService.bindCardList(openid);
|
|
|
for (BindCard cards : bindCard) {
|
|
|
String attachCardNo = cards.getAttachCardNo();
|
|
|
if (StringUtil.isNotEmpty(attachCardNo) && StringUtil.isNotEmpty(ssc) && ssc.equals(attachCardNo)) {
|
|
|
if (StringUtil.isNotEmpty(attachCardNo) && StringUtil.isNotEmpty(paySsc) && paySsc.equals(attachCardNo)) {
|
|
|
resIdNo = cards.getAttachIdNo();
|
|
|
resName = cards.getAttachName();
|
|
|
resSsc = cards.getAttachCardNo();
|