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 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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue