|
@@ -77,7 +77,8 @@ warn_status,forecast_status,
|
|
|
english_name,
|
|
|
zjm,
|
|
|
cd,
|
|
|
- yt
|
|
|
+ yt,
|
|
|
+ brand
|
|
|
</sql>
|
|
|
<select id="selectPageList" parameterType="com.platform.dao.dto.sqarepartmanage.SparePartInfoDTO"
|
|
|
resultType="com.platform.dao.vo.query.sparepartmanage.SparePartInfoVO">
|
|
@@ -183,6 +184,9 @@ warn_status,forecast_status,
|
|
|
<if test="searchType">
|
|
|
AND info.type_id not in (select id from t_spare_type)
|
|
|
</if>
|
|
|
+ <if test="brand!=null">
|
|
|
+ and info.brand like concat('%',#{brand},'%')
|
|
|
+ </if>
|
|
|
</where>
|
|
|
group by info.id
|
|
|
<if test="searchMinStockWarn">
|