|
@@ -302,6 +302,7 @@ public class CollectionWarehousingRecordServiceImpl extends ServiceImpl<Collecti
|
|
.eq("comp_id",collectionWarehousingRecord.getCompId()));
|
|
.eq("comp_id",collectionWarehousingRecord.getCompId()));
|
|
//合同代收费
|
|
//合同代收费
|
|
collectionWarehousingRecord.setAgencyCharge(contractManagementInfo.getAgencyCharge());
|
|
collectionWarehousingRecord.setAgencyCharge(contractManagementInfo.getAgencyCharge());
|
|
|
|
+ collectionWarehousingRecord.setBuyer(contractManagementInfo.getBuyer());
|
|
return collectionWarehousingRecord;
|
|
return collectionWarehousingRecord;
|
|
}
|
|
}
|
|
|
|
|