Merge remote-tracking branch 'origin/orderChange' into zhairh

zhairh
x_z 3 years ago
commit 00917e51d8

@ -8,4 +8,5 @@ public class BusTypeChangeFilterRequest extends ListPageRequest {
private String action;
private String originAction;
private String name;
}

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

Loading…
Cancel
Save