From 394ee7e5859cad86060c9fe53f804136e42b0a3b Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Wed, 6 Mar 2024 09:27:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=AB=98=E8=80=97=E7=A0=81=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=20=E4=BB=A3=E7=A0=81todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java b/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java index 80980f401..7c81feba7 100644 --- a/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java +++ b/src/main/java/com/glxp/api/service/thrsys/impl/ThrInvOrderServiceImpl.java @@ -433,12 +433,12 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService { } /** - * 高耗生成码校验 + * 高耗码校验 * @param thrInvOrderDetails * @return */ private boolean checkIoCodeTemps(List thrInvOrderDetails) { - // TODO: 2024/3/6 + // TODO: 2024/3/6 增加高耗码校验 return true; }