fix: 修复产品类型获取下拉的类型列表没有应用系列批次号查询的问题
This commit is contained in:
parent
c21a4e077c
commit
4a2cc93666
|
|
@ -80,7 +80,7 @@
|
|||
<select id="getSimpleList" resultType="com.nflg.mobilebroken.common.pojo.vo.ProductSeriesSimpleVO">
|
||||
select distinct name,batch_number
|
||||
from product_type
|
||||
where enable=1 and state!=2
|
||||
where enable=1 and state!=2 and series_number=#{seriesNumber}
|
||||
</select>
|
||||
|
||||
<select id="getSimpleListByLanguage" resultType="com.nflg.mobilebroken.common.pojo.vo.ProductTypeSimpleVO">
|
||||
|
|
|
|||
Loading…
Reference in New Issue