提交 5636b32c 作者: xiaowang

修复:行业列表500

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