|
@@ -16,13 +16,14 @@
|
|
|
<result column="update_time" jdbcType="DATE" property="updateTime" />
|
|
|
<result column="update_by" jdbcType="VARCHAR" property="updateBy" />
|
|
|
<result column="update_name" jdbcType="VARCHAR" property="updateName" />
|
|
|
-<!-- <result column="station_id" jdbcType="INTEGER" property="stationId" />-->
|
|
|
+ <result column="station_id" jdbcType="INTEGER" property="stationId" />
|
|
|
+ <result column="station_name" jdbcType="VARCHAR" property="stationName" />
|
|
|
</resultMap>
|
|
|
|
|
|
<!--查询列-->
|
|
|
<sql id="Base_Column_List">
|
|
|
id, wares_type, wares_name, sale_integral, wares_pic, wares_detail, wares_status, create_time,
|
|
|
- create_by, create_name, update_time, update_by, update_name
|
|
|
+ create_by, create_name, update_time, update_by, update_name, station_name
|
|
|
</sql>
|
|
|
|
|
|
<!--查询油站商品信息-->
|