|
@@ -276,10 +276,10 @@
|
|
c.code as contractCode,
|
|
c.code as contractCode,
|
|
|
|
|
|
<!--合同来源-->
|
|
<!--合同来源-->
|
|
- case c.source when 1 then '商保新增' when 2 then '免保转签' when 3 then '续签' when 4 then '免保' else '暂无' end,
|
|
|
|
|
|
+ case c.source when 1 then '商保新增' when 2 then '免保转签' when 3 then '续签' when 4 then '免保' else '暂无' end as source,
|
|
|
|
|
|
<!--合同类型-->
|
|
<!--合同类型-->
|
|
- case c.type when 1 then '半包' when 2 then '半包' when 3 then '清包' when 4 then '全包' when 5 then '大修' else '暂无' end,
|
|
|
|
|
|
+ case c.type when 1 then '半包' when 2 then '半包' when 3 then '清包' when 4 then '全包' when 5 then '大修' else '暂无' end as type,
|
|
|
|
|
|
<!--合同开始时间-->
|
|
<!--合同开始时间-->
|
|
c.star_date as starDate,
|
|
c.star_date as starDate,
|
|
@@ -350,10 +350,10 @@
|
|
<!--合同编号-->
|
|
<!--合同编号-->
|
|
c.code as contractCode,
|
|
c.code as contractCode,
|
|
<!--合同来源-->
|
|
<!--合同来源-->
|
|
- case c.source when 1 then '商保新增' when 2 then '免保转签' when 3 then '续签' when 4 then '免保' else '暂无' end,
|
|
|
|
|
|
+ case c.source when 1 then '商保新增' when 2 then '免保转签' when 3 then '续签' when 4 then '免保' else '暂无' end as source,
|
|
|
|
|
|
<!--合同类型-->
|
|
<!--合同类型-->
|
|
- case c.type when 1 then '半包' when 2 then '半包' when 3 then '清包' when 4 then '全包' when 5 then '大修' else '暂无' end,
|
|
|
|
|
|
+ case c.type when 1 then '半包' when 2 then '半包' when 3 then '清包' when 4 then '全包' when 5 then '大修' else '暂无' end as type
|
|
|
|
|
|
<!--合同开始时间-->
|
|
<!--合同开始时间-->
|
|
c.star_date as starDate,
|
|
c.star_date as starDate,
|