核算维度科目余额(工序)

This commit is contained in:
zhangzhiguo 2025-09-29 13:48:19 +08:00
parent 3e3791e03f
commit 144947a518
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class SubjectbalancePlugin extends AbstractListPlugin implements Plugin
String itemKey = evt.getItemKey();
if("zcgj_gatdata".equals(itemKey)) {
//科目余额表自动取数
SubjectbalanceAutoData.getData();
SubjectbalanceAutoData.getData();//其他
}
}