移动playerCeService到pubUtil中

This commit is contained in:
luying
2020-12-17 10:27:00 +08:00
parent f5dd74c884
commit 5e39c09f7c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import {Application, BackendSession, createTcpMailBox, ChannelService} from 'pinus';
import { handleCost, addItems } from '../../../services/rewardService';
import { calPlayerCeAndSave, getAllAttrStage } from '../../../services/playerCeService';
import { calPlayerCeAndSave, getAllAttrStage } from '../../../pubUtils/playerCe';
import { resResult } from '../../../pubUtils/util';
import { STATUS } from '../../../consts/statusCode';
import {HeroModel} from '../../../db/Hero';