fix(产品模块): 模块处的需求数量统计错误

无所属模块查询使用-1进行查询

Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
OTTO 2025-02-18 16:57:55 +08:00
parent 44d78caca1
commit 48ddc9ccdb
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@
</when>
<otherwise>
<if test="pmsProductModuleId != null ">
<if test="pmsProductModuleId != 0">and pms_product_module_id = #{pmsProductModuleId}</if>
<if test="pmsProductModuleId != -1">and pms_product_module_id = #{pmsProductModuleId}</if>
<if test="pmsProductModuleId == -1">and pms_product_module_id is null</if>
</if>
</otherwise>