|
|
@ -244,6 +244,7 @@ public class FactOriginProjectMainDailyServiceImpl extends BaseServiceImpl<FactO |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public List<ScreenDifficultyDataEntity> getDifficultyBaseInfo(String customerId, List<String> list) { |
|
|
|
if(CollectionUtils.isEmpty(list)) return null; |
|
|
|
return baseDao.selectDifficultyBaseInfo(customerId,list); |
|
|
|
} |
|
|
|
|
|
|
|