jpf 普通
2019-05-28 开始修炼简单之道
刚刚
Jieven 发表了文章
40月前
jpf 回复
@Jieven 1.6版本是支持jdk1.8的么
40月前
jpf 回复
1.6版本是支持jdk1.8的么
40月前
jpf 每日打卡
获得金币+4,获得点播券+1
40月前
jpf 回复
我把日志输出了,帮忙看下问题

Sql: select * from eova_menu where code = ?

Sql: select * from eova_object where code = ?

Sql: select * from eova_object where code = ?

Sql: select * from eova_object where code = ?

Sql: select count(*) from eova_field where is_query = 1 and object_code = ?

Sql: select * from eova_field where object_code = ? order by fieldnum,order_num

Sql: select * from eova_button where is_hide <> 1 and menu_code = ? and ui <> ? and id in (select bid from eova_role_btn where rid = ?) order by order_num


JFinal-3.4 action report -------- 2020-12-04 11:26:07 --------------------------
Url : GET /master_slave_grid/list/new_hyjh
Controller : com.eova.template.masterslave.MasterSlaveController.(MasterSlaveController.java:1)
Method : list
UrlPara : new_hyjh
Interceptor : com.eova.interceptor.LoginInterceptor.(LoginInterceptor.java:1)
com.eova.interceptor.AuthInterceptor.(AuthInterceptor.java:1)
--------------------------------------------------------------------------------
>>11:26:07:错误:include 位于19行 资源:/eova/template/masterslave/list.html

tag执行抛错

16| <%}%>

17| <%if(!isEmpty(btnMap[0]!)){%>

18| <%for(btn in btnMap[0]){%>

19| <td><%include(btn.ui,{'menu': menu, 'object':object, 'button': btn, 'gridId': 'master_grid'}){}%></td>

20| <%}%>

21| <%}%>

40月前
jpf 创建了一个问题
52月前
jpf 每日打卡
获得金币+8,获得点播券+1
52月前
jpf 回复
@Jieven 目前需要适配,不知道如何改,有办法么
52月前
jpf 创建了一个问题
52月前
jpf 每日打卡
获得金币+7,获得点播券+1
52月前
jpf 回复
@扫地僧 那自定义组件哪有例子