摘要: 多个字段数据可用Map if(dept!=null && !"".equals(dept)){ List list = this.getDeptNameByDeptCode(dept); if(list!=null && !list.isEmpty()){ Map m=(Map)list.get(0 阅读全文
posted @ 2020-08-12 10:19 小二柯 阅读(589) 评论(0) 推荐(0) 编辑