摘要:
order by field(a.status,0,1,3,2),e.start_date desc,d.position desc 阅读全文
摘要:
npm install--python=python 阅读全文
摘要:
应用场景: 需求:需要通过状态(status=0或1)来查询数据,status类型为Integer and status = #{status} 1 2 3 当传入status=0时,并没有进入该条件里面;但传入1或其他都可以根据status条件查询;为什么呢? 通过源码了解到,mybatis在预编 阅读全文
摘要:
Map转成对象 List<Map<String, Object>> personData = (List<Map<String, Object>>) restResult.get("ET_TAB"); for (Map<String, Object> personDatum : personData 阅读全文
摘要:
let flag = false for (var key in sfUserStr) { console.log("key"+key) console.log(sfUserStr); if (sfUserStr[key] != null && sfUserStr[key] != '') { fla 阅读全文
摘要:
https://www.jianshu.com/p/d136c3d30c91 // 从RENSHISONENUM中获取parent为RENSHIENUM的code的数据 public static Map<String, String> getSonByParent(String parent) { 阅读全文
摘要:
{ "code": "00000", "message": "成功", "data": { "appType": 0, "appUuid": "ding54e314fd9e5523bcf2c783f7214b6d69", "bizType": "", "creatorUserId": "175061 阅读全文
摘要:
router.beforeEach(async (to, from, next) => { // alert(to.meta.keepAlive) let mark = to.fullPath.indexOf("code"); if (mark != -1 && from.fullPath.inde 阅读全文
摘要:
// 引入路由和storage工具函数 import storage from '@/utils/storage' import router from "@/router/index" import store from '@/store' let lastTime = new Date().ge 阅读全文
摘要:
<span v-for="(item,index) in payList" :key="index">{{item.id == scope.row.payType ? item.value : ''}}</span> 阅读全文