收款定时任务优化

This commit is contained in:
yuxueliang0813 2025-04-25 13:51:18 +08:00
parent 75fd1b206a
commit f24dac1263
2 changed files with 4 additions and 8 deletions

View File

@ -5,12 +5,9 @@ import com.alibaba.fastjson.JSONObject;
import kd.bos.dataentity.entity.DynamicObject; import kd.bos.dataentity.entity.DynamicObject;
import kd.bos.entity.ExtendedDataEntity; import kd.bos.entity.ExtendedDataEntity;
import kd.bos.entity.validate.AbstractValidator; import kd.bos.entity.validate.AbstractValidator;
import kd.bos.form.plugin.AbstractFormPlugin;
import kd.bos.logging.Log; import kd.bos.logging.Log;
import kd.bos.logging.LogFactory; import kd.bos.logging.LogFactory;
import kd.bos.servicehelper.BusinessDataServiceHelper; import kd.bos.servicehelper.BusinessDataServiceHelper;
import kd.sdk.plugin.Plugin;
import shjh.jhzj7.fi.fi.plugin.form.RecBillChangeListExtendPlugin;
import shjh.jhzj7.fi.fi.plugin.form.info.RecFieldsInfo; import shjh.jhzj7.fi.fi.plugin.form.info.RecFieldsInfo;
import shjh.jhzj7.fi.fi.utils.SapUtils; import shjh.jhzj7.fi.fi.utils.SapUtils;

View File

@ -619,7 +619,6 @@ public class SapUtils {
/** /**
* 调用SAP收款凭证清账状态查询接口 * 调用SAP收款凭证清账状态查询接口
*
* @param billNumber 单据编号 * @param billNumber 单据编号
* @param companyCode 公司编码 * @param companyCode 公司编码
* @param sapVoucherNumber SAP凭证号 * @param sapVoucherNumber SAP凭证号