2019-02-11 15:31
@JFinal 恩,去掉arp.setBaseSqlTemplatePath(PathKit.getRootClassPath()) 后可以了。感谢所有老铁
2017-02-23 18:58
@JFinal 其实之前我试过了这样会报错。com.jfinal.template.stat.ParseException: the parameter of #p or #para directive must be identifier
-----------------------------------------------------------
JMap map = JMap.create();
map.put("status", 1);
JMap condMap = JMap.create();
condMap.put("username", "zhangsan");
condMap.put("sex", "man");
map.put("condMap", condMap);
dao.getSqlPara("testSql",map);
----------------------------------------------------------
在没有发行的版本已经支持了?