服务指令包获取xml语句调整

This commit is contained in:
曹磊 2025-11-05 16:51:59 +08:00
parent abf9f4cd1a
commit 95d8ea7a07
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
left join nu_config_service_instruction_tag e on b.instruction_tag_id = e.id
left join sys_dict_item f on f.dict_id = '1900374791386140674' and f.item_value = b.cycle_type
<where>
<if test="params.params.packageId != null and params.params.packageId != ''">
<if test="params.packageId != null and params.packageId != ''">
AND a.package_id = #{params.packageId}
</if>
</where>