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