@@ -26,6 +26,7 @@ public interface DcOtherCostMapper {
...
@@ -26,6 +26,7 @@ public interface DcOtherCostMapper {
"on a.company_value = c.company_value and a.bank_company = c.bank_company "+
"on a.company_value = c.company_value and a.bank_company = c.bank_company "+
"left join (select company_value,bank_company,amount_rmb from dc_base_cost where day = #{lastDay} and cost_form = 3 and is_lend = 2 and cost_status = 4) d "+
"left join (select company_value,bank_company,amount_rmb from dc_base_cost where day = #{lastDay} and cost_form = 3 and is_lend = 2 and cost_status = 4) d "+
"on a.company_value = d.company_value and a.bank_company = d.bank_company "+
"on a.company_value = d.company_value and a.bank_company = d.bank_company "+