Explorar el Código

1

release_toaliyun_real
xiaohu hace 5 años
padre
commit
3c90584034
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxProjectConfigServiceImpl.java
  2. +2
    -1
      mallinkService/src/main/resources/mapper/WxPayAccountBillMapper.xml

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxProjectConfigServiceImpl.java Ver fichero

@@ -192,6 +192,7 @@ public class WxProjectConfigServiceImpl implements WxProjectConfigService {
if(wxPayAccountBill == null){ if(wxPayAccountBill == null){
wxPayAccountBill = new WxPayAccountBill(); wxPayAccountBill = new WxPayAccountBill();
wxPayAccountBill.setTenantId(wxPayAccount.getTenantId()); wxPayAccountBill.setTenantId(wxPayAccount.getTenantId());
wxPayAccountBill.setServiceChargeRate(0);
} }
wxPayAccountBill.setMchId(wxPayAccount.getMchId()); wxPayAccountBill.setMchId(wxPayAccount.getMchId());
wxPayAccountBill.setSubMchId(wxPayAccount.getSubMchId()); wxPayAccountBill.setSubMchId(wxPayAccount.getSubMchId());


+ 2
- 1
mallinkService/src/main/resources/mapper/WxPayAccountBillMapper.xml Ver fichero

@@ -20,7 +20,8 @@
</resultMap> </resultMap>


<sql id="allColumns"> <sql id="allColumns">
`id`,`tenant_id`,`parent_tenant_id`,`mch_id`,`sub_mch_id`,`api_key`,`notify_url`,`cert_path`,`type`,`share`,`rate`,`real_rate`
`id`,`tenant_id`,`parent_tenant_id`,`mch_id`,`sub_mch_id`,`api_key`,`notify_url`,`cert_path`,
`type`,`share`,`rate`,`real_rate`,`service_charge_rate`
</sql> </sql>


<sql id="dynamicWhereConditions"> <sql id="dynamicWhereConditions">


Cargando…
Cancelar
Guardar