|
|
@ -40,7 +40,9 @@
|
|
|
|
<if test="originAction != ''and originAction != null">
|
|
|
|
<if test="originAction != ''and originAction != null">
|
|
|
|
AND basic_bustype_pre.`originAction` = #{originAction}
|
|
|
|
AND basic_bustype_pre.`originAction` = #{originAction}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="name != null and name != ''">
|
|
|
|
|
|
|
|
AND (busTypeA.name like concat('%', #{name}, '%') or busTypeB.name like concat('%', #{name}, '%'))
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|