feat: 修复

dev_unify
chenhc 8 months ago
parent afd6253b7c
commit 9115551dfd

@ -263,7 +263,7 @@ public class SysWorkplaceQueueController extends BaseController {
UdiProductEntity byNameCode = udiProductService.findByNameCode(udiCode); UdiProductEntity byNameCode = udiProductService.findByNameCode(udiCode);
if (byNameCode == null) { if (byNameCode == null) {
return ResultVOUtils.error("UDI码未能识别出对应产品"); return ResultVOUtils.error("无法识别该编码");
} }
String relId = byNameCode.getRelId(); String relId = byNameCode.getRelId();

Loading…
Cancel
Save