Commit b767ce92 by zhiwj

去掉多余的判断

parent 32525ca9
......@@ -194,7 +194,7 @@
<if test="search !=null and search !=''">
and sms_package_name like concat('%',#{search},'%')
</if>
order by create_time desc
order by create_time desc, status
</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