java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-db/src/main/resources/mapper/community/AppServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -91,7 +91,7 @@
            and t.black_list_ip= #{blackListIp}
        </if>
        <if test="name !=null and name != ''">
            and t.name= #{name}
            and t.name like concat('%',#{name},'%')
        </if>
        <if test="securityCode !=null and securityCode != ''">
            and t.security_code= #{securityCode}