dev_xd
姜玉琦 2025-06-30 10:26:13 +08:00
parent 557d12b6e6
commit 4285508faf
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="projectId != null "> and projectId = #{projectId}</if>
<if test="infoType != null "> and infoType = #{infoType}</if>
<if test="problemType != null and problemType != ''"> and problemType = #{problemType}</if>
<if test="createUser != null and createUser != ''"> and createUser = #{createUser}</if>
<if test="params.beginTime != null and params.beginTime != '' and params.endTime != null and params.endTime != ''"> and date(createTime) between #{params.beginTime} and #{params.endTime}</if>
</where>
</select>