后端修改

dev
277151821@qq.com 2024-03-05 12:00:06 +08:00
parent 3d1a78869c
commit 654802b461
1 changed files with 3 additions and 0 deletions

View File

@ -242,6 +242,9 @@
from
v_traffic f
where f.CORPINFO_ID = #{corpId}
<if test="TRAFFIC_TYPE != null and TRAFFIC_TYPE != ''">
and f.TRAFFIC_TYPE = #{TRAFFIC_TYPE}
</if>
</select>
</mapper>