Commit 91b3af6c by 李传峰

修正取值弄反,导致映射错误

parent 6f418310
...@@ -66,10 +66,10 @@ ...@@ -66,10 +66,10 @@
a.resource_img_url AS resourceImgUrl, a.resource_img_url AS resourceImgUrl,
a.resource_url AS url, a.resource_url AS url,
a.remark AS remark, a.remark AS remark,
a.create_time AS creator, a.creator,
a.update_time AS updator, a.updator,
a.creator AS createTime, a.create_time AS createTime,
a.updator AS updateTime, a.update_time AS updateTime,
a.route_code AS routeCode, a.route_code AS routeCode,
a.guide AS guide, a.guide AS guide,
b.material_url AS materialUrl, b.material_url AS materialUrl,
......
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