Pārlūkot izejas kodu

【反馈:2021060301】【应收批量对账 支持转单后配置】

dingyl 3 gadi atpakaļ
vecāks
revīzija
9d3c3c0e36

+ 1 - 0
src/com/uas/erp/service/fa/impl/BatchDealServiceImpl.java

@@ -1659,6 +1659,7 @@ public class BatchDealServiceImpl implements BatchDealService {
 					if (toDate != null) {
 						baseDao.execute("update ARCHECK set ac_todate=to_date('" + toDate + "','yyyy-mm-dd') where ac_id=" + acid);
 					}
+					handlerService.handler(caller, "turn", "after", new Object[] { acid });
 					sb.append("转入成功,应收对账单号:" + "<a href=\"javascript:openUrl('jsps/fa/ars/arCheck.jsp?formCondition=ac_idIS" + acid
 							+ "&gridCondition=ad_acidIS" + acid + "')\">" + code + "</a>&nbsp;<hr>");
 					Emitter.progress((float) index++ / size);