Administrator
2021-11-30 6036a3f2b7fba39cb6ec2a6e2a61b5ee06d5076f
src/main/java/org/springblade/modules/equipage/mapper/CarMapper.xml
@@ -23,6 +23,9 @@
        <if test="car.deptId!=null and car.deptId!=''">
            and sc.dept_id = #{car.deptId}
        </if>
        <if test="car.type!=null">
            and sc.equipment_code is not null
        </if>
        <if test="car.numberType!=null and car.numberType!=''">
            and sc.number_type like concat('%', #{car.numberType},'%')
        </if>