|
@@ -71,6 +71,7 @@
|
|
|
ioc.sum_premium as sumPremium,sd.name as deptName,ifa.create_time as createTime,
|
|
ioc.sum_premium as sumPremium,sd.name as deptName,ifa.create_time as createTime,
|
|
|
ifa.create_by as createBy,io.pay_time as payTime, ifa.audit_time as auditTime,
|
|
ifa.create_by as createBy,io.pay_time as payTime, ifa.audit_time as auditTime,
|
|
|
ifa.audit_user as auditUser,
|
|
ifa.audit_user as auditUser,
|
|
|
|
|
+ ifa.audit_user_name,
|
|
|
ifa.refuse,
|
|
ifa.refuse,
|
|
|
ifa.is_problem, ifa.problem_reason,
|
|
ifa.is_problem, ifa.problem_reason,
|
|
|
ifa.problem_time,
|
|
ifa.problem_time,
|
|
@@ -273,7 +274,7 @@
|
|
|
ioc.jq_premium as jqPremium, ioc.sy_premium as syPremium, ioc.jy_premium as jyPremium,
|
|
ioc.jq_premium as jqPremium, ioc.sy_premium as syPremium, ioc.jy_premium as jyPremium,
|
|
|
ioc.sum_premium as sumPremium,sd.name as deptName,ifa.create_time as createTime,
|
|
ioc.sum_premium as sumPremium,sd.name as deptName,ifa.create_time as createTime,
|
|
|
ifa.create_by as createBy,io.pay_time as payTime, ifa.audit_time as auditTime,
|
|
ifa.create_by as createBy,io.pay_time as payTime, ifa.audit_time as auditTime,
|
|
|
- ifa.audit_user as auditUser, ifa.refuse,
|
|
|
|
|
|
|
+ ifa.audit_user as auditUser, ifa.refuse, ifa.audit_user_name,
|
|
|
ifo.*
|
|
ifo.*
|
|
|
FROM ins_fee_audit ifa
|
|
FROM ins_fee_audit ifa
|
|
|
LEFT JOIN ins_orders io on ifa.order_no = io.id AND io.is_delete=0
|
|
LEFT JOIN ins_orders io on ifa.order_no = io.id AND io.is_delete=0
|
|
@@ -370,6 +371,7 @@
|
|
|
select
|
|
select
|
|
|
ifa.receive_user,
|
|
ifa.receive_user,
|
|
|
ifa.audit_status,
|
|
ifa.audit_status,
|
|
|
|
|
+ ifa.audit_user_name,
|
|
|
ifa.problem_identify,
|
|
ifa.problem_identify,
|
|
|
count(*) as num,
|
|
count(*) as num,
|
|
|
sum(ifa.calFee) as calFee,
|
|
sum(ifa.calFee) as calFee,
|
|
@@ -400,6 +402,7 @@
|
|
|
ioci.license_no,
|
|
ioci.license_no,
|
|
|
ifa.create_time AS submitCheckTime,
|
|
ifa.create_time AS submitCheckTime,
|
|
|
ifa.audit_time AS checkTime,
|
|
ifa.audit_time AS checkTime,
|
|
|
|
|
+ ifa.audit_user_name,
|
|
|
CASE ifa.audit_status
|
|
CASE ifa.audit_status
|
|
|
WHEN 0 THEN '待审核'
|
|
WHEN 0 THEN '待审核'
|
|
|
WHEN 1 THEN '审核通过'
|
|
WHEN 1 THEN '审核通过'
|