h5周菜谱
This commit is contained in:
parent
705d15794c
commit
0ee7b3ee27
|
|
@ -589,7 +589,7 @@ public class CookRecipeServiceImpl implements ICookRecipeService {
|
||||||
Long recipeId = item.getRecipeId();
|
Long recipeId = item.getRecipeId();
|
||||||
Long type = (Long)recipeTypeMap.get(recipeId);
|
Long type = (Long)recipeTypeMap.get(recipeId);
|
||||||
if (type == 3) {
|
if (type == 3) {
|
||||||
return ObjectUtil.equal(item.getApplyWeek(), applyDate.getDayOfWeek().getValue());
|
return ObjectUtil.equal(item.getApplyWeek().intValue(), applyDate.getDayOfWeek().getValue());
|
||||||
} else {
|
} else {
|
||||||
return type == 2;
|
return type == 2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue