From 8e70d7f965885c62336e1579c8791f26d47701fa Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Fri, 25 Jul 2025 17:22:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E8=AF=84=E5=88=86?= =?UTF-8?q?=20=E6=97=B6=E9=97=B4=E5=88=A4=E6=96=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ims/InspectGoodsMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/ims/InspectGoodsMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/ims/InspectGoodsMapper.xml index 087e92e..8e36f77 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/ims/InspectGoodsMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/ims/InspectGoodsMapper.xml @@ -187,11 +187,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" JOIN ims_into_inventory b ON b.relate_order_goods_id = a.relate_order_goods_id WHERE a.`status` = #{status} AND a.delivery_supplier_id = #{supplierId} - AND DATE_FORMAT(a.inspect_date, "%Y-%m-%d") = ]]> #{startTime} - AND DATE_FORMAT(a.inspect_date, "%Y-%m-%d") #{endTime} + AND DATE_FORMAT(a.inspect_date, '%Y-%m-%d') = ]]> #{startTime} + AND DATE_FORMAT(a.inspect_date, '%Y-%m-%d') #{endTime} AND a.relate_order_goods_id IS NOT NULL - AND DATE_FORMAT(a.inspect_date, "%Y-%m-%d") a.delivery_date + AND DATE_FORMAT(a.inspect_date, '%Y-%m-%d') a.delivery_date