Helius
2021-06-28 c6fc2986a5ad7e422ca4b97ebbacc46fda903ccb
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>