|
@@ -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>
|