From 54e12a68cfd31a35ae830dfed1f63a8ff76431e3 Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 29 Aug 2025 12:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`Condition`=E7=9A=84`Conditio?= =?UTF-8?q?n("discount=5Fend=5Ftime",=20"!=3D",=20(String)=20null)`?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E7=94=9F=E6=88=90SQL=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E7=94=9F=E6=88=90SQL=E4=B8=8D=E7=AC=A6=E5=90=88=E9=A2=84?= =?UTF-8?q?=E6=9C=9F=E8=A6=81=E6=B1=82=E7=9A=84=E9=94=99=E8=AF=AF=EF=BC=88?= =?UTF-8?q?pr#4042@Github=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16c1005ea..56889fde43 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 🐞Bug修复 * 【core 】 修复`ReflectUtil`中因class和Method关联导致的缓存无法回收问题(issue#4039@Github) +* 【db 】 修复`Condition`的`Condition("discount_end_time", "!=", (String) null)`方法生成SQL时,生成SQL不符合预期要求的错误(pr#4042@Github) ------------------------------------------------------------------------------------------------------------- # 5.8.40(2025-08-26)