ly hace 1 año
padre
commit
108a0fc0b3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/resources/mybatis/business/BizCollectionMapper.xml

+ 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