Commit 70908d2f by 阳浪

审核时间查询

parent 4798165f
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
and a.number = #{number} and a.number = #{number}
</if> </if>
<if test="author != null"> <if test="author != null">
and a.author = like CONCAT('%', '${author}', '%' ) and a.author like CONCAT('%', '${author}', '%' )
</if> </if>
<if test="level != null and level == 1"> <if test="level != null and level == 1">
and a.type_one=#{typeId} and a.type_one=#{typeId}
......
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