提交修改
This commit is contained in:
parent
e902f28d9a
commit
82d7d70881
@ -117,7 +117,7 @@
|
|||||||
|
|
||||||
<select id="selectEquipmentSpecsByTypeBrandLikeSpecss"
|
<select id="selectEquipmentSpecsByTypeBrandLikeSpecss"
|
||||||
resultType="com.lz.modules.equipment.entity.EquipmentSpecs">
|
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>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user