|
@@ -103,6 +103,7 @@
|
|
|
SELECT t1.product_id as 'productId',t2.product_name as 'productName' FROM ctop_project t1
|
|
|
LEFT JOIN ctop_product t2 ON t1.product_id = t2.id
|
|
|
WHERE t1.product_id is not null
|
|
|
+ AND t2.product_name is not null
|
|
|
and t1.id IN
|
|
|
<foreach item="item" index="index" collection="projectList" open="(" separator="," close=")">
|
|
|
#{item.projectId}
|