|
|
@@ -248,7 +248,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
<if test="itemCompletionFactorSum != null"> AND #{itemCompletionFactorSum} > item_completion_factor_sum</if>
|
|
|
<if test="workOrderStatus != null and workOrderStatus != ''"> AND work_order_status = #{workOrderStatus}</if>
|
|
|
- <if test="realEndTime != null"> AND #{realEndTime} > real_end_time</if>
|
|
|
+ <if test="realEndTime != null"> AND #{realEndTime} > create_time</if>
|
|
|
</where>
|
|
|
</update>
|
|
|
|
|
|
@@ -258,7 +258,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
<if test="itemCompletionFactorSum != null"> AND item_completion_factor_sum = #{itemCompletionFactorSum}</if>
|
|
|
<if test="workOrderStatus != null and workOrderStatus != ''"> AND work_order_status = #{workOrderStatus}</if>
|
|
|
- <if test="realEndTime != null"> AND #{realEndTime} > real_end_time</if>
|
|
|
+ <if test="realEndTime != null"> AND #{realEndTime} > create_time</if>
|
|
|
</where>
|
|
|
</update>
|
|
|
|