Commit ba57edfc authored by tangwei's avatar tangwei

修改bug

parent af8cf19e
......@@ -30,4 +30,7 @@ public class EquipmentSpecificDto extends BaseDTO<EquipmentSpecificDto> {
private Long teamId;
private Long agencyId;
private String team;
private String carId;
}
\ No newline at end of file
......@@ -1023,6 +1023,12 @@
<if test="vo.like != null and vo.like !=''">
ed.`name` LIKE CONCAT('%', #{vo.like}, '%')
</if>
<if test="vo.team != null and vo.carId !=null">
and es.team_id = (select team_id from wl_car where id =#{vo.carId})
</if>
<if test="vo.categories != null and vo.categories != ''">
AND ec.`code` LIKE '1%' and ec.industry_code='2'
<!-- AND cast(ec.`code` AS SIGNED INTEGER) BETWEEN 10000000 AND 12999900
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment