Compare commits
2 Commits
a8bfcebce4
...
b6de22d7a5
Author | SHA1 | Date |
---|---|---|
perry | b6de22d7a5 | |
perry | 3c2eca8fba |
|
@ -33,6 +33,7 @@
|
||||||
left join system_dept d on d.id = a.dept_id
|
left join system_dept d on d.id = a.dept_id
|
||||||
<include refid="baseWhere">
|
<include refid="baseWhere">
|
||||||
</include>
|
</include>
|
||||||
|
order by a.pay_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="findListPage" resultType="cn.iocoder.yudao.module.shop.controller.admin.recharge.vo.RechargeOrderRespVO">
|
<select id="findListPage" resultType="cn.iocoder.yudao.module.shop.controller.admin.recharge.vo.RechargeOrderRespVO">
|
||||||
select
|
select
|
||||||
|
|
|
@ -176,8 +176,8 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta
|
||||||
private-key-path: classpath:/1/apiclient_key.pem
|
private-key-path: classpath:/1/apiclient_key.pem
|
||||||
key-path: classpath:/1/apiclient_cert.p12
|
key-path: classpath:/1/apiclient_cert.p12
|
||||||
cert-serial-no: 7F76A4ADC52CA0B440C4E5698F8A5CD1633A0FCD
|
cert-serial-no: 7F76A4ADC52CA0B440C4E5698F8A5CD1633A0FCD
|
||||||
notify-url: http://api.cyywl.top/app-api/pay/wxpay/pay_notify
|
notify-url: http://api.cyywl.top/admin-api/notify/wxpay/pay_notify
|
||||||
refund-notify-url: http://api.cyywl.top/app-api/pay/wxpay/refund_notify
|
refund-notify-url: http://api.cyywl.top/admin-api/notify/wxpay/refund_notify
|
||||||
two:
|
two:
|
||||||
enabled: true
|
enabled: true
|
||||||
app-id: wxb1826c88da21d81e
|
app-id: wxb1826c88da21d81e
|
||||||
|
|
Loading…
Reference in New Issue