From c0cb73f21320ecebb90677587676be6380aff70c Mon Sep 17 00:00:00 2001 From: Qiuyi LI Date: Thu, 17 Oct 2024 10:46:25 +0200 Subject: [PATCH 1/2] Hotfix : Use order create time instead of order passage time for listing potential Shouman orders --- .../jeecg/modules/business/mapper/xml/PlatformOrderMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/mapper/xml/PlatformOrderMapper.xml b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/mapper/xml/PlatformOrderMapper.xml index 8845aed78..46e73dabc 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/mapper/xml/PlatformOrderMapper.xml +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/business/mapper/xml/PlatformOrderMapper.xml @@ -1128,7 +1128,7 @@ WHERE p.erp_status in (1, 2) AND sr.is_active = 1 AND p.platform_order_id NOT IN (SELECT platform_order_id FROM shouman_order) - AND p.order_time > '2024-10-01' + AND p.create_time > '2024-10-01' From 404aaa390042d78601f7ee94420b70b571ecf01b Mon Sep 17 00:00:00 2001 From: Qiuyi LI Date: Thu, 17 Oct 2024 10:47:23 +0200 Subject: [PATCH 2/2] Update project version --- .../jeecg-system-start/src/main/resources/banner.txt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/banner.txt b/jeecg-module-system/jeecg-system-start/src/main/resources/banner.txt index 08b8af872..1842dd8b1 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/banner.txt +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/banner.txt @@ -8,7 +8,7 @@ ${AnsiColor.BRIGHT_BLUE} ${AnsiColor.BRIGHT_GREEN} -WIA APP Version: 2.9.0 +WIA APP Version: 2.9.1 Spring Boot Version: ${spring-boot.version}${spring-boot.formatted-version} Website: www.wia-sourcing.com ${AnsiColor.BLACK} diff --git a/pom.xml b/pom.xml index 1f6360fac..131bc1c81 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.jeecgframework.boot jeecg-boot-parent - 2.9.0 + 2.9.1 pom WIA APP ${project.version}