he2802 2 년 전
부모
커밋
23b7af9c96
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/top/TopDivideLogMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/top/TopDivideLogMapper.xml

@@ -211,7 +211,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="payStatus != null">
             AND dl.pay_status = #{payStatus}
         </if>
-        <if test="billType != null and billType.size()!=0">
+        <if test="billType != null and billType != ''">
             AND st.bill_type = #{billType}
         </if>
         <if test="monthTime != null and monthTime.size()!=0">