liurunyu
2025-08-27 1bbde5dfffbf69f75c3cab93f4a329dc83e7fd3e
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);
    }
}