|
|
@ -474,6 +474,9 @@ |
|
|
|
<if test=" param.warehouseEntryTime != null ">and DATE(ldsa.warehouse_entry_time) = |
|
|
|
<if test=" param.warehouseEntryTime != null ">and DATE(ldsa.warehouse_entry_time) = |
|
|
|
#{param.warehouseEntryTime} |
|
|
|
#{param.warehouseEntryTime} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" param.warehouseEntryTimeEnd != null ">and DATE(ldsa.warehouse_entry_time) = |
|
|
|
|
|
|
|
#{param.warehouseEntryTimeEnd} |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test=" param.inventoryDate != null ">and DATE(ldsa.inventory_date) = #{param.inventoryDate}</if> |
|
|
|
<if test=" param.inventoryDate != null ">and DATE(ldsa.inventory_date) = #{param.inventoryDate}</if> |
|
|
|
<if test=" param.serviceNumber != null and param.serviceNumber != '' ">and ldsa.service_number like |
|
|
|
<if test=" param.serviceNumber != null and param.serviceNumber != '' ">and ldsa.service_number like |
|
|
|
concat('%',#{param.serviceNumber},'%') |
|
|
|
concat('%',#{param.serviceNumber},'%') |
|
|
|