@@ -145,6 +145,8 @@ public class ErDailyReimburseExtBotpUpPlugin extends PublicReimburseBotpUpPlugin
}
+ log.info("removeApplys" + removeApplys.toString());
+
for(int i = billlists1.size()-1; i >= 0; i--){
Map<String, Object> map = billlists1.get(i);
String billno = (String)map.get("billno");