Ver Fonte

no message

ly há 1 ano atrás
pai
commit
108a0fc0b3

+ 2 - 2
src/main/resources/mybatis/business/BizCollectionMapper.xml

@@ -46,7 +46,6 @@
         SUM( detail.arrive_amount ) AS tishoukuanjine,
         GROUP_CONCAT( DISTINCT u.nick_name ) AS shenqingren,
         CASE
-
         WHEN input.contract_type = 1 THEN
         "续签" ELSE "新签"
         END AS hetongleixing,
@@ -109,7 +108,8 @@
         GROUP BY
         c.company_id,
         detail.task_type_id,
-        c.contract_id
+        c.contract_id,
+        c.is_project
         order by
         c.create_time desc
         ) tt1