智慧保安后台管理项目备份
Administrator
2021-11-29 efaed0faaeb1d7c8ef53cbf8c5e3af15e466b37d
src/main/java/org/springblade/modules/equipage/mapper/CarMapper.xml
@@ -24,7 +24,7 @@
            and sc.dept_id = #{car.deptId}
        </if>
        <if test="car.type!=null">
            and car.equipment_code !="" and car.equipment_code is not null and car.equipment_code !=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},'%')