商品类目查询接口修改
This commit is contained in:
parent
84e120857b
commit
0ae6a244e8
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue