Commit 0c3e6ee3 by wukaiqiang

修复查询字段

parent 6f914e89
......@@ -22,7 +22,7 @@
xystOrganization.name AS regionalCompanyName,
salesRecord.regionalCompany AS regionalCompany,
salesRecord.amount AS amount,
salesRecord.deal_Amount AS dealAmount
salesRecord.dealAmount AS dealAmount
FROM
SalesRecord AS salesRecord
LEFT JOIN xystOrganization AS xystOrganization on xystOrganization.id = salesRecord.regionalCompany
......
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