|
|
@ -35,6 +35,10 @@
|
|
|
|
<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 != '' and name != null">
|
|
|
|
|
|
|
|
AND busTypeB.`name` like concat('%',#{name},'%')
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|