|
@@ -59,6 +59,9 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
</if>
|
|
|
+ <if test="serviceId != null and serviceId != ''">
|
|
|
+ and tbs.id = #{serviceId}
|
|
|
+ </if>
|
|
|
<if test="customName != null and customName != ''">
|
|
|
and sc.name like concat('%', #{customName}, '%')
|
|
|
</if>
|
|
@@ -122,6 +125,9 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
</if>
|
|
|
+ <if test="serviceId != null and serviceId != ''">
|
|
|
+ and tbs.id = #{serviceId}
|
|
|
+ </if>
|
|
|
<if test="customName != null and customName != ''">
|
|
|
and sc.name like concat('%', #{customName}, '%')
|
|
|
</if>
|