Commit 043b816d authored by 周健威's avatar 周健威

添加model相关修改

parent 5b150b96
...@@ -533,10 +533,10 @@ ...@@ -533,10 +533,10 @@
</otherwise> </otherwise>
</choose> </choose>
<if test=" catas != null "> <if test=" catas != null ">
null as catas null as catas,
</if> </if>
<if test=" yearMonthAndParam !=null and yearNo4Where != null and yearNo4Where == true"> <if test=" yearMonthAndParam !=null and yearNo4Where != null and yearNo4Where == true">
0 as hasVehicle 0 as hasVehicle,
</if> </if>
<if test="lon != null and lat != null"> <if test="lon != null and lat != null">
0 as distance 0 as distance
......
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