فهرست منبع

问题上报 接口修改

zhanghao 1 ماه پیش
والد
کامیت
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="description != null  and description != ''"> and description = #{description}</if>
             <if test="projectId != null "> and a.project_id = #{projectId}</if>
             <if test="projectId != null "> and a.project_id = #{projectId}</if>
             <if test="status != null  and status != ''"> and status = #{status}</if>
             <if test="status != null  and status != ''"> and status = #{status}</if>
+            <if test="createTime != null"> and Date(a.create_time) = #{createTime}</if>
         </where>
         </where>
         order by a.create_time desc
         order by a.create_time desc
     </select>
     </select>