mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	✨ Pay:code review 支付转账的部分逻辑
This commit is contained in:
		@@ -64,7 +64,6 @@ public interface MemberGroupService {
 | 
			
		||||
     */
 | 
			
		||||
    PageResult<MemberGroupDO> getGroupPage(MemberGroupPageReqVO pageReqVO);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获得指定状态的用户分组列表
 | 
			
		||||
     *
 | 
			
		||||
@@ -73,7 +72,6 @@ public interface MemberGroupService {
 | 
			
		||||
     */
 | 
			
		||||
    List<MemberGroupDO> getGroupListByStatus(Integer status);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 获得开启状态的用户分组列表
 | 
			
		||||
     *
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
package cn.iocoder.yudao.module.member.service.point;
 | 
			
		||||
 | 
			
		||||
import cn.iocoder.yudao.framework.common.pojo.PageParam;
 | 
			
		||||
import cn.iocoder.yudao.framework.common.pojo.PageResult;
 | 
			
		||||
import cn.iocoder.yudao.module.member.controller.admin.point.vo.recrod.MemberPointRecordPageReqVO;
 | 
			
		||||
import cn.iocoder.yudao.module.member.controller.app.point.vo.AppMemberPointRecordPageReqVO;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user