Merge branch 'feature/bug-20250707' into test
This commit is contained in:
commit
5cc6b215d6
|
|
@ -68,7 +68,7 @@
|
|||
</select>
|
||||
|
||||
<select id="getSimpleListByLanguage" resultType="com.nflg.mobilebroken.common.pojo.vo.ProductSeriesSimpleVO">
|
||||
select distinct batch_number,psi.name
|
||||
select distinct batch_number,psi.name,ps.sort
|
||||
from product_series ps
|
||||
inner join product_series_info psi on ps.id=psi.series_id
|
||||
where state=1 and enable=1 and module_id=#{moduleId} and psi.language_code=#{language}
|
||||
|
|
|
|||
Loading…
Reference in New Issue