liurunyu
2025-06-06 a9a4f82620106ed96c95d83e9a0a4ac0b9dfde19
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/PaymentSv.java
@@ -101,7 +101,7 @@
     * @param po
     * @return
     */
    Long addWechatpay(SeWechatpay po) {
    public Long addWechatpay(SeWechatpay po) {
        seWechatpayMapper.insert(po);
        return po.getId();
    }
@@ -111,7 +111,7 @@
     * @param appId
     * @return
     */
    SeWechatpay getWechatpayByAppId(String appId) {
    public SeWechatpay getWechatpayByAppId(String appId) {
        return seWechatpayMapper.getWechatpayByAppId(appId);
    }
}