FengChaoYu 9 kuukautta sitten
vanhempi
commit
f414f70687

+ 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"/>