标识报错
This commit is contained in:
parent
8e40edc3de
commit
4c4e67cdd3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue