Merge branch 'feature/bug-20250707' into feature/product
This commit is contained in:
commit
c67829bc53
|
|
@ -45,12 +45,14 @@
|
||||||
select batch_number,name,main_sort as 'sort'
|
select batch_number,name,main_sort as 'sort'
|
||||||
from product_model_params_item
|
from product_model_params_item
|
||||||
where main and model_params_id=#{paramId} and language_code=#{language}
|
where main and model_params_id=#{paramId} and language_code=#{language}
|
||||||
|
order by main_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getImportantParamsListForSort" resultType="com.nflg.mobilebroken.common.pojo.vo.ParamsSortListVO">
|
<select id="getImportantParamsListForSort" resultType="com.nflg.mobilebroken.common.pojo.vo.ParamsSortListVO">
|
||||||
select batch_number,name,important_sort as 'sort'
|
select batch_number,name,important_sort as 'sort'
|
||||||
from product_model_params_item
|
from product_model_params_item
|
||||||
where important and model_params_id=#{paramId} and language_code=#{language}
|
where important and model_params_id=#{paramId} and language_code=#{language}
|
||||||
|
order by important_sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getImportantListByLanguage" resultType="com.nflg.mobilebroken.common.pojo.vo.ProductParamsItemVO">
|
<select id="getImportantListByLanguage" resultType="com.nflg.mobilebroken.common.pojo.vo.ProductParamsItemVO">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue