jk-GitHub-coder 4 年之前
父節點
當前提交
efa647ae29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      YijiaRestful/src/main/resources/mapper/IntegralWaresMapper.xml

+ 1 - 1
YijiaRestful/src/main/resources/mapper/IntegralWaresMapper.xml

@@ -3,7 +3,7 @@
 <mapper namespace="com.platform.yijia.dao.IntegralWaresMapper">
   <!--返回结果-->
   <resultMap id="BaseResultMap" type="com.platform.yijia.pojo.IntegralWares">
-    <id column="id" jdbcType="INTEGER" property="id" />
+    <id     column="id"             jdbcType="INTEGER"    property="id" />
     <result column="wares_type"     jdbcType="VARCHAR"    property="waresType" />
     <result column="wares_name"     jdbcType="VARCHAR"    property="waresName" />
     <result column="sale_integral"  jdbcType="DECIMAL"    property="saleIntegral" />