|
|
|
@ -51,7 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="prodDesc != null and prodDesc != ''"> and prod_desc like concat('%', #{prodDesc}, '%')</if>
|
|
|
|
|
<if test="quantity != null "> and quantity = #{quantity}</if>
|
|
|
|
|
<if test="unit != null and unit != ''"> and unit = #{unit}</if>
|
|
|
|
|
<if test="workerOrder != null and workerOrder != ''"> and worker_order = #{workerOrder}</if>
|
|
|
|
|
<if test="workerOrder != null and workerOrder != ''"> and worker_order like concat('%', #{workerOrder}, '%')</if>
|
|
|
|
|
<if test="planProDate != null "> and plan_pro_date = #{planProDate}</if>
|
|
|
|
|
<if test="planComplete != null "> and plan_complete = #{planComplete}</if>
|
|
|
|
|
<if test="atrr1 != null and atrr1 != ''"> and atrr1 = #{atrr1}</if>
|
|
|
|
|