浏览代码

斗拱支付

Chris-zy 1 年之前
父节点
当前提交
7b7c58667e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mp-service/src/main/resources/mapper/pay/PaymentConfigMapper.xml

+ 1 - 1
mp-service/src/main/resources/mapper/pay/PaymentConfigMapper.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.bluesx.erp.mapper.PaymentConfigMapper">
-  <resultMap id="BaseResultMap" type="com.bluesx.erp.entity.PaymentConfig">
+  <resultMap id="BaseResultMap" type="com.qs.mp.pay.domain.PaymentConfig">
     <id column="id" jdbcType="VARCHAR" property="id" />
     <result column="data_order" jdbcType="INTEGER" property="dataOrder" />
     <result column="create_time" jdbcType="TIMESTAMP" property="createTime" />