Ver Fonte

no message

ly há 1 ano atrás
pai
commit
8aa7ab0b5f

+ 1 - 1
src/main/java/cn/ezhizao/common/utils/poi/ExcelUtil.java

@@ -676,7 +676,7 @@ public class ExcelUtil<T>
             row = sheet.createRow(rowNo);
             // 得到导出对象.
             T vo = (T) list.get(i);
-            System.out.println("i: " + i + ", vo: " + vo.toString());
+//            System.out.println("i: " + i + ", vo: " + vo.toString());
             Collection<?> subList = null;
             if (isSubList())
             {

+ 3 - 0
src/main/resources/mybatis/business/BizHousingFundDeclareDetailMapper.xml

@@ -55,6 +55,9 @@
             <if test="year != null  and year != '' ">
                 t1.year = #{year} AND
             </if>
+               <if test="companyId != null">
+                   t1.company_id = #{companyId} AND
+               </if>
             <if test="month != null  and month != '' ">
                 t1.month = #{month} AND
             </if>