摘要:
第一种:$.post请求 json function destroyUser(){ var path = '/gtSysUser/deleteUser'; var rows = $('#dg').datagrid('getChecked'); if (rows.length>0){ $.messager.confirm('消... 阅读全文
摘要:
select A.return_car_area, case when A.return_car_area='' THEN 0 ELSE 1 END from t_base_Bq_branch A select A.return_car_area, case A.return_car_area wh 阅读全文
摘要:
List<Integer> listUser = bqManagerMapper.getBqManagerList(); int userid = listUser.get(getRandomInt(listUser.size())); public static int getRandomInt( 阅读全文