[추가] 커뮤니티 공유 시 사진 + 카테고리 + 메모

dev_bert
isol2011 3 years ago
parent 61e6c6e0b2
commit 9a25a1696d

@ -2025,7 +2025,18 @@
) VALUES (
NOW()
,concat((select name from tbl_bf_family_baby b where smc_no = #smc_no#),'의 하루')
,#memoArr#
,concat(
(
select
title
from
tbl_code_item ts
where
ts.val_1 = #nutirition_cd_no#
),
'\n\n',
#memoArr#
)
,#member_id#
,'BF_CT_TP_1'
,'기록'

Loading…
Cancel
Save