添加返回值
This commit is contained in:
@ -998,7 +998,9 @@
|
||||
<if test="vo.categoryId!=null and vo.categoryId!=''">
|
||||
and category_info.categoryId like concat('%',#{vo.categoryId},'%')
|
||||
</if>
|
||||
|
||||
<if test="vo.levelName!=null and vo.levelName!=''">
|
||||
and cetss.level_name = #{vo.levelName}
|
||||
</if>
|
||||
|
||||
GROUP BY
|
||||
csb.id
|
||||
|
Reference in New Issue
Block a user