feat: 高耗码校验 代码todo

dev_20240306
chenhc 1 year ago
parent ab3f8f57c6
commit 394ee7e585

@ -433,12 +433,12 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService {
} }
/** /**
* *
* @param thrInvOrderDetails * @param thrInvOrderDetails
* @return * @return
*/ */
private boolean checkIoCodeTemps(List<ThrInvOrderDetail> thrInvOrderDetails) { private boolean checkIoCodeTemps(List<ThrInvOrderDetail> thrInvOrderDetails) {
// TODO: 2024/3/6 // TODO: 2024/3/6 增加高耗码校验
return true; return true;
} }

Loading…
Cancel
Save