浏览代码

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

lwhhszx 2 年之前
父节点
当前提交
a8dc4e3e41
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      RMS/src/main/resources/mapper/ProductMapper.xml
  2. 0 1
      RMS/target/classes/mapper/ProductMapper.xml

+ 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">