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