tangzy
2021-08-27 e7ab1bbde7d604278de8092a44453e035b9c13ad
src/main/java/org/springblade/modules/equipage/mapper/CarMapper.xml
@@ -20,6 +20,9 @@
        <if test="car.carNumber!=null and car.carNumber!=''">
            and sc.car_number like concat('%', #{car.carNumber},'%')
        </if>
        <if test="car.deptId!=null and car.deptId!=''">
            and sc.dept_id = #{car.deptId}
        </if>
        <if test="car.numberType!=null and car.numberType!=''">
            and sc.number_type like concat('%', #{car.numberType},'%')
        </if>