Browse Source

应收明细查询条件修改

dingyl 7 years ago
parent
commit
7400a3be64

+ 1 - 1
applications/money/money-server/src/main/resources/mapper/ReceivablesdetailMapper.xml

@@ -34,7 +34,7 @@
         ${con}
         ${con}
       </if>
       </if>
       <if test="companyId != null">
       <if test="companyId != null">
-        and  companyId = #{companyId} and rd_query = 1 and (rd_addrec + rd_addpre + rd_remain) != 0
+        and  companyId = #{companyId} and rd_query = 1
       </if>
       </if>
     </where>
     </where>
     order by rd_custid DESC, rd_detno asc, rd_date desc
     order by rd_custid DESC, rd_detno asc, rd_date desc