优化交换机数据入库,修改bug,增加手动计算95值接口
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
<if test="policyName != null and policyName != ''">policy_name = #{policyName},</if>
|
||||
<if test="description != null">description = #{description},</if>
|
||||
<if test="resourceGroupId != null">resource_group_id = #{resourceGroupId},</if>
|
||||
<if test="resourceGroupIdNull != null">resource_group_id = null,</if>
|
||||
<if test="includedDevicesId != null">included_devices_id = #{includedDevicesId},</if>
|
||||
<if test="sourceFilePathType != null">source_file_path_type = #{sourceFilePathType},</if>
|
||||
<if test="sourceFilePath != null and sourceFilePath != ''">source_file_path = #{sourceFilePath},</if>
|
||||
|
||||
Reference in New Issue
Block a user