fix: 修复产品类型获取下拉的类型列表没有应用系列批次号查询的问题

This commit is contained in:
曹鹏飞 2025-07-02 17:28:55 +08:00
parent 60a1464c1e
commit 2504fa66ed
1 changed files with 1 additions and 1 deletions

View File

@ -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">