|
@ -30,7 +30,7 @@ |
|
|
pli_power_service_station |
|
|
pli_power_service_station |
|
|
WHERE |
|
|
WHERE |
|
|
STRUCT_REFERENCE_ID in |
|
|
STRUCT_REFERENCE_ID in |
|
|
(select DISTINCT s.id from pli_power_axis_struct s where (s.ID = 'axisStructId' or s.PIDS like '%axisStructId%') and s.del_flag = '0') |
|
|
(select DISTINCT s.id from pli_power_axis_struct s where (s.ID = #{axisStructId} or s.PIDS like '%${axisStructId}%') and s.del_flag = '0') |
|
|
and |
|
|
and |
|
|
CUSTOMER_ID = #{customerId} |
|
|
CUSTOMER_ID = #{customerId} |
|
|
limit #{limit} |
|
|
limit #{limit} |
|
|