Commit c7c93814 authored by yanzhengyang's avatar yanzhengyang

日常报销步骤条bug修改

parent d41eaa7d
......@@ -16,4 +16,6 @@ public class FyglDailyReimbursementTableItemDTO {
private Integer totalFoodCost;
//总费用
private Integer totalMoney;
//当前节点
private Integer currentAuditRoleId;
}
......@@ -114,6 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
r.registration_time as registrationTime,
r.`status`,
r.reimbursement,
r.current_audit_role_id as currentAuditRoleId,
SUM(CASE WHEN re.reimbursement_type IN (1) THEN re.money ELSE 0 END) AS totalTaxiCost,
SUM(CASE WHEN re.reimbursement_type IN (2) THEN re.money ELSE 0 END) AS totalFoodCost,
SUM(re.money) AS totalMoney
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment