主题 : jeecms后台管理栏目/内容发布无法使用 |
级别: 童生
![]() |
14# 发表于:2015-01-14 15:01:45 IP:220.46.*.*
找到原因了,老大,这个是由于Mysql数据库的原因,MySQL数据库绿色免安装版的,在执行查询模型时的SQL:SELECT cmsmodelit0_.modelitem_id AS modelitem1_49_, cmsmodelit0_.field AS field49_, cmsmodelit0_.item_label AS item3_49_, cmsmodelit0_.priority AS priority49_, cmsmodelit0_.def_value AS def5_49_, cmsmodelit0_.opt_value AS opt6_49_, cmsmodelit0_.text_size AS text7_49_, cmsmodelit0_.area_rows AS area8_49_, cmsmodelit0_.area_cols AS area9_49_, cmsmodelit0_.help AS help49_, cmsmodelit0_.help_position AS help11_49_, cmsmodelit0_.data_type AS data12_49_, cmsmodelit0_.is_single AS is13_49_, cmsmodelit0_.is_channel AS is14_49_, cmsmodelit0_.is_custom AS is15_49_, cmsmodelit0_.is_display AS is16_49_, cmsmodelit0_.model_id AS model17_49_
FROM jc_model_item cmsmodelit0_ WHERE cmsmodelit0_.model_id=1 ORDER BY cmsmodelit0_.model_id,cmsmodelit0_.priority 去掉排序就可以查询出来数据,加上排序就查不出来了 |
||
---|---|---|---|