1、jar包直接放在lib文件夹下
2、增加hibernate interceptor 修改sql语句适配mycat 3、部分页面修改 4、增加分中心只显示数据展示分中心角色菜单
This commit is contained in:
@@ -389,6 +389,11 @@
|
||||
jQuery("#portInfoPicXt").show();
|
||||
}
|
||||
|
||||
Highcharts.setOptions( {
|
||||
global : {
|
||||
useUTC : false
|
||||
}
|
||||
});
|
||||
function createChart(policeNum,dto,numberFormat,unit,tab) {
|
||||
if(numberFormat==undefined||numberFormat==null) {
|
||||
numberFormat=0;//数字保留几位小数
|
||||
@@ -586,11 +591,7 @@
|
||||
text: 'i18n_sdigp.message.updateTheMarker_n81i'
|
||||
}
|
||||
});
|
||||
Highcharts.setOptions( {
|
||||
global : {
|
||||
useUTC : false
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function doSvgFun(){
|
||||
|
||||
Reference in New Issue
Block a user