mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
#19705602 getNoticeList method add parameter
required column parameter git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8331 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
50e2e2f0d9
commit
baefb4536b
1 changed files with 2 additions and 2 deletions
|
|
@ -344,10 +344,10 @@
|
||||||
/**
|
/**
|
||||||
* @brief module_srl value, bringing the document's gongjisa Port
|
* @brief module_srl value, bringing the document's gongjisa Port
|
||||||
**/
|
**/
|
||||||
function getNoticeList($obj) {
|
function getNoticeList($obj, $columnList = array()) {
|
||||||
$args->module_srl = $obj->module_srl;
|
$args->module_srl = $obj->module_srl;
|
||||||
$args->category_srl= $obj->category_srl;
|
$args->category_srl= $obj->category_srl;
|
||||||
$output = executeQueryArray('document.getNoticeList', $args);
|
$output = executeQueryArray('document.getNoticeList', $args, $columnList);
|
||||||
if(!$output->toBool()||!$output->data) return;
|
if(!$output->toBool()||!$output->data) return;
|
||||||
|
|
||||||
foreach($output->data as $key => $val) {
|
foreach($output->data as $key => $val) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue