摘要: order by field(a.status,0,1,3,2),e.start_date desc,d.position desc 阅读全文
posted @ 2023-05-30 13:24 820820820 阅读(36) 评论(0) 推荐(0) 编辑
摘要: npm install--python=python 阅读全文
posted @ 2023-05-15 12:49 820820820 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 应用场景: 需求:需要通过状态(status=0或1)来查询数据,status类型为Integer and status = #{status} 1 2 3 当传入status=0时,并没有进入该条件里面;但传入1或其他都可以根据status条件查询;为什么呢? 通过源码了解到,mybatis在预编 阅读全文
posted @ 2023-03-29 13:12 820820820 阅读(85) 评论(0) 推荐(0) 编辑
摘要: Map转成对象 List<Map<String, Object>> personData = (List<Map<String, Object>>) restResult.get("ET_TAB"); for (Map<String, Object> personDatum : personData 阅读全文
posted @ 2023-03-08 15:00 820820820 阅读(48) 评论(0) 推荐(0) 编辑
摘要: let flag = false for (var key in sfUserStr) { console.log("key"+key) console.log(sfUserStr); if (sfUserStr[key] != null && sfUserStr[key] != '') { fla 阅读全文
posted @ 2023-03-08 12:28 820820820 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/d136c3d30c91 // 从RENSHISONENUM中获取parent为RENSHIENUM的code的数据 public static Map<String, String> getSonByParent(String parent) { 阅读全文
posted @ 2023-03-08 01:56 820820820 阅读(12) 评论(0) 推荐(0) 编辑
摘要: { "code": "00000", "message": "成功", "data": { "appType": 0, "appUuid": "ding54e314fd9e5523bcf2c783f7214b6d69", "bizType": "", "creatorUserId": "175061 阅读全文
posted @ 2023-01-04 09:25 820820820 阅读(77) 评论(0) 推荐(0) 编辑
摘要: router.beforeEach(async (to, from, next) => { // alert(to.meta.keepAlive) let mark = to.fullPath.indexOf("code"); if (mark != -1 && from.fullPath.inde 阅读全文
posted @ 2022-12-07 18:26 820820820 阅读(144) 评论(0) 推荐(0) 编辑
摘要: // 引入路由和storage工具函数 import storage from '@/utils/storage' import router from "@/router/index" import store from '@/store' let lastTime = new Date().ge 阅读全文
posted @ 2022-12-07 18:23 820820820 阅读(23) 评论(0) 推荐(0) 编辑
摘要: <span v-for="(item,index) in payList" :key="index">{{item.id == scope.row.payType ? item.value : ''}}</span> 阅读全文
posted @ 2022-11-30 06:58 820820820 阅读(14) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示