tangzy
2021-08-03 4e31d36ead95b3475fca0d7721ef766207862549
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>