提交修改

This commit is contained in:
wulin 2020-09-25 19:28:37 +08:00
parent e902f28d9a
commit 82d7d70881

View File

@ -117,7 +117,7 @@
<select id="selectEquipmentSpecsByTypeBrandLikeSpecss"
resultType="com.lz.modules.equipment.entity.EquipmentSpecs">
select * from equipment_specs where is_delete = 0 and type_id = #{typeId} and brand_id=#{brandId} and specs like concat('%',#{specs},'%')
select * from equipment_specs where is_delete = 0 and type_id = #{typeId} and brand_id=#{brandId} and specs like concat('%',#{specs},'%')
</select>