dev_xd
parent
557d12b6e6
commit
4285508faf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue