liurunyu
6 天以前 2daa780ed9c74cb689f7c1e6a13f8aadebd57208
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserMapper.xml
@@ -373,8 +373,7 @@
        COUNT(*) AS recordCount
        FROM ba_user user
        <where>
            user.supperAdmin != 1
            AND user.deleted = 0
            user.deleted = 0
            <if test = "phone != null and phone !=''">
                AND user.phone= #{phone}
            </if>