mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
hoe
This commit is contained in:
@ -39,10 +39,6 @@ class ConfigController extends CommonController
|
||||
*/
|
||||
public function Index()
|
||||
{
|
||||
// 学期
|
||||
$semester_list = M('Semester')->field(array('id', 'name'))->where(array('is_enable'=>1))->order('id desc')->select();
|
||||
$this->assign('semester_list', $semester_list);
|
||||
|
||||
// csv
|
||||
$this->assign('common_excel_charset_list', L('common_excel_charset_list'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user