重点工程优化
parent
b7b60d8b79
commit
809da10207
|
@ -202,6 +202,9 @@
|
|||
<if test="pd.PTYPE != null and pd.PTYPE !=''">
|
||||
and f.PTYPE = #{pd.PTYPE}
|
||||
</if>
|
||||
<if test="pd.UNITS_ID != null and pd.UNITS_ID !=''">
|
||||
and f.UNITS_ID = #{pd.UNITS_ID}
|
||||
</if>
|
||||
ORDER BY f.OPERATTIME DESC
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in New Issue