| | |
| | | <if test="car.personInCharge!=null and car.personInCharge!=''"> |
| | | and sc.person_in_charge like concat('%', #{car.personInCharge},'%') |
| | | </if> |
| | | <if test="car.type!=null"> |
| | | and sc.equipment_code is not null |
| | | </if> |
| | | </select> |
| | | |
| | | <!--车辆详情信息--> |
| | |
| | | * 保安单位名称 |
| | | */ |
| | | private String tenantName; |
| | | private Integer type; |
| | | } |
| | |
| | | <if test="user.deptId!=null and user.deptId!=''"> |
| | | and bu.dept_id =#{user.deptId} |
| | | </if> |
| | | <if test="user.type!=null"> |
| | | and bu.equipment_code is not null |
| | | </if> |
| | | <if test="user.useName==null or user.useName==''"> |
| | | order by bu.id |
| | | </if> |