|
|
|
@ -210,7 +210,7 @@
|
|
|
|
|
<if test="param.warehouseId != null and param.warehouseId != ''">and warehouse_id =#{param.warehouseId } </if> |
|
|
|
|
<if test="param.allocationId != null and param.allocationId != ''">and allocation_id =#{param.allocationId } </if> |
|
|
|
|
<if test="param.trayId != null and param.trayId != ''">and tray_id =#{param.trayId } </if> |
|
|
|
|
<if test="param.orderCode != null and param.orderCode != ''">and order_code like concat('%'#{param.orderCode },'%') </if> |
|
|
|
|
<if test="param.orderCode != null and param.orderCode != ''">and order_code like concat('%',#{param.orderCode },'%') </if> |
|
|
|
|
<if test="param.categoryName != null and param.categoryName != ''">and category_name like concat('%'#{param.categoryName },'%') </if> |
|
|
|
|
<if test="param.materialCode != null and param.materialCode != ''">and material_code like concat('%',#{param.materialCode },'%') </if> |
|
|
|
|
<if test="param.trayCode != null and param.trayCode != ''">and tray_code like concat('%',#{param.trayCode },'%') </if> |
|
|
|
|