收货添加属性信息;
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ public class ReceiptMaterialDetailImpl extends ServiceImpl<ReceiptMaterialDetail
|
|||||||
case "Batch Ref NO's":
|
case "Batch Ref NO's":
|
||||||
receiptMaterialDetailDO.setBatchRefNo(attributeValue);
|
receiptMaterialDetailDO.setBatchRefNo(attributeValue);
|
||||||
break;
|
break;
|
||||||
case "库存日期":
|
case "存货日期":
|
||||||
// 判断是否是日期格式再赋值避免报错
|
// 判断是否是日期格式再赋值避免报错
|
||||||
try {
|
try {
|
||||||
if (attributeValue.matches("\\d{4}-\\d{2}-\\d{2}.*")) {
|
if (attributeValue.matches("\\d{4}-\\d{2}-\\d{2}.*")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user