|
@@ -1162,7 +1162,8 @@ procedure TProjectData.ImportCloudTenderFile(const AFileName: string);
|
|
|
' Peg, DrawingCode, MemoStr, HasBookMark, MarkMemo'+
|
|
|
' From Bills In ''%s''';
|
|
|
|
|
|
- sDealBillsSql = 'Insert Into DealBills Select * From DealBills In ''%s''';
|
|
|
+ sDealBillsSql = 'Insert Into DealBills Select ID, B_Code, Name, Units, Price, Quantity, TotalPrice'+
|
|
|
+ ' From DealBills In ''%s''';
|
|
|
|
|
|
sDealPaymentSql = 'Insert Into DealPayment (ID, Name, CalcType, IsMinus,'+
|
|
|
' Formula, StartedPrice, SFormula, RangePrice, RFormula)'+
|