@@ -381,6 +381,7 @@ public class DispatchAutoCloseService extends ServiceController {
JSONObject cashbillIncome = createCashbillIncome(siteid, sys_enterpriseid, sa_accountclassid, entity, true, true);
sqlList.addAll(cashbillIncome.getJSONArray("sqlList").toJavaList(String.class));
+ System.err.println(sqlList);
dbConnect.runSqlUpdate(sqlList);
}