xiaoyong931011
2021-07-15 4e427230f8b2b24cbeda4ca9d2be12c0df94df6e
202107015
1 files modified
2 ■■■ changed files
gc-user/src/main/resources/mapper/user/AccountMapper.xml 2 ●●● patch | view | raw | blame | history
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">