diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b0da23a..81f7a20 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -9,9 +9,10 @@
-
-
-
+
+
+
+
@@ -255,14 +256,7 @@
-
-
-
- 1649519729954
-
-
-
- 1649519729954
+
1649607799069
@@ -600,7 +594,14 @@
1652340136434
-
+
+ 1652340163521
+
+
+
+ 1652340163521
+
+
@@ -620,7 +621,6 @@
-
@@ -645,6 +645,7 @@
-
+
+
\ No newline at end of file
diff --git a/src/main/resources/sqlmap/m/bf_daily_nutrition/com.backoffice.m.bf_daily_nutrition.xml b/src/main/resources/sqlmap/m/bf_daily_nutrition/com.backoffice.m.bf_daily_nutrition.xml
index f6c2ad5..219b7b1 100644
--- a/src/main/resources/sqlmap/m/bf_daily_nutrition/com.backoffice.m.bf_daily_nutrition.xml
+++ b/src/main/resources/sqlmap/m/bf_daily_nutrition/com.backoffice.m.bf_daily_nutrition.xml
@@ -521,6 +521,7 @@
AND x.nutirition_cd_no != ''
) x
LEFT JOIN tbl_code_item_str cis_1 ON cis_1.cd_no = x.nutirition_cd_no ) z
+ WHERE z.time_val is not null
ORDER BY dn_no DESC
diff --git a/src/main/resources/sqlmap/m/memory/com.backoffice.m.memory.memory.xml b/src/main/resources/sqlmap/m/memory/com.backoffice.m.memory.memory.xml
index eff222a..3a7a237 100644
--- a/src/main/resources/sqlmap/m/memory/com.backoffice.m.memory.memory.xml
+++ b/src/main/resources/sqlmap/m/memory/com.backoffice.m.memory.memory.xml
@@ -218,134 +218,134 @@
+ WHERE a.member_id = #member_id#
+ and a.smc_no = #smc_no#
+ and b.reg_dt between date_add(now(), interval -1 month ) and now()
+ and b.nutirition_cd_no != ''
+ ) XA
+ WHERE XA.time_val is not NULL
+ ORDER BY XA.reg_dt
+