fix
Helius
2021-07-15 d807e8a6d663f8392b58d8f48b0f8771b46d7995
gc-user/src/main/resources/mapper/user/AccountMapper.xml
@@ -191,7 +191,7 @@
            <if test="record.phone != null and record.phone != ''">
                and b.mobile_phone like concat('%',#{record.phone},'%')
            </if>
            <if test="record.phone != null and record.phone != ''">
            <if test="record.isProhibit != null and record.isProhibit != ''">
                and  a.is_prohibit = #{record.isProhibit}
            </if>
            <if test="record.reserveTimeStart != null">