|
@@ -83,6 +83,7 @@ public class TWarehouseAgreementServiceImpl implements ITWarehouseAgreementServi
|
|
List<Long> feesId = new ArrayList<>();
|
|
List<Long> feesId = new ArrayList<>();
|
|
if (!StringUtils.isNull(tWarehouseAgreement)) {
|
|
if (!StringUtils.isNull(tWarehouseAgreement)) {
|
|
corpsId.add(tWarehouseAgreement.getfCorpid());
|
|
corpsId.add(tWarehouseAgreement.getfCorpid());
|
|
|
|
+ goodsId.add(tWarehouseAgreement.getfGoodsid());
|
|
map.put("tWarehouseAgreement", tWarehouseAgreement);
|
|
map.put("tWarehouseAgreement", tWarehouseAgreement);
|
|
}
|
|
}
|
|
// 协议从表
|
|
// 协议从表
|