智慧保安后台管理-验收版本
tangzy
2021-12-03 3a7ecebb78cc426fc4fff66950ecb07f6441067c
src/main/java/org/springblade/modules/equipage/mapper/CarMapper.xml
@@ -32,6 +32,9 @@
        <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>
    <!--车辆详情信息-->