浏览代码

no message

FengChaoYu 9 月之前
父节点
当前提交
f414f70687
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

+ 2 - 2
mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

@@ -3,7 +3,7 @@
 <mapper namespace="com.gree.mall.miniapp.commonmapper.MaterialMapper">
 
     <resultMap id="newRefundManageAppList" type="com.gree.mall.miniapp.bean.material.parts.NewRefundManageBean">
-        <id column="applyNo" jdbcType="VARCHAR" property="applyNo"/>
+        <id column="apply_no" jdbcType="VARCHAR" property="applyNo"/>
         <result column="sales_Id" jdbcType="VARCHAR" property="salesId"/>
         <result column="apply_category" jdbcType="VARCHAR" property="applyCategory"/>
         <result column="apply_category_name" jdbcType="VARCHAR" property="applyCategoryName"/>
@@ -83,7 +83,7 @@
     </resultMap>
 
     <resultMap id="oldRefundManageAppList" type="com.gree.mall.miniapp.bean.material.parts.OldRefundManageBean">
-        <id column="applyNo" jdbcType="VARCHAR" property="applyNo"/>
+        <id column="apply_no" jdbcType="VARCHAR" property="applyNo"/>
         <result column="apply_category" jdbcType="VARCHAR" property="applyCategory"/>
         <result column="apply_category_name" jdbcType="VARCHAR" property="applyCategoryName"/>
         <result column="apply_type" jdbcType="VARCHAR" property="applyType"/>