Commit ea2ad6a0 authored by 吴春's avatar 吴春

11

parent 55c11827
......@@ -102,7 +102,7 @@ WHERE 1=1
{
StringBuilder builder = new StringBuilder();
builder.AppendFormat(@"
SELECT A.ID,A.CType,A.T_ContractNum,A.Tourists_Name,A.TCID,A.OrderId,A.ContractTemplete,A.ThirdContractState
SELECT A.ID,A.CType,A.T_ContractNum,A.Tourists_Name,A.TCID,A.OrderId,A.ContractTemplete,A.ThirdContractID,A.ThirdContractFileUrl,A.ThirdContractState,A.Status
FROM RB_Travel_Contract AS A
WHERE 1=1
");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment