modify DB Queries

This commit is contained in:
BJRambo 2016-03-01 11:04:48 +09:00
parent 577ea49b92
commit e7b8c1d1df
5 changed files with 53 additions and 29 deletions

View file

@ -1554,9 +1554,8 @@ class documentModel extends document
$args = new stdClass();
$args->document_srl = $document_srl;
$output = executeQueryArray('document.getDocumentUpdateLog', $args);
$update_list = $output->data;
return $update_list;
return $output;
}
}
/* End of file document.model.php */

View file

@ -3,7 +3,12 @@
<table name="document_update_log" />
</tables>
<columns>
<column name="*" />
<column name="nick_name" />
<column name="update_nick_name" />
<column name="regdate" />
<column name="title" />
<column name="module_srl" />
<column name="update_id" />
</columns>
<conditions>
<condition operation="equal" column="document_srl" var="document_srl" filter="number" notnull="notnull" />