提交 b5028adb authored 作者: aiqingguo's avatar aiqingguo

代码优化

上级 1598b52a
...@@ -15,7 +15,7 @@ public class CollectTrafficCongestionSqlProvider { ...@@ -15,7 +15,7 @@ public class CollectTrafficCongestionSqlProvider {
return new SQL(){{ return new SQL(){{
SELECT(" id, user_no as userNo, name, mobile, " + SELECT(" id, user_no as userNo, name, mobile, " +
" truck_no as truckNo, " + " truck_no as truckNo, " +
" province, city, county, town, street, address, full_address" + " province, city, county, town, street, address, full_address, " +
" longitude, latitude, " + " longitude, latitude, " +
" jam_time as jamTime, jam_image as jamImage, " + " jam_time as jamTime, jam_image as jamImage, " +
" date_format(report_time, '%Y-%m-%d %H:%i:%s') as reportTime, " + " date_format(report_time, '%Y-%m-%d %H:%i:%s') as reportTime, " +
...@@ -33,7 +33,7 @@ public class CollectTrafficCongestionSqlProvider { ...@@ -33,7 +33,7 @@ public class CollectTrafficCongestionSqlProvider {
return new SQL(){{ return new SQL(){{
SELECT(" id, user_no as userNo, name, mobile, " + SELECT(" id, user_no as userNo, name, mobile, " +
" truck_no as truckNo, " + " truck_no as truckNo, " +
" province, city, county, town, street, address, full_address" + " province, city, county, town, street, address, full_address, " +
" longitude, latitude, " + " longitude, latitude, " +
" jam_time as jamTime, jam_image as jamImage, " + " jam_time as jamTime, jam_image as jamImage, " +
" date_format(report_time, '%Y-%m-%d %H:%i:%s') as reportTime, " + " date_format(report_time, '%Y-%m-%d %H:%i:%s') as reportTime, " +
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论