添加参数
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
<if test="temp!=null and temp.searchBeginTime != null and temp.searchBeginTime !=''">
|
||||
AND a.create_time >= #{temp.searchBeginTime}
|
||||
</if>
|
||||
<if test="temp!=null and temp.id != null and temp.id !=''">
|
||||
AND a.id = #{temp.id}
|
||||
</if>
|
||||
order by a.order_by asc,create_time desc
|
||||
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user