|
|
@ -19,10 +19,10 @@ package com.epmet.service.evaluationindex.screen; |
|
|
|
|
|
|
|
|
|
|
|
import com.epmet.commons.mybatis.service.BaseService; |
|
|
|
import com.epmet.dto.ScreenCustomerGridDTO; |
|
|
|
import com.epmet.dto.extract.form.*; |
|
|
|
import com.epmet.dto.extract.result.GridInfoResultDTO; |
|
|
|
import com.epmet.dto.indexcollect.form.CustomerBizOrgFormDTO; |
|
|
|
import com.epmet.dto.screen.ScreenCustomerGridDTO; |
|
|
|
import com.epmet.dto.screen.ScreenProjectGridDailyDTO; |
|
|
|
import com.epmet.entity.evaluationindex.screen.ScreenCustomerGridEntity; |
|
|
|
import com.epmet.entity.org.CustomerGridEntity; |
|
|
@ -102,7 +102,7 @@ public interface ScreenCustomerGridService extends BaseService<ScreenCustomerGri |
|
|
|
* @author zxc |
|
|
|
* @date 2021/3/23 下午4:02 |
|
|
|
*/ |
|
|
|
List<ScreenCustomerGridDTO> selectBelongGridInfo(String customerId,String level); |
|
|
|
List<ScreenCustomerGridDTO> selectBelongGridInfo(String customerId, String level); |
|
|
|
|
|
|
|
Integer updateCenterPointByName(String customerId, String title, List<Double> center); |
|
|
|
|
|
|
|