xubh před 4 roky
rodič
revize
477708156e

+ 1 - 1
src/main/java/com/minpay/common/pay/ShouhuoPay.java

@@ -457,7 +457,7 @@ public class ShouhuoPay implements IMINAction{
 			else if("02".equals(orderInf.getProType())) {
 				// 00充值(CZ)
 				//todo 添加机器编号
-				service.modfiyAccount(orderInf.getChannel(), orderInf.getPersonId(), "01", amt, "00", payMentList.get(0).getFlowno(), "充值","");
+				service.modfiyAccount(orderInf.getChannel(), orderInf.getPersonId(), "01", amt, "00", payMentList.get(0).getFlowno(), "充值",orderInf.getEquipmentId());
 			}
 		}
 	}