Explorar el Código

渠道号。。。创建逻辑

zhaoxian hace 4 años
padre
commit
b61b12013c

+ 1 - 0
jeecg-boot-module-system/src/main/java/cn/com/ctop/common/module/mapper/xml/ProjectMapper.xml

@@ -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}