标识报错

This commit is contained in:
李贵强 2025-04-09 18:20:38 +08:00
parent 8e40edc3de
commit 4c4e67cdd3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import kd.sdk.plugin.Plugin;
*/ */
public class IntBillBatchOperation extends AbstractOperationServicePlugIn implements Plugin { public class IntBillBatchOperation extends AbstractOperationServicePlugIn implements Plugin {
private static final String destName = "cim_intbill_reve";//预提记账处理 private static final String destName = "cim_intbill_revenue";//预提记账处理
private static final String updateVoucher = "update t_cim_revenue set fk_shjh_needvoucher=1 where fid=?;"; private static final String updateVoucher = "update t_cim_revenue set fk_shjh_needvoucher=1 where fid=?;";
@Override @Override