Commit 9e491eca authored by hezhen's avatar hezhen

Merge branch 'master-vehicle-price' into dev-tiande

parents 37259305 3e3f72c4
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
and and
<choose> <choose>
<when test="status == 0"> <when test="status == 0">
wc.status in (0 ,2) wc.stauts in (0 ,2)
</when> </when>
<otherwise> <otherwise>
wc.status =#{status} wc.stauts =#{status}
</otherwise> </otherwise>
</choose> </choose>
</if> </if>
......
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