Commit 4bdcc1bc by giaogiao

行程接口已完成api修复bug

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