提交人:csx

提交时间:2025年01月04日
提交内容:交易明细推送共享定时任务
This commit is contained in:
1981897232@qq.com 2026-01-04 17:01:36 +08:00
parent 313ecc7597
commit 84d5836d67
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class SharePushTaskPlugin extends AbstractTask {
@Override
public void execute(RequestContext requestContext, Map<String, Object> map) throws KDException {
Object type = map.get("type");
logger.info("type:"+type);
//获取司库电子回单推送共享系统的对应映射
QFilter qFilter = new QFilter("shkd_name", QCP.equals,type);
DynamicObject shkd_apimappingid = BusinessDataServiceHelper.loadSingle("shkd_apimapping", "id", qFilter.toArray());