j9九游会官方网站

File:Supplier.htm
Method:query.map(columns,*where,*order)
语法错误 (操作符丢失) 在查询表达式 'ContentId=' 中。 select top 1 * FROM cocontent WHERE ContentId=
数据库执行错误
xmls/Customize.xmls
...on - from moguzhongzhi.cn website,@body);
}

$write($map.serialize(Status,ok).toJson());
$end();
}
$write($map.serialize(Status,ok).toJson());
}

//循环遍历数据
$sub Addresslist(format){
@query=$query(catalog,forum);
@query[AreaId]=1;
@tableMap=@query.table(['CatalogId,CatalogName'],['{*AreaId =}']);
@Pagelist=@tableMap.format(@format);
$return(@Pagelist);
}

//供应商征集

//Content商品详情页
$sub ContentSupplier(){
@query=$query(content,content);
@query[ContentId]=$get(ContentId,null);
@
ContentList=@query.map(*,['ContentId={*ContentId}']);
$return($empty);
}

$sub SocialresponsibilityRow(){
@query=$query(content,content);
@query[ContentId]=$argv(0);
@socialresponsibilityRow=@query.map(*,['ContentId={*ContentId}']);
$return($empty);
}



////荣誉墙
$sub honorWallList(formart){
//建立查询
@query=$query(content,content);
@query[CatalogId]=119;
@table=@query.pager(*,['Status>0 and CatalogId={*CatalogId}'],['Grade desc,ContentId desc'],6,$get(page,1));
//遍历数据
@List=@ta...