소스 검색

问题上报 接口修改

zhanghao 2 달 전
부모
커밋
0c9465ad51
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      project-zcustom/src/main/resources/mapper/zcustom/unit/LargeIssueMapper.xml

+ 1 - 0
project-zcustom/src/main/resources/mapper/zcustom/unit/LargeIssueMapper.xml

@@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="description != null  and description != ''"> and description = #{description}</if>
             <if test="projectId != null "> and a.project_id = #{projectId}</if>
             <if test="status != null  and status != ''"> and status = #{status}</if>
+            <if test="createTime != null"> and Date(a.create_time) = #{createTime}</if>
         </where>
         order by a.create_time desc
     </select>