From 813209a2001a07caff82d0ad091e6445093ce820 Mon Sep 17 00:00:00 2001 From: zds <2388969634@qq.com> Date: Wed, 13 Jul 2022 16:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nl/wms/st/core/service/impl/CheckOutBillServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/st/core/service/impl/CheckOutBillServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/st/core/service/impl/CheckOutBillServiceImpl.java index bc81f00a..eaa0940c 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/st/core/service/impl/CheckOutBillServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/st/core/service/impl/CheckOutBillServiceImpl.java @@ -97,11 +97,11 @@ public class CheckOutBillServiceImpl implements CheckOutBillService { } String begin_time = map.get("begin_time"); if (StrUtil.isNotEmpty(begin_time)) { - map.put("begin_time", begin_time.substring(0,10)+" 00:00:00"); + map.put("begin_time", begin_time.substring(0,10)); } String end_time = map.get("end_time"); if (StrUtil.isNotEmpty(end_time)) { - map.put("end_time", end_time.substring(0,10)+" 23:59:59"); + map.put("end_time", end_time.substring(0,10)); } String source_bill_code = map.get("source_bill_code"); if (StrUtil.isNotEmpty(source_bill_code)) {