Commit e8dd0794 authored by 顾俭's avatar 顾俭

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

parent e66cbc18
......@@ -270,7 +270,9 @@ public class PurchaseOrderFetchService implements IPurchaseOrderFetchService {
poDtlFile.setStatusCode(dtl.get("pmn16"));
// 防伪码-已申请数量
if (StringUtils.isNotBlank(dtl.get("bibb38"))) {
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