Compare commits
2 Commits
e05accf82a
...
dd51e83680
| Author | SHA1 | Date |
|---|---|---|
|
|
dd51e83680 | |
|
|
95d8ea7a07 |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue