Commit 3e3f72c4 authored by hezhen's avatar hezhen

123

parent b6a7b961
......@@ -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