提交 5636b32c 作者: xiaowang

修复:行业列表500

上级 a85f6c38
......@@ -178,8 +178,8 @@
<if test="solutionName != null and solutionName != ''">
and ps.solution_name like CONCAT('%',#{solutionName},'%')
</if>
<if test="goodsTypeId != null">
and ps.goods_type_id like CONCAT('%',#{categoryId},'%')
<if test="categoryId != null">
and ps.categories_id like CONCAT('%',#{categoryId},'%')
</if>
</where>
order by ps.create_time desc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论