|
@@ -17,11 +17,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="energyConsumption" column="energy_consumption" />
|
|
|
<result property="productPutput" column="product_putput" />
|
|
|
<result property="dataDate" column="data_date" />
|
|
|
- <result property="deptName" column="dept_name" />
|
|
|
+ <result property="dataDay" column="data_day" />
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTDashboarddayVo">
|
|
|
- select id, del_flag, creater_code, createdate, updater_code, updatedate, daily_yixi, daily_bingxi, loss_rate, energy_consumption, product_putput, data_date from t_dashboardday
|
|
|
+ select id, del_flag, creater_code, createdate, updater_code, updatedate, daily_yixi, daily_bingxi, loss_rate, energy_consumption, product_putput, data_date, data_day from t_dashboardday
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectTDashboarddayList" parameterType="TDashboardday" resultMap="TDashboarddayResult">
|