fix: 修复产品类型文件列表错误
This commit is contained in:
parent
adc503652d
commit
0c7845bb62
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue