@@ -199,13 +199,7 @@
<select id="selectAuditItems" parameterType="AuditItems" resultType="Map">
SELECT
item.id,
- CASE
- item.act_id
- WHEN 410 THEN
- '下单审批'
- WHEN 420 THEN
- '配船审批'
- END actId,
+ item.act_id AS actId,
item.bill_id AS billId,
corp.f_name AS refno1,
item.refno2,