|
|
@@ -1,14 +1,13 @@
|
|
|
package com.etotem.cfc.service;
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
|
+import com.etotem.cfc.entity.Food;
|
|
|
import com.etotem.cfc.entity.FoodRecommendIndex;
|
|
|
import com.etotem.cfc.entity.FoodRecommendIdxLog;
|
|
|
import com.etotem.cfc.entity.FamilyMember;
|
|
|
-import com.etotem.cfc.entity.ReportFoodSuitability;
|
|
|
import com.etotem.cfc.entity.HealthReport;
|
|
|
import com.etotem.cfc.mapper.FoodRecommendIndexMapper;
|
|
|
import com.etotem.cfc.mapper.FoodRecommendIdxLogMapper;
|
|
|
-import com.etotem.cfc.mapper.ReportFoodSuitabilityMapper;
|
|
|
import com.etotem.cfc.mapper.FamilyMemberMapper;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
@@ -27,9 +26,6 @@ public class FoodRecommendService {
|
|
|
@Resource
|
|
|
private FoodRecommendIdxLogMapper foodRecommendIdxLogMapper;
|
|
|
|
|
|
- @Resource
|
|
|
- private ReportFoodSuitabilityMapper reportFoodSuitabilityMapper;
|
|
|
-
|
|
|
@Resource
|
|
|
private FamilyMemberMapper familyMemberMapper;
|
|
|
|