|
|
@ -44,7 +44,7 @@ import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
/** |
|
|
|
* 客户网格表 |
|
|
|
* 客户网格表 |
|
|
|
* |
|
|
|
* @author generator generator@elink-cn.com |
|
|
|
* @since v1.0.0 2020-03-16 |
|
|
@ -146,8 +146,9 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result<CustomerGridDTO> getCustomerGridByGridId(CustomerGridFormDTO formDTO) { |
|
|
|
return new Result<CustomerGridDTO>().ok(baseDao.getCustomerGridByGridId(formDTO)); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|