2018-08-10 17:24
@JFinal select a.*,b.name as REGIONNAME
from SZCP_SCHOOL a left join SZCP_REGION b on a.REGIONID=b.ID
where
a.name like '%?%'
order by a.ID desc 这事生成后的sql, para的值也是获取到的
2018-07-11 10:46
@JFinal 这个问题我也遇到了部署的一个新项目,添加路由后默认,运行工程index函数被请求了3次
2018-07-06 14:13
@JFinal tomcat 配置Host 节点时候appbase=“webapps”时候 autodeploy=“true”的时候tomcat会启动webapps下的工程, 然后在Context 中的docBase=“xxx”启动,表达能力太差,就是被启动了两次