收货添加属性信息;

This commit is contained in:
王奎兴
2026-02-06 15:54:20 +08:00
parent 1de84cfedb
commit 10c071d17b
@@ -272,7 +272,7 @@ public class ReceiptMaterialDetailImpl extends ServiceImpl<ReceiptMaterialDetail
case "Batch Ref NO's":
receiptMaterialDetailDO.setBatchRefNo(attributeValue);
break;
case "存日期":
case "日期":
// 判断是否是日期格式再赋值避免报错
try {
if (attributeValue.matches("\\d{4}-\\d{2}-\\d{2}.*")) {