摘要: GsonBuilder builder = new GsonBuilder(); builder.registerTypeAdapter(Date.class, new JsonDeserializer<Date>() { public Date deserialize(JsonElement js 阅读全文
posted @ 2024-11-04 15:09 八英里 阅读(3) 评论(0) 推荐(0) 编辑
摘要: public interface SalaryAccountingStatementImportBaseVO { String getIdCard(); } @Data public class SalaryAccountingStatementImportVO implements SalaryA 阅读全文
posted @ 2024-09-29 11:39 八英里 阅读(3) 评论(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 八英里 阅读(2044) 评论(0) 推荐(0) 编辑
摘要: @Bean(name = "dbzyqsV102SqlSessionFactory") // @Qualifier表示查找Spring容器中名字为blogDataSource的对象 public SqlSessionFactory dbzyqsV102SqlSessionFactory(@Quali 阅读全文
posted @ 2024-07-30 16:09 八英里 阅读(17) 评论(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 八英里 阅读(7) 评论(0) 推荐(0) 编辑
摘要: through reference chain: com.cloud.module.smartkey.common.ResultManage["data] 直接返回obj 阅读全文
posted @ 2024-07-23 17:03 八英里 阅读(11) 评论(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 八英里 阅读(193) 评论(0) 推荐(0) 编辑
摘要: public void export(ObjectDTO dto, HttpServletResponse response) { try { if (ObjectUtils.isEmpty(dto.getObjNumberList())) { throw new BusinessException 阅读全文
posted @ 2024-07-01 17:20 八英里 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-06-04 11:44 八英里 阅读(20) 评论(0) 推荐(0) 编辑
摘要: date 阅读全文
posted @ 2024-05-22 15:58 八英里 阅读(3) 评论(0) 推荐(0) 编辑