id AS "id", location_code AS "locationCode", location_name AS "locationName", location_type AS "locationType", workshop_code AS "workshopCode", production_line_code AS "productionLineCode", spare_field_1 AS "spareField1", spare_field_2 AS "spareField2", remarks AS "remarks", create_user AS "createUser", create_time AS "createTime", update_user AS "updateUser", update_time AS "updateTime"
select
from bs_location_info where 1 = 1
and location_code like CONCAT('%',#{paramCondition.locationCode},'%')
and location_name like CONCAT('%',#{paramCondition.locationName},'%')
and location_type like CONCAT('%',#{paramCondition.locationType},'%')
and workshop_code like CONCAT('%',#{paramCondition.workshopCode},'%')
and production_line_code like CONCAT('%',#{paramCondition.productionLineCode},'%')
select
from bs_location_info where 1 = 1
and location_code like CONCAT('%',#{paramCondition.locationCode},'%')
and location_name like CONCAT('%',#{paramCondition.locationName},'%')
and location_type like CONCAT('%',#{paramCondition.locationType},'%')
and workshop_code like CONCAT('%',#{paramCondition.workshopCode},'%')
and production_line_code like CONCAT('%',#{paramCondition.productionLineCode},'%')
select
from bs_location_info where 1 = 1
and location_code like CONCAT('%',#{paramCondition.locationCode},'%')
and location_name like CONCAT('%',#{paramCondition.locationName},'%')
and location_type like CONCAT('%',#{paramCondition.locationType},'%')
and workshop_code like CONCAT('%',#{paramCondition.workshopCode},'%')
and production_line_code like CONCAT('%',#{paramCondition.productionLineCode},'%')
select
from bs_location_info where 1 = 1
and location_code like CONCAT('%',#{paramCondition.locationCode},'%')
and location_name like CONCAT('%',#{paramCondition.locationName},'%')
and location_type like CONCAT('%',#{paramCondition.locationType},'%')
and workshop_code like CONCAT('%',#{paramCondition.workshopCode},'%')
and production_line_code like CONCAT('%',#{paramCondition.productionLineCode},'%')