Revert "订单列表"

This reverts commit 2da0a0b
This commit is contained in:
zhujunjieit 2019-01-28 00:20:54 +08:00
parent a7a3ed5b0e
commit 238a3b78cf
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="vipUserName != null "> and u.user_name like CONCAT('%',#{vipUserName},'%')</if>
<if test="trainCourseName != null "> and c.name like CONCAT('%',#{trainCourseName},'%')</if>
<if test="delFlag != null and delFlag != '' "> and o.del_flag = #{delFlag}</if>
</where>
</select>