20250507 更新

1.修改推送时时间类型不匹配问题
This commit is contained in:
2025-05-07 16:30:55 +08:00
parent 7ea75643ca
commit c467707690

View File

@@ -248,7 +248,7 @@ public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService
jsonObject.set("jyyr2qm", entrustmentDTO.getAppraisalUserName()); // 检测人
jsonObject.set("jyy1zc", NULL_PLACEHOLDER); // 检验人1专业技术资格或职称
jsonObject.set("jyy2zc", NULL_PLACEHOLDER); // 检验人2专业技术资格或职称
jsonObject.set("qfrq", LocalDate.now().format(DateTimeFormatter.ofPattern("yyyy年MM月dd日")));
jsonObject.set("qfrq", NULL_PLACEHOLDER);
jsonObject.set("qrcode", NULL_PLACEHOLDER); // 二维码地址
jsonObject.set("sjr1List", CollUtil.newArrayList(entrustInfo.getDeliver1Name(), entrustInfo.getDeliver2Name())); // 送检人
jsonObject.set("slrq", entrustInfo.getAcceptDate().format(DateTimeFormatter.ofPattern("yyyy年MM月dd日")));