fix(产品模块): 模块处的需求数量统计错误
无所属模块查询使用-1进行查询 Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
44d78caca1
commit
48ddc9ccdb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue