修改service名称

This commit is contained in:
2024-01-06 15:20:28 +08:00
parent d685d12723
commit 0f5c18d4d3
121 changed files with 359 additions and 412 deletions

View File

@@ -10,8 +10,8 @@ import com.jsowell.common.util.YKCUtils;
import com.jsowell.netty.factory.YKCOperateFactory;
import com.jsowell.pile.domain.OrderBasicInfo;
import com.jsowell.pile.domain.ThirdPartyStationRelation;
import com.jsowell.pile.service.IThirdPartySettingInfoService;
import com.jsowell.pile.service.IThirdPartyStationRelationService;
import com.jsowell.pile.service.ThirdPartySettingInfoService;
import com.jsowell.pile.service.ThirdPartyStationRelationService;
import com.jsowell.pile.service.OrderBasicInfoService;
import com.jsowell.pile.vo.base.ThirdPartyStationRelationVO;
import com.jsowell.thirdparty.lianlian.service.LianLianService;
@@ -41,7 +41,7 @@ public class ChargeEndHandler extends AbstractHandler{
private OrderBasicInfoService orderBasicInfoService;
@Autowired
private IThirdPartySettingInfoService thirdPartySettingInfoService;
private ThirdPartySettingInfoService thirdPartySettingInfoService;
@Autowired
private LianLianService lianLianService;
@@ -53,7 +53,7 @@ public class ChargeEndHandler extends AbstractHandler{
private XDTService xdtService;
@Autowired
private IThirdPartyStationRelationService thirdPartyStationRelationService;
private ThirdPartyStationRelationService thirdPartyStationRelationService;
@Override
public void afterPropertiesSet() throws Exception {