From 48ddc9ccdb79d949ce0e618f458d959733ff2029 Mon Sep 17 00:00:00 2001 From: OTTO <731554297@qq.com> Date: Tue, 18 Feb 2025 16:57:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BA=A7=E5=93=81=E6=A8=A1=E5=9D=97):=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=A4=84=E7=9A=84=E9=9C=80=E6=B1=82=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E7=BB=9F=E8=AE=A1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 无所属模块查询使用-1进行查询 Signed-off-by: OTTO <731554297@qq.com> --- .../main/resources/mapper/pms/PmsProductRequirementMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices-modules/microservices-modules-pms/src/main/resources/mapper/pms/PmsProductRequirementMapper.xml b/microservices-modules/microservices-modules-pms/src/main/resources/mapper/pms/PmsProductRequirementMapper.xml index 24f883cca..a3ae255c3 100644 --- a/microservices-modules/microservices-modules-pms/src/main/resources/mapper/pms/PmsProductRequirementMapper.xml +++ b/microservices-modules/microservices-modules-pms/src/main/resources/mapper/pms/PmsProductRequirementMapper.xml @@ -229,7 +229,7 @@ - and pms_product_module_id = #{pmsProductModuleId} + and pms_product_module_id = #{pmsProductModuleId} and pms_product_module_id is null