From 6be0134d268277ee6452de3ace45fca3122d7eab Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Thu, 26 Dec 2024 10:51:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=96=99=E8=AE=A1=E5=88=92=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=8D=95-=E8=BD=AC=E5=8D=95-=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pu/src/private/nc/bs/pu/m422x/query/QueryFor4455BP1.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pu/src/private/nc/bs/pu/m422x/query/QueryFor4455BP1.java b/pu/src/private/nc/bs/pu/m422x/query/QueryFor4455BP1.java index 8bd86b7..25cea79 100644 --- a/pu/src/private/nc/bs/pu/m422x/query/QueryFor4455BP1.java +++ b/pu/src/private/nc/bs/pu/m422x/query/QueryFor4455BP1.java @@ -29,11 +29,12 @@ public class QueryFor4455BP1 extends Abstract422XRefQueryBP1 { wholeSql.append(" ("); wholeSql.append(" SELECT cpickmid"); wholeSql.append(this.psor.getFinalFromWhere()); + // wholeSql.append(" AND fbillstatus = 1"); 查询审核通过 todo wholeSql.append(" AND APPROVERTIME > '2024-11-01'"); - // wholeSql.append(" AND APPROVERTIME = '2024-12-20 00:00:00'"); - NCCForUAPLogger.debug("finalFromWhere = " + this.psor.getFinalFromWhere()); + // NCCForUAPLogger.debug("finalFromWhere = " + this.psor.getFinalFromWhere()); wholeSql.append(" ) a"); wholeSql.append(" INNER JOIN mm_pickm_b b ON b.cpickmid = a.cpickmid AND b.dr = 0"); + // 出库数量>0 todo NCCForUAPLogger.debug("wholeSql = " + wholeSql); return wholeSql; }