mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-01 08:30:05 +08:00
后管新增 运营商分润组页面
This commit is contained in:
@@ -3,6 +3,7 @@ package com.jsowell.pile.service.impl;
|
||||
import java.util.List;
|
||||
|
||||
import com.jsowell.common.util.DateUtils;
|
||||
import com.jsowell.pile.vo.web.ShareprofitGroupVO;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import com.jsowell.pile.mapper.ShareprofitGroupMapper;
|
||||
@@ -42,6 +43,11 @@ public class ShareprofitGroupServiceImpl implements IShareprofitGroupService {
|
||||
return shareprofitGroupMapper.selectShareprofitGroupList(shareprofitGroup);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ShareprofitGroupVO> getShareprofitGroupVOList(ShareprofitGroup shareprofitGroup){
|
||||
return shareprofitGroupMapper.getShareprofitGroupVOList(shareprofitGroup);
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增运营商分润组
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user