| | |
| | | <if test="endRegionCode != null and endRegionCode != ''"> and thisTab.end_region_code = #{endRegionCode}</if> |
| | | <if test="endRegion != null and endRegion != ''"> and thisTab.end_region = #{endRegion}</if> |
| | | <if test="endWarehouse != null "> and thisTab.end_warehouse = #{endWarehouse}</if> |
| | | <if test="vehicleType != null "> and thisTab.vehicle_type = #{vehicleType}</if> |
| | | <if test="vehicleType != null and vehicleType != ''"> and thisTab.vehicle_type = #{vehicleType}</if> |
| | | <if test="transportMode != null "> and thisTab.transport_mode = #{transportMode}</if> |
| | | <if test="routeType != null "> and thisTab.route_type = #{routeType}</if> |
| | | <if test="freightPrice != null "> and thisTab.freight_price = #{freightPrice}</if> |
| | | <if test="status != null "> and thisTab.status = #{status}</if> |
| | | <if test="status != null and status != ''"> and thisTab.status = #{status}</if> |
| | | <if test="planType != null "> and thisTab.plan_type = #{planType}</if> |
| | | <if test="customerId != null "> and thisTab.customer_id = #{customerId}</if> |
| | | <if test="currency != null "> and thisTab.currency = #{currency}</if> |
| | | <if test="currency != null and currency != ''"> and thisTab.currency = #{currency}</if> |
| | | </sql> |
| | | |
| | | <!--查询--> |