Merge branch 'feature/product' into develop

This commit is contained in:
曹鹏飞 2025-08-12 14:39:12 +08:00
commit ea25e4e6ee
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<select id="getFilesByLanguage" resultType="com.nflg.mobilebroken.common.pojo.vo.ProductFileVO">
SELECT ptf.*
FROM product_type pt
LEFT JOIN product_type_file ptf ON ptf.type_id=pt.id AND ptf.language_code=#{language}
INNER JOIN product_type_file ptf ON ptf.type_id=pt.id AND ptf.language_code=#{language}
WHERE pt.state=1 AND pt.enable=1 AND pt.module_id=#{moduleId}
<if test="seriesNumber != null and seriesNumber!=''">
AND pt.series_number=#{seriesNumber}