#
luxiaotao1123
2024-02-26 63ecbf68a2b278d6d5aa01304c1cd2075d01a89d
zy-asrs-wcs/src/main/resources/mapper/system/UserMapper.xml
@@ -45,7 +45,7 @@
                or su.phone like concat('%',#{param.condition},'%')
            )
        </if>
        order by su.create_time desc
        order by su.create_time
    </select>
</mapper>