优化图形分析根据可选时间补0逻辑、优化流量图形单位可选功能。
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
<if test="defaultParams != null and defaultParams != ''"> and default_params = #{defaultParams}</if>
|
||||
<if test="taskName != null and taskName != ''"> and task_name like concat('%', #{taskName}, '%')</if>
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectRmDeploymentPolicyById" parameterType="Long" resultMap="RmDeploymentPolicyResult">
|
||||
|
||||
Reference in New Issue
Block a user