可以生成的
UPDATE RENTOUT_ORDER
SET BuildingID = :BuildingID ,
AutoIn = :AutoIn ,
RentOrderId = :RentOrderId ,
Input_UserID = :Input_UserID ,
InputDate = :InputDate ,
MakeID = :MakeID ,
Status = :Status ,
OrderType = :OrderType ,
ContractNo = :ContractNo ,
ContractID = :ContractID ,
ContractDate = :ContractDate ,
CustomerName = :CustomerName ,
CustomerID = :CustomerID ,
HouseID = :HouseID ,
StartDate = :StartDate ,
EndDate = :EndDate ,
RentLimitedAmount = :RentLimitedAmount ,
OrderNo = :OrderNo ,
LdID = dID ,
GoodsStartDate = :GoodsStartDate ,
RentAmount = :RentAmount ,
RentSingleAmount = :RentSingleAmount ,
Remark = :Remark ,
BillType = :BillType ,
TableType = :TableType ,
OperateId = :OperateId ,
SupplierId = :SUPPLIERID
WHERE ( AutoIn = :OLD__AutoIn ) |