고수님 조언 부탁드립니다. 정보
고수님 조언 부탁드립니다.본문
글씨기폼에
<input type=radio name="wr_5" value="접수" <? if(!$write[wr_5] || $write[wr_5] == "접수" ) echo "checked"; ?>>접수
<input type=radio name="wr_5" value="진행중" <? if($write[wr_5] == "진행중") echo "checked"; ?>>진행중
<input type=radio name="wr_5" value="보류" <? if($write[wr_5] == "보류") echo "checked"; ?>>보류
<input type=radio name="wr_5" value="완료" <? if($write[wr_5] == "완료") echo "checked"; ?>>완료
를줘서 글쓴이가 진행사항을 표시하도록했습니다.
만약 보류나 완료로 상태를 변화했을때
관리자 이하 유저는 리스트에서
상세페이지로 못 들어가게 하고 싶습니다.
왕초보니 자세히 부탁드립니다.
새해 복많이받으세요
<input type=radio name="wr_5" value="접수" <? if(!$write[wr_5] || $write[wr_5] == "접수" ) echo "checked"; ?>>접수
<input type=radio name="wr_5" value="진행중" <? if($write[wr_5] == "진행중") echo "checked"; ?>>진행중
<input type=radio name="wr_5" value="보류" <? if($write[wr_5] == "보류") echo "checked"; ?>>보류
<input type=radio name="wr_5" value="완료" <? if($write[wr_5] == "완료") echo "checked"; ?>>완료
를줘서 글쓴이가 진행사항을 표시하도록했습니다.
만약 보류나 완료로 상태를 변화했을때
관리자 이하 유저는 리스트에서
상세페이지로 못 들어가게 하고 싶습니다.
왕초보니 자세히 부탁드립니다.
새해 복많이받으세요
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '210627' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php