商品类目查询接口修改
This commit is contained in:
parent
84e120857b
commit
0ae6a244e8
|
|
@ -52,6 +52,9 @@
|
||||||
<if test="goodsCategoryId != null ">
|
<if test="goodsCategoryId != null ">
|
||||||
and gc.parent_category_id = #{goodsCategoryId}
|
and gc.parent_category_id = #{goodsCategoryId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="type != null ">
|
||||||
|
and gc.type = #{type}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue