$sql
= M(
'post'
)
$map
[
'id'
] =
array
(
'eq'
,100);
->where(
)->where(
'user_id = user.user_id'
)->
;
//where可重复使用