智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/java/org/springblade/modules/equipage/mapper/EquipageMapper.xml
@@ -26,6 +26,9 @@
        <if test="equipage.name!=null and equipage.name!=''">
            and se.name like concat('%', #{equipage.name},'%')
        </if>
        <if test="equipage.brand!=null and equipage.brand!=''">
            and se.brand like concat('%', #{equipage.brand},'%')
        </if>
        <if test="equipage.personInCharge!=null and equipage.personInCharge!=''">
            and se.person_in_charge like concat('%', #{equipage.personInCharge},'%')
        </if>