Compare commits

..

No commits in common. "dd51e836807ec6f012267d152aabe956a2a5b8ed" and "e05accf82a0d831b29f2a92ae75022813464f8b5" have entirely different histories.

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.packageId != null and params.packageId != ''">
<if test="params.params.packageId != null and params.params.packageId != ''">
AND a.package_id = #{params.packageId}
</if>
</where>