fix(工作台): 待更新接口Case查询条件有误

--bug=1025728 --user=宋昌昌 【工作台】我的仪表盘-我的待办-接口用例统计和进入我的待办-各项目接口用例总和不一致 https://www.tapd.cn/55049933/s/1365766
This commit is contained in:
song-cc-rock 2023-04-23 17:51:49 +08:00 committed by jianxing
parent 4b8310ed9d
commit 712ebe92aa
2 changed files with 8 additions and 1 deletions

View File

@ -111,6 +111,13 @@ input.el-input__inner {
border-radius: 4px; border-radius: 4px;
} }
.custom-confirm-delete .el-message-box__btns button span{
font-family: 'PingFang SC';
font-style: normal;
font-weight: 400;
font-size: 14px;
}
.el-message-box__btns .el-button--small { .el-message-box__btns .el-button--small {
min-width: 80px; min-width: 80px;
} }

View File

@ -307,7 +307,7 @@
<foreach collection="statusList" item="value" separator="," open="(" close=")"> <foreach collection="statusList" item="value" separator="," open="(" close=")">
#{value} #{value}
</foreach> </foreach>
)) and ac.update_time >= #{toBeUpdateTime} ))
</if> </if>
<if test="toBeUpdateTime !=null and (statusList ==null or statusList.size() == 0)"> <if test="toBeUpdateTime !=null and (statusList ==null or statusList.size() == 0)">
and ac.to_be_update_time >= #{toBeUpdateTime} and ac.to_be_update_time >= #{toBeUpdateTime}