摘要:
VM1704:1 should have url attribute when using navigateTo, redirectTo or switchTab 原因解释:组件在使用时,涉及到以上3种跳转方式时,必须拥有 url 属性,否则就会出错。 可能性1:加了url的,就是路径有的为空。 可 阅读全文
摘要:
1.只要不为空,就在后面添加逗号,最后再用subString()函数截取,去掉最后一位的逗号 List<String> test = new ArrayList<>(); String testStrings = ""; test.add("test1"); test.add("test2"); t 阅读全文
摘要:
SELECT A.id,A.fz_id,A.jg_dept_id,A.jg_dept_name,A.jg_dept_code,IFNULL(B.config01,0) As config01,IFNULL(B.config02,0) As config02,IFNULL(B.config03,'') 阅读全文
摘要:
数据库格式: [{"jjxId":13,"jjxName":"测试三","jjxDate":"1111"},{"jjxId":15,"jjxName":"测试五","jjxDate":"2222"}] public R getNew(@PathVariable("fpId") Integer fpI 阅读全文