仓库出租率功能模块
This commit is contained in:
@@ -91,7 +91,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="startDate != null and endDate != null">
|
||||
and start_date >= #{startDate} and start_date <= #{endDate}
|
||||
</if>
|
||||
|
||||
<if test="time != null">
|
||||
AND start_date <= #{time}
|
||||
AND end_date >= #{time}
|
||||
</if>
|
||||
<!-- 删除标记 -->
|
||||
<choose>
|
||||
<when test="delFlag != null"> and del_flag = #{delFlag} </when>
|
||||
|
||||
Reference in New Issue
Block a user