20250507 更新

1.修改推送时时间类型不匹配问题
master
陈江保 18 hours ago
parent 7ea75643ca
commit c467707690
  1. 2
      src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java

@ -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日")));

Loading…
Cancel
Save