浏览代码

dpr放开

wangliang 2 年之前
父节点
当前提交
c416fa8ed1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

+ 2 - 2
distributed-print-business/src/main/resources/mapper/ExamTaskMapper.xml

@@ -595,7 +595,7 @@
             <if test="makeMethod != null">
                 and f.make_method = #{makeMethod}
             </if>
-            <!-- sql dpr注释 <if test="dpr != null">
+            <if test="dpr != null">
                 <if test="dpr.requestUserId != null">
                     AND a.create_id = #{dpr.requestUserId}
                 </if>
@@ -605,7 +605,7 @@
                         #{item}
                     </foreach>
                 </if>
-            </if>-->
+            </if>
         </where>
         order by IFNULL(g.update_time, a.update_time) desc, a.paper_number desc
     </select>