Browse Source

Merge remote-tracking branch 'origin/dev' into dev

lwhhszx 2 years ago
parent
commit
a8dc4e3e41

+ 0 - 1
RMS/src/main/resources/mapper/ProductMapper.xml

@@ -94,7 +94,6 @@
                  left join REPORT_FILE rf on apf.FILE_ID = rf.ID
         where REPORT_ID = #{reportId}
         order by rf_ID
-        limit 1;
     </select>
 
     <resultMap id="WholeResultMap" type="cn.cslg.report.common.model.vo.ProductIncludeFilesVO">

+ 0 - 1
RMS/target/classes/mapper/ProductMapper.xml

@@ -94,7 +94,6 @@
                  left join REPORT_FILE rf on apf.FILE_ID = rf.ID
         where REPORT_ID = #{reportId}
         order by rf_ID
-        limit 1;
     </select>
 
     <resultMap id="WholeResultMap" type="cn.cslg.report.common.model.vo.ProductIncludeFilesVO">