商品类目查询接口修改

This commit is contained in:
donqi 2022-08-02 13:55:52 +08:00
parent 84e120857b
commit 0ae6a244e8
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
<if test="goodsCategoryId != null ">
and gc.parent_category_id = #{goodsCategoryId}
</if>
<if test="type != null ">
and gc.type = #{type}
</if>
</where>
</select>