Explorar el Código

// merchantReciver

release_toaliyun_real
xhxu hace 3 años
padre
commit
2c7574871e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/TtMerchantReciverSchedule.java

+ 3
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/TtMerchantReciverSchedule.java Ver fichero

@@ -67,7 +67,9 @@ public class TtMerchantReciverSchedule {
for (WxAppinfo wxAppinfo:wxAppinfoList) {
appIdMap.put(wxAppinfo.getTenantId(),wxAppinfo.getAppId());
WxPayAccount wxPayAccount = payAccountService.getById(wxAppinfo.getPayId());
payAccountKeyMap.put(wxAppinfo.getTenantId(),wxPayAccount.getApiKey());
if(wxPayAccount != null){
payAccountKeyMap.put(wxAppinfo.getTenantId(),wxPayAccount.getApiKey());
}
}

for (WxMerchant m:merchants) {


Cargando…
Cancelar
Guardar