瀏覽代碼

应付明细查询条件修改

dingyl 7 年之前
父節點
當前提交
26f1d3ee69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/money/money-server/src/main/resources/mapper/PayablesdetailMapper.xml

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

@@ -34,7 +34,7 @@
         ${con}
       </if>
       <if test="companyId != null">
-        and  companyId = #{companyId} and pd_query =1 and (pd_addpay + pd_addpre + pd_remain) != 0
+        and  companyId = #{companyId} and pd_query =1
       </if>
     </where>
     order by pd_vendid DESC, pd_detno asc, pd_date desc