摘要: public void thumbnail(PutObjectRequest request, UploadParam param) throws IOException { if (ObjectUtils.isEmpty(param.getThumbnail()) || !param.getThu 阅读全文
posted @ 2024-12-13 16:11 八英里 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 然后直接黏贴 阅读全文
posted @ 2024-11-29 15:41 八英里 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ( SELECT GROUP_CONCAT( soj.orgShortName SEPARATOR ',') FROM system_organization_jf soj WHERE FIND_IN_SET(soj.orgId, mainCard.subOrgIds) ) AS subOrgNam 阅读全文
posted @ 2024-11-29 09:20 八英里 阅读(3) 评论(0) 推荐(0) 编辑
摘要: GsonBuilder builder = new GsonBuilder(); builder.registerTypeAdapter(Date.class, new JsonDeserializer<Date>() { public Date deserialize(JsonElement js 阅读全文
posted @ 2024-11-04 15:09 八英里 阅读(10) 评论(0) 推荐(0) 编辑
摘要: public interface SalaryAccountingStatementImportBaseVO { String getIdCard(); } @Data public class SalaryAccountingStatementImportVO implements SalaryA 阅读全文
posted @ 2024-09-29 11:39 八英里 阅读(4) 评论(0) 推荐(0) 编辑
摘要: // 正确的嵌套Lambda表达式写法 queryWrapper.in(StaffTransfer::getState, Arrays.asList(4, 2, 1, 5)) .eq(StaffTransfer::getIsDelete, 0) .ne(StaffTransfer::getId, 2 阅读全文
posted @ 2024-08-06 16:16 八英里 阅读(2726) 评论(0) 推荐(0) 编辑
摘要: @Bean(name = "dbzyqsV102SqlSessionFactory") // @Qualifier表示查找Spring容器中名字为blogDataSource的对象 public SqlSessionFactory dbzyqsV102SqlSessionFactory(@Quali 阅读全文
posted @ 2024-07-30 16:09 八英里 阅读(24) 评论(0) 推荐(0) 编辑
摘要: package com.cloud.module.management.message.handler.mp; import cn.hutool.core.util.ObjectUtil; import cn.hutool.core.util.StrUtil; import com.alibaba. 阅读全文
posted @ 2024-07-30 11:41 八英里 阅读(13) 评论(0) 推荐(1) 编辑
摘要: through reference chain: com.cloud.module.smartkey.common.ResultManage["data] 直接返回obj 阅读全文
posted @ 2024-07-23 17:03 八英里 阅读(12) 评论(0) 推荐(0) 编辑
摘要: java.io.FileNotFoundException: MultipartFile resource [file] cannot be resolved to URL at org.springframework.core.io.AbstractResource.getURL(Abstract 阅读全文
posted @ 2024-07-05 17:40 八英里 阅读(262) 评论(0) 推荐(0) 编辑