src/main/resources/mapper/production/ProductionOperationTaskMapper.xml
@@ -64,6 +64,9 @@ <if test="c != null and c.status != null"> and pot.status = #{c.status} </if> <if test="c != null and c.isProduction != null"> and poro.is_production = #{c.isProduction} </if> <if test="c != null and c.workOrderNo != null and c.workOrderNo != ''"> and pot.work_order_no like concat('%', #{c.workOrderNo}, '%') </if>