liurunyu
2025-01-11 89dc7eddbc0c9ce1f6d7e7f5da8ca85e54e32edc
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);
    }
}