From 0d4b6fc6d8b920c3c0b947092887cea082f2ad75 Mon Sep 17 00:00:00 2001 From: gsz Date: Thu, 29 Aug 2024 12:48:39 +0800 Subject: [PATCH] =?UTF-8?q?42816=20=E6=8A=A5=E5=B7=A5=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ext/mes/apiservice/serviceimpl/base/MesWorkOrderLogService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/serviceimpl/base/MesWorkOrderLogService.java b/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/serviceimpl/base/MesWorkOrderLogService.java index 489a775..ae268d0 100644 --- a/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/serviceimpl/base/MesWorkOrderLogService.java +++ b/modules/i3plus-ext-mes-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/apiservice/serviceimpl/base/MesWorkOrderLogService.java @@ -75,8 +75,8 @@ public class MesWorkOrderLogService extends BaseMesService impl String sql = " from mes_work_order_log wol" + " where 1=1 " + " and wol.organize_code =:organizeCode " + - " and wol.work_order_type = '20' " + - " and wol.adjust_qty > 0 " + +// " and wol.work_order_type = '20' " + +// " and wol.adjust_qty > 0 " + " and wol.is_deleted ='2' " + " and wol.is_valid ='1' "; if (!StringUtil.isEmpty(startTime)) {