Browse Source

Merge remote-tracking branch 'origin/dev_screen_data' into dev_temp

master
yinzuomei 5 years ago
parent
commit
9c1222cc24
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/screen/impl/IndexCalculateServiceImpl.java

2
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/screen/impl/IndexCalculateServiceImpl.java

@ -2,10 +2,12 @@ package com.epmet.service.screen.impl;
import com.epmet.dto.screen.form.IndexCalculateForm; import com.epmet.dto.screen.form.IndexCalculateForm;
import com.epmet.service.screen.IndexCalculateService; import com.epmet.service.screen.IndexCalculateService;
import org.springframework.stereotype.Service;
/** /**
* @author liujianjun * @author liujianjun
*/ */
@Service
public class IndexCalculateServiceImpl implements IndexCalculateService { public class IndexCalculateServiceImpl implements IndexCalculateService {
@Override @Override
public void cpcIndexCalculate(IndexCalculateForm formDTO) { public void cpcIndexCalculate(IndexCalculateForm formDTO) {

Loading…
Cancel
Save