liurunyu
2025-06-30 2af7e1dde6b4d1e5800ea644e421250a83a9ecd2
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);
    }
}