@ -34,8 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="downMaterialId != null and downMaterialId != ''"> and downMaterialId = #{downMaterialId}</if>
<iftest="downMaterialId != null and downMaterialId != ''"> and downMaterialId = #{downMaterialId}</if>
<iftest="isProduction != null "> and is_production = #{isProduction}</if>
<iftest="isProduction != null "> and is_production = #{isProduction}</if>
<iftest="isFinish != null "> and is_Finish = #{isFinish}</if>
<iftest="isFinish != null "> and is_Finish = #{isFinish}</if>
<iftest="beginTime != null and beginTime != ''"> and begin_Time >= #{beginTime}</if>
<iftest="params.beginReadTime != null and params.beginReadTime != '' and params.endReadTime != null and params.endReadTime != ''"> and begin_Time between #{params.beginReadTime} and #{params.endReadTime}</if>
<iftest="endTime != null and endTime != ''"> and end_Time <= #{endTime}</if>
@ -33,8 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="eaValue != null "> and eaValue = #{eaValue}</if>
<iftest="eaValue != null "> and eaValue = #{eaValue}</if>
<iftest="isProduction != null "> and is_production = #{isProduction}</if>
<iftest="isProduction != null "> and is_production = #{isProduction}</if>
<iftest="isFinish != null "> and is_Finish = #{isFinish}</if>
<iftest="isFinish != null "> and is_Finish = #{isFinish}</if>
<iftest="beginTime != null and beginTime != ''"> and begin_Time >= #{beginTime}</if>
<iftest="params.beginReadTime != null and params.beginReadTime != '' and params.endReadTime != null and params.endReadTime != ''"> and begin_Time between #{params.beginReadTime} and #{params.endReadTime}</if>
<iftest="endTime != null and endTime != ''"> and end_Time <= #{endTime}</if>