|
|
@ -57,7 +57,6 @@ |
|
|
|
when 0 then '否' |
|
|
|
when 1 then '是' end as insuranceInfo, |
|
|
|
if(bo.nodeState = '已办结', true, false) as showStopBtn, |
|
|
|
if(bo.nodeState = '已办结', true, false) as showBorrowBtn, |
|
|
|
bo.nodeState is null as showUpdateBtn, |
|
|
|
bo.nodeState is null as showDeleteBtn, |
|
|
|
0 as showFinancialBtn, |
|
|
|