|
@@ -7,7 +7,7 @@ import com.zanxiang.game.module.manage.pojo.params.PayCallCpLogParam;
|
|
import com.zanxiang.game.module.manage.pojo.vo.LogPayCpVO;
|
|
import com.zanxiang.game.module.manage.pojo.vo.LogPayCpVO;
|
|
import com.zanxiang.game.module.manage.service.ILogPayCpService;
|
|
import com.zanxiang.game.module.manage.service.ILogPayCpService;
|
|
import com.zanxiang.game.module.mybatis.entity.PayCallCpLog;
|
|
import com.zanxiang.game.module.mybatis.entity.PayCallCpLog;
|
|
-import com.zanxiang.game.module.mybatis.mapper.LogPayCpMapper;
|
|
|
|
|
|
+import com.zanxiang.game.module.mybatis.mapper.PayCallCpMapper;
|
|
import com.zanxiang.module.util.bean.BeanUtil;
|
|
import com.zanxiang.module.util.bean.BeanUtil;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
@@ -19,7 +19,7 @@ import java.util.Objects;
|
|
* @description : 通知CP记录表
|
|
* @description : 通知CP记录表
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
-public class LogPayCpServiceImpl extends ServiceImpl<LogPayCpMapper, PayCallCpLog> implements ILogPayCpService {
|
|
|
|
|
|
+public class LogPayCpServiceImpl extends ServiceImpl<PayCallCpMapper, PayCallCpLog> implements ILogPayCpService {
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public IPage<LogPayCpVO> callCpList(PayCallCpLogParam param) {
|
|
public IPage<LogPayCpVO> callCpList(PayCallCpLogParam param) {
|