Helius
2021-06-28 5c8656dfd670fe8d516c0e7921b7333ba323e516
gc-user/src/main/resources/mapper/user/JhyInfoMapper.xml
@@ -32,6 +32,6 @@
                and status = #{record.status}
            </if>
        </where>
        order by id desc;
        order by id desc
    </select>
</mapper>