|
@@ -177,7 +177,7 @@ private YDService ydService;
|
|
|
}
|
|
|
// 子表数据匹配 _wb
|
|
|
for (Map detail : details) {
|
|
|
- // 唯一条件: 单据编号 + 业务类型 + 开票周期 + UUID + 物料名称 (ppExt: 同一个开票周期下, 会有不同物料名称)
|
|
|
+ // 唯一条件: 单据编号 + 业务类型 + 开票周期 + UUID + 物料名称 (ppExt: 同一个开票周期下, 会有不同物料名称) [作废重开编号不一样]
|
|
|
String compId_date = (String) UtilMap.getList(compIds_tab, compId_type).get(0);
|
|
|
long kpzq = UtilMap.getLong(detail, compId_date);
|
|
|
if (kpzq == 0) {
|