|
|
@ -21,8 +21,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<result property="workDownMachine" column="work_down_machine" />
|
|
|
|
<result property="workDownMachine" column="work_down_machine" />
|
|
|
|
<result property="workReason" column="work_reason" />
|
|
|
|
<result property="workReason" column="work_reason" />
|
|
|
|
<result property="workFaultDesc" column="work_fault_desc" />
|
|
|
|
<result property="workFaultDesc" column="work_fault_desc" />
|
|
|
|
|
|
|
|
|
|
|
|
<result property="workStartTime" column="work_start_time" />
|
|
|
|
<result property="workStartTime" column="work_start_time" />
|
|
|
|
<result property="workEndTime" column="work_end_time" />
|
|
|
|
<result property="workEndTime" column="work_end_time" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<result property="actualDownStartTime" column="actual_down_start_time" />
|
|
|
|
|
|
|
|
<result property="actualDownEndTime" column="actual_down_end_time" />
|
|
|
|
|
|
|
|
<result property="workConnection" column="work_connection" />
|
|
|
|
|
|
|
|
|
|
|
|
<result property="workCostTime" column="work_cost_time" />
|
|
|
|
<result property="workCostTime" column="work_cost_time" />
|
|
|
|
<result property="workCost" column="work_cost" />
|
|
|
|
<result property="workCost" column="work_cost" />
|
|
|
|
<result property="workStatus" column="work_status" />
|
|
|
|
<result property="workStatus" column="work_status" />
|
|
|
@ -103,6 +109,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
erwo.work_fault_desc,
|
|
|
|
erwo.work_fault_desc,
|
|
|
|
erwo.work_start_time,
|
|
|
|
erwo.work_start_time,
|
|
|
|
erwo.work_end_time,
|
|
|
|
erwo.work_end_time,
|
|
|
|
|
|
|
|
erwo.actual_down_start_time,
|
|
|
|
|
|
|
|
erwo.actual_down_end_time,
|
|
|
|
|
|
|
|
erwo.work_connection,
|
|
|
|
erwo.work_cost_time,
|
|
|
|
erwo.work_cost_time,
|
|
|
|
erwo.work_cost,
|
|
|
|
erwo.work_cost,
|
|
|
|
erwo.work_status,
|
|
|
|
erwo.work_status,
|
|
|
@ -178,6 +187,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
erwo.work_fault_desc,
|
|
|
|
erwo.work_fault_desc,
|
|
|
|
erwo.work_start_time,
|
|
|
|
erwo.work_start_time,
|
|
|
|
erwo.work_end_time,
|
|
|
|
erwo.work_end_time,
|
|
|
|
|
|
|
|
erwo.actual_down_start_time,
|
|
|
|
|
|
|
|
erwo.actual_down_end_time,
|
|
|
|
|
|
|
|
erwo.work_connection,
|
|
|
|
erwo.work_cost_time,
|
|
|
|
erwo.work_cost_time,
|
|
|
|
erwo.work_cost,
|
|
|
|
erwo.work_cost,
|
|
|
|
erwo.work_status,
|
|
|
|
erwo.work_status,
|
|
|
@ -223,6 +235,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
erwo.work_fault_desc,
|
|
|
|
erwo.work_fault_desc,
|
|
|
|
erwo.work_start_time,
|
|
|
|
erwo.work_start_time,
|
|
|
|
erwo.work_end_time,
|
|
|
|
erwo.work_end_time,
|
|
|
|
|
|
|
|
erwo.actual_down_start_time,
|
|
|
|
|
|
|
|
erwo.actual_down_end_time,
|
|
|
|
|
|
|
|
erwo.work_connection,
|
|
|
|
erwo.work_cost_time,
|
|
|
|
erwo.work_cost_time,
|
|
|
|
erwo.work_cost,
|
|
|
|
erwo.work_cost,
|
|
|
|
erwo.work_status,
|
|
|
|
erwo.work_status,
|
|
|
@ -282,6 +297,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="workFaultDesc != null">work_fault_desc,</if>
|
|
|
|
<if test="workFaultDesc != null">work_fault_desc,</if>
|
|
|
|
<if test="workStartTime != null">work_start_time,</if>
|
|
|
|
<if test="workStartTime != null">work_start_time,</if>
|
|
|
|
<if test="workEndTime != null">work_end_time,</if>
|
|
|
|
<if test="workEndTime != null">work_end_time,</if>
|
|
|
|
|
|
|
|
<if test="actualDownStartTime != null">actual_down_start_time,</if>
|
|
|
|
|
|
|
|
<if test="actualDownEndTime != null">actual_down_end_time,</if>
|
|
|
|
|
|
|
|
<if test="workConnection != null">work_connection,</if>
|
|
|
|
<if test="workCostTime != null">work_cost_time,</if>
|
|
|
|
<if test="workCostTime != null">work_cost_time,</if>
|
|
|
|
<if test="workCost != null">work_cost,</if>
|
|
|
|
<if test="workCost != null">work_cost,</if>
|
|
|
|
<if test="workStatus != null">work_status,</if>
|
|
|
|
<if test="workStatus != null">work_status,</if>
|
|
|
@ -315,6 +333,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="workFaultDesc != null">#{workFaultDesc},</if>
|
|
|
|
<if test="workFaultDesc != null">#{workFaultDesc},</if>
|
|
|
|
<if test="workStartTime != null">#{workStartTime},</if>
|
|
|
|
<if test="workStartTime != null">#{workStartTime},</if>
|
|
|
|
<if test="workEndTime != null">#{workEndTime},</if>
|
|
|
|
<if test="workEndTime != null">#{workEndTime},</if>
|
|
|
|
|
|
|
|
<if test="actualDownStartTime != null">#{actualDownStartTime},</if>
|
|
|
|
|
|
|
|
<if test="actualDownEndTime != null">#{actualDownEndTime},</if>
|
|
|
|
|
|
|
|
<if test="workConnection != null">#{workConnection},</if>
|
|
|
|
<if test="workCostTime != null">#{workCostTime},</if>
|
|
|
|
<if test="workCostTime != null">#{workCostTime},</if>
|
|
|
|
<if test="workCost != null">#{workCost},</if>
|
|
|
|
<if test="workCost != null">#{workCost},</if>
|
|
|
|
<if test="workStatus != null">#{workStatus},</if>
|
|
|
|
<if test="workStatus != null">#{workStatus},</if>
|
|
|
@ -351,6 +372,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="workFaultDesc != null">work_fault_desc = #{workFaultDesc},</if>
|
|
|
|
<if test="workFaultDesc != null">work_fault_desc = #{workFaultDesc},</if>
|
|
|
|
<if test="workStartTime != null">work_start_time = #{workStartTime},</if>
|
|
|
|
<if test="workStartTime != null">work_start_time = #{workStartTime},</if>
|
|
|
|
<if test="workEndTime != null">work_end_time = #{workEndTime},</if>
|
|
|
|
<if test="workEndTime != null">work_end_time = #{workEndTime},</if>
|
|
|
|
|
|
|
|
<if test="actualDownStartTime != null">actual_down_start_time = #{actualDownStartTime},</if>
|
|
|
|
|
|
|
|
<if test="actualDownEndTime != null">actual_down_end_time = #{actualDownEndTime},</if>
|
|
|
|
|
|
|
|
<if test="workConnection != null">work_connection = #{workConnection},</if>
|
|
|
|
<if test="workCostTime != null">work_cost_time = #{workCostTime},</if>
|
|
|
|
<if test="workCostTime != null">work_cost_time = #{workCostTime},</if>
|
|
|
|
<if test="workCost != null">work_cost = #{workCost},</if>
|
|
|
|
<if test="workCost != null">work_cost = #{workCost},</if>
|
|
|
|
<if test="workStatus != null">work_status = #{workStatus},</if>
|
|
|
|
<if test="workStatus != null">work_status = #{workStatus},</if>
|
|
|
|