Commit 4bdcc1bc by giaogiao

行程接口已完成api修复bug

parent 0054806f
......@@ -133,8 +133,7 @@
<where>
and s.user_id = #{userId}
and s.deleted = 0
and s.`status` = #{param.status}
or s.`status` = 99
AND s.`status` IN (#{param.status},99)
</where>
</select>
......
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