Commit 5bb3214a authored by jianqian's avatar jianqian

BASE

parent c5b82d84
...@@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</choose> </choose>
</when> </when>
<otherwise> <otherwise>
o.order_status > 0 o.order_status = #{waitingtype}
</otherwise> </otherwise>
</choose> </choose>
<if test="searchStr!=null and searchStr!=''"> <if test="searchStr!=null and searchStr!=''">
......
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