|
@@ -861,7 +861,7 @@ public interface MzChargeDetailMapper {
|
|
|
" end " +
|
|
|
") =#{execDept} " +
|
|
|
"</when>" +
|
|
|
- " and charge_date <![CDATA[>=]]> #{beginDate} and charge_date <![CDATA[<=]]> #{endDate} group by " +
|
|
|
+ " group by " +
|
|
|
"z.name,c.audit_code,isnull(a.group_no,'00')," +
|
|
|
" case a.charge_bill_code when 'BILL10' then 'BILL01' when 'BILL11' then 'BILL28' when 'BILL12' then 'BILL02' else a.charge_bill_code end" +
|
|
|
",b.charge_dcount_date,b.pay_id ",
|