Compare commits

...

2 Commits

Author SHA1 Message Date
曹磊 dd51e83680 Merge remote-tracking branch 'origin/master' 2025-11-05 16:52:26 +08:00
曹磊 95d8ea7a07 服务指令包获取xml语句调整 2025-11-05 16:51:59 +08:00
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 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 left join sys_dict_item f on f.dict_id = '1900374791386140674' and f.item_value = b.cycle_type
<where> <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} AND a.package_id = #{params.packageId}
</if> </if>
</where> </where>