Commit 13ad109e authored by 顾俭's avatar 顾俭

采购单同步 防伪码-已申请数量字段

parent 8f11c773
......@@ -269,6 +269,8 @@ public class PurchaseOrderFetchService implements IPurchaseOrderFetchService {
}
poDtlFile.setStatusCode(dtl.get("pmn16"));
// 防伪码-已申请数量
poDtlFile.setAppliedAmount(new BigDecimal(dtl.get("bibb38")));
poDtlFileService.add(poDtlFile);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment