Commit 9e491eca authored by hezhen's avatar hezhen

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

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