fix(system): 修复租户积分查询时间条件判断逻辑
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<if test="pageReqVO.type != null">
|
||||
and stp.type = #{pageReqVO.type}
|
||||
</if>
|
||||
<if test="pageReqVO.createdAt != null">
|
||||
<if test="pageReqVO.createdAt != null and pageReqVO.createdAt.length == 2">
|
||||
and stp.created_at between #{pageReqVO.createdAt[0]} and #{pageReqVO.createdAt[1]}
|
||||
</if>
|
||||
</where>
|
||||
|
||||
Reference in New Issue
Block a user