上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 76 下一页
摘要: package com.yiautos.psf.order.util.myannotation; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.AfterReturning; import org.aspe 阅读全文
posted @ 2022-03-14 11:49 八英里 阅读(487) 评论(0) 推荐(0) 编辑
摘要: SpringUtil.getBean(OrderServiceImpl.class); ApplicationContextRegister.getBean(PROCESSOR_REPOSITORY.get(costType) 阅读全文
posted @ 2022-03-11 16:22 八英里 阅读(30) 评论(0) 推荐(0) 编辑
摘要: BEGIN: update psf_order set `status`=1 WHERE id='1379256482132643841'; SAVEPOINT s1; SELECT `status` FROM psf_order WHERE id='1379256482132643841'; up 阅读全文
posted @ 2022-03-11 14:26 八英里 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-10 15:39 八英里 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 如果不限制 page.setMaxLimit(-1L); 阅读全文
posted @ 2022-03-10 11:12 八英里 阅读(171) 评论(0) 推荐(0) 编辑
摘要: this.update(Wrappers.lambdaUpdate(Order.class).set(Order::getMarkImgUrl,fileImgUrl).eq(Order::getId,order.getId())); 阅读全文
posted @ 2022-03-09 16:51 八英里 阅读(49) 评论(0) 推荐(0) 编辑
摘要: like '${@com.yiautos.psf.order.utils.PsfShopCommonConstants@TRADE_NO_PREFIX}%' public final static String TRADE_NO_PREFIX = "JYX"; 阅读全文
posted @ 2022-03-08 14:04 八英里 阅读(183) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/beidaol/article/details/85061472 阅读全文
posted @ 2022-03-04 09:41 八英里 阅读(17) 评论(0) 推荐(0) 编辑
摘要: for (int from = 0, to = 0, size = orderList.size(); from < size; from = to) { to = Math.min(from + query.getBatchSize(), size); List<Order> pageList = 阅读全文
posted @ 2022-03-03 17:37 八英里 阅读(427) 评论(0) 推荐(0) 编辑
摘要: static class Food{ String id; String name; Food(String A,String B) { this.id=A; this.name=B; } public void setId(String id) {this.id=id;} } public sta 阅读全文
posted @ 2022-03-02 13:38 八英里 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 76 下一页