重点工程优化

0927cmt
zhaoyu 2024-05-06 10:41:39 +08:00
parent b7b60d8b79
commit 809da10207
1 changed files with 3 additions and 0 deletions

View File

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