From b7c9ddd1b7293e5dc9631e923a66203d0b918fae Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 8 May 2024 14:47:11 +0800 Subject: [PATCH 01/86] =?UTF-8?q?=E9=87=8D=E5=86=99=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=96=B9=E6=B3=95=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3,=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=EF=BC=8C=E4=BB=BB=E5=8A=A1=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SysMessageManageLogPluginInitializer.java | 10 +- .../frame/base/SystemPluginInitializer.java | 5 +- .../service/impl/BipV32207ServiceImpl.java | 6 +- .../IIntegrationTaskClassificationDao.java | 15 - .../IntegrationTaskClassificationDaoImpl.java | 18 - .../IntegrationTaskClassificationEntity.java | 101 ---- .../IntegrationTaskClassificationEntity.xml | 235 -------- ...IIntegrationTaskClassificationService.java | 28 - ...egrationTaskClassificationServiceImpl.java | 163 ----- .../dao/IIntegrationTaskDao.java | 15 - .../dao/IIntegrationTaskDetailsDao.java | 15 - .../dao/impl/IntegrationTaskDaoImpl.java | 18 - .../impl/IntegrationTaskDetailsDaoImpl.java | 18 - .../entity/IntegrationTaskDetailsEntity.java | 65 -- .../entity/IntegrationTaskDetailsEntity.xml | 211 ------- .../entity/IntegrationTaskEntity.java | 204 ------- .../entity/IntegrationTaskEntity.xml | 349 ----------- .../living/dao/IIntegrationTaskLivingDao.java | 15 - .../dao/IIntegrationTaskLivingDetailsDao.java | 25 - .../impl/IntegrationTaskLivingDaoImpl.java | 18 - .../IntegrationTaskLivingDetailsDaoImpl.java | 38 -- .../IntegrationTaskLivingDetailsEntity.java | 350 ----------- .../IntegrationTaskLivingDetailsEntity.xml | 559 ------------------ .../IntegrationTaskLivingDetailsVo.java | 356 ----------- .../entity/IntegrationTaskLivingEntity.java | 154 ----- .../entity/IntegrationTaskLivingEntity.xml | 309 ---------- .../IIntegrationTaskLivingDetailsService.java | 71 --- .../IIntegrationTaskLivingService.java | 38 -- ...tegrationTaskLivingDetailsServiceImpl.java | 209 ------- .../IntegrationTaskLivingServiceImpl.java | 274 --------- .../log/dao/IIntegrationTaskLogDao.java | 15 - .../log/dao/IIntegrationTaskLogDetailDao.java | 15 - .../dao/impl/IntegrationTaskLogDaoImpl.java | 18 - .../impl/IntegrationTaskLogDetailDaoImpl.java | 18 - .../IntegrationTaskLogDetailEntity.java | 247 -------- .../entity/IntegrationTaskLogDetailEntity.xml | 411 ------------- .../log/entity/IntegrationTaskLogEntity.java | 167 ------ .../log/entity/IntegrationTaskLogEntity.xml | 309 ---------- .../IIntegrationTaskLogDetailService.java | 15 - .../service/IIntegrationTaskLogService.java | 35 -- .../IntegrationTaskLogDetailServiceImpl.java | 27 - .../impl/IntegrationTaskLogServiceImpl.java | 278 --------- .../dao/IIntegrationTaskMonitoringDao.java | 16 - .../IntegrationTaskMonitoringDaoImpl.java | 29 - .../IntegrationTaskMonitoringEntity.java | 139 ----- .../IntegrationTaskMonitoringEntity.xml | 297 ---------- .../IIntegrationTaskMonitoringService.java | 37 -- .../IntegrationTaskMonitoringServiceImpl.java | 208 ------- .../IIntegrationTaskDetailsService.java | 15 - .../service/IIntegrationTaskService.java | 48 -- .../IntegrationTaskDetailsServiceImpl.java | 27 - .../impl/IntegrationTaskServiceImpl.java | 549 ----------------- .../dao/IIntegrationTaskWorkshopDao.java | 15 - .../IIntegrationTaskWorkshopDetailsDao.java | 15 - .../impl/IntegrationTaskWorkshopDaoImpl.java | 17 - ...IntegrationTaskWorkshopDetailsDaoImpl.java | 18 - .../IntegrationTaskWorkshopDetailsEntity.java | 53 -- .../IntegrationTaskWorkshopDetailsEntity.xml | 230 ------- .../entity/IntegrationTaskWorkshopEntity.java | 89 --- .../entity/IntegrationTaskWorkshopEntity.xml | 274 --------- ...IntegrationTaskWorkshopDetailsService.java | 13 - .../IIntegrationTaskWorkshopService.java | 26 - ...grationTaskWorkshopDetailsServiceImpl.java | 26 - .../IntegrationTaskWorkshopServiceImpl.java | 226 ------- .../impl/SysApplicationServiceImpl.java | 30 +- .../IIntegrationTaskCacheableService.java | 36 ++ .../dao/IIntegrationTaskDao.java | 5 +- .../dao/impl/IntegrationTaskDaoImpl.java | 11 +- .../entity/IntegrationTaskEntity.java | 10 - .../entity/IntegrationTaskEntity.xml | 544 +++++++++-------- .../IntegrationTaskCacheableServiceImpl.java | 105 ++++ .../impl/IntegrationTaskServiceImpl.java | 483 ++++++++------- .../entity/IntegrationTaskLivingEntity.java | 2 +- .../entity/IntegrationTaskLivingEntity.xml | 16 +- .../IntegrationTaskLivingDetailsEntity.java | 11 +- .../IntegrationTaskLivingDetailsEntity.xml | 39 +- .../IIntegrationTaskLivingDetailsService.java | 2 +- .../service/impl/PluginServiceImpl.java | 2 +- .../frame/web/quartz/QuartzJobFactory.java | 242 ++++---- .../web/quartz/QuartzJobFactoryUtils.java | 417 +++++++------ .../frame/web/init/MyApplicationListener.java | 273 ++------- .../service/impl/EntranceServiceImpl.java | 10 +- 82 files changed, 1182 insertions(+), 8870 deletions(-) delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/IIntegrationTaskClassificationDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/impl/IntegrationTaskClassificationDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/IIntegrationTaskClassificationService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/impl/IntegrationTaskClassificationServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDetailsDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDetailsDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDetailsDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsVo.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingDetailsService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingDetailsServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDetailDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDetailDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogDetailService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogDetailServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/IIntegrationTaskMonitoringDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/impl/IntegrationTaskMonitoringDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/IIntegrationTaskMonitoringService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/impl/IntegrationTaskMonitoringServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskDetailsService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskDetailsServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDetailsDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDetailsDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopDetailsService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopService.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopDetailsServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopServiceImpl.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTask/IIntegrationTaskCacheableService.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/sysMessageManageLogBack/plugin/SysMessageManageLogPluginInitializer.java b/buildpackage/src/main/java/com/hzya/frame/plugin/sysMessageManageLogBack/plugin/SysMessageManageLogPluginInitializer.java index f2d8ed97..ed6f5231 100644 --- a/buildpackage/src/main/java/com/hzya/frame/plugin/sysMessageManageLogBack/plugin/SysMessageManageLogPluginInitializer.java +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/sysMessageManageLogBack/plugin/SysMessageManageLogPluginInitializer.java @@ -2,6 +2,8 @@ package com.hzya.frame.plugin.sysMessageManageLogBack.plugin; import com.alibaba.fastjson.JSONObject; import com.hzya.frame.base.PluginBaseEntity; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -38,20 +40,20 @@ public class SysMessageManageLogPluginInitializer extends PluginBaseEntity { public String getPluginLabel() { return "ESB消息日志备份"; } - @Override public String getPluginType() { return "1"; } @Override - public String executeBusiness(JSONObject requestJson) throws Exception { + public JsonResultEntity executeBusiness(JSONObject requestJson) throws Exception { try { - return "备份成功"; + logger.info("执行成功"); + return BaseResult.getSuccessMessageEntity("执行成功"); }catch (Exception e){ e.printStackTrace(); } - return null; + return BaseResult.getSuccessMessageEntity("执行成功"); } } diff --git a/core/src/main/java/com/hzya/frame/base/SystemPluginInitializer.java b/core/src/main/java/com/hzya/frame/base/SystemPluginInitializer.java index 49018944..5def7bc0 100644 --- a/core/src/main/java/com/hzya/frame/base/SystemPluginInitializer.java +++ b/core/src/main/java/com/hzya/frame/base/SystemPluginInitializer.java @@ -1,6 +1,8 @@ package com.hzya.frame.base; import com.alibaba.fastjson.JSONObject; +import com.baomidou.dynamic.datasource.annotation.DSTransactional; +import com.hzya.frame.web.entity.JsonResultEntity; /** * @Content插件基类接口 @@ -70,5 +72,6 @@ public interface SystemPluginInitializer { * @param requestJson 执行业务代码的参数 * @return void **/ - String executeBusiness(JSONObject requestJson) throws Exception; + @DSTransactional() + JsonResultEntity executeBusiness(JSONObject requestJson) throws Exception; } diff --git a/service/src/main/java/com/hzya/frame/bip/v3/v2207/service/impl/BipV32207ServiceImpl.java b/service/src/main/java/com/hzya/frame/bip/v3/v2207/service/impl/BipV32207ServiceImpl.java index b570fa64..b5c86542 100644 --- a/service/src/main/java/com/hzya/frame/bip/v3/v2207/service/impl/BipV32207ServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/bip/v3/v2207/service/impl/BipV32207ServiceImpl.java @@ -20,14 +20,11 @@ import com.hzya.frame.bip.v3.v2207.entity.BipSupplierDetailsEntity; import com.hzya.frame.bip.v3.v2207.entity.BipSupplierEntity; import com.hzya.frame.bip.v3.v2207.service.IBipV32207Service; import com.hzya.frame.dateutil.DateUtil; -import com.hzya.frame.seeyon.service.impl.SeeYonInterFaceImpl; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskEntity; import com.hzya.frame.util.PluginUtils; import com.hzya.frame.util.bipV3.Encryption; import com.hzya.frame.util.bipV3.SHA256Util; import com.hzya.frame.util.oldNcc.CompressUtil; import com.hzya.frame.util.oldNcc.Decryption; -import com.hzya.frame.util.oldNcc.ResultMessageUtil; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; import org.apache.commons.lang3.StringUtils; @@ -39,7 +36,6 @@ import org.slf4j.LoggerFactory; import java.net.URLEncoder; import java.util.*; -import java.util.stream.Collectors; @Service(value = "bipV32207Service") @@ -368,7 +364,7 @@ public class BipV32207ServiceImpl extends BaseService public JsonResultEntity thirdInterfaceSendOa(JSONObject jsonObject) throws Exception { JSONObject jsonObjectStr = getstrObj("jsonStr", jsonObject); PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(jsonObjectStr.getString("plug_id")); - String s = pluginBaseEntity.executeBusiness(jsonObjectStr); + JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObjectStr); return BaseResult.getSuccessMessageEntity("传递成功"); } diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/IIntegrationTaskClassificationDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/IIntegrationTaskClassificationDao.java deleted file mode 100644 index 53e19efb..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/IIntegrationTaskClassificationDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.classification.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.classification.entity.IntegrationTaskClassificationEntity; - -/** - * @description: 任务分类 dao - * @tableName: integration_task_classification - * @entityName: IntegrationTaskClassificationEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskClassificationDao extends IBaseDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/impl/IntegrationTaskClassificationDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/impl/IntegrationTaskClassificationDaoImpl.java deleted file mode 100644 index b50a8330..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/dao/impl/IntegrationTaskClassificationDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.sys.integrationtask.classification.dao.impl; - -import com.hzya.frame.sys.integrationtask.classification.dao.IIntegrationTaskClassificationDao; -import com.hzya.frame.sys.integrationtask.classification.entity.IntegrationTaskClassificationEntity; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; - -/** - * @description: 任务分类 dao - * @tableName: integration_task_classification - * @entityName: IntegrationTaskClassificationEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_task_classificationdao") -public class IntegrationTaskClassificationDaoImpl extends MybatisGenericDao implements IIntegrationTaskClassificationDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.java deleted file mode 100644 index bc535e43..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.java +++ /dev/null @@ -1,101 +0,0 @@ -package com.hzya.frame.sys.integrationtask.classification.entity; - -import java.util.Date; -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.math.BigDecimal; -import java.util.List; - -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 任务分类 entity - * @tableName: integration_task_classification - * @entityName: IntegrationTaskClassificationEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskClassificationEntity extends BaseEntity { - - /** 分类编码 */ - private String class_code; - /** 分类名称 */ - private String class_name; - /** 上级分类 */ - private String class_superiors; - /** 排序 */ - private Long sorts; - /** 组织机构ID */ - private String org_id; - /** 等级 */ - private String lvl; - /** 下级结构 */ - private List childClassifications; - - public List getChildClassifications() { - return childClassifications; - } - - public void setChildClassifications(List childClassifications) { - this.childClassifications = childClassifications; - } - - public String getLvl() { - return lvl; - } - - public void setLvl(String lvl) { - this.lvl = lvl; - } - - /** 分类编码 */ - public void setClass_code(String class_code) { - this.class_code = class_code; - } - /** 分类编码 */ - public String getClass_code() { - return class_code; - } - - - /** 分类名称 */ - public void setClass_name(String class_name) { - this.class_name = class_name; - } - /** 分类名称 */ - public String getClass_name() { - return class_name; - } - - - /** 上级分类 */ - public void setClass_superiors(String class_superiors) { - this.class_superiors = class_superiors; - } - /** 上级分类 */ - public String getClass_superiors() { - return class_superiors; - } - - - /** 排序 */ - public void setSorts(Long sorts) { - this.sorts = sorts; - } - /** 排序 */ - public Long getSorts() { - return sorts; - } - - - /** 组织机构ID */ - public void setOrg_id(String org_id) { - this.org_id = org_id; - } - /** 组织机构ID */ - public String getOrg_id() { - return org_id; - } - - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.xml deleted file mode 100644 index fc433b98..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/entity/IntegrationTaskClassificationEntity.xml +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id, - class_code, - class_name, - class_superiors, - sorts, - create_user_id, - create_time, - modify_user_id, - modify_time, - sts, - org_id, - lvl - - - - - - - - - - - - - - - - - - - insert into integration_task_classification( - - id, - class_code, - class_name, - class_superiors, - sorts, - create_user_id, - modify_user_id, - org_id, - sorts, - lvl, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{class_code}, - #{class_name}, - #{class_superiors}, - #{sorts}, - #{create_user_id}, - #{modify_user_id}, - #{org_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_classification a WHERE a.sts = 'Y' ), - #{lvl}, - #{create_time} , - now() , - #{modify_time}, - now() , - 'Y' - - ) - - - - - update integration_task_classification set - - id = #{id}, - class_code = #{class_code}, - class_name = #{class_name}, - class_superiors = #{class_superiors}, - lvl = #{lvl}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - org_id = #{org_id}, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task_classification set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - id = #{id} - - - - - update integration_task_classification set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id = #{id} - and class_code = #{class_code} - and class_name = #{class_name} - and class_superiors = #{class_superiors} - and lvl = #{lvl} - and sorts = #{sorts} - and create_user_id = #{create_user_id} - and create_time = #{create_time} - and modify_user_id = #{modify_user_id} - and modify_time = #{modify_time} - and sts = #{sts} - and org_id = #{org_id} - - - - - - delete from integration_task_classification where id =#{id} - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/IIntegrationTaskClassificationService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/IIntegrationTaskClassificationService.java deleted file mode 100644 index 646d5367..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/IIntegrationTaskClassificationService.java +++ /dev/null @@ -1,28 +0,0 @@ -package com.hzya.frame.sys.integrationtask.classification.service; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.classification.entity.IntegrationTaskClassificationEntity; -import com.hzya.frame.web.entity.JsonResultEntity; - -/** - * @description: 任务分类 service - * @tableName: integration_task_classification - * @entityName: IntegrationTaskClassificationEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskClassificationService extends IBaseService { - - //新增任务分类 - JsonResultEntity saveTaskClassification(JSONObject jsonObject); - - //修改任务分类 - JsonResultEntity updateTaskClassification(JSONObject jsonObject); - - //删除任务分类 - JsonResultEntity updateTaskClassificationSts(JSONObject jsonObject); - - //查询任务分类 - JsonResultEntity queryTaskClassification(JSONObject jsonObject); -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/impl/IntegrationTaskClassificationServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/impl/IntegrationTaskClassificationServiceImpl.java deleted file mode 100644 index 693bef86..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/classification/service/impl/IntegrationTaskClassificationServiceImpl.java +++ /dev/null @@ -1,163 +0,0 @@ -package com.hzya.frame.sys.integrationtask.classification.service.impl; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.sys.integrationtask.classification.dao.IIntegrationTaskClassificationDao; -import com.hzya.frame.sys.integrationtask.classification.entity.IntegrationTaskClassificationEntity; -import com.hzya.frame.sys.integrationtask.classification.service.IIntegrationTaskClassificationService; -import com.hzya.frame.uuid.UUIDLong; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hzya.frame.basedao.service.impl.BaseService; - -import java.util.List; - -/** - * @description: 任务分类 service - * @tableName: integration_task_classification - * @entityName: IntegrationTaskClassificationEntity - * @author: gjh - * @history: 1.0 - */ -//@Service(value = "integrationTaskClassificationService") -public class IntegrationTaskClassificationServiceImpl extends BaseService implements IIntegrationTaskClassificationService { - - protected IIntegrationTaskClassificationDao integrationtaskclassificationDao; - - //@Autowired - public void setIntegrationTaskClassificationDao(IIntegrationTaskClassificationDao dao) { - this.integrationtaskclassificationDao = dao; - this.dao = dao; - } - - /** - * 新增任务分类 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity saveTaskClassification(JSONObject jsonObject) { - IntegrationTaskClassificationEntity integrationTaskClassificationEntity = getData("jsonStr", jsonObject, IntegrationTaskClassificationEntity.class); - //分类id - long uuid = UUIDLong.longUUID(); - integrationTaskClassificationEntity.setId(String.valueOf(uuid)); - if(null==integrationTaskClassificationEntity.getClass_name()||"".equals(integrationTaskClassificationEntity.getClass_name())){ - return BaseResult.getFailureMessageEntity("任务分类名称不能为空"); - } - if(null==integrationTaskClassificationEntity.getClass_code()||"".equals(integrationTaskClassificationEntity.getClass_code())){ - return BaseResult.getFailureMessageEntity("任务分类编码不能为空"); - } - if(integrationtaskclassificationDao.getCount(integrationTaskClassificationEntity)>0){ - return BaseResult.getFailureMessageEntity("任务分类编码已经存在"); - } - IntegrationTaskClassificationEntity taskClassificationEntity = integrationtaskclassificationDao.save(integrationTaskClassificationEntity); - return BaseResult.getSuccessMessageEntity("任务分类保存成功",taskClassificationEntity); - } - - /** - * 修改任务分类 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateTaskClassification(JSONObject jsonObject) { - IntegrationTaskClassificationEntity integrationTaskClassificationEntity = getData("jsonStr", jsonObject, IntegrationTaskClassificationEntity.class); - if(null==integrationTaskClassificationEntity||"".equals(integrationTaskClassificationEntity)){ - return BaseResult.getFailureMessageEntity("需要修改的菜单树为空"); - } - if(null==integrationTaskClassificationEntity.getClass_code()||"".equals(integrationTaskClassificationEntity.getClass_code())){ - return BaseResult.getFailureMessageEntity("修改时分类编码不能为空"); - } - if(null==integrationTaskClassificationEntity.getClass_name()||"".equals(integrationTaskClassificationEntity.getClass_name())){ - return BaseResult.getFailureMessageEntity("修改时分类名称不能为空"); - } - if(integrationtaskclassificationDao.getCount(integrationTaskClassificationEntity)>0){ - return BaseResult.getFailureMessageEntity("任务分类编码已经存在"); - } - integrationtaskclassificationDao.update("IntegrationTaskClassificationEntity_update",integrationTaskClassificationEntity); - return BaseResult.getSuccessMessageEntity("修改成功",integrationTaskClassificationEntity); - } - - /** - * 删除任务分类 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateTaskClassificationSts(JSONObject jsonObject) { - IntegrationTaskClassificationEntity integrationTaskClassificationEntity = getData("jsonStr", jsonObject, IntegrationTaskClassificationEntity.class); - if(null==integrationTaskClassificationEntity||"".equals(integrationTaskClassificationEntity)){ - return BaseResult.getFailureMessageEntity("需要删除的菜单树为空"); - } - if(null==integrationTaskClassificationEntity.getId()||"".equals(integrationTaskClassificationEntity.getId())){ - return BaseResult.getFailureMessageEntity("需要删除的菜单树id为空"); - } - IntegrationTaskClassificationEntity integrationTaskClassification=new IntegrationTaskClassificationEntity(); - integrationTaskClassification.setId(integrationTaskClassificationEntity.getId()); - integrationTaskClassification.setSts("Y"); - //根据id查询数据 - List integrationTaskClassificationEntities = integrationtaskclassificationDao.query(integrationTaskClassification); - //递归删除数据 - recursiveDeleteTaskClassification(integrationTaskClassificationEntities); - return BaseResult.getSuccessMessageEntity("任务分类删除成功",integrationTaskClassificationEntity.getId()); - } - - /** - * 递归删除任务分类 - * @param Classifications - */ - private void recursiveDeleteTaskClassification(List Classifications){ - if(null!=Classifications && Classifications.size()>0){ - for (int i=0;i integrationTaskClassificationEntities = integrationtaskclassificationDao.query(integrationTaskClassificationEntity); - if(null !=integrationTaskClassificationEntities && integrationTaskClassificationEntities.size()>0){ - recursiveDeleteTaskClassification(integrationTaskClassificationEntities); - } - //删除节点 - IntegrationTaskClassificationEntity integrationTaskClassification=new IntegrationTaskClassificationEntity(); - integrationTaskClassification.setId(Classifications.get(i).getId()); - integrationtaskclassificationDao.update("IntegrationTaskClassificationEntity_logicDelete",integrationTaskClassification); - } - } - } - - /** - * 查询任务分类 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryTaskClassification(JSONObject jsonObject) { - IntegrationTaskClassificationEntity integrationTaskClassificationEntity=new IntegrationTaskClassificationEntity(); - integrationTaskClassificationEntity.setSts("Y"); - integrationTaskClassificationEntity.setLvl("0"); - List integrationTaskClassificationEntities = integrationtaskclassificationDao.query(integrationTaskClassificationEntity); - recursiveQueryTaskClassification(integrationTaskClassificationEntities); - return BaseResult.getSuccessMessageEntity("查询成功",integrationTaskClassificationEntities); - } - - /** - * 递归查询数据 - * @param Classifications - */ - private void recursiveQueryTaskClassification(List Classifications){ - //判断是否有数据 - if(Classifications.size()>0 && Classifications !=null){ - for (int i=0;i integrationTaskClassificationEntities = integrationtaskclassificationDao.query(integrationTaskClassificationEntity); - //判断查询出来的下级数据是否有数据 - if(integrationTaskClassificationEntities.size()>0 && integrationTaskClassificationEntities !=null){ - recursiveQueryTaskClassification(integrationTaskClassificationEntities); - Classifications.get(i).setChildClassifications(integrationTaskClassificationEntities); - } - } - } - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDao.java deleted file mode 100644 index 0772e385..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskEntity; - -/** - * @description: 集成任务 dao - * @tableName: integration_task - * @entityName: IntegrationTaskEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskDao extends IBaseDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDetailsDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDetailsDao.java deleted file mode 100644 index 64a0a39f..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/IIntegrationTaskDetailsDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskDetailsEntity; - -/** - * @description: 集成任务-任务详细策略 dao - * @tableName: integration_task_details - * @entityName: IntegrationTaskDetailsEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskDetailsDao extends IBaseDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDaoImpl.java deleted file mode 100644 index 2a43b1c1..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.sys.integrationtask.dao.impl; - -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskEntity; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.dao.IIntegrationTaskDao; - -/** - * @description: 集成任务 dao - * @tableName: integration_task - * @entityName: IntegrationTaskEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_taskdao") -public class IntegrationTaskDaoImpl extends MybatisGenericDao implements IIntegrationTaskDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDetailsDaoImpl.java deleted file mode 100644 index 5054887c..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/dao/impl/IntegrationTaskDetailsDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.sys.integrationtask.dao.impl; - -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskDetailsEntity; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.dao.IIntegrationTaskDetailsDao; - -/** - * @description: 集成任务-任务详细策略 dao - * @tableName: integration_task_details - * @entityName: IntegrationTaskDetailsEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_task_detailsdao") -public class IntegrationTaskDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskDetailsDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.java deleted file mode 100644 index 0470c1a1..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.java +++ /dev/null @@ -1,65 +0,0 @@ -package com.hzya.frame.sys.integrationtask.entity; - -import java.util.Date; -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.math.BigDecimal; -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 集成任务-任务详细策略 entity - * @tableName: integration_task_details - * @entityName: IntegrationTaskDetailsEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskDetailsEntity extends BaseEntity { - - /** integration_task_id */ - private String parent_id; - /** 执行策略 */ - private String task_cron; - /** N定时Y立即执行 - */ - private String now_execution; - - private Integer sorts; - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - /** integration_task_id */ - public void setParent_id(String parent_id) { - this.parent_id = parent_id; - } - /** integration_task_id */ - public String getParent_id() { - return parent_id; - } - - - /** 执行策略 */ - public void setTask_cron(String task_cron) { - this.task_cron = task_cron; - } - /** 执行策略 */ - public String getTask_cron() { - return task_cron; - } - - - /** N定时Y立即执行 - */ - public void setNow_execution(String now_execution) { - this.now_execution = now_execution; - } - /** N定时Y立即执行 - */ - public String getNow_execution() { - return now_execution; - } - - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.xml deleted file mode 100644 index 9802b6ad..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskDetailsEntity.xml +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - id, - parent_id, - task_cron, - now_execution, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts, - sorts - - - - - - - - - - - - - - - - - - - insert into integration_task_details( - - id, - parent_id, - task_cron, - now_execution, - create_user_id, - modify_user_id, - sorts, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{parent_id}, - #{task_cron}, - #{now_execution}, - #{create_user_id}, - #{modify_user_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_details a WHERE a.sts = 'Y' ), - #{create_time} , - now() , - #{modify_time}, - now(), - 'Y' - - ) - - - - - update integration_task_details set - - parent_id = #{parent_id}, - task_cron = #{task_cron}, - now_execution = #{now_execution}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task_details set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - id = #{id} - - - - - update integration_task_details set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - parent_id = #{parent_id} - - - - - update integration_task_details set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id=#{id} - and parent_id = #{parent_id} - and task_cron = #{task_cron} - and now_execution = #{now_execution} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - - - - - - delete from integration_task_details where id =#{id} - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.java deleted file mode 100644 index 5fdfab98..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.java +++ /dev/null @@ -1,204 +0,0 @@ -package com.hzya.frame.sys.integrationtask.entity; - -import java.util.Date; -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.math.BigDecimal; -import java.util.List; - -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 集成任务 entity - * @tableName: integration_task - * @entityName: IntegrationTaskEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskEntity extends BaseEntity { - - /** 任务编码 */ - private String task_code; - /** 任务名称 */ - private String task_name; - /** 任务分类 */ - private String task_classes; - /** 任务策略 */ - private String task_cron; - /** 任务标识 */ - private String task_tag; - /** 功能介绍/任务描述 */ - private String fun_info; - /** 场景id */ - private String sence_id; - /** 备注 */ - private String remark; - /** 任务状态 */ - private String task_status; - /** 无备注 */ - private Integer user_id; - /** 部署公司 */ - private String org_id; - /** 服务名称 */ - private String server_name; - - private Integer sorts; - //任务ID集合 - private List taskIdList; - - /*是否插件*/ - private String plug; - /*插件id*/ - private String plug_id; - - public String getPlug() { - return plug; - } - - public void setPlug(String plug) { - this.plug = plug; - } - - public String getPlug_id() { - return plug_id; - } - - public void setPlug_id(String plug_id) { - this.plug_id = plug_id; - } - - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - /** 任务编码 */ - public void setTask_code(String task_code) { - this.task_code = task_code; - } - /** 任务编码 */ - public String getTask_code() { - return task_code; - } - - - /** 任务名称 */ - public void setTask_name(String task_name) { - this.task_name = task_name; - } - /** 任务名称 */ - public String getTask_name() { - return task_name; - } - - - /** 任务分类 */ - public void setTask_classes(String task_classes) { - this.task_classes = task_classes; - } - /** 任务分类 */ - public String getTask_classes() { - return task_classes; - } - - - /** 任务策略 */ - public void setTask_cron(String task_cron) { - this.task_cron = task_cron; - } - /** 任务策略 */ - public String getTask_cron() { - return task_cron; - } - - - /** 任务标识 */ - public void setTask_tag(String task_tag) { - this.task_tag = task_tag; - } - /** 任务标识 */ - public String getTask_tag() { - return task_tag; - } - - - /** 功能介绍/任务描述 */ - public void setFun_info(String fun_info) { - this.fun_info = fun_info; - } - /** 功能介绍/任务描述 */ - public String getFun_info() { - return fun_info; - } - - - /** 场景id */ - public void setSence_id(String sence_id) { - this.sence_id = sence_id; - } - /** 场景id */ - public String getSence_id() { - return sence_id; - } - - - /** 备注 */ - public void setRemark(String remark) { - this.remark = remark; - } - /** 备注 */ - public String getRemark() { - return remark; - } - - - /** 任务状态 */ - public void setTask_status(String task_status) { - this.task_status = task_status; - } - /** 任务状态 */ - public String getTask_status() { - return task_status; - } - - - /** 无备注 */ - public void setUser_id(Integer user_id) { - this.user_id = user_id; - } - /** 无备注 */ - public Integer getUser_id() { - return user_id; - } - - - /** 部署公司 */ - @Override - public void setOrg_id(String org_id) { - this.org_id = org_id; - } - /** 部署公司 */ - @Override - public String getOrg_id() { - return org_id; - } - - - /** 服务名称 */ - public void setServer_name(String server_name) { - this.server_name = server_name; - } - /** 服务名称 */ - public String getServer_name() { - return server_name; - } - - public List getTaskIdList() { - return taskIdList; - } - - public void setTaskIdList(List taskIdList) { - this.taskIdList = taskIdList; - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.xml deleted file mode 100644 index f334d1a8..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/entity/IntegrationTaskEntity.xml +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id, - task_code, - task_name, - task_classes, - task_cron, - task_tag, - fun_info, - sence_id, - remark, - task_status, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts, - user_id, - org_id, - server_name, - sorts, - plug, - plug_id - - - - - - - - - - - - - - - - - - - - - - insert into integration_task( - - id, - task_code, - task_name, - task_classes, - task_cron, - task_tag, - fun_info, - sence_id, - remark, - task_status, - create_user_id, - modify_user_id, - user_id, - org_id, - server_name, - plug, - plug_id, - sorts, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{task_code}, - #{task_name}, - #{task_classes}, - #{task_cron}, - #{task_tag}, - #{fun_info}, - #{sence_id}, - #{remark}, - #{task_status}, - #{create_user_id}, - #{modify_user_id}, - #{user_id}, - #{org_id}, - #{server_name}, - #{plug}, - #{plug_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task a WHERE a.sts = 'Y' ), - #{create_time} , - now() , - #{modify_time}, - now() , - 'Y' - - ) - - - - - update integration_task set - - task_code = #{task_code}, - task_name = #{task_name}, - task_classes = #{task_classes}, - task_cron = #{task_cron}, - task_tag = #{task_tag}, - fun_info = #{fun_info}, - sence_id = #{sence_id}, - remark = #{remark}, - task_status = #{task_status}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - user_id = #{user_id}, - org_id = #{org_id}, - server_name = #{server_name}, - plug = #{plug}, - plug_id = #{plug_id}, - plug_id = null, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - id = #{id} - - - - - update integration_task set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id=#{id} - and task_code = #{task_code} - and task_name = #{task_name} - and task_classes = #{task_classes} - and task_cron = #{task_cron} - and task_tag = #{task_tag} - and fun_info = #{fun_info} - and sence_id = #{sence_id} - and remark = #{remark} - and task_status = #{task_status} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - and user_id = #{user_id} - and org_id = #{org_id} - and server_name = #{server_name} - and plug = #{plug} - and plug_id = #{plug_id} - - - - - - delete from integration_task where id =#{id} - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDao.java deleted file mode 100644 index 133da9f9..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingEntity; - -/** - * @description: 集成任务实例 dao - * @tableName: integration_task_living - * @entityName: IntegrationTaskLivingEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLivingDao extends IBaseDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDetailsDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDetailsDao.java deleted file mode 100644 index 3b4cda3a..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/IIntegrationTaskLivingDetailsDao.java +++ /dev/null @@ -1,25 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsVo; - -import java.util.List; - -/** - * @description: 集成任务实例详情 dao - * @tableName: integration_task_living_details - * @entityName: IntegrationTaskLivingDetailsEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLivingDetailsDao extends IBaseDao { - - List queryPageLeftTask(IntegrationTaskLivingDetailsVo entity); - - Integer entity_updatebyid(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity); - - List queryFastIntegrationTaskLivingDetails(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity); - -// List queryErrorDetailsId(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity) throws Exception; -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDaoImpl.java deleted file mode 100644 index e486898e..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.dao.impl; - -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingEntity; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.living.dao.IIntegrationTaskLivingDao; - -/** - * @description: 集成任务实例 dao - * @tableName: integration_task_living - * @entityName: IntegrationTaskLivingEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_task_livingdao") -public class IntegrationTaskLivingDaoImpl extends MybatisGenericDao implements IIntegrationTaskLivingDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java deleted file mode 100644 index be3692a5..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.dao.impl; - -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsVo; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.living.dao.IIntegrationTaskLivingDetailsDao; - -import java.util.List; - -/** - * @description: 集成任务实例详情 dao - * @tableName: integration_task_living_details - * @entityName: IntegrationTaskLivingDetailsEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_task_living_detailsdao") -public class IntegrationTaskLivingDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskLivingDetailsDao { - - @Override - public List queryPageLeftTask(IntegrationTaskLivingDetailsVo entity) { - List o = (List) super.selectList(getSqlIdPrifx() + "queryPageLeftTask", entity); - return o; - } - - @Override - public Integer entity_updatebyid(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity) { - return super.update(getSqlIdPrifx() + "entity_updatebyid", integrationTaskLivingDetailsEntity); - } - - @Override - public List queryFastIntegrationTaskLivingDetails(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity) { - return (List) super.selectList(getSqlIdPrifx() + "queryFastIntegrationTaskLivingDetails", integrationTaskLivingDetailsEntity); - } - - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.java deleted file mode 100644 index 7ac210c8..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.java +++ /dev/null @@ -1,350 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.entity; - -import java.util.Date; - -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; - -import java.math.BigDecimal; - -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 集成任务实例详情 entity - * @tableName: integration_task_living_details - * @entityName: IntegrationTaskLivingDetailsEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskLivingDetailsEntity extends BaseEntity { - - /** - * 集成任务-实例_id - */ - private String task_linving_id; - /** - * 返回结果 - */ - private String result; - /** - * 原始查询条件 - */ - private String query_condition; - /** - * 源系统主键 - */ - private String root_app_pk; - - /** - * 批量查询 - */ - private String root_app_pk_s; - - /** - * 原系统单据 - */ - private String root_app_bill; - /** - * 最新源系统数据详情(上游系统入参) - */ - private String root_app_new_data; - /** - * 最新传输信息(下游系统返回结果) - */ - private String new_transmit_info; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date new_push_date; - /** - * 是否补推(Y是N不是) - */ - private String repair_pust; - - private Integer sorts; - - //场景id - private String sence_id; - - // 插件id - private String plugin_id; - - /** - * 推送状态 - */ - private String new_state; - - /** - * 作为查询条件的推送状态 - */ - private String param_new_state; - - /** - * 单据业务日期 - */ - private String business_date; - - /** - * 下游系统主键 - */ - private String new_system_primary; - /** - * 下游系统单号 - */ - private String new_system_number; - /** - * 处理⼈ - */ - private String processor; - - /** - * 处理⼈名称 - */ - private String processor_name; - - /** - * 处理备注 - */ - private String processing_remarks; - /** - * 处理时间 - */ - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date processing_time; - - public String getParam_new_state() { - return param_new_state; - } - - public void setParam_new_state(String param_new_state) { - this.param_new_state = param_new_state; - } - - public String getBusiness_date() { - return business_date; - } - - public void setBusiness_date(String business_date) { - this.business_date = business_date; - } - - public String getNew_state() { - return new_state; - } - - public void setNew_state(String new_state) { - this.new_state = new_state; - } - - public String getSence_id() { - return sence_id; - } - - public void setSence_id(String sence_id) { - this.sence_id = sence_id; - } - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - - /** - * 集成任务-实例_id - */ - public void setTask_linving_id(String task_linving_id) { - this.task_linving_id = task_linving_id; - } - - /** - * 集成任务-实例_id - */ - public String getTask_linving_id() { - return task_linving_id; - } - - - /** - * 返回结果 - */ - public void setResult(String result) { - this.result = result; - } - - /** - * 返回结果 - */ - public String getResult() { - return result; - } - - - /** - * 原始查询条件 - */ - public void setQuery_condition(String query_condition) { - this.query_condition = query_condition; - } - - /** - * 原始查询条件 - */ - public String getQuery_condition() { - return query_condition; - } - - - /** - * 源系统主键 - */ - public void setRoot_app_pk(String root_app_pk) { - this.root_app_pk = root_app_pk; - } - - /** - * 源系统主键 - */ - public String getRoot_app_pk() { - return root_app_pk; - } - - - /** - * 原系统单据 - */ - public void setRoot_app_bill(String root_app_bill) { - this.root_app_bill = root_app_bill; - } - - /** - * 原系统单据 - */ - public String getRoot_app_bill() { - return root_app_bill; - } - - - /** - * 最新源系统数据详情 - */ - public void setRoot_app_new_data(String root_app_new_data) { - this.root_app_new_data = root_app_new_data; - } - - /** - * 最新源系统数据详情 - */ - public String getRoot_app_new_data() { - return root_app_new_data; - } - - - /** - * 最新传输信息 - */ - public void setNew_transmit_info(String new_transmit_info) { - this.new_transmit_info = new_transmit_info; - } - - /** - * 最新传输信息 - */ - public String getNew_transmit_info() { - return new_transmit_info; - } - - - /** - * 最新推送时间 - */ - public void setNew_push_date(Date new_push_date) { - this.new_push_date = new_push_date; - } - - /** - * 最新推送时间 - */ - public Date getNew_push_date() { - return new_push_date; - } - - - /** - * 是否补推(Y是N不是) - */ - public void setRepair_pust(String repair_pust) { - this.repair_pust = repair_pust; - } - - /** - * 是否补推(Y是N不是) - */ - public String getRepair_pust() { - return repair_pust; - } - - public String getPlugin_id() { - return plugin_id; - } - - public void setPlugin_id(String plugin_id) { - this.plugin_id = plugin_id; - } - - public String getRoot_app_pk_s() { - return root_app_pk_s; - } - - public void setRoot_app_pk_s(String root_app_pk_s) { - this.root_app_pk_s = root_app_pk_s; - } - - public String getNew_system_primary() { - return new_system_primary; - } - - public void setNew_system_primary(String new_system_primary) { - this.new_system_primary = new_system_primary; - } - - public String getNew_system_number() { - return new_system_number; - } - - public void setNew_system_number(String new_system_number) { - this.new_system_number = new_system_number; - } - - public String getProcessor() { - return processor; - } - - public void setProcessor(String processor) { - this.processor = processor; - } - - public String getProcessor_name() { - return processor_name; - } - - public void setProcessor_name(String processor_name) { - this.processor_name = processor_name; - } - - public String getProcessing_remarks() { - return processing_remarks; - } - - public void setProcessing_remarks(String processing_remarks) { - this.processing_remarks = processing_remarks; - } - - public Date getProcessing_time() { - return processing_time; - } - - public void setProcessing_time(Date processing_time) { - this.processing_time = processing_time; - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.xml deleted file mode 100644 index aae3e33d..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsEntity.xml +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id, - task_linving_id, - result, - query_condition, - root_app_pk, - root_app_bill, - root_app_new_data, - new_transmit_info, - new_push_date, - repair_pust, - sence_id, - plugin_id, - new_state, - business_date, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts, - new_system_primary, - new_system_number, - processor, - processor_name, - processing_remarks, - processing_time - - - - - - - - - - - - - - - - - - - - - - - insert into integration_task_living_details( - - id, - task_linving_id, - result, - query_condition, - root_app_pk, - root_app_bill, - root_app_new_data, - new_transmit_info, - new_push_date, - repair_pust, - sence_id, - plugin_id, - new_state, - business_date, - create_user_id, - modify_user_id, - sorts, - new_system_primary, - new_system_number, - processor, - processor_name, - processing_remarks, - processing_time, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{task_linving_id}, - #{result}, - #{query_condition}, - #{root_app_pk}, - #{root_app_bill}, - #{root_app_new_data}, - #{new_transmit_info}, - #{new_push_date}, - #{repair_pust}, - #{sence_id}, - #{plugin_id}, - #{new_state}, - #{business_date}, - #{create_user_id}, - #{modify_user_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living_details a WHERE a.sts = 'Y' ), - #{new_system_primary}, - #{new_system_number}, - #{processor}, - #{processor_name}, - #{processing_remarks}, - #{processing_time}, - #{create_time} , - now() , - #{modify_time}, - now() , - 'Y' - - ) - - - - - update integration_task_living_details set - - result = #{result}, - query_condition = #{query_condition}, - root_app_pk = #{root_app_pk}, - root_app_bill = #{root_app_bill}, - root_app_new_data = #{root_app_new_data}, - new_transmit_info = #{new_transmit_info}, - new_push_date = #{new_push_date}, - repair_pust = #{repair_pust}, - sence_id = #{sence_id}, - plugin_id = #{plugin_id}, - new_state = #{new_state}, - business_date = #{business_date}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - new_system_primary = #{new_system_primary}, - new_system_number = #{new_system_number}, - processor = #{processor}, - processor_name = #{processor_name}, - processing_remarks = #{processing_remarks}, - processing_time = #{processing_time}, - modify_time =#{modify_time} - modify_time = now() - - - where task_linving_id = #{task_linving_id} - - - - - update integration_task_living_details set - - result = #{result}, - query_condition = #{query_condition}, - root_app_pk = #{root_app_pk}, - root_app_bill = #{root_app_bill}, - root_app_new_data = #{root_app_new_data}, - new_transmit_info = #{new_transmit_info}, - new_push_date = #{new_push_date}, - repair_pust = #{repair_pust}, - sence_id = #{sence_id}, - plugin_id = #{plugin_id}, - new_state = #{new_state}, - business_date = #{business_date}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - new_system_primary = #{new_system_primary}, - new_system_number = #{new_system_number}, - processor = #{processor}, - processor_name = #{processor_name}, - processing_remarks = #{processing_remarks}, - processing_time = #{processing_time}, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task_living_details set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - where - id = #{id} - - - - - - update integration_task_living_details set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id=#{id} - and task_linving_id = #{task_linving_id} - and result = #{result} - and query_condition = #{query_condition} - and root_app_pk = #{root_app_pk} - and root_app_bill = #{root_app_bill} - and root_app_new_data = #{root_app_new_data} - and new_transmit_info = #{new_transmit_info} - and new_push_date = #{new_push_date} - and repair_pust = #{repair_pust} - and sence_id = #{sence_id} - and plugin_id = #{plugin_id} - and new_state = #{new_state} - and business_date = #{business_date} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - and new_system_primary = #{new_system_primary} - and new_system_number = #{new_system_number} - and processor = #{processor} - and processor_name = #{processor_name} - and processing_remarks = #{processing_remarks} - and processing_time = #{processing_time} - - - - - - delete from integration_task_living_details where id =#{id} - - - - - - id, - task_linving_id, - result, - query_condition, - root_app_pk, - root_app_bill, - root_app_new_data, - new_transmit_info, - new_push_date, - repair_pust, - sence_id, - plugin_id, - new_state, - business_date, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts, - new_system_primary, - new_system_number, - processor, - processor_name, - processing_remarks, - processing_time - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsVo.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsVo.java deleted file mode 100644 index 3ed3d3b9..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingDetailsVo.java +++ /dev/null @@ -1,356 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.entity; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.hzya.frame.web.entity.BaseEntity; -import org.springframework.format.annotation.DateTimeFormat; - -import java.util.Date; - -/** - * @description: 集成任务实例详情 entity - * @tableName: integration_task_living_details - * @entityName: IntegrationTaskLivingDetailsEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskLivingDetailsVo extends BaseEntity{ - - /** task_name */ - private String task_name; - /** integration_task_id */ - private String task_id; - /** - * 集成任务-实例_id - */ - private String task_linving_id; - /** - * 返回结果 - */ - private String result; - /** - * 原始查询条件 - */ - private String query_condition; - /** - * 源系统主键 - */ - private String root_app_pk; - /** - * 原系统单据 - */ - private String root_app_bill; - /** - * 最新源系统数据详情(上游系统入参) - */ - private String root_app_new_data; - /** - * 最新传输信息(下游系统返回结果) - */ - private String new_transmit_info; - private String new_push_date; - /** - * 是否补推(Y是N不是) - */ - private String repair_pust; - - private Integer sorts; - - //场景id - private String sence_id; - - // 插件id - private String plugin_id; - - // 插件名称 - private String plugin_name; - /** - * 推送状态 - */ - private String new_state; - - /** - * 作为查询条件的推送状态 - */ - private String param_new_state; - - /** - * 单据业务日期 - */ - private String business_date; - - - /** - * 下游系统主键 - */ - private String new_system_primary; - /** - * 下游系统单号 - */ - private String new_system_number; - /** - * 处理⼈ - */ - private String processor; - - /** - * 处理⼈名称 - */ - private String processor_name; - - /** - * 处理备注 - */ - private String processing_remarks; - /** - * 处理时间 - */ - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date processing_time; - - - public String getParam_new_state() { - return param_new_state; - } - - public void setParam_new_state(String param_new_state) { - this.param_new_state = param_new_state; - } - - public String getBusiness_date() { - return business_date; - } - - public void setBusiness_date(String business_date) { - this.business_date = business_date; - } - - public String getNew_state() { - return new_state; - } - - public void setNew_state(String new_state) { - this.new_state = new_state; - } - - public String getSence_id() { - return sence_id; - } - - public void setSence_id(String sence_id) { - this.sence_id = sence_id; - } - - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - - /** - * 集成任务-实例_id - */ - public void setTask_linving_id(String task_linving_id) { - this.task_linving_id = task_linving_id; - } - - /** - * 集成任务-实例_id - */ - public String getTask_linving_id() { - return task_linving_id; - } - - - /** - * 返回结果 - */ - public void setResult(String result) { - this.result = result; - } - - /** - * 返回结果 - */ - public String getResult() { - return result; - } - - - /** - * 原始查询条件 - */ - public void setQuery_condition(String query_condition) { - this.query_condition = query_condition; - } - - /** - * 原始查询条件 - */ - public String getQuery_condition() { - return query_condition; - } - - - /** - * 源系统主键 - */ - public void setRoot_app_pk(String root_app_pk) { - this.root_app_pk = root_app_pk; - } - - /** - * 源系统主键 - */ - public String getRoot_app_pk() { - return root_app_pk; - } - - - /** - * 原系统单据 - */ - public void setRoot_app_bill(String root_app_bill) { - this.root_app_bill = root_app_bill; - } - - /** - * 原系统单据 - */ - public String getRoot_app_bill() { - return root_app_bill; - } - - - /** - * 最新源系统数据详情 - */ - public void setRoot_app_new_data(String root_app_new_data) { - this.root_app_new_data = root_app_new_data; - } - - /** - * 最新源系统数据详情 - */ - public String getRoot_app_new_data() { - return root_app_new_data; - } - - - /** - * 最新传输信息 - */ - public void setNew_transmit_info(String new_transmit_info) { - this.new_transmit_info = new_transmit_info; - } - - /** - * 最新传输信息 - */ - public String getNew_transmit_info() { - return new_transmit_info; - } - - public String getNew_push_date() { - return new_push_date; - } - - public void setNew_push_date(String new_push_date) { - this.new_push_date = new_push_date; - } - - /** - * 是否补推(Y是N不是) - */ - public void setRepair_pust(String repair_pust) { - this.repair_pust = repair_pust; - } - - /** - * 是否补推(Y是N不是) - */ - public String getRepair_pust() { - return repair_pust; - } - - public String getPlugin_id() { - return plugin_id; - } - - public void setPlugin_id(String plugin_id) { - this.plugin_id = plugin_id; - } - - public String getTask_name() { - return task_name; - } - - public void setTask_name(String task_name) { - this.task_name = task_name; - } - - public String getTask_id() { - return task_id; - } - - public void setTask_id(String task_id) { - this.task_id = task_id; - } - - public String getPlugin_name() { - return plugin_name; - } - - public void setPlugin_name(String plugin_name) { - this.plugin_name = plugin_name; - } - - public String getNew_system_primary() { - return new_system_primary; - } - - public void setNew_system_primary(String new_system_primary) { - this.new_system_primary = new_system_primary; - } - - public String getNew_system_number() { - return new_system_number; - } - - public void setNew_system_number(String new_system_number) { - this.new_system_number = new_system_number; - } - - public String getProcessor() { - return processor; - } - - public void setProcessor(String processor) { - this.processor = processor; - } - - public String getProcessor_name() { - return processor_name; - } - - public void setProcessor_name(String processor_name) { - this.processor_name = processor_name; - } - - public String getProcessing_remarks() { - return processing_remarks; - } - - public void setProcessing_remarks(String processing_remarks) { - this.processing_remarks = processing_remarks; - } - - public Date getProcessing_time() { - return processing_time; - } - - public void setProcessing_time(Date processing_time) { - this.processing_time = processing_time; - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.java deleted file mode 100644 index af43184c..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.java +++ /dev/null @@ -1,154 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.entity; - -import java.util.Date; -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.math.BigDecimal; -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 集成任务实例 entity - * @tableName: integration_task_living - * @entityName: IntegrationTaskLivingEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskLivingEntity extends BaseEntity { - - /** integration_task_id */ - private String task_id; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date start_time; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date end_time; - /** 耗时 */ - private String diff_time; - /** 返回结果 */ - private String result; - /** 服务器名称 */ - private String server_name; - /** 服务实例名称 */ - private String server_living; - /** 说明 - */ - private String instructions; - - private Integer sorts; - private String task_code; - private String task_name; - private String task_type; - - public String getTask_type() { - return task_type; - } - - public void setTask_type(String task_type) { - this.task_type = task_type; - } - - public String getTask_code() { - return task_code; - } - - public void setTask_code(String task_code) { - this.task_code = task_code; - } - - public String getTask_name() { - return task_name; - } - - public void setTask_name(String task_name) { - this.task_name = task_name; - } - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - /** integration_task_id */ - public void setTask_id(String task_id) { - this.task_id = task_id; - } - /** integration_task_id */ - public String getTask_id() { - return task_id; - } - - - /** 开始时间 */ - public void setStart_time(Date start_time) { - this.start_time = start_time; - } - /** 开始时间 */ - public Date getStart_time() { - return start_time; - } - - - /** 结束时间 */ - public void setEnd_time(Date end_time) { - this.end_time = end_time; - } - /** 结束时间 */ - public Date getEnd_time() { - return end_time; - } - - - /** 耗时 */ - public void setDiff_time(String diff_time) { - this.diff_time = diff_time; - } - /** 耗时 */ - public String getDiff_time() { - return diff_time; - } - - - /** 返回结果 */ - public void setResult(String result) { - this.result = result; - } - /** 返回结果 */ - public String getResult() { - return result; - } - - - /** 服务器名称 */ - public void setServer_name(String server_name) { - this.server_name = server_name; - } - /** 服务器名称 */ - public String getServer_name() { - return server_name; - } - - - /** 服务实例名称 */ - public void setServer_living(String server_living) { - this.server_living = server_living; - } - /** 服务实例名称 */ - public String getServer_living() { - return server_living; - } - - - /** 说明 - */ - public void setInstructions(String instructions) { - this.instructions = instructions; - } - /** 说明 - */ - public String getInstructions() { - return instructions; - } - - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.xml deleted file mode 100644 index 5c152df4..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/entity/IntegrationTaskLivingEntity.xml +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id, - task_id, - start_time, - end_time, - diff_time, - result, - server_name, - server_living, - instructions, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts, - task_type - - - - task.id as task_id, -living.id as id, -task.task_code as task_code, -task.task_name as task_name, -living.start_time as start_time, -living.end_time as end_time, -living.diff_time as diff_time, -living.result as result, -living.task_type, -living.server_name as server_name, -living.server_living as server_living, -living.instructions, -living.sts, -living.sorts - - - - - - - - - - - - - - - - - - - - - - - - - insert into integration_task_living( - - id, - task_id, - start_time, - end_time, - diff_time, - result, - task_type, - server_name, - server_living, - instructions, - create_user_id, - modify_user_id, - sorts, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{task_id}, - #{start_time}, - #{end_time}, - #{diff_time}, - #{result}, - #{task_type}, - #{server_name}, - #{server_living}, - #{instructions}, - #{create_user_id}, - #{modify_user_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living a WHERE a.sts = 'Y' ), - #{create_time} , - now() , - #{modify_time}, - now(), - 'Y' - - ) - - - - - update integration_task_living set - - task_id = #{task_id}, - start_time = #{start_time}, - end_time = #{end_time}, - diff_time = #{diff_time}, - result = #{result}, - task_type = #{task_type}, - server_name = #{server_name}, - server_living = #{server_living}, - instructions = #{instructions}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task_living set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - id = #{id} - - - - - - update integration_task_living set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id=#{id} - and task_id = #{task_id} - and start_time = #{start_time} - and end_time = #{end_time} - and diff_time = #{diff_time} - and result = #{result} - and task_type = #{task_type} - and server_name = #{server_name} - and server_living = #{server_living} - and instructions = #{instructions} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - - - - - - delete from integration_task_living where id =#{id} - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingDetailsService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingDetailsService.java deleted file mode 100644 index 6dd6e3b2..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingDetailsService.java +++ /dev/null @@ -1,71 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.service; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.web.entity.JsonResultEntity; - -/** - * @description: 集成任务实例详情 service - * @tableName: integration_task_living_details - * @entityName: IntegrationTaskLivingDetailsEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLivingDetailsService extends IBaseService { - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 查询列表 分页 - * @Date 2:18 下午 2023/7/17 - **/ - JsonResultEntity queryPage(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 获取数据 根据id - * @Date 2:18 下午 2023/7/17 - **/ - JsonResultEntity queryEntity(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 批量推送 - * @Date 2:18 下午 2023/7/17 - **/ - JsonResultEntity batchPush(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 重新推送 - * @Date 2:18 下午 2023/7/17 - **/ - JsonResultEntity repush(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 手工处理 - * @Date 2:18 下午 2023/7/17 - **/ - JsonResultEntity manualProcessing(JSONObject jsonObject); - - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 删除 - * @Date 2:18 下午 2023/7/17 - **/ - JsonResultEntity deleteEntity(JSONObject jsonObject); -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingService.java deleted file mode 100644 index b167bb16..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/IIntegrationTaskLivingService.java +++ /dev/null @@ -1,38 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.service; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingEntity; -import com.hzya.frame.web.entity.JsonResultEntity; - -import java.util.List; - -/** - * @description: 集成任务实例 service - * @tableName: integration_task_living - * @entityName: IntegrationTaskLivingEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLivingService extends IBaseService { - - //保存任务实例以及任务实例明细 - JsonResultEntity saveIntegrationTaskLiving(JSONObject jsonObject); - - //根据task_id查询id - JsonResultEntity queryIntegrationTaskLiving(IntegrationTaskLivingEntity integrationTaskLivingEntity); - - - //实例补推 更新实例数据,新增日志数据 - JsonResultEntity updateIntegrationTaskLivingRetrofit(JSONObject jsonObject); - - //根据实例id修改实例数据 - JsonResultEntity updateIntegrationTaskLiving(JSONObject jsonObject); - - //查询单个实例 - JsonResultEntity queryTaskLivingOne(JSONObject jsonObject); - - //筛选明细数据正常与删除 - JsonResultEntity queryTaskLivingDetails(JSONObject jsonObject); -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingDetailsServiceImpl.java deleted file mode 100644 index ebafed1c..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ /dev/null @@ -1,209 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.service.impl; - -import cn.dev33.satoken.stp.StpUtil; -import com.alibaba.fastjson.JSONObject; -import com.github.pagehelper.PageHelper; -import com.github.pagehelper.PageInfo; -import com.hzya.frame.base.PluginBaseEntity; -import com.hzya.frame.basedao.entity.ConditionType; -import com.hzya.frame.basedao.entity.ConnectType; -import com.hzya.frame.basedao.entity.WhereCriterion; -import com.hzya.frame.basedao.service.impl.BaseDaoUtilImpl; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsVo; -import com.hzya.frame.util.PluginUtils; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sys.integrationtask.living.service.IIntegrationTaskLivingDetailsService; -import com.hzya.frame.sys.integrationtask.living.dao.IIntegrationTaskLivingDetailsDao; -import com.hzya.frame.basedao.service.impl.BaseService; - -import java.util.ArrayList; -import java.util.Date; -import java.util.HashMap; -import java.util.List; - -/** - * @description: 集成任务实例详情 service - * @tableName: integration_task_living_details - * @entityName: IntegrationTaskLivingDetailsEntity - * @author: gjh - * @history: 1.0 - */ -@Service(value = "integration_task_living_detailsService") -public class IntegrationTaskLivingDetailsServiceImpl extends BaseService implements IIntegrationTaskLivingDetailsService { - - protected IIntegrationTaskLivingDetailsDao integrationtasklivingdetailsDao; - - //@Autowired - private BaseDaoUtilImpl baseDaoUtilImpl; - - @Autowired - public void setIntegrationTaskLivingDetailsDao(IIntegrationTaskLivingDetailsDao dao) { - this.integrationtasklivingdetailsDao = dao; - this.dao = dao; - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 查询列表 分页 - * @Date 2:18 下午 2023/7/17 - **/ - @Override - public JsonResultEntity queryPage(JSONObject object) { - IntegrationTaskLivingDetailsVo entity = getData("jsonStr", object, IntegrationTaskLivingDetailsVo.class); - //判断分页 - if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { - return BaseResult.getFailureMessageEntity("分页查询参数不存在"); - } - PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); - List integrationTaskLivingDetailsEntityList = integrationtasklivingdetailsDao.queryPageLeftTask(entity); - if (integrationTaskLivingDetailsEntityList != null && integrationTaskLivingDetailsEntityList.size() > 0) { - for (int i = 0; i < integrationTaskLivingDetailsEntityList.size(); i++) { - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(integrationTaskLivingDetailsEntityList.get(i).getPlugin_id()); - if (pluginBaseEntity != null) { - integrationTaskLivingDetailsEntityList.get(i).setPlugin_name(pluginBaseEntity.getPluginName()); - } - } - } - PageInfo pageInfo = new PageInfo(integrationTaskLivingDetailsEntityList); - return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 获取数据 根据id - * @Date 2:18 下午 2023/7/17 - **/ - @Override - public JsonResultEntity queryEntity(JSONObject object) { - IntegrationTaskLivingDetailsEntity entity = getData("jsonStr", object, IntegrationTaskLivingDetailsEntity.class); - //判断分页 - if (entity == null || entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("请先传递请求主键"); - } - IntegrationTaskLivingDetailsEntity appApi = integrationtasklivingdetailsDao.queryOne(entity); - return BaseResult.getSuccessMessageEntity("查询数据成功", appApi); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 批量推送 - * @Date 2:18 下午 2023/7/17 - **/ - @Override - public JsonResultEntity batchPush(JSONObject object) { - JSONObject jsonObject = getstrObj("jsonStr", object); - String plugin_id = "com.hzya.frame.plugin.sowow.plugin.sales.SoSalePluginInitializerToB"; - - - String id = jsonObject.getString("id"); - if (!checkStr(id)) { - return BaseResult.getFailureMessageEntity("请先选择要推送的数据"); - } - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(plugin_id); - JSONObject send = new JSONObject(); - send.put("type", "detailid"); - send.put("param", id); - - try { - pluginBaseEntity.executeBusiness(send); - return BaseResult.getSuccessMessageEntity("批量推送成功"); - } catch (Exception e) { - return BaseResult.getFailureMessageEntity("批量推送失败"); - } - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 重新推送 - * @Date 2:18 下午 2023/7/17 - **/ - @Override - public JsonResultEntity repush(JSONObject object) { - JSONObject jsonObject = getstrObj("jsonStr", object); - String plugin_id = jsonObject.getString("plugin_id");//"com.hzya.frame.plugin.sowow.plugin.sales.SoSalePluginInitializerToB"; - String id = jsonObject.getString("id"); - if (!checkStr(id)) { - return BaseResult.getFailureMessageEntity("请先选择要推送的数据"); - } - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(plugin_id); - JSONObject send = new JSONObject(); - send.put("type", "details_error"); - send.put("pluginId", plugin_id); - send.put("integration_task_living_details_id", id); - - - try { - pluginBaseEntity.executeBusiness(send); - return BaseResult.getSuccessMessageEntity("重新推送成功"); - } catch (Exception e) { - return BaseResult.getFailureMessageEntity("重新推送失败"); - } - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 手工处理 - * @Date 2:18 下午 2023/7/17 - **/ - @Override - public JsonResultEntity manualProcessing(JSONObject object) { - IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity = getData("jsonStr", object, IntegrationTaskLivingDetailsEntity.class); - if (integrationTaskLivingDetailsEntity == null && integrationTaskLivingDetailsEntity.getId() != null && !"".equals(integrationTaskLivingDetailsEntity.getId())) { - return BaseResult.getFailureMessageEntity("请求参数不存在"); - } - integrationTaskLivingDetailsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - integrationTaskLivingDetailsEntity.setModify_time(new Date()); - integrationTaskLivingDetailsEntity.setProcessor(StpUtil.getLoginIdAsString()); - //检查用户名密码是否正确 - List whereList = new ArrayList<>(); - WhereCriterion passwordCondition = new WhereCriterion("", "id", ConditionType.等于.getValue(), StpUtil.getLoginIdAsString(), "", ConnectType.AND); - whereList.add(passwordCondition); - HashMap userMap = baseDaoUtilImpl.selectOne("sys_user", whereList); - integrationTaskLivingDetailsEntity.setProcessor_name(userMap.get("login_code").toString()); - integrationTaskLivingDetailsEntity.setProcessing_time(new Date()); - integrationTaskLivingDetailsEntity.setNew_state("H"); - integrationtasklivingdetailsDao.entity_updatebyid(integrationTaskLivingDetailsEntity); - return BaseResult.getSuccessMessageEntity("手工处理成功"); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 删除 - * @Date 2:18 下午 2023/7/17 - **/ - @Override - public JsonResultEntity deleteEntity(JSONObject object) { - IntegrationTaskLivingDetailsEntity entity = getData("jsonStr", object, IntegrationTaskLivingDetailsEntity.class); - //判断编码是否重复 - if (entity == null) { - return BaseResult.getFailureMessageEntity("请先选择数据"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("请先选择数据"); - } - //删除 - IntegrationTaskLivingDetailsEntity deleteEntity = new IntegrationTaskLivingDetailsEntity(); - deleteEntity.setId(entity.getId()); - deleteEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - deleteEntity.setModify_time(new Date()); - deleteEntity.setSts("Y"); - integrationtasklivingdetailsDao.logicRemove(deleteEntity); - return BaseResult.getSuccessMessageEntity("删除成功"); - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingServiceImpl.java deleted file mode 100644 index c9881223..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/living/service/impl/IntegrationTaskLivingServiceImpl.java +++ /dev/null @@ -1,274 +0,0 @@ -package com.hzya.frame.sys.integrationtask.living.service.impl; - -import com.alibaba.fastjson.JSONObject; -import com.baomidou.dynamic.datasource.annotation.DSTransactional; -import com.hzya.frame.basedao.service.impl.BaseService; -import com.hzya.frame.sys.integrationtask.living.dao.IIntegrationTaskLivingDao; -import com.hzya.frame.sys.integrationtask.living.dao.IIntegrationTaskLivingDetailsDao; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingEntity; -import com.hzya.frame.sys.integrationtask.living.service.IIntegrationTaskLivingService; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogDetailEntity; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogEntity; -import com.hzya.frame.uuid.UUIDLong; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; - -import java.text.SimpleDateFormat; -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -/** - * @description: 集成任务实例 service - * @tableName: integration_task_living - * @entityName: IntegrationTaskLivingEntity - * @author: gjh - * @history: 1.0 - */ -//@Service(value = "integrationTaskLivingService") -public class IntegrationTaskLivingServiceImpl extends BaseService implements IIntegrationTaskLivingService { - - protected IIntegrationTaskLivingDao integrationtasklivingDao; - //@Autowired - private IIntegrationTaskLivingDetailsDao integrationTaskLivingDetailsDao; - - //@Autowired - public void setIntegrationTaskLivingDao(IIntegrationTaskLivingDao dao) { - this.integrationtasklivingDao = dao; - this.dao = dao; - } - - /** - * 实例保存 - * - * @param jsonObject - * @return - */ - @Override - - public JsonResultEntity saveIntegrationTaskLiving(JSONObject jsonObject) { - IntegrationTaskLivingEntity integrationTaskLivingEntity =jsonObject.toJavaObject(IntegrationTaskLivingEntity.class); - String msg=null; - String instructions=null; - if(null!=jsonObject.getString("instructions")){ - instructions=jsonObject.getString("instructions"); - } - //判断是否是插件执行 1:是插件 2:不是插件 - if("2".equals(jsonObject.getString("plug"))){ - String info = jsonObject.getString("info"); - //如果info为null,说明返回错误, - if(null!=info && !"".equals(info)){ - JSONObject jsonObjectInfo = JSONObject.parseObject(info); - msg = jsonObjectInfo.getString("msg");//最新传输信息 - //获取attribute里面得数据 循环保存明细 - if("false".equals(jsonObjectInfo.getString("success"))){ - jsonObject.put("instructions",jsonObjectInfo.getString("message")); - jsonObject.put("msg",jsonObjectInfo.getString("message")); - saveMainAndDetails(integrationTaskLivingEntity,jsonObject); - } - if("1".equals(jsonObjectInfo.getString("status"))){ - jsonObject.put("msg",jsonObjectInfo.getString("headMsg")); - saveMainAndDetails(integrationTaskLivingEntity,jsonObject); - } - }else{ - jsonObject.put("instructions",instructions); - jsonObject.put("msg",msg); - saveMainAndDetails(integrationTaskLivingEntity,jsonObject); - } - } - //如果是插件执行 - else{ - jsonObject.put("instructions",instructions); - jsonObject.put("msg",msg); - saveMainAndDetails(integrationTaskLivingEntity,jsonObject); - } - return BaseResult.getSuccessMessageEntity("任务实例保存成功", integrationTaskLivingEntity); - } - - private void saveMainAndDetails(IntegrationTaskLivingEntity integrationTaskLivingEntity,JSONObject jsonObject){ - //实例id - long uuidLiving = UUIDLong.longUUID(); - integrationTaskLivingEntity.setId(String.valueOf(uuidLiving)); - integrationTaskLivingEntity.setInstructions(jsonObject.getString("instructions")); - IntegrationTaskLivingEntity integrationTaskLiving = integrationtasklivingDao.save(integrationTaskLivingEntity); - //实例明细id - long uuidDetails = UUIDLong.longUUID(); - IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity = new IntegrationTaskLivingDetailsEntity(); - integrationTaskLivingDetailsEntity.setId(String.valueOf(uuidDetails)); - integrationTaskLivingDetailsEntity.setTask_linving_id(String.valueOf(uuidLiving)); - integrationTaskLivingDetailsEntity.setCreate_user_id(jsonObject.getString("create_user_id")); - integrationTaskLivingDetailsEntity.setModify_user_id(jsonObject.getString("modify_user_id")); - integrationTaskLivingDetailsEntity.setResult(jsonObject.getString("result")); - integrationTaskLivingDetailsEntity.setNew_transmit_info(jsonObject.getString("msg")); - integrationTaskLivingDetailsEntity.setRoot_app_new_data(jsonObject.getString("msg")); - integrationTaskLivingDetailsEntity.setQuery_condition(jsonObject.getString("query_condition")); - integrationTaskLivingDetailsEntity.setNew_push_date(new Date()); - integrationTaskLivingDetailsEntity.setRepair_pust("N"); - IntegrationTaskLivingDetailsEntity taskLivingDetailsEntity = integrationTaskLivingDetailsDao.save(integrationTaskLivingDetailsEntity); - } - - - /** - * 根据task_id查询实例id - * - * @param integrationTaskLivingEntity - * @return - */ - @Override - public JsonResultEntity queryIntegrationTaskLiving(IntegrationTaskLivingEntity integrationTaskLivingEntity) { - if(null==integrationTaskLivingEntity.getId()||"".equals(integrationTaskLivingEntity.getId())){ - return BaseResult.getFailureMessageEntity("请携带任务id"); - } - List integrationTaskLivingEntities = integrationtasklivingDao.queryList(integrationTaskLivingEntity, "IntegrationTaskLivingEntity_getIdByTaskId"); - for (IntegrationTaskLivingEntity taskLivingEntity : integrationTaskLivingEntities) { - IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity=new IntegrationTaskLivingDetailsEntity(); - integrationTaskLivingDetailsEntity.setTask_linving_id(taskLivingEntity.getId()); - integrationTaskLivingDetailsEntity.setModify_user_id(integrationTaskLivingEntity.getModify_user_id()); - //根据任务实例id修改任务实例明细id - integrationTaskLivingDetailsDao.update("entity_logicDelete_Multi_Condition", integrationTaskLivingDetailsEntity); - } - //根据task_id修改任务实例sts - integrationtasklivingDao.update("entity_logicDelete_Multi_Condition", integrationTaskLivingEntity); - return null; - } - - - /** - * 实例补推 - * - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateIntegrationTaskLivingRetrofit(JSONObject jsonObject) { - IntegrationTaskLivingEntity integrationTaskLivingEntity = getData("json", jsonObject, IntegrationTaskLivingEntity.class); - if (null == integrationTaskLivingEntity.getId() || "".equals(integrationTaskLivingEntity.getId())) { - return BaseResult.getFailureMessageEntity("补推的时候请携带补推数据的id"); - } - if (null == integrationTaskLivingEntity.getTask_id() || "".equals(integrationTaskLivingEntity.getTask_id())) { - return BaseResult.getFailureMessageEntity("补推的时候请携带需要补推任务的id"); - } - //补推返回结果不成功的 - if ("失败".equals(integrationTaskLivingEntity.getResult())) { - //调用触发器 触发器中更新实例数据 新增日志数据 - //IntegrationTaskLivingJobUnit.createJob(getJob(jsonObject)); - } - return null; - } - - /** - * 组装需要传递到定时任务中的参数 - * - * @param jsonObject - * @return - */ - private JSONObject getJob(JSONObject jsonObject) { - JSONObject jsonObjectMap = new JSONObject(); - jsonObjectMap.put("task_name", jsonObject.getString("task_name")); - jsonObjectMap.put("task_code", jsonObject.getString("task_code")); - jsonObjectMap.put("sence_id", jsonObject.getString("sence_id")); - jsonObjectMap.put("task_cron", jsonObject.getString("task_cron")); - jsonObjectMap.put("task_id", jsonObject.getString("task_id")); - jsonObjectMap.put("create_user_id", jsonObject.getString("create_user_id")); - jsonObjectMap.put("modify_user_id", jsonObject.getString("modify_user_id")); - jsonObjectMap.put("id", jsonObject.getString("id")); - return jsonObject; - } - - /** - * 根据实例id修改实例数据 - * - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateIntegrationTaskLiving(JSONObject jsonObject) { - IntegrationTaskLivingEntity integrationTaskLivingEntity = jsonObject.toJavaObject(IntegrationTaskLivingEntity.class); - //更新实例数据 - integrationtasklivingDao.update("entity_update", integrationTaskLivingEntity); - IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity = new IntegrationTaskLivingDetailsEntity(); - integrationTaskLivingDetailsEntity.setTask_linving_id(integrationTaskLivingEntity.getId()); - integrationTaskLivingDetailsEntity.setResult(integrationTaskLivingEntity.getResult()); - integrationTaskLivingDetailsEntity.setModify_user_id(integrationTaskLivingEntity.getModify_user_id()); - //更新实例明细数据 - integrationTaskLivingDetailsDao.update("entity_update", integrationTaskLivingDetailsEntity); - return BaseResult.getSuccessMessageEntity("任务实例修改成功"); - } - - /** - * 查询单个实例 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryTaskLivingOne(JSONObject jsonObject) { - try { - IntegrationTaskLivingEntity integrationTaskLivingEntity = getData("jsonStr", jsonObject, IntegrationTaskLivingEntity.class); - if(null==integrationTaskLivingEntity.getId()||"".equals(integrationTaskLivingEntity.getId())){ - return BaseResult.getFailureMessageEntity("查看单个时请携带id"); - } - List integrationTaskLivingEntities = integrationtasklivingDao.queryByLike(integrationTaskLivingEntity); - if(integrationTaskLivingEntities.size()==0){ - return BaseResult.getFailureMessageEntity("查看单个实例为null"); - } - IntegrationTaskLivingEntity integrationTaskLiving = integrationTaskLivingEntities.get(0); - if(null==integrationTaskLiving){ - return BaseResult.getSuccessMessageEntity("查询成功",integrationTaskLiving); - } - //查询明细数据 - IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity=new IntegrationTaskLivingDetailsEntity(); - integrationTaskLivingDetailsEntity.setTask_linving_id(integrationTaskLiving.getId()); - List integrationTaskLivingDetailsEntities = integrationTaskLivingDetailsDao.query(integrationTaskLivingDetailsEntity); - JSONObject jsonObjectMap=new JSONObject(); - jsonObjectMap.put("main",integrationTaskLiving); - List list=new ArrayList<>(); - if(integrationTaskLivingDetailsEntities.size()>0){ - for (IntegrationTaskLivingDetailsEntity taskLivingDetailsEntity : integrationTaskLivingDetailsEntities) { - list.add(taskLivingDetailsEntity); - } - } - jsonObjectMap.put("details",list); - return BaseResult.getSuccessMessageEntity("查询单个成功",jsonObjectMap); - }catch (Exception e){ - logger.info("查询单个失败:"+e.getMessage()); - return BaseResult.getFailureMessageEntity("查询单个失败:"+e.getMessage()); - } - } - - /** - * 筛选明细数据为正常与删除 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryTaskLivingDetails(JSONObject jsonObject) { - IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity=new IntegrationTaskLivingDetailsEntity(); - List list=null; - String jsonStr = jsonObject.getString("jsonStr"); - JSONObject jsonObjectStr = JSONObject.parseObject(jsonStr); - //判断刷选条件是正常还是删除 - String type = jsonObjectStr.getString("type"); - integrationTaskLivingDetailsEntity.setTask_linving_id(jsonObjectStr.getString("task_linving_id")); - switch (type){ - //正常 - case "1": - integrationTaskLivingDetailsEntity.setSts("Y"); - list = integrationTaskLivingDetailsDao.queryList(integrationTaskLivingDetailsEntity, "IntegrationTaskLivingDetailsEntity_list_sts"); - break; - //删除 - case "2": - integrationTaskLivingDetailsEntity.setSts("N"); - list = integrationTaskLivingDetailsDao.queryList(integrationTaskLivingDetailsEntity, "IntegrationTaskLivingDetailsEntity_list_sts"); - break; - //全部 - case "3": - list = integrationTaskLivingDetailsDao.queryList(integrationTaskLivingDetailsEntity, "IntegrationTaskLivingDetailsEntity_list_sts"); - break; - } - return BaseResult.getSuccessMessageEntity("查询成功",list); - } - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDao.java deleted file mode 100644 index ee7464a4..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogEntity; - -/** - * @description: 集成任务日志 dao - * @tableName: integration_task_log - * @entityName: IntegrationTaskLogEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLogDao extends IBaseDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDetailDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDetailDao.java deleted file mode 100644 index d32f2e3c..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/IIntegrationTaskLogDetailDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogDetailEntity; - -/** - * @description: 集成任务日志详情 dao - * @tableName: integration_task_log_details - * @entityName: IntegrationTaskLogDetailEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLogDetailDao extends IBaseDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDaoImpl.java deleted file mode 100644 index e2c99ef8..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.dao.impl; - -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogEntity; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.log.dao.IIntegrationTaskLogDao; - -/** - * @description: 集成任务日志 dao - * @tableName: integration_task_log - * @entityName: IntegrationTaskLogEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_task_logdao") -public class IntegrationTaskLogDaoImpl extends MybatisGenericDao implements IIntegrationTaskLogDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDetailDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDetailDaoImpl.java deleted file mode 100644 index e6afcbfd..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/dao/impl/IntegrationTaskLogDetailDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.dao.impl; - -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogDetailEntity; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.log.dao.IIntegrationTaskLogDetailDao; - -/** - * @description: 集成任务日志详情 dao - * @tableName: integration_task_log_details - * @entityName: IntegrationTaskLogDetailEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_task_log_detailsdao") -public class IntegrationTaskLogDetailDaoImpl extends MybatisGenericDao implements IIntegrationTaskLogDetailDao { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.java deleted file mode 100644 index c207d174..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.java +++ /dev/null @@ -1,247 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.entity; - -import java.util.Date; -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.math.BigDecimal; -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 集成任务日志详情 entity - * @tableName: integration_task_log_details - * @entityName: IntegrationTaskLogDetailEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskLogDetailEntity extends BaseEntity { - - /** 集成任务-实例_id */ - private String task_linving_id; - /** 返回结果 */ - private String result; - /** 原始查询条件 */ - private String query_condition; - /** 源系统主键 */ - private String root_app_pk; - /** 原系统单据 */ - private String root_app_bill; - /** 最新源系统数据详情 */ - private String root_app_new_data; - /** 最新传输信息 */ - private String new_transmit_info; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date new_push_date; - /** 是否补推(Y是N不是) */ - private String repair_pust; - - private Integer sorts; - - /*源系统编码*/ - private String root_app_code; - /*业务日期*/ - private String business_time; - /*最新推送状态*/ - private String new_push_state; - /*处理人*/ - private String processor; - /*处理时间*/ - private String processor_time; - /*处理备注*/ - private String processor_remark; - /*最新元数据*/ - private String new_metadata; - /*任务名称*/ - private String task_name; - /*任务编码*/ - private String task_code; - /*任务类型*/ - private String task_type; - /*说明*/ - private String instructions; - - public String getInstructions() { - return instructions; - } - - public void setInstructions(String instructions) { - this.instructions = instructions; - } - - public String getTask_name() { - return task_name; - } - - public void setTask_name(String task_name) { - this.task_name = task_name; - } - - public String getTask_code() { - return task_code; - } - - public void setTask_code(String task_code) { - this.task_code = task_code; - } - - public String getTask_type() { - return task_type; - } - - public void setTask_type(String task_type) { - this.task_type = task_type; - } - - public String getRoot_app_code() { - return root_app_code; - } - - public void setRoot_app_code(String root_app_code) { - this.root_app_code = root_app_code; - } - - public String getBusiness_time() { - return business_time; - } - - public void setBusiness_time(String business_time) { - this.business_time = business_time; - } - - public String getNew_push_state() { - return new_push_state; - } - - public void setNew_push_state(String new_push_state) { - this.new_push_state = new_push_state; - } - - public String getProcessor() { - return processor; - } - - public void setProcessor(String processor) { - this.processor = processor; - } - - public String getProcessor_time() { - return processor_time; - } - - public void setProcessor_time(String processor_time) { - this.processor_time = processor_time; - } - - public String getProcessor_remark() { - return processor_remark; - } - - public void setProcessor_remark(String processor_remark) { - this.processor_remark = processor_remark; - } - - public String getNew_metadata() { - return new_metadata; - } - - public void setNew_metadata(String new_metadata) { - this.new_metadata = new_metadata; - } - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - - /** 集成任务-实例_id */ - public void setTask_linving_id(String task_linving_id) { - this.task_linving_id = task_linving_id; - } - /** 集成任务-实例_id */ - public String getTask_linving_id() { - return task_linving_id; - } - - - /** 返回结果 */ - public void setResult(String result) { - this.result = result; - } - /** 返回结果 */ - public String getResult() { - return result; - } - - - /** 原始查询条件 */ - public void setQuery_condition(String query_condition) { - this.query_condition = query_condition; - } - /** 原始查询条件 */ - public String getQuery_condition() { - return query_condition; - } - - - /** 源系统主键 */ - public void setRoot_app_pk(String root_app_pk) { - this.root_app_pk = root_app_pk; - } - /** 源系统主键 */ - public String getRoot_app_pk() { - return root_app_pk; - } - - - /** 原系统单据 */ - public void setRoot_app_bill(String root_app_bill) { - this.root_app_bill = root_app_bill; - } - /** 原系统单据 */ - public String getRoot_app_bill() { - return root_app_bill; - } - - - /** 最新源系统数据详情 */ - public void setRoot_app_new_data(String root_app_new_data) { - this.root_app_new_data = root_app_new_data; - } - /** 最新源系统数据详情 */ - public String getRoot_app_new_data() { - return root_app_new_data; - } - - - /** 最新传输信息 */ - public void setNew_transmit_info(String new_transmit_info) { - this.new_transmit_info = new_transmit_info; - } - /** 最新传输信息 */ - public String getNew_transmit_info() { - return new_transmit_info; - } - - - /** 最新推送时间 */ - public void setNew_push_date(Date new_push_date) { - this.new_push_date = new_push_date; - } - /** 最新推送时间 */ - public Date getNew_push_date() { - return new_push_date; - } - - - /** 是否补推(Y是N不是) */ - public void setRepair_pust(String repair_pust) { - this.repair_pust = repair_pust; - } - /** 是否补推(Y是N不是) */ - public String getRepair_pust() { - return repair_pust; - } - - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.xml deleted file mode 100644 index a4cb5ab0..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogDetailEntity.xml +++ /dev/null @@ -1,411 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id, - task_linving_id, - result, - query_condition, - root_app_pk, - root_app_bill, - root_app_new_data, - new_transmit_info, - new_push_date, - repair_pust, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts, - root_app_code, - business_time, - new_push_state, - processor, - processor_time, - processor_remark, - new_metadata - - - - task.id as task_id, -log.id as log_id, -details.id as id, -task.task_code as task_code, -task.task_name as task_name, -log.task_type as task_type, -details.result as result, -log.instructions, -details.query_condition as query_condition, -details.root_app_pk as root_app_pk, -details.root_app_bill as root_app_bill, -details.root_app_new_data as root_app_new_data, -details.new_transmit_info as new_transmit_info, -details.new_push_date, -details.root_app_code, -details.business_time, -details.new_push_state as new_push_state, -details.processor , -details.processor_time , -details.processor_remark , -details.new_metadata , -details.repair_pust , -details.create_time, -details.modify_time, -details.sts - - - - - - - - - - - - - - - - - - - - - - - - insert into integration_task_log_details( - - id, - task_linving_id, - result, - query_condition, - root_app_pk, - root_app_bill, - root_app_new_data, - new_transmit_info, - new_push_date, - root_app_code, - business_time, - new_push_state, - processor, - processor_time, - processor_remark, - new_metadata, - repair_pust, - create_user_id, - modify_user_id, - sorts, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{task_linving_id}, - #{result}, - #{query_condition}, - #{root_app_pk}, - #{root_app_bill}, - #{root_app_new_data}, - #{new_transmit_info}, - #{new_push_date}, - #{root_app_code}, - #{business_time}, - #{new_push_state}, - #{processor}, - #{processor_time}, - #{processor_remark}, - #{new_metadata}, - #{repair_pust}, - #{create_user_id}, - #{modify_user_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_log_details a WHERE a.sts = 'Y' ), - #{create_time} , - now() , - #{modify_time}, - now() , - 'Y' - - ) - - - - - update integration_task_log_details set - - task_linving_id = #{task_linving_id}, - result = #{result}, - query_condition = #{query_condition}, - root_app_pk = #{root_app_pk}, - root_app_bill = #{root_app_bill}, - root_app_new_data = #{root_app_new_data}, - new_transmit_info = #{new_transmit_info}, - new_push_date = #{new_push_date}, - root_app_code = #{root_app_code}, - business_time = #{business_time}, - new_push_state = #{new_push_state}, - processor = #{processor}, - processor_time = #{processor_time}, - processor_remark = #{processor_remark}, - new_metadata = #{new_metadata}, - repair_pust = #{repair_pust}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task_log_details set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - id = #{id} - - - - - - update integration_task_log_details set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id=#{id} - and task_linving_id = #{task_linving_id} - and result = #{result} - and query_condition = #{query_condition} - and root_app_pk = #{root_app_pk} - and root_app_bill = #{root_app_bill} - and root_app_new_data = #{root_app_new_data} - and new_transmit_info = #{new_transmit_info} - and new_push_date = #{new_push_date} - and root_app_code = #{root_app_code} - and business_time = #{business_time} - and new_push_state = #{new_push_state} - and processor = #{processor} - and processor_time = #{processor_time} - and processor_remark = #{processor_remark} - and new_metadata = #{new_metadata} - and repair_pust = #{repair_pust} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - - - - - - delete from integration_task_log_details where id =#{id} - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.java deleted file mode 100644 index d7b275de..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.java +++ /dev/null @@ -1,167 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.entity; - -import java.util.Date; -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.math.BigDecimal; -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 集成任务日志 entity - * @tableName: integration_task_log - * @entityName: IntegrationTaskLogEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskLogEntity extends BaseEntity { - - /** integration_task_id */ - private String task_id; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date start_time; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date end_time; - /** 耗时 */ - private String diff_time; - /** 返回结果 */ - private String result; - /** 服务器名称 */ - private String server_name; - /** 服务实例名称 */ - private String server_living; - /** 说明 - */ - private String instructions; - - private Integer sorts; - private String id; - - private String task_code; - private String task_name; - private String task_type; - - public String getTask_type() { - return task_type; - } - - public void setTask_type(String task_type) { - this.task_type = task_type; - } - - public String getTask_code() { - return task_code; - } - - public void setTask_code(String task_code) { - this.task_code = task_code; - } - - public String getTask_name() { - return task_name; - } - - public void setTask_name(String task_name) { - this.task_name = task_name; - } - - @Override - public String getId() { - return id; - } - - @Override - public void setId(String id) { - this.id = id; - } - - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - /** integration_task_id */ - public void setTask_id(String task_id) { - this.task_id = task_id; - } - /** integration_task_id */ - public String getTask_id() { - return task_id; - } - - - /** 开始时间 */ - public void setStart_time(Date start_time) { - this.start_time = start_time; - } - /** 开始时间 */ - public Date getStart_time() { - return start_time; - } - - - /** 结束时间 */ - public void setEnd_time(Date end_time) { - this.end_time = end_time; - } - /** 结束时间 */ - public Date getEnd_time() { - return end_time; - } - - - /** 耗时 */ - public void setDiff_time(String diff_time) { - this.diff_time = diff_time; - } - /** 耗时 */ - public String getDiff_time() { - return diff_time; - } - - - /** 返回结果 */ - public void setResult(String result) { - this.result = result; - } - /** 返回结果 */ - public String getResult() { - return result; - } - - - /** 服务器名称 */ - public void setServer_name(String server_name) { - this.server_name = server_name; - } - /** 服务器名称 */ - public String getServer_name() { - return server_name; - } - - - /** 服务实例名称 */ - public void setServer_living(String server_living) { - this.server_living = server_living; - } - /** 服务实例名称 */ - public String getServer_living() { - return server_living; - } - - - /** 说明 - */ - public void setInstructions(String instructions) { - this.instructions = instructions; - } - /** 说明 - */ - public String getInstructions() { - return instructions; - } - - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.xml deleted file mode 100644 index 39fa7a1d..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/entity/IntegrationTaskLogEntity.xml +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id, - task_id, - start_time, - end_time, - diff_time, - result, - task_type, - server_name, - server_living, - instructions, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts - - - - task.id as task_id, -log.id as id, -task.task_code as task_code, -task.task_name as task_name, -log.task_type as task_type, -log.start_time as start_time, -log.end_time as end_time, -log.diff_time as diff_time, -log.result as result, -log.server_name as server_name, -log.server_living as server_living, -log.instructions, -log.sts, -log.sorts - - - - - - - - - - - - - - - - - - - - - - - - - insert into integration_task_log( - - id, - task_id, - start_time, - end_time, - diff_time, - result, - task_type, - server_name, - server_living, - instructions, - create_user_id, - modify_user_id, - sorts, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{task_id}, - #{start_time}, - #{end_time}, - #{diff_time}, - #{result}, - #{task_type}, - #{server_name}, - #{server_living}, - #{instructions}, - #{create_user_id}, - #{modify_user_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_log a WHERE a.sts = 'Y' ), - #{create_time} , - now() , - #{modify_time}, - now(), - 'Y' - - ) - - - - - update integration_task_log set - - task_id = #{task_id}, - start_time = #{start_time}, - end_time = #{end_time}, - diff_time = #{diff_time}, - result = #{result}, - task_type = #{task_type}, - server_name = #{server_name}, - server_living = #{server_living}, - instructions = #{instructions}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task_log set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - id = #{id} - - - - - - update integration_task_log set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id=#{id} - and task_id = #{task_id} - and start_time = #{start_time} - and end_time = #{end_time} - and diff_time = #{diff_time} - and result = #{result} - and task_type = #{task_type} - and server_name = #{server_name} - and server_living = #{server_living} - and instructions = #{instructions} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - - - - - - delete from integration_task_log where id =#{id} - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogDetailService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogDetailService.java deleted file mode 100644 index 4e636755..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogDetailService.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.service; - -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogDetailEntity; - -/** - * @description: 集成任务日志详情 service - * @tableName: integration_task_log_details - * @entityName: IntegrationTaskLogDetailEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLogDetailService extends IBaseService { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogService.java deleted file mode 100644 index e56fc541..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/IIntegrationTaskLogService.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.service; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogDetailEntity; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogEntity; -import com.hzya.frame.web.entity.JsonResultEntity; - -import java.util.List; - -/** - * @description: 集成任务日志 service - * @tableName: integration_task_log - * @entityName: IntegrationTaskLogEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskLogService extends IBaseService { - - //保存任务日志和任务日志明细 - JsonResultEntity saveIntegrationTaskLog(JSONObject jsonObject); - - //根据任务id task_id查询任务日志id - JsonResultEntity queryIntegrationTaskLog(IntegrationTaskLogEntity integrationTaskLogEntity); - - - //日志输出成excel表格 - JsonResultEntity queryTaskLogExcel(JSONObject jsonObject); - - //查询单个日志 - JsonResultEntity queryTaskLogOne(JSONObject jsonObject); - - //刷选出明细正常与删除数据 - JsonResultEntity queryTaskLogDetail(JSONObject jsonObject); -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogDetailServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogDetailServiceImpl.java deleted file mode 100644 index 940c2b7c..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogDetailServiceImpl.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.service.impl; - -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogDetailEntity; -import com.hzya.frame.sys.integrationtask.log.service.IIntegrationTaskLogDetailService; -import com.hzya.frame.sys.integrationtask.log.dao.IIntegrationTaskLogDetailDao; -import com.hzya.frame.basedao.service.impl.BaseService; - -/** - * @description: 集成任务日志详情 service - * @tableName: integration_task_log_details - * @entityName: IntegrationTaskLogDetailEntity - * @author: gjh - * @history: 1.0 - */ -//@Service(value = "integration_task_log_detailsService") -public class IntegrationTaskLogDetailServiceImpl extends BaseService implements IIntegrationTaskLogDetailService { - - protected IIntegrationTaskLogDetailDao integrationtasklogdetailDao; - - //@Autowired - public void setIntegrationTaskLogDetailDao(IIntegrationTaskLogDetailDao dao) { - this.integrationtasklogdetailDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogServiceImpl.java deleted file mode 100644 index 4dda3b64..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/log/service/impl/IntegrationTaskLogServiceImpl.java +++ /dev/null @@ -1,278 +0,0 @@ -package com.hzya.frame.sys.integrationtask.log.service.impl; - -import cn.hutool.core.io.IoUtil; -import cn.hutool.poi.excel.ExcelUtil; -import cn.hutool.poi.excel.ExcelWriter; -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskDetailsEntity; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskEntity; -import com.hzya.frame.sys.integrationtask.log.dao.IIntegrationTaskLogDetailDao; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogDetailEntity; -import com.hzya.frame.sys.integrationtask.monitoring.entity.IntegrationTaskMonitoringEntity; -import com.hzya.frame.uuid.UUIDLong; -import com.hzya.frame.uuid.UUIDUtils; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hzya.frame.sys.integrationtask.log.entity.IntegrationTaskLogEntity; -import com.hzya.frame.sys.integrationtask.log.service.IIntegrationTaskLogService; -import com.hzya.frame.sys.integrationtask.log.dao.IIntegrationTaskLogDao; -import com.hzya.frame.basedao.service.impl.BaseService; - -import javax.annotation.Resource; -import javax.servlet.ServletOutputStream; -import javax.servlet.http.HttpServletResponse; -import java.net.URLEncoder; -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -/** - * @description: 集成任务日志 service - * @tableName: integration_task_log - * @entityName: IntegrationTaskLogEntity - * @author: gjh - * @history: 1.0 - */ -//@Service(value = "integrationTaskLogService") -public class IntegrationTaskLogServiceImpl extends BaseService implements IIntegrationTaskLogService { - - protected IIntegrationTaskLogDao integrationtasklogDao; - //@Autowired - private IIntegrationTaskLogDetailDao integrationTaskLogDetailDao; - //@Resource - private HttpServletResponse httpServletResponse; - - @Autowired - public void setIntegrationTaskLogDao(IIntegrationTaskLogDao dao) { - this.integrationtasklogDao = dao; - this.dao = dao; - } - - /** - * 查询单个日志 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryTaskLogOne(JSONObject jsonObject) { - try { - IntegrationTaskLogEntity integrationTaskLogEntity = getData("jsonStr", jsonObject, IntegrationTaskLogEntity.class); - if(null==integrationTaskLogEntity.getId()||"".equals(integrationTaskLogEntity.getId())){ - return BaseResult.getFailureMessageEntity("查看单个时请携带id"); - } - List integrationTaskLogEntities = integrationtasklogDao.queryByLike(integrationTaskLogEntity); - if(integrationTaskLogEntities.size()==0){ - return BaseResult.getFailureMessageEntity("查看单个为null"); - } - IntegrationTaskLogEntity integrationTaskLog = integrationTaskLogEntities.get(0); - //查询明细数据 - IntegrationTaskLogDetailEntity integrationTaskLogDetailEntity=new IntegrationTaskLogDetailEntity(); - integrationTaskLogDetailEntity.setTask_linving_id(integrationTaskLog.getId()); - List integrationTaskLogDetailEntityList = integrationTaskLogDetailDao.query(integrationTaskLogDetailEntity); - JSONObject jsonObjectMap=new JSONObject(); - jsonObjectMap.put("main",integrationTaskLog); - List list=new ArrayList<>(); - if(integrationTaskLogDetailEntityList.size()>0){ - for (IntegrationTaskLogDetailEntity taskLogDetailEntity : integrationTaskLogDetailEntityList) { - list.add(taskLogDetailEntity); - } - } - jsonObjectMap.put("details",list); - return BaseResult.getSuccessMessageEntity("查询单个成功",jsonObjectMap); - }catch (Exception e){ - logger.info("查询单个失败:"+e.getMessage()); - return BaseResult.getFailureMessageEntity("查询单个失败:"+e.getMessage()); - } - } - - /** - * 刷选明细正常与失败数据还有全部数据 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryTaskLogDetail(JSONObject jsonObject) { - IntegrationTaskLogDetailEntity integrationTaskLogDetailEntity=new IntegrationTaskLogDetailEntity(); - List integrationTaskLogDetailEntityList=null; - String jsonStr = jsonObject.getString("jsonStr"); - JSONObject jsonObjectStr = JSONObject.parseObject(jsonStr); - //判断刷选条件是正常还是删除 - String type = jsonObjectStr.getString("type"); - if(null==type||"".equals(type)){ - type="3"; - } - switch (type){ - //正常 - case "1": - integrationTaskLogDetailEntity.setResult("执行成功"); - integrationTaskLogDetailEntityList = integrationTaskLogDetailDao.queryByLike(integrationTaskLogDetailEntity); - break; - //失败 - case "2": - integrationTaskLogDetailEntity.setResult("执行失败"); - integrationTaskLogDetailEntityList = integrationTaskLogDetailDao.queryByLike(integrationTaskLogDetailEntity); - break; - //全部 - case "3": - integrationTaskLogDetailEntityList = integrationTaskLogDetailDao.queryByLike(integrationTaskLogDetailEntity); - break; - //查看单个 - case "4": - integrationTaskLogDetailEntity.setId(jsonObjectStr.getString("id")); - integrationTaskLogDetailEntityList = integrationTaskLogDetailDao.queryByLike(integrationTaskLogDetailEntity); - break; - } - return BaseResult.getSuccessMessageEntity("查询成功",integrationTaskLogDetailEntityList); - } - - - /** - * 保存日志和日志明细 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity saveIntegrationTaskLog(JSONObject jsonObject) { - IntegrationTaskLogEntity integrationTaskLogEntity = jsonObject.toJavaObject(IntegrationTaskLogEntity.class); - String msg=null; - String instructions=null; - if(null!=jsonObject.getString("instructions")){ - instructions=jsonObject.getString("instructions"); - } - if("2".equals(jsonObject.getString("plug"))){ - String info = jsonObject.getString("info"); - if(null!=info && !"".equals(info)){ - JSONObject jsonObjectInfo = JSONObject.parseObject(info); - msg = jsonObjectInfo.getString("msg");//最新传输信息 - //获取attribute里面得数据 循环保存明细 - if("false".equals(jsonObjectInfo.getString("success"))){ - jsonObject.put("instructions",jsonObjectInfo.getString("message")); - jsonObject.put("msg",jsonObjectInfo.getString("message")); - saveLog(integrationTaskLogEntity,jsonObject); - } - if("1".equals(jsonObjectInfo.getString("status"))){ - jsonObject.put("msg",jsonObjectInfo.getString("headMsg")); - saveLog(integrationTaskLogEntity,jsonObject); - } - }else{ - jsonObject.put("instructions",instructions); - jsonObject.put("msg",msg); - saveLog(integrationTaskLogEntity,jsonObject); - } - }else{ - jsonObject.put("instructions",instructions); - jsonObject.put("msg",msg); - saveLog(integrationTaskLogEntity,jsonObject); - } - return BaseResult.getSuccessMessageEntity("任务日志保存成功",integrationTaskLogEntity); - } - - private void saveLog(IntegrationTaskLogEntity integrationTaskLogEntity,JSONObject jsonObject){ - //日志id - long uuid = UUIDLong.longUUID(); - integrationTaskLogEntity.setId(String.valueOf(uuid)); - integrationTaskLogEntity.setInstructions(jsonObject.getString("instructions")); - integrationtasklogDao.save(integrationTaskLogEntity); - //日志明细id - long uuidDetails = UUIDLong.longUUID(); - IntegrationTaskLogDetailEntity integrationTaskLogDetailEntity=new IntegrationTaskLogDetailEntity(); - integrationTaskLogDetailEntity.setCreate_user_id(jsonObject.getString("create_user_id")); - integrationTaskLogDetailEntity.setModify_user_id(jsonObject.getString("modify_user_id")); - integrationTaskLogDetailEntity.setId(String.valueOf(uuidDetails)); - integrationTaskLogDetailEntity.setTask_linving_id(String.valueOf(uuid)); - integrationTaskLogDetailEntity.setResult(jsonObject.getString("result")); - integrationTaskLogDetailEntity.setNew_transmit_info(jsonObject.getString("msg")); - integrationTaskLogDetailEntity.setRoot_app_new_data(jsonObject.getString("msg")); - integrationTaskLogDetailEntity.setQuery_condition(jsonObject.getString("query_condition")); - integrationTaskLogDetailEntity.setNew_push_date(new Date()); - integrationTaskLogDetailEntity.setRepair_pust("N"); - integrationTaskLogDetailDao.save(integrationTaskLogDetailEntity); - } - - /** - * 根据任务id task_id查询任务日志id - * @param integrationTaskLogEntity - * @return - */ - @Override - public JsonResultEntity queryIntegrationTaskLog(IntegrationTaskLogEntity integrationTaskLogEntity) { - if(null==integrationTaskLogEntity.getTask_id()||"".equals(integrationTaskLogEntity.getId())){ - return BaseResult.getFailureMessageEntity("请携带任务id"); - } - List integrationTaskLogEntities = integrationtasklogDao.queryList(integrationTaskLogEntity, "IntegrationTaskLogEntity_getByTaskId"); - for (IntegrationTaskLogEntity taskLogEntity : integrationTaskLogEntities) { - IntegrationTaskLogDetailEntity integrationTaskLogDetailEntity=new IntegrationTaskLogDetailEntity(); - integrationTaskLogDetailEntity.setTask_linving_id(taskLogEntity.getTask_id()); - integrationTaskLogDetailEntity.setModify_user_id(integrationTaskLogEntity.getModify_user_id()); - //根据任务日志id修改任务日志明细sts - integrationTaskLogDetailDao.update("entity_logicDelete_Multi_Condition",integrationTaskLogDetailEntity); - } - //根基task_id修改任务日志sts - integrationtasklogDao.update("entity_logicDelete_Multi_Condition",integrationTaskLogEntity); - return null; - } - - - /** - * 日志输出成excel - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryTaskLogExcel(JSONObject jsonObject) { - try { - IntegrationTaskLogEntity integrationTaskLogEntity = getData("jsonStr", jsonObject, IntegrationTaskLogEntity.class); - //查询任务与日志的连表查询语句 - List integrationTaskLogEntities = integrationtasklogDao.queryByLike(integrationTaskLogEntity); - if(integrationTaskLogEntities.size()==0){ - return BaseResult.getFailureMessageEntity("输出的数据为null"); - } - createExcel(integrationTaskLogEntity,integrationTaskLogEntities); - return BaseResult.getSuccessMessageEntity("日志输出成功"); - }catch (Exception e){ - logger.info("日志输出失败:"+e.getMessage()); - return BaseResult.getFailureMessageEntity("日志输出失败:"+e.getMessage()); - } - } - - /** - * 创建excel - * @param logEntity - * @param list - * @throws Exception - */ - private void createExcel(IntegrationTaskLogEntity logEntity, List list) throws Exception{ - // 通过工具类创建writer,默认创建xls格式 - ExcelWriter excelWriter= ExcelUtil.getWriter(true); - //设置列名称 - excelWriter.addHeaderAlias("id","日志id"); - excelWriter.addHeaderAlias("task_name","任务名称"); - excelWriter.addHeaderAlias("task_code","任务编码"); - excelWriter.addHeaderAlias("task_tag","任务标识"); - excelWriter.addHeaderAlias("task_classes","类型"); - excelWriter.addHeaderAlias("start_time","开始时间"); - excelWriter.addHeaderAlias("end_time","完成时间"); - excelWriter.addHeaderAlias("diff_time","耗时"); - excelWriter.addHeaderAlias("result","结果"); - excelWriter.addHeaderAlias("server_name","服务器名"); - excelWriter.addHeaderAlias("server_living","服务器实例"); - excelWriter.addHeaderAlias("sts","状态"); - excelWriter.addHeaderAlias("explain","说明"); - //从第1行开始 第0行为列名称 - excelWriter.setCurrentRow(0); - //导出有别名的表单 - excelWriter.setOnlyAlias(true); - excelWriter.write(list,true); - httpServletResponse.setContentType("application/vnd.ms-excel;charset=utf-8"); - //设置excel名称 - String encodeName = URLEncoder.encode(list.get(0).getTask_name(), "UTF-8"); - httpServletResponse.setHeader("Content-Disposition","attachment;filename="+encodeName+".xlsx"); - ServletOutputStream out=httpServletResponse.getOutputStream(); - excelWriter.flush(out, true); - // 关闭writer,释放内存 - excelWriter.close(); - IoUtil.close(out); - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/IIntegrationTaskMonitoringDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/IIntegrationTaskMonitoringDao.java deleted file mode 100644 index 459b511f..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/IIntegrationTaskMonitoringDao.java +++ /dev/null @@ -1,16 +0,0 @@ -package com.hzya.frame.sys.integrationtask.monitoring.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.monitoring.entity.IntegrationTaskMonitoringEntity; - -/** - * @description: 集成任务任务监控 dao - * @tableName: integration_task_monitoring - * @entityName: IntegrationTaskMonitoringEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskMonitoringDao extends IBaseDao { - Integer updateIntegrationTaskMonitoring(IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity); - IntegrationTaskMonitoringEntity queryIntegrationTaskMonitoringEntity_countMax(IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity); -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/impl/IntegrationTaskMonitoringDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/impl/IntegrationTaskMonitoringDaoImpl.java deleted file mode 100644 index caa6ba3b..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/dao/impl/IntegrationTaskMonitoringDaoImpl.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.hzya.frame.sys.integrationtask.monitoring.dao.impl; - -import com.hzya.frame.sys.integrationtask.monitoring.entity.IntegrationTaskMonitoringEntity; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.monitoring.dao.IIntegrationTaskMonitoringDao; - - -/** - * @description: 集成任务任务监控 dao - * @tableName: integration_task_monitoring - * @entityName: IntegrationTaskMonitoringEntity - * @author: gjh - * @history: 1.0 - */ -@Repository("integration_task_monitoringdao") -public class IntegrationTaskMonitoringDaoImpl extends MybatisGenericDao implements IIntegrationTaskMonitoringDao { - - @Override - public Integer updateIntegrationTaskMonitoring(IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity) { - //修改最大执行次数 - return super.update("IntegrationTaskMonitoringEntity_updateRunnum",integrationTaskMonitoringEntity); - } - - public IntegrationTaskMonitoringEntity queryIntegrationTaskMonitoringEntity_countMax(IntegrationTaskMonitoringEntity entity) { - IntegrationTaskMonitoringEntity o = (IntegrationTaskMonitoringEntity) super.selectOne(getSqlIdPrifx() + "IntegrationTaskMonitoringEntity_countMax", entity); - return o; - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.java deleted file mode 100644 index 80207028..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.java +++ /dev/null @@ -1,139 +0,0 @@ -package com.hzya.frame.sys.integrationtask.monitoring.entity; - -import java.util.Date; -import org.springframework.format.annotation.DateTimeFormat; -import com.fasterxml.jackson.annotation.JsonFormat; -import java.math.BigDecimal; -import com.hzya.frame.web.entity.BaseEntity; - -/** - * @description: 集成任务任务监控 entity - * @tableName: integration_task_monitoring - * @entityName: IntegrationTaskMonitoringEntity - * @author: gjh - * @history: 1.0 - */ -public class IntegrationTaskMonitoringEntity extends BaseEntity { - - /** integration_task_id */ - private String task_id; - /** 服务器名称 */ - private String server_name; - /** 运行次数 */ - private Integer run_num; - - private Integer sorts; - - private String task_code; - private String task_name; - private String task_tag; - private String org_name; - /*计划时间*/ - private Date plan_time - /*耗时*/; - private String diff_time; - /*执行与挂起状态*/ - private String type; - private String task_type; - - public String getTask_type() { - return task_type; - } - - public void setTask_type(String task_type) { - this.task_type = task_type; - } - - public String getType() { - return type; - } - - public void setType(String type) { - this.type = type; - } - - public Date getPlan_time() { - return plan_time; - } - - public void setPlan_time(Date plan_time) { - this.plan_time = plan_time; - } - - public String getDiff_time() { - return diff_time; - } - - public void setDiff_time(String diff_time) { - this.diff_time = diff_time; - } - - public String getTask_code() { - return task_code; - } - - public void setTask_code(String task_code) { - this.task_code = task_code; - } - - public String getTask_name() { - return task_name; - } - - public void setTask_name(String task_name) { - this.task_name = task_name; - } - - public String getTask_tag() { - return task_tag; - } - - public void setTask_tag(String task_tag) { - this.task_tag = task_tag; - } - - public String getOrg_name() { - return org_name; - } - - public void setOrg_name(String org_name) { - this.org_name = org_name; - } - - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - - /** integration_task_id */ - public void setTask_id(String task_id) { - this.task_id = task_id; - } - /** integration_task_id */ - public String getTask_id() { - return task_id; - } - - - /** 服务器名称 */ - public void setServer_name(String server_name) { - this.server_name = server_name; - } - /** 服务器名称 */ - public String getServer_name() { - return server_name; - } - - - /** 运行次数 */ - public void setRun_num(Integer run_num) { - this.run_num = run_num; - } - /** 运行次数 */ - public Integer getRun_num() { - return run_num; - } - - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.xml deleted file mode 100644 index 6e05e93d..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/entity/IntegrationTaskMonitoringEntity.xml +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id, - task_id, - server_name, - run_num, - create_time, - create_user_id, - modify_time, - modify_user_id, - sts, - plan_time, - diff_time, - type, - task_type - - - - task.id as task_id, -monitoring.id as id, -task.task_code as task_code, -task.task_name as task_name, -task.task_tag as task_tag, -org.organ_name as org_name, -monitoring.server_name as server_name, -monitoring.run_num, -monitoring.sts, -monitoring.type, -monitoring.task_type, -monitoring.sorts, -monitoring.plan_time, -monitoring.diff_time - - - - - - - - - - - - - - - - - - - - - - - - - - insert into integration_task_monitoring( - - id, - task_id, - server_name, - run_num, - task_type, - type, - diff_time, - create_user_id, - modify_user_id, - sorts, - plan_time, - create_time, - modify_time, - sts - - )values - ( - - #{id}, - #{task_id}, - #{server_name}, - #{run_num}, - #{task_type}, - #{type}, - #{diff_time}, - #{create_user_id}, - #{modify_user_id}, - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_monitoring a WHERE a.sts = 'Y' ), - #{plan_time}, - #{create_time} , - now() , - #{modify_time}, - now(), - 'Y' - - ) - - - - - update integration_task_monitoring set - - task_id = #{task_id}, - server_name = #{server_name}, - run_num = #{run_num}, - task_type = #{task_type}, - type = #{type}, - plan_time = #{plan_time}, - diff_time = #{diff_time}, - create_user_id = #{create_user_id}, - modify_user_id = #{modify_user_id}, - modify_time =#{modify_time} - modify_time = now() - - where id = #{id} - - - - - update integration_task_monitoring set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} where - id = #{id} - - - - - - update integration_task_monitoring set - run_num=${run_num},diff_time=#{diff_time},modify_time = now(),plan_time=#{plan_time} where - task_id = #{task_id} and sts='Y' - - - - - update integration_task_monitoring set - sts='N',modify_time = now(),modify_user_id = #{modify_user_id} - - id=#{id} - and task_id = #{task_id} - and server_name = #{server_name} - and run_num = #{run_num} - and task_type = #{task_type} - and type = #{type} - and plan_time = #{plan_time} - and diff_time = #{diff_time} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - - - - - - delete from integration_task_monitoring where id =#{id} - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/IIntegrationTaskMonitoringService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/IIntegrationTaskMonitoringService.java deleted file mode 100644 index 065c60af..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/IIntegrationTaskMonitoringService.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.hzya.frame.sys.integrationtask.monitoring.service; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.monitoring.entity.IntegrationTaskMonitoringEntity; -import com.hzya.frame.web.entity.JsonResultEntity; - -import javax.servlet.http.HttpServletResponse; -import java.util.List; - -/** - * @description: 集成任务任务监控 service - * @tableName: integration_task_monitoring - * @entityName: IntegrationTaskMonitoringEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskMonitoringService extends IBaseService { - //当触发器执行的时候,修改任务监控执行次数 - JsonResultEntity updateIntegrationTaskMonitoring(JSONObject jsonObject); - - //监控输出 - JsonResultEntity queryMonitoringExportation(JSONObject jsonObject) throws Exception; - - //保存监控 - JsonResultEntity saveIntegrationTaskMonitoring(JSONObject jsonObject); - - //任务关闭或者删除时候,修改监控sts为N - JsonResultEntity updateTaskMonitoringSts(JSONObject jsonObject); - - //根据taskid判断是否在监控中存在 - List queryTaskMonitoringOne(JSONObject jsonObject); - - //监控执行与挂起 - JsonResultEntity updateTaskMonitoringCarryAndHang(JSONObject jsonObject); - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/impl/IntegrationTaskMonitoringServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/impl/IntegrationTaskMonitoringServiceImpl.java deleted file mode 100644 index 335cb173..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/monitoring/service/impl/IntegrationTaskMonitoringServiceImpl.java +++ /dev/null @@ -1,208 +0,0 @@ -package com.hzya.frame.sys.integrationtask.monitoring.service.impl; - -import cn.hutool.core.bean.BeanUtil; -import cn.hutool.core.io.IoUtil; -import cn.hutool.poi.excel.ExcelUtil; -import cn.hutool.poi.excel.ExcelWriter; -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.sys.integrationtask.dao.IIntegrationTaskDao; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskEntity; -import com.hzya.frame.uuid.UUIDLong; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import com.hzya.frame.web.quartz.QuartzJobFactoryUtils; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hzya.frame.sys.integrationtask.monitoring.entity.IntegrationTaskMonitoringEntity; -import com.hzya.frame.sys.integrationtask.monitoring.service.IIntegrationTaskMonitoringService; -import com.hzya.frame.sys.integrationtask.monitoring.dao.IIntegrationTaskMonitoringDao; -import com.hzya.frame.basedao.service.impl.BaseService; - -import javax.servlet.ServletOutputStream; -import javax.servlet.http.HttpServletResponse; -import java.net.URLEncoder; -import java.util.List; - -/** - * @description: 集成任务任务监控 service - * @tableName: integration_task_monitoring - * @entityName: IntegrationTaskMonitoringEntity - * @author: gjh - * @history: 1.0 - */ -//@Service(value = "integrationTaskMonitoringService") -public class IntegrationTaskMonitoringServiceImpl extends BaseService implements IIntegrationTaskMonitoringService { - - protected IIntegrationTaskMonitoringDao integrationtaskmonitoringDao; - //@Autowired - private IIntegrationTaskDao integrationTaskDao; - - //@Autowired - private HttpServletResponse httpServletResponse; - - //@Autowired - public void setIntegrationTaskMonitoringDao(IIntegrationTaskMonitoringDao dao) { - this.integrationtaskmonitoringDao = dao; - this.dao = dao; - } - - /** - * 当触发器执行的时候,修改任务监控执行次数 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateIntegrationTaskMonitoring(JSONObject jsonObject) { - String taskId = jsonObject.getString("task_id"); - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity=new IntegrationTaskMonitoringEntity(); - integrationTaskMonitoringEntity.setTask_id(taskId); - integrationTaskMonitoringEntity.setPlan_time(jsonObject.getDate("plan_time")); - integrationTaskMonitoringEntity.setDiff_time(jsonObject.getString("diff_time")); - //修改最大执行次数 - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntityCountMax = integrationtaskmonitoringDao.queryIntegrationTaskMonitoringEntity_countMax(integrationTaskMonitoringEntity); - integrationTaskMonitoringEntity.setRun_num(integrationTaskMonitoringEntityCountMax.getRun_num()); - integrationtaskmonitoringDao.updateIntegrationTaskMonitoring(integrationTaskMonitoringEntity); - return BaseResult.getSuccessMessageEntity("修改任务监控执行次数成功"); - } - - /** - * 监控输出 输出任务与监控连表查询的结果 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryMonitoringExportation(JSONObject jsonObject) throws Exception{ - try { - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity = getData("jsonStr", jsonObject, IntegrationTaskMonitoringEntity.class); - //根据任务查询监控数据 - List integrationTaskMonitoringEntityListBase = integrationtaskmonitoringDao.queryByLike(integrationTaskMonitoringEntity); - if(integrationTaskMonitoringEntityListBase.size()==0){ - return BaseResult.getFailureMessageEntity("输出的数据为null"); - } - createExcel(integrationTaskMonitoringEntity,integrationTaskMonitoringEntityListBase); - return BaseResult.getSuccessMessageEntity("监控输出成功"); - }catch (Exception e){ - logger.info("监控输出失败:"+e.getMessage()); - return BaseResult.getFailureMessageEntity("监控输出失败:"+e.getMessage()); - } - } - - /** - * 监控保存 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity saveIntegrationTaskMonitoring(JSONObject jsonObject) { - //监控id - long uuidMonitor = UUIDLong.longUUID(); - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity = jsonObject.toJavaObject(IntegrationTaskMonitoringEntity.class); - integrationTaskMonitoringEntity.setRun_num(0); - integrationTaskMonitoringEntity.setId(String.valueOf(uuidMonitor)); - integrationtaskmonitoringDao.save(integrationTaskMonitoringEntity); - return BaseResult.getSuccessMessageEntity("任务监控保存成功",integrationTaskMonitoringEntity); - } - - //修改监控sts为N - @Override - public JsonResultEntity updateTaskMonitoringSts(JSONObject jsonObject) { - String taskId = jsonObject.getString("task_id"); - if(null==taskId||"".equals(taskId)){ - return BaseResult.getFailureMessageEntity("删除时请携带任务id"); - } - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity=new IntegrationTaskMonitoringEntity(); - integrationTaskMonitoringEntity.setTask_id(taskId); - integrationTaskMonitoringEntity.setModify_user_id(jsonObject.getString("modify_user_id")); - integrationtaskmonitoringDao.update("IntegrationTaskMonitoringEntity_logicDelete_Multi_Condition",integrationTaskMonitoringEntity); - return BaseResult.getSuccessMessageEntity("监控删除成功"); - } - - //根据taskid判断在监控中是否存在 - @Override - public List queryTaskMonitoringOne(JSONObject jsonObject) { - String taskId = jsonObject.getString("task_id"); - List integrationTaskMonitoringEntities=null; - if(null!=taskId||!"".equals(taskId)){ - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity=new IntegrationTaskMonitoringEntity(); - integrationTaskMonitoringEntity.setTask_id(taskId); - integrationTaskMonitoringEntities = integrationtaskmonitoringDao.query(integrationTaskMonitoringEntity); - } - return integrationTaskMonitoringEntities; - } - - /** - * 监控执行与挂起 - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateTaskMonitoringCarryAndHang(JSONObject jsonObject) { - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity = getData("jsonStr", jsonObject, IntegrationTaskMonitoringEntity.class); - //查询单个任务,用于判断任务是开启还是关闭,正常还是不正常 - IntegrationTaskEntity integrationTaskEntity = integrationTaskDao.get(integrationTaskMonitoringEntity.getTask_id()); - if(null==integrationTaskEntity||"".equals(integrationTaskEntity)){ - return BaseResult.getFailureMessageEntity("任务查询为null"); - } - //判断任务状态是否是开启状态 1:开启 2:关闭 - if("2".equals(integrationTaskEntity.getTask_status())){ - return BaseResult.getFailureMessageEntity("任务状态已经关闭"); - } - String jsonStr = jsonObject.getString("jsonStr"); - JSONObject jsonObjectStr = JSONObject.parseObject(jsonStr); - jsonObjectStr.put("jobName",jsonObjectStr.getString("task_name")); - jsonObjectStr.put("jobCode",jsonObjectStr.getString("task_code")); - String type = jsonObjectStr.getString("type"); - //判断type是执行还是挂起 1:执行 2:挂起 - switch (type){ - //执行 定时器继续执行 - case "1": - integrationTaskMonitoringEntity.setType("1"); - integrationtaskmonitoringDao.update(integrationTaskMonitoringEntity); - QuartzJobFactoryUtils.pauseTrigger(jsonObjectStr); - QuartzJobFactoryUtils.resumeTrigger(jsonObjectStr); - break; - //挂起 定时器关闭 - case "2": - integrationTaskMonitoringEntity.setType("2"); - integrationtaskmonitoringDao.update(integrationTaskMonitoringEntity); - QuartzJobFactoryUtils.pauseTrigger(jsonObjectStr); - break; - } - return BaseResult.getSuccessMessageEntity("操作成功"); - } - - /** - * 创建excel - * @param monitoring - * @param list - * @throws Exception - */ - private void createExcel(IntegrationTaskMonitoringEntity monitoring,List list) throws Exception{ - // 通过工具类创建writer,默认创建xls格式 - ExcelWriter excelWriter= ExcelUtil.getWriter(true); - //设置列名称 - excelWriter.addHeaderAlias("id","监控id"); - excelWriter.addHeaderAlias("task_name","任务名称"); - excelWriter.addHeaderAlias("task_code","任务编码"); - excelWriter.addHeaderAlias("task_tag","任务标识"); - excelWriter.addHeaderAlias("org_id","部署公司"); - excelWriter.addHeaderAlias("server_name","服务器名称"); - excelWriter.addHeaderAlias("run_num","运行次数"); - excelWriter.addHeaderAlias("sts","状态"); - excelWriter.addHeaderAlias("sorts","序号"); - //从第1行开始 第0行为列名称 - excelWriter.setCurrentRow(0); - //导出有别名的表单 - excelWriter.setOnlyAlias(true); - excelWriter.write(list,true); - httpServletResponse.setContentType("application/vnd.ms-excel;charset=utf-8"); - //设置excel名称 - String encodeName = URLEncoder.encode(list.get(0).getTask_name(), "UTF-8"); - httpServletResponse.setHeader("Content-Disposition","attachment;filename="+encodeName+".xlsx"); - ServletOutputStream out=httpServletResponse.getOutputStream(); - excelWriter.flush(out, true); - // 关闭writer,释放内存 - excelWriter.close(); - IoUtil.close(out); - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskDetailsService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskDetailsService.java deleted file mode 100644 index 947ee4cf..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskDetailsService.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.service; - -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskDetailsEntity; - -/** - * @description: 集成任务-任务详细策略 service - * @tableName: integration_task_details - * @entityName: IntegrationTaskDetailsEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskDetailsService extends IBaseService { - -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskService.java deleted file mode 100644 index 42fc1eeb..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/IIntegrationTaskService.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.hzya.frame.sys.integrationtask.service; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskEntity; -import com.hzya.frame.web.entity.JsonResultEntity; -import org.quartz.JobExecutionContext; - -import java.util.Date; -import java.util.List; - -/** - * @description: 集成任务 service - * @tableName: integration_task - * @entityName: IntegrationTaskEntity - * @author: gjh - * @history: 1.0 - */ -public interface IIntegrationTaskService extends IBaseService { - - //集成任务新增 - JsonResultEntity saveIntegrationTask(JSONObject jsonObject) throws Exception; - - //集成任务修改 - JsonResultEntity updateIntegrationTask(JSONObject jsonObject) throws Exception; - - //集成任务删除 将sts状态修改为N - JsonResultEntity updateIntegrationTaskSts(JSONObject jsonObject); - - - //查询单个 - JsonResultEntity queryIntegrationTaskById(JSONObject jsonObject); - - //保存日志和实例 - void saveLogAndLiving(JSONObject jsonObjectStr, Date dateStart); - - /*** - * 不同的项目工程内,需要初始化的插件不尽相同,需要按照自身项目组织初始化插件 - * @content: - * @author 👻👻👻👻👻👻👻👻 gjh - * @date 2023-09-22 15:45 - * @param taskIdList 需要初始化的ID集合 - * @return void - **/ - void initTaskByIds(List taskIdList); - - void thirdInterfaceSaveTest(JSONObject jsonObject); -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskDetailsServiceImpl.java deleted file mode 100644 index 50b78a0f..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskDetailsServiceImpl.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.hzya.frame.sys.integrationtask.service.impl; - -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskDetailsEntity; -import com.hzya.frame.sys.integrationtask.service.IIntegrationTaskDetailsService; -import com.hzya.frame.sys.integrationtask.dao.IIntegrationTaskDetailsDao; -import com.hzya.frame.basedao.service.impl.BaseService; - -/** - * @description: 集成任务-任务详细策略 service - * @tableName: integration_task_details - * @entityName: IntegrationTaskDetailsEntity - * @author: gjh - * @history: 1.0 - */ -//@Service(value = "integration_task_detailsService") -public class IntegrationTaskDetailsServiceImpl extends BaseService implements IIntegrationTaskDetailsService { - - protected IIntegrationTaskDetailsDao integrationtaskdetailsDao; - - //@Autowired - public void setIntegrationTaskDetailsDao(IIntegrationTaskDetailsDao dao) { - this.integrationtaskdetailsDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskServiceImpl.java deleted file mode 100644 index bd6f06f1..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/service/impl/IntegrationTaskServiceImpl.java +++ /dev/null @@ -1,549 +0,0 @@ -package com.hzya.frame.sys.integrationtask.service.impl; - -import com.alibaba.fastjson.JSONObject; -import com.alibaba.fastjson2.JSON; -import com.baomidou.dynamic.datasource.annotation.DSTransactional; -import com.google.gson.JsonObject; -import com.hzya.frame.base.PluginBaseEntity; -import com.hzya.frame.basedao.service.impl.BaseService; -import com.hzya.frame.sys.apireflection.service.impl.ApiHandleServiceImpl; -import com.hzya.frame.sys.integrationtask.dao.IIntegrationTaskDao; -import com.hzya.frame.sys.integrationtask.dao.IIntegrationTaskDetailsDao; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskDetailsEntity; -import com.hzya.frame.sys.integrationtask.entity.IntegrationTaskEntity; -import com.hzya.frame.sys.integrationtask.living.service.IIntegrationTaskLivingService; -import com.hzya.frame.sys.integrationtask.log.service.IIntegrationTaskLogService; -import com.hzya.frame.sys.integrationtask.monitoring.entity.IntegrationTaskMonitoringEntity; -import com.hzya.frame.sys.integrationtask.monitoring.service.IIntegrationTaskMonitoringService; -import com.hzya.frame.sys.integrationtask.service.IIntegrationTaskService; -import com.hzya.frame.sys.sysenum.SysEnum; -import com.hzya.frame.util.PluginUtils; -import com.hzya.frame.uuid.UUIDLong; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import com.hzya.frame.web.quartz.QuartzJobFactoryUtils; -import org.quartz.CronExpression; -import org.quartz.JobExecutionContext; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; - -import java.text.SimpleDateFormat; -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -/** - * @description: 集成任务 service - * @tableName: integration_task - * @entityName: IntegrationTaskEntity - * @author: gjh - * @history: 1.0 - */ -//@Service(value = "integrationTaskService") -public class IntegrationTaskServiceImpl extends BaseService implements IIntegrationTaskService { - public static final String ATONCE = SysEnum.ATONCE.getValue();//执行策略 Y:立即执行 - public static final String TIMING = SysEnum.TIMING.getValue();//执行策略 N:定时 - public static final String OPEN = SysEnum.OPEN.getValue();//任务状态 1:开启 - public static final String SHUTDOWN = SysEnum.SHUTDOWN.getValue();//任务状态 2:关闭 - protected IIntegrationTaskDao integrationtaskDao; - Logger logger = LoggerFactory.getLogger(IntegrationTaskServiceImpl.class); - //@Autowired - private IIntegrationTaskDetailsDao integrationTaskDetailsDao;//任务明细 - //@Autowired - private IIntegrationTaskMonitoringService integrationTaskMonitoringService;//监控 - //@Autowired - private IIntegrationTaskLivingService integrationTaskLivingService;//实例 - //@Autowired - private IIntegrationTaskLogService integrationTaskLogService;//日志 - //@Autowired - private ApiHandleServiceImpl apiHandleService; - - //@Autowired - public void setIntegrationTaskDao(IIntegrationTaskDao dao) { - this.integrationtaskDao = dao; - this.dao = dao; - } - - /** - * 查询单个 - * - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity queryIntegrationTaskById(JSONObject jsonObject) { - IntegrationTaskEntity integrationTaskEntity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - if (null == integrationTaskEntity.getId() || "".equals(integrationTaskEntity.getId())) { - return BaseResult.getFailureMessageEntity("查看单个时请携带id"); - } - IntegrationTaskEntity integrationTaskEntityGet = integrationtaskDao.get(integrationTaskEntity.getId()); - if (null == integrationTaskEntityGet) { - return BaseResult.getSuccessMessageEntity("查询成功", integrationTaskEntityGet); - } - //查询明细数据 - IntegrationTaskDetailsEntity integrationTaskDetailsEntity = new IntegrationTaskDetailsEntity(); - integrationTaskDetailsEntity.setParent_id(integrationTaskEntityGet.getId()); - List integrationTaskDetailsEntityListBase = integrationTaskDetailsDao.query(integrationTaskDetailsEntity); - JSONObject jsonObjectMap = new JSONObject(); - jsonObjectMap.put("main", integrationTaskEntityGet); - List list = new ArrayList<>(); - if (integrationTaskDetailsEntityListBase.size() > 0) { - for (IntegrationTaskDetailsEntity taskDetailsEntity : integrationTaskDetailsEntityListBase) { - list.add(taskDetailsEntity); - } - } - jsonObjectMap.put("details", list); - return BaseResult.getSuccessMessageEntity("查询成功", jsonObjectMap); - } - - - /** - * 集成任务新增 - * - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity saveIntegrationTask(JSONObject jsonObject) throws Exception { - JSONObject jsonObjectResult = saveOrUpdateDetails(jsonObject); - JSONObject jsonObjectStr = JSONObject.parseObject(jsonObjectResult.getString("jsonObjectStr")); - IntegrationTaskEntity integrationTaskEntity = JSONObject.parseObject(jsonObjectResult.getString("integrationTaskEntity")).toJavaObject(IntegrationTaskEntity.class); - //判断是否插件 - String plug = jsonObjectStr.getString("plug"); - jsonObjectStr.put("plug", plug); - //1:是插件 - String isPlug = "1"; - //2:不是插件 - String isNotPlug = "2"; - //集成任务执行策略 N定时Y立即执行 当为Y立即执行时候,新增集成任务,实例,监控,日志,当为N时候,新增任务和监控,实例与日志在任务执行之后再新增 - String status = jsonObjectResult.getString("status"); - //开始时间 - Date dateStart = new Date(); - try { - if (TIMING.equals(status)) { - //根据cron,定时执行任务 - QuartzJobFactoryUtils.createJob(getJob(jsonObjectStr)); - } - if (ATONCE.equals(status)) { - try { - JSONObject jsonObjectHand = new JSONObject(); - if (null == jsonObjectStr.getString("sence_id")) { - jsonObjectStr.put("sence_id", jsonObjectStr.getString("task_tag")); - } - jsonObjectHand.put("ref_id", jsonObjectStr.getString("sence_id")); - JSONObject req = new JSONObject(); - req.put("jsonStr", jsonObjectHand.toJSONString()); - //定义空的 调用场景方法有返回得话,取返回值 - jsonObjectStr.put("result", ""); - jsonObjectStr.put("info", ""); - jsonObjectStr.put("task_type", "后台任务"); - //保存监控数据 - List integrationTaskMonitoringEntities = integrationTaskMonitoringService.queryTaskMonitoringOne(jsonObjectStr); - if (integrationTaskMonitoringEntities.size() == 0 || null == integrationTaskMonitoringEntities) { - //触发时候,新增监控 - jsonObjectStr.put("plan_time", new Date()); - integrationTaskMonitoringService.saveIntegrationTaskMonitoring(jsonObjectStr); - } - //查询单个,得到上次修改时间,当前时间减去修改时间就是上次耗时时间 - int diff_timeMon = 0; - if (integrationTaskMonitoringEntities.size() == 0) { - diff_timeMon = 0; - } else { - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity = integrationTaskMonitoringEntities.get(0); - diff_timeMon = Integer.valueOf((int) (dateStart.getTime() - integrationTaskMonitoringEntity.getModify_time().getTime())); - } - //将cron表达式转为时间 - CronExpression cronExpression = new CronExpression(jsonObjectStr.getString("task_cron")); - Date nextValidTimeAfter = cronExpression.getNextValidTimeAfter(new Date()); - String format = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss").format(nextValidTimeAfter); - jsonObjectStr.put("plan_time", format); - jsonObjectStr.put("diff_time", diff_timeMon); - //触发时候,修改任务监控执行次数 - integrationTaskMonitoringService.updateIntegrationTaskMonitoring(jsonObjectStr); - if (isPlug.equalsIgnoreCase(plug)) { - try { - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(jsonObjectStr.getString("plug_id")); - String s = pluginBaseEntity.executeBusiness(req); - logger.info("执行插件executeBusiness"); - if ("执行成功".equals(s)) { - jsonObjectStr.put("result", "执行成功"); - } - } catch (Exception e) { - jsonObjectStr.put("result", "执行失败"); - jsonObjectStr.put("instructions", e.getMessage()); - } - } else { - JsonResultEntity jsonResultEntity = apiHandleService.executeApi(req); - if ("执行成功".equals(jsonResultEntity.getMsg())) { - jsonObjectStr.put("result", jsonResultEntity.getMsg()); - jsonObjectStr.put("info", jsonResultEntity.getAttribute()); - } else { - jsonObjectStr.put("result", "执行失败"); - jsonObjectStr.put("instructions", jsonResultEntity.getMsg()); - } - } - } catch (Exception e) { - jsonObjectStr.put("result", "执行失败"); - //保存错误说明 - jsonObjectStr.put("instructions", e.getMessage()); - return BaseResult.getFailureMessageEntity("任务保存失败:" + e.getMessage()); - } finally { - saveLogAndLiving(jsonObjectStr, dateStart); - } - } - IntegrationTaskEntity integrationTaskSave = integrationtaskDao.save(integrationTaskEntity); - return BaseResult.getSuccessMessageEntity("任务保存成功", integrationTaskSave); - } catch (Exception e) { - return BaseResult.getFailureMessageEntity("任务保存失败:" + e.getMessage()); - } - } - - /** - * 拼接组装参数,传到定时器中 - * - * @param jsonObject - * @return - */ - private JSONObject getJob(JSONObject jsonObject) { - JSONObject jsonObjectMap = new JSONObject(); - jsonObjectMap.put("jobName", jsonObject.getString("task_name")); - jsonObjectMap.put("jobCode", jsonObject.getString("task_code")); - jsonObjectMap.put("sceneId", jsonObject.getString("sence_id")); - jsonObjectMap.put("task_tag", jsonObject.getString("task_tag")); - jsonObjectMap.put("cronExpression", jsonObject.getString("task_cron")); - jsonObjectMap.put("task_id", jsonObject.getString("task_id")); - jsonObjectMap.put("create_user_id", jsonObject.getString("create_user_id")); - jsonObjectMap.put("modify_user_id", jsonObject.getString("modify_user_id")); - jsonObjectMap.put("plug_id", jsonObject.getString("plug_id")); - jsonObjectMap.put("plug", jsonObject.getString("plug")); - return jsonObjectMap; - } - - /** - * 拼接组装参数,传到定时器中 - * - * @param jsonObject - * @return - */ - private JSONObject getJobV2(JSONObject jsonObject) { - JSONObject jsonObjectMap = new JSONObject(); - jsonObjectMap.put("jobName", jsonObject.getString("task_name")); - jsonObjectMap.put("jobCode", jsonObject.getString("task_code")); - jsonObjectMap.put("sceneId", jsonObject.getString("sence_id")); - jsonObjectMap.put("task_tag", jsonObject.getString("task_tag")); - jsonObjectMap.put("cronExpression", jsonObject.getString("task_cron")); -// jsonObjectMap.put("task_id", jsonObject.getString("task_id")); - //TODO 没有task_id这个字段,通过com.hzya.frame.sys.integrationtask.service.impl.IntegrationTaskServiceImpl.initTask 调用 - jsonObjectMap.put("task_id", jsonObject.getString("id")); - jsonObjectMap.put("create_user_id", jsonObject.getString("create_user_id")); - jsonObjectMap.put("modify_user_id", jsonObject.getString("modify_user_id")); - jsonObjectMap.put("plug_id", jsonObject.getString("plug_id")); - jsonObjectMap.put("plug", jsonObject.getString("plug")); - return jsonObjectMap; - } - - /** - * 保存或者修改任务明细 - * - * @param jsonObject - * @return - */ - private JSONObject saveOrUpdateDetails(JSONObject jsonObject) { - IntegrationTaskEntity integrationTaskEntity = JSONObject.parseObject(jsonObject.getString("jsonStr")).toJavaObject(IntegrationTaskEntity.class); - String jsonStr = jsonObject.getString("jsonStr"); - JSONObject jsonObjectStr = JSONObject.parseObject(jsonStr); - IntegrationTaskDetailsEntity integrationTaskDetailsEntity = new IntegrationTaskDetailsEntity(); - //如果任务code为空,则是新增,如果不为空,则是修改 - if (null == integrationTaskEntity.getTask_code() || "".equals(integrationTaskEntity.getTask_code())) { - //查询编码最大值 - IntegrationTaskEntity integrationTaskEntityMaxCode = integrationtaskDao.query(integrationTaskEntity, "IntegrationTaskEntity_maxCode"); - String taskCode = "Task-" + integrationTaskEntityMaxCode.getTask_code(); - integrationTaskEntity.setTask_code(taskCode); - //任务id - long uuid = UUIDLong.longUUID(); - integrationTaskEntity.setId(String.valueOf(uuid)); - jsonObjectStr.put("task_id", uuid);//将任务id存起来,定时触发时候需要传到任务实例与任务日志中 - jsonObjectStr.put("server_name", integrationTaskEntity.getServer_name()); - jsonObjectStr.put("task_code", taskCode); - } else { - jsonObjectStr.put("task_id", integrationTaskEntity.getId());//将任务id存起来,定时触发时候需要传到任务实例与任务日志中 - //修改任务主表数据 - IntegrationTaskEntity integrationTaskupdate = integrationtaskDao.update(integrationTaskEntity); - //在修改明细之前先删除明细数据,将明细数据sts修改为N - integrationTaskDetailsEntity.setParent_id(integrationTaskEntity.getId()); - integrationTaskDetailsEntity.setModify_user_id(jsonObject.getString("modify_user_id")); - integrationTaskDetailsDao.update("IntegrationTaskDetailsEntity_updateSts", integrationTaskDetailsEntity); - } - //重新保存任务明细数据 - //任务明细id - long uuidDetails = UUIDLong.longUUID(); - integrationTaskDetailsEntity.setId(String.valueOf(uuidDetails)); - integrationTaskDetailsEntity.setParent_id(integrationTaskEntity.getId()); - integrationTaskDetailsEntity.setTask_cron(jsonObjectStr.getString("task_cron")); - integrationTaskDetailsEntity.setNow_execution(jsonObjectStr.getString("now_execution")); - integrationTaskDetailsEntity.setCreate_user_id(jsonObjectStr.getString("create_user_id")); - integrationTaskDetailsEntity.setModify_user_id(jsonObjectStr.getString("modify_user_id")); - IntegrationTaskDetailsEntity taskDetailsEntity = integrationTaskDetailsDao.save(integrationTaskDetailsEntity); - JSONObject jsonObjectResult = new JSONObject(); - jsonObjectResult.put("jsonObjectStr", jsonObjectStr); - jsonObjectResult.put("status", taskDetailsEntity.getNow_execution()); - jsonObjectResult.put("integrationTaskEntity", JSONObject.toJSON(integrationTaskEntity)); - return jsonObjectResult; - } - - - /** - * 集成任务修改 - * - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateIntegrationTask(JSONObject jsonObject) throws Exception { - JSONObject jsonObjectResult = saveOrUpdateDetails(jsonObject); - JSONObject jsonObjectStr = JSONObject.parseObject(jsonObjectResult.getString("jsonObjectStr")); - IntegrationTaskEntity integrationTaskEntity = JSONObject.parseObject(jsonObjectResult.getString("integrationTaskEntity")).toJavaObject(IntegrationTaskEntity.class); - //判断是否插件 - String plug = jsonObjectStr.getString("plug"); - //1:是插件 - String isPlug = "1"; - //如果任务状态为开启,则需要修改监控的修改时间,修改任务和任务明细数据 - //如果任务为关闭,也需要修改任务和任务明细数据,还需要调整监控sts为N,将监控和日志触发器停止 - //任务状态 - String taskState = integrationTaskEntity.getTask_status(); - //开始时间 - Date dateStart = new Date(); - try { - if (OPEN.equals(taskState)) { - //定义启动状态 N定时Y立即执行 当为Y立即执行时候,新增集成任务,实例,监控,日志,当为N时候,新增任务和监控,实例与日志在任务执行之后再新增 - String status = jsonObjectResult.getString("status"); - if (TIMING.equals(status)) { - //先关闭监控和日志定时器,然后再根据新的cron表达式开启新的定时器 - QuartzJobFactoryUtils.pauseJob(getJob(jsonObjectStr)); - //根据cron,定时执行任务 - QuartzJobFactoryUtils.createJob(getJob(jsonObjectStr)); - } - if (ATONCE.equals(status)) { - try { - jsonObjectStr.put("task_type", "后台任务"); - JSONObject jsonObjectHand = new JSONObject(); - if (null == jsonObjectStr.getString("sence_id")) { - jsonObjectStr.put("sence_id", jsonObjectStr.getString("task_tag")); - } - jsonObjectHand.put("ref_id", jsonObjectStr.getString("sence_id")); - JSONObject req = new JSONObject(); - req.put("jsonStr", jsonObjectHand.toJSONString()); - //立即执行的时候监控+1 查询单个得到上次修改时间,当前时间减去修改时间就是上次耗时时间 - List integrationTaskMonitoringEntities = integrationTaskMonitoringService.queryTaskMonitoringOne(jsonObjectStr); - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity = integrationTaskMonitoringEntities.get(0); - int diff_timeMon = Integer.valueOf((int) (dateStart.getTime() - integrationTaskMonitoringEntity.getModify_time().getTime())); - jsonObjectStr.put("diff_time", diff_timeMon); - //将cron表达式转为时间 - CronExpression cronExpression = new CronExpression(jsonObjectStr.getString("task_cron")); - Date nextValidTimeAfter = cronExpression.getNextValidTimeAfter(new Date()); - String format = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss").format(nextValidTimeAfter); - jsonObjectStr.put("plan_time", format); - //触发时候,修改任务监控执行次数 - integrationTaskMonitoringService.updateIntegrationTaskMonitoring(jsonObjectStr); - //判断是否是插件执行 - if (isPlug.equalsIgnoreCase(plug)) { - try { - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(jsonObjectStr.getString("plug_id")); - String s = pluginBaseEntity.executeBusiness(req); - logger.info("执行插件executeBusiness"); - if ("执行成功".equals(s)) { - jsonObjectStr.put("result", "执行成功"); - } - } catch (Exception e) { - jsonObjectStr.put("result", "执行失败"); - jsonObjectStr.put("instructions", e.getMessage()); - } - } else { - JsonResultEntity jsonResultEntity = apiHandleService.executeApi(req); - if ("执行成功".equals(jsonResultEntity.getMsg())) { - jsonObjectStr.put("result", jsonResultEntity.getMsg()); - jsonObjectStr.put("info", jsonResultEntity.getAttribute()); - } else { - jsonObjectStr.put("result", "执行失败"); - jsonObjectStr.put("instructions", jsonResultEntity.getMsg()); - } - } - } catch (Exception e) { - jsonObjectStr.put("result", "执行失败"); - jsonObjectStr.put("instructions", e.getMessage()); - return BaseResult.getFailureMessageEntity("修改失败:" + e.getMessage()); - } finally { - //根据场景返回结果新增日志和实例 - saveLogAndLiving(jsonObjectStr, dateStart); - } - } - } - if (SHUTDOWN.equals(taskState)) { - //关闭定时器 - QuartzJobFactoryUtils.pauseTrigger(getJob(jsonObjectStr)); - } - return BaseResult.getSuccessMessageEntity("修改成功", integrationTaskEntity.getId()); - } catch (Exception e) { - return BaseResult.getFailureMessageEntity("任务保存失败:" + e.getMessage()); - } - } - - /** - * 集成任务删除(修改sts状态为N) - * - * @param jsonObject - * @return - */ - @Override - public JsonResultEntity updateIntegrationTaskSts(JSONObject jsonObject) { - IntegrationTaskEntity integrationTaskEntity = JSONObject.parseObject(jsonObject.getString("jsonStr")).toJavaObject(IntegrationTaskEntity.class); - if (null == integrationTaskEntity.getId() || "".equals(integrationTaskEntity.getId())) { - return BaseResult.getFailureMessageEntity("删除时请携带id"); - } - //查询单个 得到任务编码与任务名称,用来停止定时器 - IntegrationTaskEntity integrationTaskEntityGet = integrationtaskDao.get(integrationTaskEntity.getId()); - String jsonStr = jsonObject.getString("jsonStr"); - JSONObject jsonObjectStr = JSONObject.parseObject(jsonStr); - jsonObjectStr.put("task_id", integrationTaskEntity.getId());//将任务id存起来,定时触发时候需要传到任务实例与任务日志中 - jsonObjectStr.put("task_name", integrationTaskEntityGet.getTask_name()); - jsonObjectStr.put("task_code", integrationTaskEntityGet.getTask_code()); - //删除时 需要将任务和任务明细以及监控STS修改为N,将实例和日志定时器取消 - //修改任务主表sts - integrationtaskDao.update("IntegrationTaskEntity_logicDelete", integrationTaskEntity); - //修改任务明细STS - IntegrationTaskDetailsEntity integrationTaskDetailsEntity = new IntegrationTaskDetailsEntity(); - integrationTaskDetailsEntity.setParent_id(integrationTaskEntity.getId()); - integrationTaskDetailsEntity.setModify_user_id(jsonObject.getString("modify_user_id")); - integrationTaskDetailsDao.update("IntegrationTaskDetailsEntity_updateSts", integrationTaskDetailsEntity); - //修改任务监控sts - integrationTaskMonitoringService.updateTaskMonitoringSts(jsonObjectStr); - //将实例和日志定时器取消掉 - QuartzJobFactoryUtils.pauseTrigger(getJob(jsonObjectStr)); - return BaseResult.getSuccessMessageEntity("删除成功", integrationTaskEntity.getId()); - } - - /** - * 根据返回的结果新增日志和实例 - */ - @Override - public void saveLogAndLiving(JSONObject jsonObjectStr, Date dateStart) { - //结束时间 - Date dateEndLiving = new Date(); - int diff_time = Integer.valueOf((int) (dateEndLiving.getTime() - dateStart.getTime())); - jsonObjectStr.put("start_time", dateStart); - jsonObjectStr.put("end_time", dateEndLiving); - jsonObjectStr.put("diff_time", diff_time); - integrationTaskLivingService.saveIntegrationTaskLiving(jsonObjectStr); - //根据返回值保存集成任务日志 - Date dateEndLog = new Date(); - int diff_timeLog = Integer.valueOf((int) (dateEndLog.getTime() - dateStart.getTime())); - jsonObjectStr.put("end_time", dateEndLog); - jsonObjectStr.put("diff_time", diff_timeLog); - integrationTaskLogService.saveIntegrationTaskLog(jsonObjectStr); - } - - - @Override - public void initTaskByIds(List taskIdList) { - if (taskIdList.size() == 0){ - return; - } - IntegrationTaskEntity integrationTaskEntity = new IntegrationTaskEntity(); - integrationTaskEntity.setTask_status("1"); - integrationTaskEntity.setTaskIdList(taskIdList); - List integrationTaskEntityList = integrationtaskDao.query(integrationTaskEntity); - if (null != integrationTaskEntityList && integrationTaskEntityList.size() > 0) { - logger.info("正在初始化任务计划>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); - for (IntegrationTaskEntity taskEntity : integrationTaskEntityList) { - String jsonObjectStr = JSON.toJSONString(taskEntity); - JSONObject jsonObject = com.alibaba.fastjson.JSON.parseObject(jsonObjectStr); - QuartzJobFactoryUtils.createJob(getJobV2(jsonObject)); - logger.info("初始化任务:" + taskEntity.getTask_name() + " 任务编号:" + taskEntity.getTask_code() + "完成"); - } - } - } - - @Override - public void thirdInterfaceSaveTest( JSONObject reqJsonObject) { - JSONObject reqObj = reqJsonObject.getJSONObject("jsonStr"); - - JobExecutionContext jobExecutionContext = JSON.parseObject(reqObj.getString("jobExecutionContext"),JobExecutionContext.class); - JSONObject jobDetails = JSON.parseObject(reqObj.getString("jobDetails"),JSONObject.class); - String sceneName = reqObj.getString("sceneName"); - String sceneId = reqObj.getString("sceneId"); - String isPlugin = reqObj.getString("isPlugin"); - String cronExpression = reqObj.getString("cronExpression"); - Date dateStart = reqObj.getDate("dateStart"); - try { - //TODO 此处需要执行二林哥场景调用方法 - JSONObject jsonObject = new JSONObject(); - if (null == sceneId) { - sceneId = jobDetails.getString("task_tag"); - } - jsonObject.put("ref_id", sceneId); - JSONObject req = new JSONObject(); - req.put("jsonStr", jsonObject.toJSONString()); - jobDetails.put("plan_time", new Date()); - jobDetails.put("task_type", "后台任务"); - List integrationTaskMonitoringEntities = integrationTaskMonitoringService.queryTaskMonitoringOne(jobDetails); - if (integrationTaskMonitoringEntities.size() == 0 || null == integrationTaskMonitoringEntities) { - //触发时候,新增监控 - jobDetails.put("plan_time", new Date()); - integrationTaskMonitoringService.saveIntegrationTaskMonitoring(jobDetails); - } - //查询单个,得到上次修改时间,当前时间减去修改时间就是上次耗时时间 - int diff_timeMon = 0; - if (integrationTaskMonitoringEntities.size() == 0) { - diff_timeMon = 0; - } else { - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity = integrationTaskMonitoringEntities.get(0); - diff_timeMon = Integer.valueOf((int) (dateStart.getTime() - integrationTaskMonitoringEntity.getModify_time().getTime())); - } - jobDetails.put("diff_time", diff_timeMon); - //将cron表达式转为时间 - CronExpression cronExpressionPlan = new CronExpression(cronExpression); - Date nextValidTimeAfter = cronExpressionPlan.getNextValidTimeAfter(new Date()); - String format = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss").format(nextValidTimeAfter); - jobDetails.put("plan_time", format); - //触发时候,修改任务监控执行次数 - integrationTaskMonitoringService.updateIntegrationTaskMonitoring(jobDetails); - // 是否是插件 1是 2否 - String plug = "1"; - if (plug.equalsIgnoreCase(isPlugin)) { - try { - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(jobDetails.getString("plug_id")); - String s = pluginBaseEntity.executeBusiness(req); - logger.info("执行插件executeBusiness"); - if ("执行成功".equals(s)) { - jobDetails.put("result", "执行成功"); - } - } catch (Exception e) { - jobDetails.put("result", "执行失败"); - jobDetails.put("instructions", e.getMessage()); - } - } else { - JsonResultEntity jsonResultEntity = apiHandleService.executeApi(req); - if ("执行成功".equals(jsonResultEntity.getMsg())) { - jobDetails.put("result", jsonResultEntity.getMsg()); - jobDetails.put("info", jsonResultEntity.getAttribute()); - } else { - jobDetails.put("result", "执行失败"); - jobDetails.put("instructions", jsonResultEntity.getMsg()); - } - } - //System.out.println("正在执行定时任务…………"); - logger.info("当前执行的任务表达式:" + cronExpression + "当前执行的任务是:" + jobExecutionContext.getTrigger().getKey() + "场景名称: " + sceneName + "场景ID:" + sceneId); - } catch (Exception e) { - logger.info("执行任务失败:" + cronExpression + "当前执行的任务是:" + jobExecutionContext.getTrigger().getKey() + "场景名称: " + sceneName + "场景ID:" + sceneId); - jobDetails.put("result", "执行失败"); - //保存错误说明 - jobDetails.put("instructions", e.getMessage()); - e.printStackTrace(); - } finally { - //TODO 写入任务执行日志表 - saveLogAndLiving(jobDetails, dateStart); - } - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDao.java deleted file mode 100644 index 987bfdda..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.dao; - -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 任务工坊(integration_task_workshop: table)表数据库访问层 - * - * @author xiaoguo - * @since 2023-08-07 17:03:33 - */ -public interface IIntegrationTaskWorkshopDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDetailsDao.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDetailsDao.java deleted file mode 100644 index 833ce435..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/IIntegrationTaskWorkshopDetailsDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.dao; - -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopDetailsEntity; - -/** - * 参数列表(integration_task_workshop_details: table)表数据库访问层 - * - * @author xiaoguo - * @since 2023-08-10 14:41:34 - */ -public interface IIntegrationTaskWorkshopDetailsDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDaoImpl.java deleted file mode 100644 index 7d01bad5..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDaoImpl.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.dao.impl; - -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopEntity; -import com.hzya.frame.sys.integrationtask.workshop.dao.IIntegrationTaskWorkshopDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -/** - * 任务工坊(IntegrationTaskWorkshop)表数据库访问层 - * - * @author xiaoguo - * @since 2023-08-07 17:03:33 - */ -@Repository("IntegrationTaskWorkshopDaoImpl") -public class IntegrationTaskWorkshopDaoImpl extends MybatisGenericDao implements IIntegrationTaskWorkshopDao{ - -} - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDetailsDaoImpl.java deleted file mode 100644 index d70110cd..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/dao/impl/IntegrationTaskWorkshopDetailsDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.dao.impl; - -import com.hzya.frame.basedao.dao.MybatisGenericDao; -import com.hzya.frame.sys.integrationtask.workshop.dao.IIntegrationTaskWorkshopDetailsDao; -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopDetailsEntity; -import org.springframework.stereotype.Repository; - -/** - * 参数列表(IntegrationTaskWorkshopDetails)表数据库访问层 - * - * @author xiaoguo - * @since 2023-08-10 14:41:34 - */ -@Repository("IntegrationTaskWorkshopDetailsDaoImpl") -public class IntegrationTaskWorkshopDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskWorkshopDetailsDao{ - -} - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.java deleted file mode 100644 index 9b1c041e..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.entity; - -import com.hzya.frame.web.entity.BaseEntity; - -/** - * 参数列表(IntegrationTaskWorkshopDetails)实体类 - * - * @author xiaoguo - * @since 2023-08-10 15:17:41 - */ -public class IntegrationTaskWorkshopDetailsEntity extends BaseEntity { - - /** formmain_id */ - private String formmainId; - /** 参数名称 */ - private String code; - /** 参数值 */ - private String value; - private Long sorts; - - public String getFormmainId() { - return formmainId; - } - - public void setFormmainId(String formmainId) { - this.formmainId = formmainId; - } - - public String getCode() { - return code; - } - - public void setCode(String code) { - this.code = code; - } - - public String getValue() { - return value; - } - - public void setValue(String value) { - this.value = value; - } - - public Long getSorts() { - return sorts; - } - - public void setSorts(Long sorts) { - this.sorts = sorts; - } -} - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.xml deleted file mode 100644 index e476be9d..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopDetailsEntity.xml +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - - - - - - - id - ,formmain_id - ,code - ,value - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - - - - - - - - - - - - - - - - insert into integration_task_workshop_details( - - id , - formmain_id , - code , - value , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sorts, - sts, - - )values( - - #{id} , - #{formmainId} , - #{code} , - #{value} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_workshop_details a WHERE a.sts = 'Y' ), - 'Y', - - ) - - - - insert into integration_task_workshop_details(formmain_id, code, value, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.formmainId},#{entity.code},#{entity.value},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, 'Y') - - - - - insert into integration_task_workshop_details(formmain_id, code, value, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) - values - - (#{entity.formmainId},#{entity.code},#{entity.value},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - formmain_id = values(formmain_id), - code = values(code), - value = values(value), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - -update integration_task_workshop_details set - - formmain_id = #{formmainId}, - code = #{code}, - value = #{value}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - -where id = #{id} - - - -update integration_task_workshop_details set sts= 'N' -where id = #{id} - - - -update integration_task_workshop_details set sts= 'N' - - and id = #{id} - and formmain_id = #{formmainId} - and code = #{code} - and value = #{value} - and sorts = #{sorts} - and create_user_id = #{create_user_id} - and create_time = #{create_time} - and modify_user_id = #{modify_user_id} - and modify_time = #{modify_time} - and sts = #{sts} - and org_id = #{org_id} - and sts='Y' - - - - - delete from integration_task_workshop_details where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.java deleted file mode 100644 index 8107ec70..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.java +++ /dev/null @@ -1,89 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.entity; - -import com.hzya.frame.web.entity.BaseEntity; - -/** - * 任务工坊(IntegrationTaskWorkshop)实体类 - * - * @author xiaoguo - * @since 2023-08-10 14:41:03 - */ -public class IntegrationTaskWorkshopEntity extends BaseEntity { - - /** 工坊名称 */ - private String workshopName; - /** 描述 */ - private String workshopDescribe; - /** 场景ID */ - private String sceneid; - /** 推送人id */ - private String sendUserId; - /** 推送人名称 */ - private String sendUserName; - /** 参数数据 */ - private String parameter; - /** 备注 */ - private String remark; - private Long sorts; - - public String getWorkshopName() { - return workshopName; - } - - public void setWorkshopName(String workshopName) { - this.workshopName = workshopName; - } - - public String getWorkshopDescribe() { - return workshopDescribe; - } - - public void setWorkshopDescribe(String workshopDescribe) { - this.workshopDescribe = workshopDescribe; - } - - public String getSceneid() { - return sceneid; - } - - public void setSceneid(String sceneid) { - this.sceneid = sceneid; - } - - public String getSendUserId() { - return sendUserId; - } - - public void setSendUserId(String sendUserId) { - this.sendUserId = sendUserId; - } - - public String getSendUserName() { - return sendUserName; - } - - public void setSendUserName(String sendUserName) { - this.sendUserName = sendUserName; - } - - public String getParameter() { - return parameter; - } - - public void setParameter(String parameter) { - this.parameter = parameter; - } - - public String getRemark() { - return remark; - } - - public void setRemark(String remark) { - this.remark = remark; - } - - public void setSorts(Long sorts) { - this.sorts = sorts; - } -} - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.xml b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.xml deleted file mode 100644 index f9c9ab25..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/entity/IntegrationTaskWorkshopEntity.xml +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - id - ,workshop_name - ,workshop_describe - ,sceneid - ,send_user_id - ,send_user_name - ,parameter - ,remark - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - - - - - - - - - - - - - - - - insert into integration_task_workshop( - - id , - workshop_name , - workshop_describe , - sceneid , - send_user_id , - send_user_name , - parameter , - remark , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sorts, - sts, - - )values( - - #{id} , - #{workshopName} , - #{workshopDescribe} , - #{sceneid} , - #{sendUserId} , - #{sendUserName} , - #{parameter} , - #{remark} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_workshop a WHERE a.sts = 'Y' ), - 'Y', - - ) - - - - insert into integration_task_workshop(workshop_name, workshop_describe, sceneid, send_user_id, send_user_name, parameter, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.workshopName},#{entity.workshopDescribe},#{entity.sceneid},#{entity.sendUserId},#{entity.sendUserName},#{entity.parameter},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, 'Y') - - - - - insert into integration_task_workshop(workshop_name, workshop_describe, sceneid, send_user_id, send_user_name, parameter, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) - values - - (#{entity.workshopName},#{entity.workshopDescribe},#{entity.sceneid},#{entity.sendUserId},#{entity.sendUserName},#{entity.parameter},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - workshop_name = values(workshop_name), - workshop_describe = values(workshop_describe), - sceneid = values(sceneid), - send_user_id = values(send_user_id), - send_user_name = values(send_user_name), - parameter = values(parameter), - remark = values(remark), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - -update integration_task_workshop set - - workshop_name = #{workshopName}, - workshop_describe = #{workshopDescribe}, - sceneid = #{sceneid}, - send_user_id = #{sendUserId}, - send_user_name = #{sendUserName}, - parameter = #{parameter}, - remark = #{remark}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - -where id = #{id} - - - -update integration_task_workshop set sts= 'N' -where id = #{id} - - - -update integration_task_workshop set sts= 'N' - - and id = #{id} - and workshop_name = #{workshopName} - and workshop_describe = #{workshopDescribe} - and sceneid = #{sceneid} - and send_user_id = #{sendUserId} - and send_user_name = #{sendUserName} - and parameter = #{parameter} - and remark = #{remark} - and sorts = #{sorts} - and create_user_id = #{create_user_id} - and create_time = #{create_time} - and modify_user_id = #{modify_user_id} - and modify_time = #{modify_time} - and sts = #{sts} - and org_id = #{org_id} - and sts='Y' - - - - - delete from integration_task_workshop where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopDetailsService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopDetailsService.java deleted file mode 100644 index 3a9c521c..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopDetailsService.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.service; - -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopDetailsEntity; - -/** - * 参数列表(IntegrationTaskWorkshopDetails)表服务接口 - * - * @author xiaoguo - * @since 2023-08-10 14:41:36 - */ -public interface IIntegrationTaskWorkshopDetailsService extends IBaseService{ -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopService.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopService.java deleted file mode 100644 index 9b96adc6..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/IIntegrationTaskWorkshopService.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.service; - -import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopEntity; -import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.web.entity.JsonResultEntity; - -/** - * 任务工坊(IntegrationTaskWorkshop)表服务接口 - * - * @author xiaoguo - * @since 2023-08-07 17:03:33 - */ -public interface IIntegrationTaskWorkshopService extends IBaseService{ - - /*** - * 推送场景集成任务 - * @content: - * @author 👻👻👻👻👻👻👻👻 gjh - * @date 2023-08-08 15:14 - * @param requestJsonObj - * @return com.hzya.frame.web.entity.JsonResultEntity - * @exception 场景任务调用时有可能发生异常 - **/ - JsonResultEntity pushBusinessInterface(JSONObject requestJsonObj) throws Exception; -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopDetailsServiceImpl.java deleted file mode 100644 index 7736af96..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopDetailsServiceImpl.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.service.impl; - -import com.hzya.frame.basedao.service.impl.BaseService; -import com.hzya.frame.sys.integrationtask.workshop.dao.IIntegrationTaskWorkshopDetailsDao; -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopDetailsEntity; -import com.hzya.frame.sys.integrationtask.workshop.service.IIntegrationTaskWorkshopDetailsService; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; - -/** - * 参数列表(IntegrationTaskWorkshopDetails)表服务实现类 - * - * @author xiaoguo - * @since 2023-08-10 14:41:37 - */ -//@Service("integrationTaskWorkshopDetailsService") -public class IntegrationTaskWorkshopDetailsServiceImpl extends BaseService implements IIntegrationTaskWorkshopDetailsService { - - private IIntegrationTaskWorkshopDetailsDao integrationTaskWorkshopDetailsDao; - - //@Autowired - public void setIntegrationTaskWorkshopDetailsDao(IIntegrationTaskWorkshopDetailsDao dao) { - this.integrationTaskWorkshopDetailsDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopServiceImpl.java deleted file mode 100644 index fb3dd946..00000000 --- a/service/src/main/java/com/hzya/frame/sys/integrationtask/workshop/service/impl/IntegrationTaskWorkshopServiceImpl.java +++ /dev/null @@ -1,226 +0,0 @@ -package com.hzya.frame.sys.integrationtask.workshop.service.impl; - -import com.alibaba.fastjson.JSON; -import com.alibaba.fastjson.JSONArray; -import com.alibaba.fastjson.JSONObject; -import com.google.gson.JsonArray; -import com.google.gson.JsonObject; -import com.hzya.frame.base.PluginBaseEntity; -import com.hzya.frame.sys.apireflection.dao.IApiReflectionDao; -import com.hzya.frame.sys.apireflection.entity.ApiReflectionEntity; -import com.hzya.frame.sys.apireflection.service.impl.ApiHandleServiceImpl; -import com.hzya.frame.sys.integrationtask.monitoring.entity.IntegrationTaskMonitoringEntity; -import com.hzya.frame.sys.integrationtask.monitoring.service.impl.IntegrationTaskMonitoringServiceImpl; -import com.hzya.frame.sys.integrationtask.service.IIntegrationTaskService; -import com.hzya.frame.sys.integrationtask.workshop.dao.IIntegrationTaskWorkshopDetailsDao; -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopDetailsEntity; -import com.hzya.frame.sys.integrationtask.workshop.entity.IntegrationTaskWorkshopEntity; -import com.hzya.frame.sys.integrationtask.workshop.dao.IIntegrationTaskWorkshopDao; -import com.hzya.frame.sys.integrationtask.workshop.service.IIntegrationTaskWorkshopService; -import com.hzya.frame.util.PluginUtils; -import com.hzya.frame.uuid.UUIDLong; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import com.hzya.frame.web.exception.BaseSystemException; -import org.quartz.CronExpression; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; -import javax.annotation.Resource; -import com.hzya.frame.basedao.service.impl.BaseService; - -import java.text.SimpleDateFormat; -import java.util.Date; -import java.util.List; - -/** - * 任务工坊(IntegrationTaskWorkshop)表服务实现类 - * - * @author xiaoguo - * @since 2023-08-07 17:03:33 - */ -@Service("integrationTaskWorkshopService") -public class IntegrationTaskWorkshopServiceImpl extends BaseService implements IIntegrationTaskWorkshopService { - //@Resource - private ApiHandleServiceImpl apiHandleService; - //@Resource - private IApiReflectionDao apiReflectionDao; - //@Resource - private IntegrationTaskMonitoringServiceImpl integrationTaskMonitoringService; - //@Resource - private IIntegrationTaskService integrationTaskService; - - private IIntegrationTaskWorkshopDao integrationTaskWorkshopDao; - - //@Resource - private IIntegrationTaskWorkshopDetailsDao detailsDao; - - //@Autowired - public void setIntegrationTaskWorkshopDao(IIntegrationTaskWorkshopDao dao) { - this.integrationTaskWorkshopDao = dao; - this.dao = dao; - } - - /**** - * 重新保存方法,把明细表参数赋值给主表字段 - * @content: - * @author 👻👻👻👻👻👻👻👻 gjh - * @date 2023-08-10 10:29 - * @param - * @return com.hzya.frame.web.entity.JsonResultEntity - **/ - @Override - public JsonResultEntity saveJson(JSONObject object) { - JSONObject mainData = object.getJSONObject("jsonStr"); - JSONArray workshopDetails = mainData.getJSONArray("integration_task_workshop_details_Detail"); - IntegrationTaskWorkshopEntity integrationTaskWorkshopEntity = JSON.parseObject(mainData.toJSONString(),IntegrationTaskWorkshopEntity.class); - integrationTaskWorkshopEntity.setParameter(workshopDetails.toJSONString()); - integrationTaskWorkshopDao.save(integrationTaskWorkshopEntity); - //保存明细表 - for(Object detailsObj : workshopDetails){ - IntegrationTaskWorkshopDetailsEntity integrationTaskWorkshopDetailsEntity = JSON.parseObject(detailsObj.toString(),IntegrationTaskWorkshopDetailsEntity.class); - integrationTaskWorkshopDetailsEntity.setFormmainId(integrationTaskWorkshopEntity.getId()); - integrationTaskWorkshopDetailsEntity.setId( UUIDLong.absLongUUIDStr()); - detailsDao.save(integrationTaskWorkshopDetailsEntity); - } - return BaseResult.getSuccessMessageEntity("任务工坊保存成功"); - } - - @Override - public JsonResultEntity updateJson(JSONObject object) { - JSONObject mainData = object.getJSONObject("jsonStr"); - JSONArray workshopDetails = mainData.getJSONArray("integration_task_workshop_details_Detail"); - IntegrationTaskWorkshopEntity integrationTaskWorkshopEntity = JSON.parseObject(mainData.toJSONString(),IntegrationTaskWorkshopEntity.class); - integrationTaskWorkshopEntity.setParameter(workshopDetails.toJSONString()); - integrationTaskWorkshopDao.update(integrationTaskWorkshopEntity); - IntegrationTaskWorkshopDetailsEntity removeEntity = new IntegrationTaskWorkshopDetailsEntity(); - removeEntity.setFormmainId(integrationTaskWorkshopEntity.getId()); - detailsDao.logicRemoveMultiCondition(removeEntity); - //保存明细表 - for(Object detailsObj : workshopDetails){ - IntegrationTaskWorkshopDetailsEntity integrationTaskWorkshopDetailsEntity = JSON.parseObject(detailsObj.toString(),IntegrationTaskWorkshopDetailsEntity.class); - integrationTaskWorkshopDetailsEntity.setFormmainId(integrationTaskWorkshopEntity.getId()); - integrationTaskWorkshopDetailsEntity.setId( UUIDLong.absLongUUIDStr()); - detailsDao.save(integrationTaskWorkshopDetailsEntity); - } - return BaseResult.getSuccessMessageEntity("任务工坊修改成功"); - } - - /*** - * 推送接口方法,此处需要根据场景id调用二林哥接口,同时需要处理查询左边数据接口时传递参数 - * @content: - * @author 👻👻👻👻👻👻👻👻 gjh - * @date 2023-08-08 9:00 - * @param - * @return void - **/ - /*@Override - public JsonResultEntity pushBusinessInterface(JSONObject requestJsonObj) throws Exception { - - JSONObject jsonData = requestJsonObj.getJSONObject("jsonStr"); - String sceneId = jsonData.getString("sceneid"); - JSONObject parameters = jsonData.getJSONObject("parameter"); - ApiReflectionEntity apiReflectionEntity = apiReflectionDao.get(sceneId); - if(null == apiReflectionEntity){ - throw new BaseSystemException("根据场景ID未查询到场景集成!场景ID"+sceneId); - } - String plug = apiReflectionEntity.getPlug(); - String plug_id = apiReflectionEntity.getPlug_id(); - //是插件 - String isPlug = "1"; - // 如果是插件,调用插件方法,否则调用二林哥方法 - if(isPlug.equalsIgnoreCase(plug)){ - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(plug_id); - if(null != pluginBaseEntity){ - pluginBaseEntity.executeBusiness(jsonData); - } - }else{ - JSONObject jsonObject = new JSONObject(); - jsonObject.put("ref_id",sceneId); - jsonObject.put("left_interface_parameters",parameters.toJSONString()); - JSONObject req = new JSONObject(); - req.put("jsonStr",jsonObject.toJSONString()); - apiHandleService.executeApi(req); - } - return BaseResult.getSuccessMessageEntity("推送成功!"); - - }*/ - - - @Override - public JsonResultEntity pushBusinessInterface(JSONObject requestJsonObj) throws Exception { - JSONObject jsonData = requestJsonObj.getJSONObject("jsonStr"); - String sceneId = jsonData.getString("sceneid"); - JSONObject parameters = jsonData.getJSONObject("parameter"); - ApiReflectionEntity apiReflectionEntity = apiReflectionDao.get(sceneId); - if(null == apiReflectionEntity){ - throw new BaseSystemException("根据场景ID未查询到场景集成!场景ID"+sceneId); - } - //定义空的 调用场景方法有返回得话,取返回值 - jsonData.put("result", ""); - jsonData.put("info", ""); - jsonData.put("task_type","前台任务"); - jsonData.put("task_id",jsonData.getString("id"));//将任务工坊id当作任务id - //保存监控数据 - List integrationTaskMonitoringEntities = integrationTaskMonitoringService.queryTaskMonitoringOne(jsonData); - if (integrationTaskMonitoringEntities.size() == 0 || null == integrationTaskMonitoringEntities) { - //触发时候,新增监控 - jsonData.put("plan_time",new Date()); - integrationTaskMonitoringService.saveIntegrationTaskMonitoring(jsonData); - } - //查询单个,得到上次修改时间,当前时间减去修改时间就是上次耗时时间 - int diff_timeMon = 0; - if (integrationTaskMonitoringEntities.size() == 0) { - diff_timeMon = 0; - } else { - IntegrationTaskMonitoringEntity integrationTaskMonitoringEntity = integrationTaskMonitoringEntities.get(0); - diff_timeMon = Integer.valueOf((int) (new Date().getTime() - integrationTaskMonitoringEntity.getModify_time().getTime())); - } - jsonData.put("diff_time", diff_timeMon); - //触发时候,修改任务监控执行次数 - integrationTaskMonitoringService.updateIntegrationTaskMonitoring(jsonData); - String plug = apiReflectionEntity.getPlug(); - String plug_id = apiReflectionEntity.getPlug_id(); - //是插件 - String isPlug = "1"; - try { - // 如果是插件,调用插件方法,否则调用二林哥方法 - if(isPlug.equalsIgnoreCase(plug)){ - try { - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(plug_id); - if(null != pluginBaseEntity){ - String s = pluginBaseEntity.executeBusiness(jsonData); - if("执行成功".equals(s)){ - jsonData.put("result","执行成功"); - } - } - }catch (Exception e){ - jsonData.put("result","执行失败"); - jsonData.put("instructions",e.getMessage()); - } - }else{ - JSONObject jsonObject = new JSONObject(); - jsonObject.put("ref_id",sceneId); - jsonObject.put("left_interface_parameters",parameters.toJSONString()); - JSONObject req = new JSONObject(); - req.put("jsonStr",jsonObject.toJSONString()); - JsonResultEntity jsonResultEntity = apiHandleService.executeApi(req); - if ("执行成功".equals(jsonResultEntity.getMsg())) { - jsonData.put("result", jsonResultEntity.getMsg()); - jsonData.put("info", jsonResultEntity.getAttribute()); - }else{ - jsonData.put("result", "执行失败"); - jsonData.put("instructions",jsonResultEntity.getMsg()); - } - } - return BaseResult.getSuccessMessageEntity("推送成功!"); - }catch (Exception e){ - jsonData.put("result","执行失败"); - //保存错误说明 - jsonData.put("instructions",e.getMessage()); - return BaseResult.getFailureMessageEntity("任务保存失败:"+e.getMessage()); - }finally { - //保存日志和实例 - integrationTaskService.saveLogAndLiving(jsonData,new Date()); - } - } -} diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index 9728afdf..08ec7a99 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -6,6 +6,7 @@ import cn.hutool.core.date.DateTime; import cn.hutool.core.date.DateUtil; import cn.hutool.extra.servlet.ServletUtil; import cn.hutool.json.JSONUtil; +import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.baomidou.dynamic.datasource.annotation.DSTransactional; import com.github.pagehelper.PageHelper; @@ -36,6 +37,7 @@ import com.hzya.frame.sysnew.application.plugin.dao.ISysApplicationPluginDao; import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginDto; import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginEntity; import com.hzya.frame.sysnew.application.service.ISysApplicationService; +import com.hzya.frame.sysnew.integtationTask.IIntegrationTaskCacheableService; import com.hzya.frame.sysnew.messageManage.dao.ISysMessageManageDao; import com.hzya.frame.sysnew.messageManage.entity.SysMessageManageEntity; import com.hzya.frame.sysnew.messageManageDetail.dao.ISysMessageManageDetailDao; @@ -118,6 +120,8 @@ public class SysApplicationServiceImpl extends BaseService oldheaderMap = ServletUtil.getHeaderMap(request); @@ -1747,6 +1748,15 @@ public class SysApplicationServiceImpl extends BaseService a = Arrays.asList(new String[]{"apicode", "appid", "secretkey", "publickey", "x-forwarded-for", "cookie", "x-forwarded-proto", "x-real-ip", "content-length", "accept-language", "host", "content-type", "connection", "cache-control", "accept-encoding", "pragma", "accept", "user-agent"}); Map headers = new HashMap<>(); + if(receiveApi.getHeaderIn() != null && !"".equals(receiveApi.getHeaderIn())){ + JSONArray jsonArray = JSONArray.parseArray(receiveApi.getHeaderIn()); + if(jsonArray != null && jsonArray.size() > 0){ + for (int i = 0; i < jsonArray.size(); i++) { + JSONObject object = jsonArray.getJSONObject(i); + headers.put(object.getString("parameterName"), object.getString("example")); + } + } + } if (headerMap != null && headerMap.size() > 0) { for (Map.Entry entry : headerMap.entrySet()) { if (!a.contains(entry.getKey())) { @@ -1754,6 +1764,8 @@ public class SysApplicationServiceImpl extends BaseService { + List IntegrationTaskEntity_maxCode(IntegrationTaskEntity entity); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/dao/impl/IntegrationTaskDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/dao/impl/IntegrationTaskDaoImpl.java index 1dc7c58c..6a31997d 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/dao/impl/IntegrationTaskDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/dao/impl/IntegrationTaskDaoImpl.java @@ -2,8 +2,12 @@ package com.hzya.frame.sysnew.integtationTask.dao.impl; import com.hzya.frame.sysnew.integtationTask.entity.IntegrationTaskEntity; import com.hzya.frame.sysnew.integtationTask.dao.IIntegrationTaskDao; +import com.hzya.frame.sysnew.user.entity.SysUserEntity; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; + +import java.util.List; + /** * 集成任务(IntegrationTask)表数据库访问层 * @@ -12,6 +16,11 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; */ @Repository(value = "IntegrationTaskDaoImpl") public class IntegrationTaskDaoImpl extends MybatisGenericDao implements IIntegrationTaskDao{ - + + @Override + public List IntegrationTaskEntity_maxCode(IntegrationTaskEntity entity) { + List o = super.query(getSqlIdPrifx() + "IntegrationTaskEntity_maxCode", entity); + return o; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.java index 4db1f763..fa810389 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.java @@ -26,8 +26,6 @@ public class IntegrationTaskEntity extends BaseEntity { private String funInfo; /** 备注 */ private String remark; - /** 执行策略1、立即执行2、定时 */ - private String taskRun; /** 公司id */ private String companyId; @@ -96,14 +94,6 @@ public class IntegrationTaskEntity extends BaseEntity { this.remark = remark; } - public String getTaskRun() { - return taskRun; - } - - public void setTaskRun(String taskRun) { - this.taskRun = taskRun; - } - public String getCompanyId() { return companyId; } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.xml index c70d8c41..359c64f0 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/entity/IntegrationTaskEntity.xml @@ -2,28 +2,28 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - + id ,task_code ,task_name @@ -33,8 +33,7 @@ ,task_plugin ,fun_info ,remark - ,task_run - ,sorts + ,sorts ,create_user_id ,create_time ,modify_user_id @@ -43,258 +42,281 @@ ,org_id ,company_id - - + select + + from integration_task + + and id = #{id} + and task_code = #{taskCode} + and task_name = #{taskName} + and task_cron = #{taskCron} + and task_status = #{taskStatus} + and task_app = #{taskApp} + and task_plugin = #{taskPlugin} + and fun_info = #{funInfo} + and remark = #{remark} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - - - - + + + + - + select + + from integration_task + + and id like concat('%',#{id},'%') + and task_code like concat('%',#{taskCode},'%') + and task_name like concat('%',#{taskName},'%') + and task_cron like concat('%',#{taskCron},'%') + and task_status like concat('%',#{taskStatus},'%') + and task_app like concat('%',#{taskApp},'%') + and task_plugin like concat('%',#{taskPlugin},'%') + and fun_info like concat('%',#{funInfo},'%') + and remark like concat('%',#{remark},'%') + and sorts like concat('%',#{sorts},'%') + and create_user_id like + concat('%',#{create_user_id},'%') + + and create_time like concat('%',#{create_time},'%') + and modify_user_id like + concat('%',#{modify_user_id},'%') + + and modify_time like concat('%',#{modify_time},'%') + and sts like concat('%',#{sts},'%') + and org_id like concat('%',#{org_id},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - + select + + from integration_task + + or id = #{id} + or task_code = #{taskCode} + or task_name = #{taskName} + or task_cron = #{taskCron} + or task_status = #{taskStatus} + or task_app = #{taskApp} + or task_plugin = #{taskPlugin} + or fun_info = #{funInfo} + or remark = #{remark} + or sorts = #{sorts} + or create_user_id = #{create_user_id} + or create_time = #{create_time} + or modify_user_id = #{modify_user_id} + or modify_time = #{modify_time} + or sts = #{sts} + or org_id = #{org_id} + or company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - - insert into integration_task( - - id , - task_code , - task_name , - task_cron , - task_status , - task_app , - task_plugin , - fun_info , - remark , - task_run , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - company_id , - sorts, - sts, - - )values( - - #{id} , - #{taskCode} , - #{taskName} , - #{taskCron} , - #{taskStatus} , - #{taskApp} , - #{taskPlugin} , - #{funInfo} , - #{remark} , - #{taskRun} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task a WHERE a.sts = 'Y' ), - 'Y', - - ) - - - - insert into integration_task(task_code, task_name, task_cron, task_status, task_app, task_plugin, fun_info, remark, task_run, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) - values - - (#{entity.taskCode},#{entity.taskName},#{entity.taskCron},#{entity.taskStatus},#{entity.taskApp},#{entity.taskPlugin},#{entity.funInfo},#{entity.remark},#{entity.taskRun},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') - - - - - insert into integration_task(task_code, task_name, task_cron, task_status, task_app, task_plugin, fun_info, remark, task_run, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) - values - - (#{entity.taskCode},#{entity.taskName},#{entity.taskCron},#{entity.taskStatus},#{entity.taskApp},#{entity.taskPlugin},#{entity.funInfo},#{entity.remark},#{entity.taskRun},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) - - on duplicate key update - task_code = values(task_code), - task_name = values(task_name), - task_cron = values(task_cron), - task_status = values(task_status), - task_app = values(task_app), - task_plugin = values(task_plugin), - fun_info = values(fun_info), - remark = values(remark), - task_run = values(task_run), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id), - company_id = values(company_id) - - -update integration_task set - - task_code = #{taskCode}, - task_name = #{taskName}, - task_cron = #{taskCron}, - task_status = #{taskStatus}, - task_app = #{taskApp}, - task_plugin = #{taskPlugin}, - fun_info = #{funInfo}, - remark = #{remark}, - task_run = #{taskRun}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - company_id = #{companyId}, - -where id = #{id} - - - + + + insert into integration_task( + + id , + task_code , + task_name , + task_cron , + task_status , + task_app , + task_plugin , + fun_info , + remark , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sts, + + )values( + + #{id} , + #{taskCode} , + #{taskName} , + #{taskCron} , + #{taskStatus} , + #{taskApp} , + #{taskPlugin} , + #{funInfo} , + #{remark} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + + 'Y', + + ) + + + + insert into integration_task(task_code, task_name, task_cron, task_status, task_app, task_plugin, fun_info, + remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.taskCode},#{entity.taskName},#{entity.taskCron},#{entity.taskStatus},#{entity.taskApp},#{entity.taskPlugin},#{entity.funInfo},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, + 'Y') + + + + + insert into integration_task(task_code, task_name, task_cron, task_status, task_app, task_plugin, fun_info, + remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.taskCode},#{entity.taskName},#{entity.taskCron},#{entity.taskStatus},#{entity.taskApp},#{entity.taskPlugin},#{entity.funInfo},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + task_code = values(task_code), + task_name = values(task_name), + task_cron = values(task_cron), + task_status = values(task_status), + task_app = values(task_app), + task_plugin = values(task_plugin), + fun_info = values(fun_info), + remark = values(remark), + sorts = values(sorts), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + + + update integration_task set + + task_code = #{taskCode}, + task_name = #{taskName}, + task_cron = #{taskCron}, + task_status = #{taskStatus}, + task_app = #{taskApp}, + task_plugin = #{taskPlugin}, + fun_info = #{funInfo}, + remark = #{remark}, + sorts = #{sorts}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + + where id = #{id} + + + update integration_task set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - - -update integration_task set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and task_code = #{taskCode} - and task_name = #{taskName} - and task_cron = #{taskCron} - and task_status = #{taskStatus} - and task_app = #{taskApp} - and task_plugin = #{taskPlugin} - and fun_info = #{funInfo} - and remark = #{remark} - and task_run = #{taskRun} - and sorts = #{sorts} - and sts = #{sts} - and company_id = #{companyId} + + + update integration_task set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and task_code = #{taskCode} + and task_name = #{taskName} + and task_cron = #{taskCron} + and task_status = #{taskStatus} + and task_app = #{taskApp} + and task_plugin = #{taskPlugin} + and fun_info = #{funInfo} + and remark = #{remark} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} and sts='Y' - - - - + + + + delete from integration_task where id = #{id} - + + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java new file mode 100644 index 00000000..da3c2496 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java @@ -0,0 +1,105 @@ +package com.hzya.frame.sysnew.integtationTask.service.impl; + +import com.hzya.frame.sysnew.application.plugin.dao.ISysApplicationPluginDao; +import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginDto; +import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginEntity; +import com.hzya.frame.sysnew.integtationTask.IIntegrationTaskCacheableService; +import com.hzya.frame.sysnew.integtationTask.dao.IIntegrationTaskDao; +import com.hzya.frame.sysnew.integtationTask.entity.IntegrationTaskEntity; +import com.hzya.frame.sysnew.integtationTaskLiving.dao.IIntegrationTaskLivingDao; +import com.hzya.frame.sysnew.integtationTaskLiving.entity.IntegrationTaskLivingEntity; +import org.springframework.cache.annotation.CacheEvict; +import org.springframework.cache.annotation.CachePut; +import org.springframework.cache.annotation.Cacheable; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; + +/** + * 集成任务缓存服务实现类 + * + * @author makejava + * @since 2024-05-06 15:36:12 + */ +@Service(value = "integrationTaskCacheableService") +public class IntegrationTaskCacheableServiceImpl implements IIntegrationTaskCacheableService { + @Resource + private IIntegrationTaskDao integrationTaskDao; + @Resource + private IIntegrationTaskLivingDao iIntegrationTaskLivingDao; + @Resource + private ISysApplicationPluginDao iSysApplicationPluginDao; + @Override + @Cacheable(cacheNames="IntegrationTask",key = "#id") + public IntegrationTaskEntity getIntegrationTaskEntity(String id) { + IntegrationTaskEntity entity = null; + if(id != null && !"".equals(id)){ + entity = integrationTaskDao.get(id); + } + return entity; + } + + @Override + @CachePut(cacheNames="IntegrationTask",key = "#entity.id",unless = "#result == null") + public IntegrationTaskEntity updateIntegrationTaskEntity(IntegrationTaskEntity entity) { + if(entity.getId() != null && !"".equals(entity.getId())){ + integrationTaskDao.update(entity); + } + return entity; + } + @Override + @CacheEvict(cacheNames="IntegrationTask",key = "#entity.id") + public void deleteIntegrationTaskEntity(IntegrationTaskEntity entity) { + integrationTaskDao.logicRemove(entity); + } + + + @Override + @Cacheable(cacheNames="IntegrationTaskLiving",key = "#id") + public IntegrationTaskLivingEntity getIntegrationTaskLivingEntity(String id) { + IntegrationTaskLivingEntity entity = null; + if(id != null && !"".equals(id)){ + entity = iIntegrationTaskLivingDao.get(id); + } + return entity; + } + + @Override + @CachePut(cacheNames="IntegrationTaskLiving",key = "#entity.id",unless = "#result == null") + public IntegrationTaskLivingEntity updateIntegrationTaskLivingEntity(IntegrationTaskLivingEntity entity) { + if(entity.getId() != null && !"".equals(entity.getId())){ + iIntegrationTaskLivingDao.update(entity); + } + return entity; + } + @Override + @CacheEvict(cacheNames="IntegrationTaskLiving",key = "#entity.id") + public void deleteIntegrationTaskLivingEntity(IntegrationTaskLivingEntity entity) { + iIntegrationTaskLivingDao.logicRemove(entity); + } + + + @Override + @Cacheable(cacheNames="sysApplicationPlugin",key = "#id") + public SysApplicationPluginEntity getSysApplicationPluginEntity(String id) { + SysApplicationPluginEntity entity = null; + if(id != null && !"".equals(id)){ + entity = iSysApplicationPluginDao.get(id); + } + return entity; + } + + @Override + @CachePut(cacheNames="sysApplicationPlugin",key = "#entity.id",unless = "#result == null") + public SysApplicationPluginEntity updateSysApplicationPluginEntity(SysApplicationPluginEntity entity) { + if(entity.getId() != null && !"".equals(entity.getId())){ + iSysApplicationPluginDao.update(entity); + } + return entity; + } + @Override + @CacheEvict(cacheNames="sysApplicationPlugin",key = "#entity.id") + public void deleteSysApplicationPluginEntity(SysApplicationPluginEntity entity) { + iSysApplicationPluginDao.logicRemove(entity); + } +} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskServiceImpl.java index 12a894b0..829d659b 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskServiceImpl.java @@ -3,20 +3,27 @@ package com.hzya.frame.sysnew.integtationTask.service.impl; import com.alibaba.fastjson.JSONObject; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; +import com.hzya.frame.dateutil.DateUtil; +import com.hzya.frame.sysnew.integtationTask.IIntegrationTaskCacheableService; import com.hzya.frame.sysnew.integtationTask.entity.IntegrationTaskEntity; import com.hzya.frame.sysnew.integtationTask.dao.IIntegrationTaskDao; import com.hzya.frame.sysnew.integtationTask.service.IIntegrationTaskService; -import com.hzya.frame.sysnew.user.entity.SysUserEntity; -import com.hzya.frame.sysnew.userCompany.entity.SysUserCompanyEntity; -import com.hzya.frame.sysnew.userRoles.entity.SysUserRolesEntity; -import com.hzya.frame.util.AESUtil; +import com.hzya.frame.sysnew.integtationTaskLiving.dao.IIntegrationTaskLivingDao; +import com.hzya.frame.sysnew.integtationTaskLiving.entity.IntegrationTaskLivingEntity; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; +import com.hzya.frame.web.exception.BaseSystemException; +import com.hzya.frame.web.quartz.QuartzJobFactoryUtils; +import org.quartz.SchedulerException; import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; + import javax.annotation.Resource; + import com.hzya.frame.basedao.service.impl.BaseService; +import java.text.ParseException; +import java.util.Date; import java.util.List; /** @@ -27,207 +34,285 @@ import java.util.List; */ @Service(value = "integrationTaskService") public class IntegrationTaskServiceImpl extends BaseService implements IIntegrationTaskService { - + private IIntegrationTaskDao integrationTaskDao; - + @Resource + private IIntegrationTaskLivingDao iIntegrationTaskLivingDao; + @Resource + private IIntegrationTaskCacheableService iIntegrationTaskCacheableService; + @Autowired - public void setIntegrationTaskDao(IIntegrationTaskDao dao) { - this.integrationTaskDao = dao; - this.dao = dao; - } + public void setIntegrationTaskDao(IIntegrationTaskDao dao) { + this.integrationTaskDao = dao; + this.dao = dao; + } - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 查询任务列表分页 - * @Date 11:52 上午 2024/3/27 - **/ - @Override - public JsonResultEntity queryEntityPage(JSONObject jsonObject) { - IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - //判断分页 - if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { - return BaseResult.getFailureMessageEntity("分页查询参数不存在"); - } - PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); - List list = integrationTaskDao.queryByLike(entity); - PageInfo pageInfo = new PageInfo(list); - return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); - } + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询任务列表分页 + * @Date 11:52 上午 2024/3/27 + **/ + @Override + public JsonResultEntity queryEntityPage(JSONObject jsonObject) { + IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); + //判断分页 + if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { + return BaseResult.getFailureMessageEntity("分页查询参数不存在"); + } + PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + List list = integrationTaskDao.queryByLike(entity); + PageInfo pageInfo = new PageInfo(list); + return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + } - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 查询任务列表 - * @Date 11:52 上午 2024/3/27 - **/ - @Override - public JsonResultEntity queryEntity(JSONObject jsonObject) { - IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - if (entity == null) { - entity = new IntegrationTaskEntity(); - } - List list = integrationTaskDao.queryByLike(entity); - return BaseResult.getSuccessMessageEntity("查询数据成功", list); - } + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询任务列表 + * @Date 11:52 上午 2024/3/27 + **/ + @Override + public JsonResultEntity queryEntity(JSONObject jsonObject) { + IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); + if (entity == null) { + entity = new IntegrationTaskEntity(); + } + List list = integrationTaskDao.queryByLike(entity); + return BaseResult.getSuccessMessageEntity("查询数据成功", list); + } - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 保存任务 - * @Date 2:36 下午 2024/3/27 - **/ - @Override - public JsonResultEntity saveEntity(JSONObject jsonObject) { - IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getTaskCode() == null || "".equals(entity.getTaskCode())) { - return BaseResult.getFailureMessageEntity("请先输入任务编码"); - } - if (entity.getTaskName() == null || "".equals(entity.getTaskName())) { - return BaseResult.getFailureMessageEntity("请先输入任务名称"); - } - if (entity.getTaskApp() == null || "".equals(entity.getTaskApp())) { - return BaseResult.getFailureMessageEntity("请先选择应用"); - } - if (entity.getTaskPlugin() == null || "".equals(entity.getTaskPlugin())) { - return BaseResult.getFailureMessageEntity("请先选择应用插件"); - } - if (!checkIsUse(entity)) { - return BaseResult.getFailureMessageEntity("当前任务编码已存在,请修改"); - } - //保存 - integrationTaskDao.save(entity); - return BaseResult.getSuccessMessageEntity("保存任务成功", entity); - } - - /** - * @param entity - * @return boolean - * @Author lvleigang - * @Description 校验人员是否已经有配置 - * @Date 10:00 上午 2024/4/1 - **/ - private boolean checkIsUse(IntegrationTaskEntity entity) { - IntegrationTaskEntity checkEntity = new IntegrationTaskEntity(); - checkEntity.setTaskCode(entity.getTaskCode()); - checkEntity.setSts("Y");//启用 - if (integrationTaskDao.getCount(checkEntity) > 0) { - return false; - } - return true; - } - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 获取任务 - * @Date 2:36 下午 2024/3/27 - **/ - @Override - public JsonResultEntity getEntity(JSONObject jsonObject) { - IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - entity = integrationTaskDao.get(entity.getId()); - if (entity == null) { - return BaseResult.getFailureMessageEntity("获取任务失败"); - } - return BaseResult.getSuccessMessageEntity("获取任务成功", entity); - } - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 修改任务 - * @Date 2:37 下午 2024/3/27 - **/ - @Override - public JsonResultEntity updateEntity(JSONObject jsonObject) { - IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getTaskCode() == null || "".equals(entity.getTaskCode())) { - return BaseResult.getFailureMessageEntity("请先输入任务编码"); - } - if (entity.getTaskName() == null || "".equals(entity.getTaskName())) { - return BaseResult.getFailureMessageEntity("请先输入任务名称"); - } - if (entity.getTaskApp() == null || "".equals(entity.getTaskApp())) { - return BaseResult.getFailureMessageEntity("请先选择应用"); - } - if (entity.getTaskPlugin() == null || "".equals(entity.getTaskPlugin())) { - return BaseResult.getFailureMessageEntity("请先选择应用插件"); - } - entity.setUpdate(); - //保存 - integrationTaskDao.update(entity); - return BaseResult.getSuccessMessageEntity("修改任务成功"); - } - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 删除任务 - * @Date 2:37 下午 2024/3/27 - **/ - @Override - public JsonResultEntity deleteEntity(JSONObject jsonObject) { - IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - entity.setUpdate(); - integrationTaskDao.logicRemove(entity); - return BaseResult.getSuccessMessageEntity("删除任务成功"); - } + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 保存任务 + * @Date 2:36 下午 2024/3/27 + **/ + @Override + public JsonResultEntity saveEntity(JSONObject jsonObject) { + IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getTaskName() == null || "".equals(entity.getTaskName())) { + return BaseResult.getFailureMessageEntity("请先输入任务名称"); + } + if (entity.getTaskApp() == null || "".equals(entity.getTaskApp())) { + return BaseResult.getFailureMessageEntity("请先选择应用"); + } + if (entity.getTaskPlugin() == null || "".equals(entity.getTaskPlugin())) { + return BaseResult.getFailureMessageEntity("请先选择应用插件"); + } + entity.setCreate(); + List integrationTaskEntityMaxCode = integrationTaskDao.IntegrationTaskEntity_maxCode(entity); + if (integrationTaskEntityMaxCode != null && integrationTaskEntityMaxCode.size() > 0) { + String taskCode = "Task-" + integrationTaskEntityMaxCode.get(0).getTaskCode(); + entity.setTaskCode(taskCode); + } else { + String nowDateString = DateUtil.dateToString(new Date(), "yyyy-MM-dd"); + String taskCode = "Task-" + nowDateString + "-0000"; + entity.setTaskCode(taskCode); + } + //保存 + integrationTaskDao.save(entity); + //保存实例表 + IntegrationTaskLivingEntity integrationTaskLivingEntity = new IntegrationTaskLivingEntity(); + integrationTaskLivingEntity.setTaskId(entity.getId()); + integrationTaskLivingEntity.setTaskCode(entity.getTaskCode()); + integrationTaskLivingEntity.setTaskName(entity.getTaskName()); + integrationTaskLivingEntity.setTaskStatus("2"); + integrationTaskLivingEntity.setRunNum(0); + integrationTaskLivingEntity.setCreate(); + iIntegrationTaskLivingDao.save(integrationTaskLivingEntity); + //任务状态1、启用2、停用 + if (entity.getTaskStatus() != null && "1".equals(entity.getTaskStatus())) { + JSONObject jsonObjectMap = new JSONObject(); + jsonObjectMap.put("integrationTaskId", entity.getId());//任务id + jsonObjectMap.put("integrationTaskLivingId", integrationTaskLivingEntity.getId());//实例id + //根据cron,定时执行任务 + try { + QuartzJobFactoryUtils.createJob(jsonObjectMap); + } catch (Exception e) { + logger.error("新增任务成功,创建任务失败"); + return BaseResult.getSuccessMessageEntity("新增任务成功,创建定时任务失败,请联系管理员", entity); + } + } + return BaseResult.getSuccessMessageEntity("新增任务成功", entity); + } - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 启用停用任务 - * @Date 2:37 下午 2024/3/27 - **/ - @Override - public JsonResultEntity enableDisableEntity(JSONObject jsonObject) { - IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getTaskStatus() == null || "".equals(entity.getTaskStatus())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - entity.setUpdate(); - integrationTaskDao.update(entity);//1、启用2、停用 - if ("1".equals(entity.getTaskStatus())) { - return BaseResult.getSuccessMessageEntity("启用任务成功"); - } else { - return BaseResult.getSuccessMessageEntity("停用任务成功"); - } - } + /** + * @param entity + * @return boolean + * @Author lvleigang + * @Description 校验人员是否已经有配置 + * @Date 10:00 上午 2024/4/1 + **/ + private boolean checkIsUse(IntegrationTaskEntity entity) { + IntegrationTaskEntity checkEntity = new IntegrationTaskEntity(); + checkEntity.setTaskCode(entity.getTaskCode()); + checkEntity.setSts("Y");//启用 + if (integrationTaskDao.getCount(checkEntity) > 0) { + return false; + } + return true; + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取任务 + * @Date 2:36 下午 2024/3/27 + **/ + @Override + public JsonResultEntity getEntity(JSONObject jsonObject) { + IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity = iIntegrationTaskCacheableService.getIntegrationTaskEntity(entity.getId()); + if (entity == null) { + return BaseResult.getFailureMessageEntity("获取任务失败"); + } + return BaseResult.getSuccessMessageEntity("获取任务成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 修改任务 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity updateEntity(JSONObject jsonObject) { + IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getTaskCode() == null || "".equals(entity.getTaskCode())) { + return BaseResult.getFailureMessageEntity("请先输入任务编码"); + } + if (entity.getTaskName() == null || "".equals(entity.getTaskName())) { + return BaseResult.getFailureMessageEntity("请先输入任务名称"); + } + if (entity.getTaskApp() == null || "".equals(entity.getTaskApp())) { + return BaseResult.getFailureMessageEntity("请先选择应用"); + } + if (entity.getTaskPlugin() == null || "".equals(entity.getTaskPlugin())) { + return BaseResult.getFailureMessageEntity("请先选择应用插件"); + } + entity.setUpdate(); + //保存 + entity = iIntegrationTaskCacheableService.updateIntegrationTaskEntity(entity); + //实例表 + IntegrationTaskLivingEntity integrationTaskLivingEntity = new IntegrationTaskLivingEntity(); + integrationTaskLivingEntity.setTaskId(entity.getId()); + integrationTaskLivingEntity.setSts("Y"); + List integrationTaskLivingEntities = iIntegrationTaskLivingDao.queryBase(integrationTaskLivingEntity); + if (integrationTaskLivingEntities != null && integrationTaskLivingEntities.size() == 1) { + integrationTaskLivingEntity = integrationTaskLivingEntities.get(0); + } else { + throw new BaseSystemException("系统错误,请联系管理员"); + } + //任务状态1、启用2、停用 + if (entity.getTaskStatus() != null && "1".equals(entity.getTaskStatus())) { + JSONObject jsonObjectMap = new JSONObject(); + jsonObjectMap.put("integrationTaskId", entity.getId());//任务id + jsonObjectMap.put("integrationTaskLivingId", integrationTaskLivingEntity.getId());//实例id + //根据cron,定时执行任务 + try { + QuartzJobFactoryUtils.createJob(jsonObjectMap); + } catch (Exception e) { + logger.error("修改任务成功,创建任务失败"); + return BaseResult.getSuccessMessageEntity("修改任务成功,修改定时任务失败,请联系管理员", entity); + } + } else if (entity.getTaskStatus() != null && "2".equals(entity.getTaskStatus())) { + //停用的时候,由定时任务里面触发不自动停止任务 + } + return BaseResult.getSuccessMessageEntity("修改任务成功,修改定时任务成功"); + } + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 删除任务 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity deleteEntity(JSONObject jsonObject) { + IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setUpdate(); + iIntegrationTaskCacheableService.deleteIntegrationTaskEntity(entity); + return BaseResult.getSuccessMessageEntity("删除任务成功"); + } + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 启用停用任务 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity enableDisableEntity(JSONObject jsonObject) { + IntegrationTaskEntity entity = getData("jsonStr", jsonObject, IntegrationTaskEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getTaskStatus() == null || "".equals(entity.getTaskStatus())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setUpdate(); + entity = iIntegrationTaskCacheableService.updateIntegrationTaskEntity(entity); + if ("1".equals(entity.getTaskStatus())) { + //实例表 + IntegrationTaskLivingEntity integrationTaskLivingEntity = new IntegrationTaskLivingEntity(); + integrationTaskLivingEntity.setTaskId(entity.getId()); + integrationTaskLivingEntity.setSts("Y"); + List integrationTaskLivingEntities = iIntegrationTaskLivingDao.queryBase(integrationTaskLivingEntity); + if (integrationTaskLivingEntities != null && integrationTaskLivingEntities.size() == 1) { + integrationTaskLivingEntity = integrationTaskLivingEntities.get(0); + } else { + throw new BaseSystemException("系统错误,请联系管理员"); + } + JSONObject jsonObjectMap = new JSONObject(); + jsonObjectMap.put("integrationTaskId", entity.getId());//任务id + jsonObjectMap.put("integrationTaskLivingId", integrationTaskLivingEntity.getId());//实例id + //根据cron,定时执行任务 + try { + QuartzJobFactoryUtils.createJob(jsonObjectMap); + } catch (Exception e) { + logger.error("修改任务成功,创建任务失败"); + return BaseResult.getSuccessMessageEntity("修改任务成功,修改定时任务失败,请联系管理员", entity); + } + return BaseResult.getSuccessMessageEntity("启用任务成功"); + } else { + //停用的时候,由定时任务里面触发不自动停止任务 + return BaseResult.getSuccessMessageEntity("停用任务成功"); + } + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.java index 99fef22b..71a2b1e9 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.java @@ -16,7 +16,7 @@ public class IntegrationTaskLivingEntity extends BaseEntity { private String taskCode; /** 任务名称 */ private String taskName; - /** 任务状态1、执行中2、待执行3、错误 */ + /** 任务状态1、执行中2、待执行3、错误 4、当前任务已停止*/ private String taskStatus; /** 上次开始时间 */ private Date oldStartTime; diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.xml index 26bbe617..4c523632 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/entity/IntegrationTaskLivingEntity.xml @@ -43,7 +43,15 @@ ,org_id ,company_id + + + + - + insert into integration_task_living( id , @@ -183,7 +191,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -206,13 +213,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living a WHERE a.sts = 'Y' ), 'Y', ) - + insert into integration_task_living(task_id, task_code, task_name, task_status, old_start_time, start_time, end_time, diff_time, run_num, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -220,7 +226,7 @@ - + insert into integration_task_living(task_id, task_code, task_name, task_status, old_start_time, start_time, end_time, diff_time, run_num, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java index 102373c9..5b90c88e 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java @@ -18,7 +18,7 @@ public class IntegrationTaskLivingDetailsEntity extends BaseEntity { private String taskCode; /** 任务名称 */ private String taskName; - /** 任务状态1、执行中2、执行成功 3、执行失败 */ + /** 任务状态1、执行中2、执行成功 3、执行失败 4\当前任务已停止*/ private String taskStatus; /** 当前任务开始时间 */ private Date startTime; @@ -28,6 +28,8 @@ public class IntegrationTaskLivingDetailsEntity extends BaseEntity { private String diffTime; /** 公司id */ private String companyId; + /** 备注 */ + private String remark; public String getTaskLinvingId() { @@ -102,5 +104,12 @@ public class IntegrationTaskLivingDetailsEntity extends BaseEntity { this.companyId = companyId; } + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml index 89c6875e..661668c2 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml @@ -9,6 +9,7 @@ + @@ -29,7 +30,8 @@ ,task_id ,task_code ,task_name - ,task_status + ,remark + ,task_status ,start_time ,end_time ,diff_time @@ -42,6 +44,12 @@ ,org_id ,company_id + + select - a.id as id, - a.mdm_name as mdmName, - a.mdm_logo as mdmLogo, - a.mdm_code as mdmCode, - a.mdm_type as mdmType, - sd.column_content as mdmTypeName, - a.remark as remark, - a.create_time as createTime, - a.modify_time as modifyTime, - c.view_name as createUserId, - m.view_name as modifyUserId + a.id as id, + a.mdm_name as mdmName, + a.mdm_logo as mdmLogo, + a.mdm_code as mdmCode, + a.mdm_type as mdmType, + sd.column_content as mdmTypeName, + a.remark as remark, + a.create_time as createTime, + a.modify_time as modifyTime, + d.person_name as createUserId, + n.person_name as modifyUserId from - mdm_module a + mdm_module a LEFT JOIN sys_dictionaryshop_new sd on sd.column_value = a.mdm_type and sd.tab_name = 'mdm' and sd.column_name = 'mdm_type' and sd.used_sts = '1' LEFT JOIN sys_user c on c.id = a.create_user_id and c.sts = 'Y' + LEFT JOIN sys_person d on d.id = c.person_id and d.sts = 'Y' LEFT JOIN sys_user m on m.id = a.modify_user_id and m.sts = 'Y' + LEFT JOIN sys_person n on n.id = m.person_id and n.sts = 'Y' and a.id like concat('%',#{id},'%') and a.mdm_name like concat('%',#{mdmName},'%') diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml index bb1e58d9..8f2e3912 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml @@ -150,7 +150,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -167,9 +166,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db a WHERE a.sts = - 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml index 0b770263..dc765548 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml @@ -174,7 +174,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -193,9 +192,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db_fileds a WHERE - a.sts = 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml index 2c1a935e..38bfd29c 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml @@ -169,7 +169,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -190,7 +189,6 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db_fileds_rule a WHERE a.sts = 'Y' ), 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml index 9a750608..49ad5f82 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml @@ -152,7 +152,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -169,9 +168,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from - mdm_module_db_fileds_rule_files a WHERE a.sts = 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml index 78643815..cbed7e30 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml @@ -169,7 +169,6 @@ org_id , add_plug , delete_plug , - sorts, sts, )values( @@ -190,7 +189,6 @@ #{org_id} , #{addPlug} , #{deletePlug} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute a WHERE a.sts = 'Y' ), 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml index 325c175e..91bbf427 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml @@ -204,7 +204,6 @@ sts , org_id , coordinate , - sorts, sts, )values( @@ -230,7 +229,6 @@ #{sts} , #{org_id} , #{coordinate} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute_detail a WHERE a.sts = 'Y' ), 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml index aed8c808..33e1458a 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml @@ -136,7 +136,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -151,9 +150,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_role a WHERE a.sts - = 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml index 5830309d..cd3513cb 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml @@ -167,7 +167,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -185,9 +184,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_role_button a - WHERE a.sts = 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml index ed59ddb5..4625f156 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml @@ -146,7 +146,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -162,9 +161,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_user_view a WHERE - a.sts = 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml index c9f3e025..f9e2717c 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml @@ -150,7 +150,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -167,9 +166,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view a WHERE a.sts - = 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml index 1c2617c6..4728615a 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml @@ -151,7 +151,6 @@ modify_time , sts , org_id , - sorts, sts, )values( @@ -168,9 +167,7 @@ #{modify_time} , #{sts} , #{org_id} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view_detail a - WHERE a.sts = 'Y' ), - + 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml index 9f5c3cc8..759eaf5f 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml @@ -155,7 +155,6 @@ sts , org_id , db_value , - sorts, sts, )values( @@ -174,7 +173,6 @@ #{sts} , #{org_id} , #{dbValue} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_table_code_rule a WHERE a.sts = 'Y' ), 'Y', ) diff --git a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java index dcc8ec74..6a3e4754 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java @@ -67,7 +67,7 @@ public interface IMdmService { * @param jsonObject * @return com.hzya.frame.web.entity.JsonResultEntity * @Author lvleigang - * @Description 主数据设置查询数据源的服务 + * @Description 主数据设置查询数据源字段的服务 * @Date 9:40 上午 2023/10/18 **/ JsonResultEntity queryMdmModuleServerFiled(JSONObject jsonObject); @@ -164,7 +164,7 @@ public interface IMdmService { JsonResultEntity queryMdmShowAll(JSONObject jsonObject); /** * @Author lvleigang - * @Description 查询数据(list 或者 分页) + * @Description 查询模版数据(list 或者 分页) * @Date 1:33 下午 2023/7/12 * @param jsonObject * @return com.hzya.frame.web.entity.JsonResultEntity @@ -183,7 +183,7 @@ public interface IMdmService { * @param jsonObject * @return com.hzya.frame.web.entity.JsonResultEntity * @Author lvleigang - * @Description 主数据列表显示 业务数据 + * @Description 主数据业务数据 * @Date 9:40 上午 2023/10/18 **/ JsonResultEntity queryMdmShowDistribute(JSONObject jsonObject); diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/service/IIntegrationTaskLivingService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/service/IIntegrationTaskLivingService.java index fbb19bf5..da9906dc 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/service/IIntegrationTaskLivingService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLiving/service/IIntegrationTaskLivingService.java @@ -23,4 +23,12 @@ public interface IIntegrationTaskLivingService extends IBaseService implements IIntegrationTaskLivingService { private IIntegrationTaskLivingDao integrationTaskLivingDao; - + + @Resource + private IIntegrationTaskCacheableService iIntegrationTaskCacheableService; @Autowired public void setIntegrationTaskLivingDao(IIntegrationTaskLivingDao dao) { this.integrationTaskLivingDao = dao; @@ -52,4 +55,27 @@ public class IntegrationTaskLivingServiceImpl extends BaseService>>>>>>>>>>>>>>>>>>>>>>>>>>>"); - logger.info("请求的参数:jsonObject:" + jsonObject.toJSONString()); + logger.info("invoke开始>>>>>>>>>>>>>>>>>>>>>>>>>>>>请求的参数:jsonObject:" + jsonObject.toJSONString()); jsonResultEntity = (JsonResultEntity) m.invoke(object, jsonObject); logger.info("invoke结束>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); return jsonResultEntity; diff --git a/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java b/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java index 84bcd7c1..17a238dd 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java @@ -43,7 +43,7 @@ public class AopDynamicRoutingDataSourceInit { @Before("@annotation(dsAnnotation)") public void beforeDynamicRoutingDataSourceInitMethod(JoinPoint joinPoint, DS dsAnnotation) { - logger.info("beforeDynamicRoutingDataSourceInitMethod:拦截所有使用ds注解的方法,根据ds的value值初始化数据源!"); + //logger.info("beforeDynamicRoutingDataSourceInitMethod:拦截所有使用ds注解的方法,根据ds的value值初始化数据源!"); String dsValue = dsAnnotation.value(); if (dsValue != null && !"".equals(dsValue) && dsValue.contains("#")) { Object[] args = joinPoint.getArgs(); @@ -63,13 +63,13 @@ public class AopDynamicRoutingDataSourceInit { try { dsDatasource = ds.getDataSource(dsValue); } catch (CannotFindDataSourceException exception) { - logger.info("beforeDynamicRoutingDataSourceInitMethod:根据ds获取dsDatasource失败!异常信息:" + "exception.getMessage()" + " 执行初始化数据源:" + dsValue); + //logger.info("beforeDynamicRoutingDataSourceInitMethod:根据ds获取dsDatasource失败!异常信息:" + "exception.getMessage()" + " 执行初始化数据源:" + dsValue); SysDataSourceEntity entity = new SysDataSourceEntity(); entity.setSts("Y"); entity.setUseState(1); entity.setSourceCode(dsValue); List sysDataSourceEntities = sysDataSourceDao.queryDSBase(entity); - logger.info("beforeDynamicRoutingDataSourceInitMethod:根据dsValue获取数据源信息查询结果 sysDataSourceEntities.size:" + sysDataSourceEntities.size()); + //logger.info("beforeDynamicRoutingDataSourceInitMethod:根据dsValue获取数据源信息查询结果 sysDataSourceEntities.size:" + sysDataSourceEntities.size()); if (sysDataSourceEntities != null && sysDataSourceEntities.size() > 0) { for (int i = 0; i < sysDataSourceEntities.size(); i++) { JSONObject defaultDataSourceProperties = new JSONObject(); diff --git a/webapp/src/main/java/com/hzya/frame/webapp/web/filter/BaseFilter.java b/webapp/src/main/java/com/hzya/frame/webapp/web/filter/BaseFilter.java index 8d62574e..39cab232 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/web/filter/BaseFilter.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/web/filter/BaseFilter.java @@ -42,7 +42,7 @@ public class BaseFilter implements Filter { @Override public void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain) throws IOException, ServletException { - logger.info("第二过滤器:验证权限"); + //logger.info("第二过滤器:验证权限"); HttpServletResponseWrapper wrapper = new HttpServletResponseWrapper((HttpServletResponse) servletResponse); HttpServletRequest request = (HttpServletRequest) servletRequest; String requestURI = request.getRequestURI(); diff --git a/webapp/src/main/java/com/hzya/frame/webapp/web/filter/ExceptionOptionFilter.java b/webapp/src/main/java/com/hzya/frame/webapp/web/filter/ExceptionOptionFilter.java index b7bdbb56..e0181002 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/web/filter/ExceptionOptionFilter.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/web/filter/ExceptionOptionFilter.java @@ -24,7 +24,7 @@ public class ExceptionOptionFilter implements Filter { @Override public void doFilter(ServletRequest request, ServletResponse response, FilterChain filterChain) throws IOException, ServletException { try { - LOGGER.info("第一过滤器:处理异常Filter"); + //LOGGER.info("第一过滤器:处理异常Filter"); filterChain.doFilter(request, response); } catch (Exception e) { e.printStackTrace(); From 91b9f2d0cd243f105091463168a8ad30eb0602a2 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Thu, 9 May 2024 11:54:42 +0800 Subject: [PATCH 03/86] =?UTF-8?q?=E6=BE=B3=E6=98=9F=E5=87=AD=E8=AF=81?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9=E9=80=82?= =?UTF-8?q?=E9=85=8D=E4=BF=AE=E6=94=B9=E3=80=81=E5=88=A0=E9=99=A4=E3=80=81?= =?UTF-8?q?=E4=BD=9C=E5=BA=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/u8c/ax/entity/Voucher.java | 9 ++ .../u8c/ax/service/impl/AxServiceImpl.java | 120 +++++++++++++----- 2 files changed, 100 insertions(+), 29 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java b/service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java index e7258719..2b1209ab 100755 --- a/service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java +++ b/service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java @@ -9,6 +9,7 @@ public class Voucher { private String pk_glorgbook; private String pk_prepared; private String pk_vouchertype; + private String pk_voucher; public List getDetails() { return details; @@ -57,4 +58,12 @@ public class Voucher { public void setPk_vouchertype(String pk_vouchertype) { this.pk_vouchertype = pk_vouchertype; } + + public String getPk_voucher() { + return pk_voucher; + } + + public void setPk_voucher(String pk_voucher) { + this.pk_voucher = pk_voucher; + } } \ No newline at end of file diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java b/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java index be1b6e75..ba6b05a3 100644 --- a/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java @@ -1,5 +1,6 @@ package com.hzya.frame.u8c.ax.service.impl; +import cn.hutool.http.HttpRequest; import cn.hutool.json.JSONUtil; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; @@ -51,7 +52,10 @@ public class AxServiceImpl extends BaseService implement private final String publicKey = "ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj"; private final String secretKey = "fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA="; private final String appId = "800016"; - private final String pzApiCode = "8000160014";//凭证新增 + private final String pzApiCodexz = "8000160014";//凭证新增 + private final String pzApiCodexg = "8000160031";//凭证修改 + private final String pzApiCodesc = "8000160033";//凭证删除 + private final String pzApiCodezf = "8000160032";//凭证作废 private final String ryApiCodexz = "8000160029";//人员对照新增 private final String ryApiCodexg = "8000160029";//人员对照修改 @@ -104,6 +108,9 @@ public class AxServiceImpl extends BaseService implement if(jsonObject == null ){ return BaseResult.getFailureMessageEntity("数据为空,请先传递数据"); } + if(!checkStr(jsonObject.getString("voucherType"))){ + return BaseResult.getFailureMessageEntity("voucherType为空"); + } if(!checkStr(jsonObject.getString("usercode"))){ return BaseResult.getFailureMessageEntity("usercode为空"); } @@ -119,37 +126,80 @@ public class AxServiceImpl extends BaseService implement if(!checkStr(jsonObject.getString("data"))){ return BaseResult.getFailureMessageEntity("data为空"); } - VoucherRoot entity = getData("data", jsonObject, VoucherRoot.class); - if(entity == null || entity.getVoucher() == null || entity.getVoucher().size() == 0){ - return BaseResult.getFailureMessageEntity("data为空"); - } + String bodys = jsonObject.getString("data"); List fzhs = Arrays.asList(new String[]{"1", "2", "6", "73", "D01" , "jobass" , "93" , "96", "22"}); - for (int i = 0; i < entity.getVoucher().size(); i++) { - Voucher voucher = entity.getVoucher().get(i); - if(voucher.getDetails() != null && voucher.getDetails().size() > 0){ - for (int a = 0; a < voucher.getDetails().size(); a++) { - VoucherDetails voucherDetails = voucher.getDetails().get(a); - if(voucherDetails.getAss() != null && voucherDetails.getAss().size() > 0){ - for (int b = 0; b < voucherDetails.getAss().size(); b++) { - Ass ass = voucherDetails.getAss().get(b); - if(ass.getChecktypecode() != null && !"".equals(ass.getChecktypecode())){ - //存在需要转换的 - if(fzhs.contains(ass.getChecktypecode())){ - ArchivesEntity archivesEntity = new ArchivesEntity(); - archivesEntity.setArchivesType(ass.getChecktypecode()); - archivesEntity.setLeftCode(ass.getCheckvaluecode()); - //List archivesEntities = axDao.queryArchivesData(archivesEntity); - //if(archivesEntities != null && archivesEntities.size() > 0){ - // ass.setCheckvaluecode(archivesEntities.get(0).getRightCode()); - //} + switch (jsonObject.getString("voucherType")){ + case "add"://新增 + VoucherRoot entity1 = getData("data", jsonObject, VoucherRoot.class); + if(entity1 == null || entity1.getVoucher() == null || entity1.getVoucher().size() == 0){ + return BaseResult.getFailureMessageEntity("data为空"); + } + for (int i = 0; i < entity1.getVoucher().size(); i++) { + Voucher voucher = entity1.getVoucher().get(i); + if(voucher.getDetails() != null && voucher.getDetails().size() > 0){ + for (int a = 0; a < voucher.getDetails().size(); a++) { + VoucherDetails voucherDetails = voucher.getDetails().get(a); + if(voucherDetails.getAss() != null && voucherDetails.getAss().size() > 0){ + for (int b = 0; b < voucherDetails.getAss().size(); b++) { + Ass ass = voucherDetails.getAss().get(b); + if(ass.getChecktypecode() != null && !"".equals(ass.getChecktypecode())){ + //存在需要转换的 + if(fzhs.contains(ass.getChecktypecode())){ + ArchivesEntity archivesEntity = new ArchivesEntity(); + archivesEntity.setArchivesType(ass.getChecktypecode()); + archivesEntity.setLeftCode(ass.getCheckvaluecode()); + //List archivesEntities = axDao.queryArchivesData(archivesEntity); + //if(archivesEntities != null && archivesEntities.size() > 0){ + // ass.setCheckvaluecode(archivesEntities.get(0).getRightCode()); + //} + } + } } } } } } - } + bodys = JSON.toJSONString(entity1); + break; + case "update"://修改 + VoucherRoot entity = getData("data", jsonObject, VoucherRoot.class); + if(entity == null || entity.getVoucher() == null || entity.getVoucher().size() == 0){ + return BaseResult.getFailureMessageEntity("data为空"); + } + for (int i = 0; i < entity.getVoucher().size(); i++) { + Voucher voucher = entity.getVoucher().get(i); + if(voucher.getDetails() != null && voucher.getDetails().size() > 0){ + for (int a = 0; a < voucher.getDetails().size(); a++) { + VoucherDetails voucherDetails = voucher.getDetails().get(a); + if(voucherDetails.getAss() != null && voucherDetails.getAss().size() > 0){ + for (int b = 0; b < voucherDetails.getAss().size(); b++) { + Ass ass = voucherDetails.getAss().get(b); + if(ass.getChecktypecode() != null && !"".equals(ass.getChecktypecode())){ + //存在需要转换的 + if(fzhs.contains(ass.getChecktypecode())){ + ArchivesEntity archivesEntity = new ArchivesEntity(); + archivesEntity.setArchivesType(ass.getChecktypecode()); + archivesEntity.setLeftCode(ass.getCheckvaluecode()); + //List archivesEntities = axDao.queryArchivesData(archivesEntity); + //if(archivesEntities != null && archivesEntities.size() > 0){ + // ass.setCheckvaluecode(archivesEntities.get(0).getRightCode()); + //} + } + } + } + } + } + } + } + bodys = JSON.toJSONString(entity); + break; + case "delete"://删除 + break; + case "cancellation"://作废 + break; + default: + break; } - HttpClientBuilder httpClientBuilder = HttpClientBuilder.create(); // HttpClient CloseableHttpClient closeableHttpClient = httpClientBuilder.disableCookieManagement().build(); @@ -165,9 +215,23 @@ public class AxServiceImpl extends BaseService implement post.setHeader("publicKey", publicKey); post.setHeader("secretKey", secretKey); post.setHeader("appId", appId); - post.setHeader("apiCode", pzApiCode); + switch (jsonObject.getString("voucherType")){ + case "add"://新增 + post.setHeader("apiCode", pzApiCodexz); + break; + case "update"://修改 + post.setHeader("apiCode", pzApiCodexg); + break; + case "delete"://删除 + post.setHeader("apiCode", pzApiCodesc); + break; + case "cancellation"://作废 + post.setHeader("apiCode", pzApiCodezf); + break; + default: + break; + } StringBuilder body = new StringBuilder(); - String bodys = JSON.toJSONString(entity); try { if (bodys != null && !"".equals(bodys)) { ByteArrayEntity byteArrayEntity = new ByteArrayEntity(bodys.getBytes("UTF-8")); @@ -182,8 +246,6 @@ public class AxServiceImpl extends BaseService implement logger.info("返回结果:" + body); JsonResultEntity resultEntity = JSON.parseObject(body.toString(),JsonResultEntity.class); return resultEntity; - //return resultEntity.getAttribute(); - } catch (Exception e) { logger.error("请求错误:" + e.getMessage()); body.append(e.getMessage()); From 18e3d556988a02f47d9885c2af3972924af56cf1 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Thu, 9 May 2024 14:08:38 +0800 Subject: [PATCH 04/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9dj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frame/webapp/entrance/service/impl/EntranceServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java index 2651c378..7b0d798a 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java @@ -237,7 +237,7 @@ public class EntranceServiceImpl implements IEntranceService { //tailuo 要访问的Bean名称 String service = request.getHeader("tl"); //bean方法 - String serviceMethod = request.getHeader("dj"); + String serviceMethod = request.getHeader("ya-dj"); String body = ServletUtil.getBody(servletRequest); //获取类 Object object = null; From 30a589544cb8de4310fa96280dbca02bfd679c87 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Thu, 9 May 2024 14:52:09 +0800 Subject: [PATCH 05/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml | 7 +++---- .../frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml | 7 +++---- .../mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml | 6 +++--- .../entity/MdmModuleDbFiledsRuleEntity.xml | 6 +++--- .../entity/MdmModuleDbFiledsRuleFilesEntity.xml | 6 +++--- .../entity/MdmModuleDistributeEntity.xml | 6 +++--- .../entity/MdmModuleDistributeDetailEntity.xml | 6 +++--- .../frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml | 6 +++--- .../entity/MdmModuleRoleButtonEntity.xml | 6 +++--- .../mdmModuleUserView/entity/MdmModuleUserViewEntity.xml | 6 +++--- .../frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml | 6 +++--- .../entity/MdmModuleViewDetailEntity.xml | 6 +++--- .../mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml | 6 +++--- 13 files changed, 39 insertions(+), 41 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml index 0b9db66d..25acedfc 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml @@ -145,8 +145,7 @@ - + insert into mdm_module( id , @@ -186,7 +185,7 @@ ) - + insert into mdm_module(mdm_name,mdm_logo, mdm_code, mdm_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -196,7 +195,7 @@ - + insert into mdm_module(mdm_name, mdm_logo, mdm_code, mdm_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml index 8f2e3912..f6e61edf 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml @@ -134,8 +134,7 @@ - + insert into mdm_module_db( id , @@ -172,7 +171,7 @@ ) - + insert into mdm_module_db(mdm_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -182,7 +181,7 @@ - + insert into mdm_module_db(mdm_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml index dc765548..80a7af17 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml @@ -157,7 +157,7 @@ + > insert into mdm_module_db_fileds( id , @@ -198,7 +198,7 @@ ) - + insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, filed_length, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -208,7 +208,7 @@ - + insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, filed_length, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml index 38bfd29c..81a375a2 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml @@ -150,7 +150,7 @@ - + insert into mdm_module_db_fileds_rule( id , @@ -194,7 +194,7 @@ ) - + insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -202,7 +202,7 @@ - + insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml index 49ad5f82..cdcf8eec 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml @@ -137,7 +137,7 @@ + > insert into mdm_module_db_fileds_rule_files( id , @@ -174,7 +174,7 @@ ) - + insert into mdm_module_db_fileds_rule_files(rule_name, rule_code, rule_type, rule_value, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -184,7 +184,7 @@ - + insert into mdm_module_db_fileds_rule_files(rule_name, rule_code, rule_type, rule_value, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml index cbed7e30..24b315ff 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml @@ -150,7 +150,7 @@ - + insert into mdm_module_distribute( id , @@ -194,7 +194,7 @@ ) - + insert into mdm_module_distribute(mdm_id, app_id, add_api, delete_api, add_type, delete_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, add_plug, delete_plug, sts) values @@ -202,7 +202,7 @@ - + insert into mdm_module_distribute(mdm_id, app_id, add_api, delete_api, add_type, delete_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, add_plug, delete_plug) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml index 91bbf427..a3b4dfe7 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml @@ -180,7 +180,7 @@ - + insert into mdm_module_distribute_detail( id , @@ -234,7 +234,7 @@ ) - + insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, source_field, source_name, target_field, target_name, default_vaule, source_field_path, target_field_path, target_path, source_path, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, coordinate, sts) values @@ -242,7 +242,7 @@ - + insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, source_field, source_name, target_field, target_name, default_vaule, source_field_path, target_field_path, target_path, source_path, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, coordinate) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml index 33e1458a..b0a78a5b 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml @@ -123,7 +123,7 @@ + > insert into mdm_module_role( id , @@ -156,7 +156,7 @@ ) - + insert into mdm_module_role(mdm_id, role_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -166,7 +166,7 @@ - + insert into mdm_module_role(mdm_id, role_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml index cd3513cb..44ed53a7 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml @@ -151,7 +151,7 @@ + > insert into mdm_module_role_button( id , @@ -190,7 +190,7 @@ ) - + insert into mdm_module_role_button(mdm_id, module_role_id, role_id, button_type, button_name, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -200,7 +200,7 @@ - + insert into mdm_module_role_button(mdm_id, module_role_id, role_id, button_type, button_name, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml index 4625f156..f99172ea 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml @@ -132,7 +132,7 @@ + > insert into mdm_module_user_view( id , @@ -167,7 +167,7 @@ ) - + insert into mdm_module_user_view(mdm_id, user_id, view_detail_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -177,7 +177,7 @@ - + insert into mdm_module_user_view(mdm_id, user_id, view_detail_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml index f9e2717c..14def405 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml @@ -135,7 +135,7 @@ + > insert into mdm_module_view( id , @@ -172,7 +172,7 @@ ) - + insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -182,7 +182,7 @@ - + insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml index 4728615a..2a612e07 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml @@ -136,7 +136,7 @@ + > insert into mdm_module_view_detail( id , @@ -173,7 +173,7 @@ ) - + insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values @@ -183,7 +183,7 @@ - + insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml index 759eaf5f..38427b56 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml @@ -138,7 +138,7 @@ - + insert into mdm_table_code_rule( id , @@ -178,7 +178,7 @@ ) - + insert into mdm_table_code_rule(mdm_id, db_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, db_value, sts) values @@ -186,7 +186,7 @@ - + insert into mdm_table_code_rule(mdm_id, db_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, db_value) values From c05bd514a4ea11eab8044ed2ccedcf7f63d7838b Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Thu, 9 May 2024 14:59:49 +0800 Subject: [PATCH 06/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9dj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frame/webapp/entrance/service/impl/EntranceServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java index 7b0d798a..ab991065 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java @@ -237,7 +237,7 @@ public class EntranceServiceImpl implements IEntranceService { //tailuo 要访问的Bean名称 String service = request.getHeader("tl"); //bean方法 - String serviceMethod = request.getHeader("ya-dj"); + String serviceMethod = request.getHeader("yadj"); String body = ServletUtil.getBody(servletRequest); //获取类 Object object = null; From 4c18ebcd717a24f2822e3e81287a894a213b3381 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Fri, 10 May 2024 09:31:47 +0800 Subject: [PATCH 07/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A1=A3=E6=A1=88?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mdm/mdmModule/entity/MdmModuleEntity.xml | 24 ++++--- .../mdm/service/impl/MdmServiceImpl.java | 70 +++++++++++-------- .../frame/u8c/ax/entity/ArchivesEntity.java | 18 +++++ .../frame/u8c/ax/entity/ArchivesEntity.xml | 1 + .../u8c/ax/service/impl/AxServiceImpl.java | 19 ++--- .../service/impl/EntranceServiceImpl.java | 2 +- 6 files changed, 83 insertions(+), 51 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml index 25acedfc..425888d0 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml @@ -327,14 +327,15 @@ where id = #{id} - `sorts` bigint(20) DEFAULT NULL COMMENT '排序', + `sorts` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '排序', `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', `modify_time` datetime DEFAULT NULL COMMENT '修改时间', - `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', - PRIMARY KEY (`id`) + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE ) ENGINE = INNODB DEFAULT CHARSET = utf8 COMMENT = #{tableRemark} @@ -346,14 +347,15 @@ where id = #{id} `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', `status` varchar(50) DEFAULT NULL COMMENT '状态', `msg` varchar(50) DEFAULT NULL COMMENT '描述', - `sorts` bigint(20) DEFAULT NULL COMMENT '排序', - `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', - `create_time` datetime DEFAULT NULL COMMENT '创建时间', - `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', - `modify_time` datetime DEFAULT NULL COMMENT '修改时间', - `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', - `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', - PRIMARY KEY (`id`) + `sorts` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE ) ENGINE = INNODB DEFAULT CHARSET = utf8 COMMENT = #{tableRemark} diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index a2f6aadc..5ead1a69 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -57,6 +57,7 @@ import com.hzya.frame.sys.roleModule.dao.IRoleModuleMapper; import com.hzya.frame.sys.roleModule.entity.RoleModule; import com.hzya.frame.sys.userRole.dao.IUserRoleMapper; import com.hzya.frame.sys.userRole.entity.UserRole; +import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; import com.hzya.frame.uuid.UUIDUtils; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; @@ -965,38 +966,45 @@ public class MdmServiceImpl implements IMdmService { moduleEntity = mdmModuleDao.queryOne(moduleEntity); if (flag) { //新增菜单 - Module module = new Module(); + SysMenuConfigEntity module = new SysMenuConfigEntity(); module.setCreate(); - module.setServiceName("mdmService");//Spring bean名称 - module.setLvl("2");//等级 - module.setName("integrationOptionAdmin"+moduleEntity.getMdmCode());//名称 - module.setCode(moduleEntity.getMdmCode().toString());//编码 - module.setFormType("0");//类型 0、menu 1、tree 2、list 3、view - module.setLevel("2");//模块操作级别Superadministrator - module.setIcon(null);//模块图标 - module.setUpIds("c3dda399207843eeac91770ac18e91e3");//上级id - module.setTableName(null);//bean表名称映射key - module.setKeyModular(null);//是否关键模块(Y是N否) - module.setTarget(null);//跳转目标 - module.setRemark("主数据" + moduleEntity.getMdmName());//备注 - module.setOpenType("1");//菜单打开方式 - module.setFormId(entity.getId());//表单ID - module.setAppId(null);//应用id - module.setPath("integrationOptionAdmin/"+moduleEntity.getMdmCode());//路由地址 - //module.setPath("integrationOptionAdmin");//路由地址 - module.setComponent("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component - module.setHidden("false");//隐藏 - module.setRedirect(null);//redirevt - module.setAlwaysShow(null);//alwaysShow - module.setTitle(moduleEntity.getMdmName());//标题 - module.setNoCache(null);//nocache缓存 - module.setLabel(moduleEntity.getMdmName());//label - JSONObject object1 = new JSONObject(); - object1.put("mdmId", moduleEntity.getId());//主数据id - object1.put("mdmCode", moduleEntity.getMdmCode());//主数据编码 - object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 - module.setOptions(object1.toString());//菜单mate参数 - moduleMapper.entity_insert(module); + module.setParentMenuId("ea22757e99c144fb9ef381dd322e233c"); + module.setMenuName(moduleEntity.getMdmName()); + module.setMenuEnglishName("integrationOptionAdmin"+moduleEntity.getMdmCode()); + module.setMenuIcon(null);//模块图标 + module.setRoute("integrationOptionAdmin/"+moduleEntity.getMdmCode());//路由地址 + module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component + + + + //module.setServiceName("mdmService");//Spring bean名称 + //module.setLvl("2");//等级 + //module.setName("integrationOptionAdmin"+moduleEntity.getMdmCode());//名称 + //module.setCode(moduleEntity.getMdmCode().toString());//编码 + //module.setFormType("0");//类型 0、menu 1、tree 2、list 3、view + //module.setLevel("2");//模块操作级别Superadministrator + //module.setIcon(null);//模块图标 + //module.setUpIds("c3dda399207843eeac91770ac18e91e3");//上级id + //module.setTableName(null);//bean表名称映射key + //module.setKeyModular(null);//是否关键模块(Y是N否) + //module.setTarget(null);//跳转目标 + //module.setRemark("主数据" + moduleEntity.getMdmName());//备注 + //module.setOpenType("1");//菜单打开方式 + //module.setFormId(entity.getId());//表单ID + //module.setAppId(null);//应用id + ////module.setPath("integrationOptionAdmin");//路由地址 + //module.setHidden("false");//隐藏 + //module.setRedirect(null);//redirevt + //module.setAlwaysShow(null);//alwaysShow + //module.setTitle(moduleEntity.getMdmName());//标题 + //module.setNoCache(null);//nocache缓存 + //module.setLabel(moduleEntity.getMdmName());//label + //JSONObject object1 = new JSONObject(); + //object1.put("mdmId", moduleEntity.getId());//主数据id + //object1.put("mdmCode", moduleEntity.getMdmCode());//主数据编码 + //object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 + //module.setOptions(object1.toString());//菜单mate参数 + //moduleMapper.entity_insert(module); } else { //修改菜单 注意因为可能修改显示类型,所以需要修改菜单的属性 Module module = new Module(); diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.java b/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.java index aa6de3fc..a12d3645 100644 --- a/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.java +++ b/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.java @@ -30,6 +30,8 @@ public class ArchivesEntity extends BaseEntity { private String rightApiId;//右接口ID private String rightId;//右id private String rightName;//右名称 + private String leftOrg;//左公司 + private String rightOrg;//右公司 public String getArchivesType() { return archivesType; @@ -151,6 +153,22 @@ public class ArchivesEntity extends BaseEntity { this.rightName = rightName; } + public String getLeftOrg() { + return leftOrg; + } + + public void setLeftOrg(String leftOrg) { + this.leftOrg = leftOrg; + } + + public String getRightOrg() { + return rightOrg; + } + + public void setRightOrg(String rightOrg) { + this.rightOrg = rightOrg; + } + public void setCreate() { this.setId(UUIDUtils.getUUID()); this.setSts("Y"); diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.xml b/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.xml index 0d4dd9ee..6c869485 100644 --- a/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.xml +++ b/service/src/main/java/com/hzya/frame/u8c/ax/entity/ArchivesEntity.xml @@ -45,6 +45,7 @@ and left_code = #{leftCode} + and left_org = #{leftOrg} and sts='Y' diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java b/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java index ba6b05a3..f126e010 100644 --- a/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/u8c/ax/service/impl/AxServiceImpl.java @@ -148,10 +148,12 @@ public class AxServiceImpl extends BaseService implement ArchivesEntity archivesEntity = new ArchivesEntity(); archivesEntity.setArchivesType(ass.getChecktypecode()); archivesEntity.setLeftCode(ass.getCheckvaluecode()); - //List archivesEntities = axDao.queryArchivesData(archivesEntity); - //if(archivesEntities != null && archivesEntities.size() > 0){ - // ass.setCheckvaluecode(archivesEntities.get(0).getRightCode()); - //} + archivesEntity.setLeftOrg(voucher.getPk_corp()); + + List archivesEntities = axDao.queryArchivesData(archivesEntity); + if(archivesEntities != null && archivesEntities.size() > 0){ + ass.setCheckvaluecode(archivesEntities.get(0).getRightCode()); + } } } } @@ -180,10 +182,11 @@ public class AxServiceImpl extends BaseService implement ArchivesEntity archivesEntity = new ArchivesEntity(); archivesEntity.setArchivesType(ass.getChecktypecode()); archivesEntity.setLeftCode(ass.getCheckvaluecode()); - //List archivesEntities = axDao.queryArchivesData(archivesEntity); - //if(archivesEntities != null && archivesEntities.size() > 0){ - // ass.setCheckvaluecode(archivesEntities.get(0).getRightCode()); - //} + archivesEntity.setLeftOrg(voucher.getPk_corp()); + List archivesEntities = axDao.queryArchivesData(archivesEntity); + if(archivesEntities != null && archivesEntities.size() > 0){ + ass.setCheckvaluecode(archivesEntities.get(0).getRightCode()); + } } } } diff --git a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java index 7b0d798a..ab991065 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java @@ -237,7 +237,7 @@ public class EntranceServiceImpl implements IEntranceService { //tailuo 要访问的Bean名称 String service = request.getHeader("tl"); //bean方法 - String serviceMethod = request.getHeader("ya-dj"); + String serviceMethod = request.getHeader("yadj"); String body = ServletUtil.getBody(servletRequest); //获取类 Object object = null; From 5f04f9da668e88ddaa756ce25249176180d20fd8 Mon Sep 17 00:00:00 2001 From: "476474485@qq.com" Date: Sat, 11 May 2024 14:16:58 +0800 Subject: [PATCH 08/86] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=BA=A7=E5=88=AB=EF=BC=8C=E6=94=BE=E7=94=9F=E4=BA=A7=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E7=9A=84=E6=97=B6=E5=80=99=E7=BA=A7=E5=88=AB?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=88=90error=EF=BC=8C=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E4=B8=8D=E6=89=93=E5=8D=B0=EF=BC=8C=E5=8F=AA=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 115 +++++++++++++++--- 1 file changed, 97 insertions(+), 18 deletions(-) diff --git a/buildpackage/src/main/resources/logback-spring.xml b/buildpackage/src/main/resources/logback-spring.xml index 2b63869a..780f5c31 100644 --- a/buildpackage/src/main/resources/logback-spring.xml +++ b/buildpackage/src/main/resources/logback-spring.xml @@ -31,42 +31,121 @@ - - - - - - - - - - - - - - - - ${LOG_PATH}/info.log + + + INFO + ACCEPT + DENY + ${MAX_FILE_SIZE} ${MAX_HISTORY} - ${LOG_PATH}/%d{yyyy-MM-dd}/%d{yyyy-MM-dd-HH}/%d{yyyy-MM-dd-HH}.%i.log + + ${LOG_PATH}/%d{yyyy-MM-dd}/info/info_%d{yyyyMMdd}.%i.log + + + ${MAX_FILE_SIZE} + + + + + + %d{yyyy-MM-dd HH:mm:ss} %-5level [%thread] %logger{50} - %msg%n + + + + + + + + + ${MAX_FILE_SIZE} + + ${MAX_HISTORY} + ${LOG_PATH}/%d{yyyy-MM-dd}/warn/warn_%d{yyyyMMdd}.%i.log ${MAX_FILE_SIZE} + + + WARN + ACCEPT + DENY + %d{yyyy-MM-dd HH:mm:ss} %-5level [%thread] %logger{50} - %msg%n + + + + + + + ${MAX_FILE_SIZE} + + ${MAX_HISTORY} + ${LOG_PATH}/%d{yyyy-MM-dd}/error/error_%d{yyyyMMdd}.%i.log + + + ${MAX_FILE_SIZE} + + + + + ERROR + ACCEPT + DENY + + + %d{yyyy-MM-dd HH:mm:ss} %-5level [%thread] %logger{50} - %msg%n + + + + + + + + + + + + ${MAX_FILE_SIZE} + + ${MAX_HISTORY} + ${LOG_PATH}/%d{yyyy-MM-dd}/all/all_%d{yyyyMMdd}.%i.log + + + ${MAX_FILE_SIZE} + + + + + %d{yyyy-MM-dd HH:mm:ss} %-5level [%thread] %logger{50} - %msg%n + + + + + + + - \ No newline at end of file + + + + + + + + + From 3cd0edd14fc60bafc08d756d0861d87d947d20ee Mon Sep 17 00:00:00 2001 From: "476474485@qq.com" Date: Sat, 11 May 2024 14:39:58 +0800 Subject: [PATCH 09/86] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=BA=A7=E5=88=AB=EF=BC=8C=E6=94=BE=E7=94=9F=E4=BA=A7=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E7=9A=84=E6=97=B6=E5=80=99=E7=BA=A7=E5=88=AB?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=88=90error=EF=BC=8C=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0=E4=B8=8D=E6=89=93=E5=8D=B0=EF=BC=8C=E5=8F=AA=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hzya/frame/DataSource/impl/DataSourceInitEvent.java | 0 .../DataSource/impl/DynamicDataSourceAssistConfiguration.java | 0 .../com/hzya/frame/DataSource/impl/EncDataSourceInitEvent.java | 0 service/src/main/java/com/hzya/frame/u8c/ax/entity/Ass.java | 0 service/src/main/java/com/hzya/frame/u8c/ax/entity/Cashflow.java | 0 service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java | 0 .../main/java/com/hzya/frame/u8c/ax/entity/VoucherDetails.java | 0 .../src/main/java/com/hzya/frame/u8c/ax/entity/VoucherRoot.java | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 core/src/main/java/com/hzya/frame/DataSource/impl/DataSourceInitEvent.java mode change 100755 => 100644 core/src/main/java/com/hzya/frame/DataSource/impl/DynamicDataSourceAssistConfiguration.java mode change 100755 => 100644 core/src/main/java/com/hzya/frame/DataSource/impl/EncDataSourceInitEvent.java mode change 100755 => 100644 service/src/main/java/com/hzya/frame/u8c/ax/entity/Ass.java mode change 100755 => 100644 service/src/main/java/com/hzya/frame/u8c/ax/entity/Cashflow.java mode change 100755 => 100644 service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java mode change 100755 => 100644 service/src/main/java/com/hzya/frame/u8c/ax/entity/VoucherDetails.java mode change 100755 => 100644 service/src/main/java/com/hzya/frame/u8c/ax/entity/VoucherRoot.java diff --git a/core/src/main/java/com/hzya/frame/DataSource/impl/DataSourceInitEvent.java b/core/src/main/java/com/hzya/frame/DataSource/impl/DataSourceInitEvent.java old mode 100755 new mode 100644 diff --git a/core/src/main/java/com/hzya/frame/DataSource/impl/DynamicDataSourceAssistConfiguration.java b/core/src/main/java/com/hzya/frame/DataSource/impl/DynamicDataSourceAssistConfiguration.java old mode 100755 new mode 100644 diff --git a/core/src/main/java/com/hzya/frame/DataSource/impl/EncDataSourceInitEvent.java b/core/src/main/java/com/hzya/frame/DataSource/impl/EncDataSourceInitEvent.java old mode 100755 new mode 100644 diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/Ass.java b/service/src/main/java/com/hzya/frame/u8c/ax/entity/Ass.java old mode 100755 new mode 100644 diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/Cashflow.java b/service/src/main/java/com/hzya/frame/u8c/ax/entity/Cashflow.java old mode 100755 new mode 100644 diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java b/service/src/main/java/com/hzya/frame/u8c/ax/entity/Voucher.java old mode 100755 new mode 100644 diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/VoucherDetails.java b/service/src/main/java/com/hzya/frame/u8c/ax/entity/VoucherDetails.java old mode 100755 new mode 100644 diff --git a/service/src/main/java/com/hzya/frame/u8c/ax/entity/VoucherRoot.java b/service/src/main/java/com/hzya/frame/u8c/ax/entity/VoucherRoot.java old mode 100755 new mode 100644 From 43af43dd249c610141bf5b57f6598c36aedd04a3 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 13 May 2024 13:56:24 +0800 Subject: [PATCH 10/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/serviceUtil/DsDataSourceUtil.java | 8 +------- .../sys/dataSource/entity/SysDataSourceEntity.java | 12 ++++++++---- .../service/impl/SysDataSourceServiceImpl.java | 11 +++++++++++ 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/serviceUtil/DsDataSourceUtil.java b/service/src/main/java/com/hzya/frame/serviceUtil/DsDataSourceUtil.java index d45a817a..693c62e5 100644 --- a/service/src/main/java/com/hzya/frame/serviceUtil/DsDataSourceUtil.java +++ b/service/src/main/java/com/hzya/frame/serviceUtil/DsDataSourceUtil.java @@ -7,6 +7,7 @@ import com.baomidou.dynamic.datasource.exception.CannotFindDataSourceException; import com.hzya.frame.datasource.DataSourceUtilProperties; import com.hzya.frame.sys.dataSource.entity.SysDataSourceEntity; import com.hzya.frame.sysnew.application.entity.SysApplicationDatasourceDto; +import com.hzya.frame.util.AESUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; @@ -69,13 +70,6 @@ public class DsDataSourceUtil { } - /**** - * @Content:创建数据源,返回DruidDataSource - * @Author 👻👻👻👻👻👻👻👻 gjh - * @Date 2023-06-14 9:11 - * @Param [defaultDataSourceProperties] - * @return com.alibaba.druid.pool.DruidDataSource - **/ private DruidDataSource createDefaultDataSource(JSONObject defaultDataSourceProperties) throws RuntimeException { //根据datasource_code查询数据源配置信息 String datasource_code = String.valueOf(defaultDataSourceProperties.get("datasource_code")); diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java index 31d170d0..8f44742c 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java @@ -113,7 +113,7 @@ public class SysDataSourceEntity extends BaseEntity { } public String getSourceUrl() { StringBuffer sourceUrl = new StringBuffer(); - if(sourceType != null) { + if(sourceType != null){ switch (sourceType) { case "1": //oracle //jdbc:oracle:thin:@60.204.132.91:1521:ORCL @@ -121,11 +121,15 @@ public class SysDataSourceEntity extends BaseEntity { break; case "2": //sqlsever //jdbc:sqlserver://221.12.175.82:1433;DatabaseName=U8CLOUD;encrypt=false;trustServerCertificate=true - sourceUrl.append("jdbc:sqlserver://").append(sourceIp).append(":").append(sourcePort).append(";DatabaseName=").append(dbName).append(";encrypt=false;trustServerCertificate=true"); + sourceUrl.append("jdbc:jtds:sqlserver://").append(sourceIp).append(":").append(sourcePort).append("/").append(dbName).append(";encrypt=false;trustServerCertificate=true"); break; case "3": //mysql - //jdbc:mysql://hzya.ufyct.com:9096/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false - sourceUrl.append("jdbc:mysql://").append(sourceIp).append(":").append(sourcePort).append("/").append(dbName).append("?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false"); + //jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true + sourceUrl.append("jdbc:mysql://").append(sourceIp).append(":").append(sourcePort).append("/").append(dbName).append("?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true"); + break; + case "4": //dm + //jdbc:dm://hzya.ufyct.com:9040?schema=businesscenter&characterEncoding=UTF-8 + sourceUrl.append("jdbc:dm://").append(sourceIp).append(":").append(sourcePort).append("?schema=").append(dbName).append("&characterEncoding=UTF-8"); break; default: } diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java index bb700ac3..2ecb06da 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java @@ -9,6 +9,7 @@ import com.hzya.frame.sys.dataSource.entity.SysDataSourceEntity; import com.hzya.frame.sys.dataSource.dao.ISysDataSourceDao; import com.hzya.frame.sys.dataSource.entity.SysDataSourceVo; import com.hzya.frame.sys.dataSource.service.ISysDataSourceService; +import com.hzya.frame.util.AESUtil; import com.hzya.frame.uuid.UUIDUtils; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; @@ -68,6 +69,11 @@ public class SysDataSourceServiceImpl extends BaseService sysDataSourceEntities = sysDataSourceDao.queryVoList(entity); + if(sysDataSourceEntities != null && sysDataSourceEntities.size() > 0){ + for (int i = 0; i < sysDataSourceEntities.size(); i++) { + sysDataSourceEntities.get(i).setPassword(AESUtil.decrypt(sysDataSourceEntities.get(i).getPassword())); + } + } PageInfo pageInfo = new PageInfo(sysDataSourceEntities); return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); } @@ -87,6 +93,7 @@ public class SysDataSourceServiceImpl extends BaseService Date: Mon, 13 May 2024 16:45:03 +0800 Subject: [PATCH 11/86] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildpackage/pom.xml | 12 +++++++++++ .../src/main/resources/application-xel.yml | 21 +++++++++++++++++++ .../src/main/resources/application-ydc.yml | 21 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 buildpackage/src/main/resources/application-xel.yml create mode 100644 buildpackage/src/main/resources/application-ydc.yml diff --git a/buildpackage/pom.xml b/buildpackage/pom.xml index 666c0306..3f3f2407 100644 --- a/buildpackage/pom.xml +++ b/buildpackage/pom.xml @@ -69,6 +69,18 @@ llg + + xel + + xel + + + + ydc + + ydc + + kangarooDataCenterV3 diff --git a/buildpackage/src/main/resources/application-xel.yml b/buildpackage/src/main/resources/application-xel.yml new file mode 100644 index 00000000..17399204 --- /dev/null +++ b/buildpackage/src/main/resources/application-xel.yml @@ -0,0 +1,21 @@ +#######################本地环境####################### +logging: + #日志级别 指定目录级别 + level: + root: info + encodings: UTF-8 + file: +# 日志保存路径 + path: /Users/xiangerlin/work/app/logs/ydc +spring: + datasource: + dynamic: + datasource: + master: + url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true + username: root + password: bd993088e8a7c3dc5f44441617f9b4bf + driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 +savefile: + # 文件保存路径 + path: /Users/xiangerlin/work/app/logs/ydc diff --git a/buildpackage/src/main/resources/application-ydc.yml b/buildpackage/src/main/resources/application-ydc.yml new file mode 100644 index 00000000..17399204 --- /dev/null +++ b/buildpackage/src/main/resources/application-ydc.yml @@ -0,0 +1,21 @@ +#######################本地环境####################### +logging: + #日志级别 指定目录级别 + level: + root: info + encodings: UTF-8 + file: +# 日志保存路径 + path: /Users/xiangerlin/work/app/logs/ydc +spring: + datasource: + dynamic: + datasource: + master: + url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true + username: root + password: bd993088e8a7c3dc5f44441617f9b4bf + driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 +savefile: + # 文件保存路径 + path: /Users/xiangerlin/work/app/logs/ydc From 1b653ff985b4f85164a4c9ed819df3f5ba66bc0f Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 13 May 2024 16:55:28 +0800 Subject: [PATCH 12/86] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8B=B7=E8=B4=9D=E5=88=B0V3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 6 +- .../com/hzya/frame/home/dao/IHomeDao.java | 24 +++ .../hzya/frame/home/dao/impl/HomeDaoImpl.java | 52 ++++++ .../hzya/frame/home/entity/HomeEntity.java | 70 ++++++++ .../com/hzya/frame/home/entity/HomeEntity.xml | 109 ++++++++++++ .../hzya/frame/home/service/IHomeService.java | 45 +++++ .../home/service/impl/HomeServiceImpl.java | 155 ++++++++++++++++++ 7 files changed, 458 insertions(+), 3 deletions(-) create mode 100644 service/src/main/java/com/hzya/frame/home/dao/IHomeDao.java create mode 100644 service/src/main/java/com/hzya/frame/home/dao/impl/HomeDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/home/entity/HomeEntity.java create mode 100644 service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/home/service/IHomeService.java create mode 100644 service/src/main/java/com/hzya/frame/home/service/impl/HomeServiceImpl.java diff --git a/buildpackage/src/main/resources/application-dev.yml b/buildpackage/src/main/resources/application-dev.yml index bf76fb9c..1f0b77dd 100644 --- a/buildpackage/src/main/resources/application-dev.yml +++ b/buildpackage/src/main/resources/application-dev.yml @@ -2,9 +2,10 @@ logging: #日志级别 指定目录级别 level: - root: info + root: error encodings: UTF-8 file: + # 日志保存路径 path: /home/webservice/zt/log spring: datasource: @@ -16,6 +17,5 @@ spring: password: bd993088e8a7c3dc5f44441617f9b4bf driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 savefile: + # 文件保存路径 path: /home/webservice/zt/file -ax: - url: http://127.0.0.1:9081/kangarooDataCenterV3/entranceController/externalCallInterface \ No newline at end of file diff --git a/service/src/main/java/com/hzya/frame/home/dao/IHomeDao.java b/service/src/main/java/com/hzya/frame/home/dao/IHomeDao.java new file mode 100644 index 00000000..25b10ecc --- /dev/null +++ b/service/src/main/java/com/hzya/frame/home/dao/IHomeDao.java @@ -0,0 +1,24 @@ +package com.hzya.frame.home.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.home.entity.HomeEntity; + +import java.util.List; + +public interface IHomeDao extends IBaseDao { + + + List getAppErrorNum(HomeEntity homeEntity); + + List appApiNum(HomeEntity homeEntity); + + List useApiNum(HomeEntity homeEntity); + + HomeEntity taskNumRun(HomeEntity homeEntity); + HomeEntity taskNumStop(HomeEntity homeEntity); + + List sevenerrornum(HomeEntity homeEntity); + + List sevensuccessnum(HomeEntity homeEntity); +} + diff --git a/service/src/main/java/com/hzya/frame/home/dao/impl/HomeDaoImpl.java b/service/src/main/java/com/hzya/frame/home/dao/impl/HomeDaoImpl.java new file mode 100644 index 00000000..48998281 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/home/dao/impl/HomeDaoImpl.java @@ -0,0 +1,52 @@ +package com.hzya.frame.home.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.home.dao.IHomeDao; +import com.hzya.frame.home.entity.HomeEntity; +import org.springframework.stereotype.Repository; + +import java.util.List; + +@Repository(value = "HomeDaoImpl") +public class HomeDaoImpl extends MybatisGenericDao implements IHomeDao { + + + @Override + public List getAppErrorNum(HomeEntity entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "getAppErrorNum", entity); + return o; + } + + @Override + public List appApiNum(HomeEntity entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "appApiNum", entity); + return o; + } + + @Override + public List useApiNum(HomeEntity entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "useApiNum", entity); + return o; + } + @Override + public List sevenerrornum(HomeEntity entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "sevenerrornum", entity); + return o; + } + @Override + public List sevensuccessnum(HomeEntity entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "sevensuccessnum", entity); + return o; + } + @Override + public HomeEntity taskNumRun(HomeEntity entity) { + HomeEntity o = (HomeEntity) super.selectOne(getSqlIdPrifx() + "taskNumRun", entity); + return o; + } + @Override + public HomeEntity taskNumStop(HomeEntity entity) { + HomeEntity o = (HomeEntity) super.selectOne(getSqlIdPrifx() + "taskNumStop", entity); + return o; + } +} + diff --git a/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.java b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.java new file mode 100644 index 00000000..64136ec2 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.java @@ -0,0 +1,70 @@ +package com.hzya.frame.home.entity; + +import com.hzya.frame.web.entity.BaseEntity; + + +public class HomeEntity extends BaseEntity { + //应用id + private String appId; + + //应用图标 + private String path; + // + private String name; + + //数量 + private Integer num; + //正常数量 + private Integer normalNum; + //异常数量 + private Integer abnormalNum; + + public String getAppId() { + return appId; + } + + public void setAppId(String appId) { + this.appId = appId; + } + + public String getPath() { + return path; + } + + public void setPath(String path) { + this.path = path; + } + + public Integer getNormalNum() { + return normalNum; + } + + public void setNormalNum(Integer normalNum) { + this.normalNum = normalNum; + } + + public Integer getAbnormalNum() { + return abnormalNum; + } + + public void setAbnormalNum(Integer abnormalNum) { + this.abnormalNum = abnormalNum; + } + + public Integer getNum() { + return num; + } + + public void setNum(Integer num) { + this.num = num; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } +} + diff --git a/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml new file mode 100644 index 00000000..584a41db --- /dev/null +++ b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/service/src/main/java/com/hzya/frame/home/service/IHomeService.java b/service/src/main/java/com/hzya/frame/home/service/IHomeService.java new file mode 100644 index 00000000..3e4f606c --- /dev/null +++ b/service/src/main/java/com/hzya/frame/home/service/IHomeService.java @@ -0,0 +1,45 @@ +package com.hzya.frame.home.service; + +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.basedao.service.IBaseService; +import com.hzya.frame.home.entity.HomeEntity; +import com.hzya.frame.web.entity.JsonResultEntity; + +public interface IHomeService extends IBaseService { + + /** + * @Author lvleigang + * @Description 分组统计应用下接口日志表失败的数量(返回应用名称、失败数) + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity appErrorNum(JSONObject jsonObject); + + /** + * @Author lvleigang + * @Description 分组统计应用下面api的总数量,以及是否有授权的api数量,(返回应用名称、api总数量、启用数量、停用数量) + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity appApiNum(JSONObject jsonObject); + /** + * @Author lvleigang + * @Description 查询任务监控表数据(返回任务名称、状态、总数、上次耗时、上次执行时间) + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity taskNum(JSONObject jsonObject); + + /** + * @Author lvleigang + * @Description 统计最近7天内api成功和失败数量 + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity sevenNum(JSONObject jsonObject); + +} diff --git a/service/src/main/java/com/hzya/frame/home/service/impl/HomeServiceImpl.java b/service/src/main/java/com/hzya/frame/home/service/impl/HomeServiceImpl.java new file mode 100644 index 00000000..6ee65aa3 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/home/service/impl/HomeServiceImpl.java @@ -0,0 +1,155 @@ +package com.hzya.frame.home.service.impl; + +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.basedao.service.impl.BaseService; +import com.hzya.frame.home.dao.IHomeDao; +import com.hzya.frame.home.entity.HomeEntity; +import com.hzya.frame.home.service.IHomeService; +import com.hzya.frame.sysnew.application.dao.ISysApplicationDao; +import com.hzya.frame.sysnew.application.entity.SysApplicationEntity; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; +import java.time.LocalDate; +import java.time.format.DateTimeFormatter; +import java.util.ArrayList; +import java.util.List; + + +@Service(value = "homeService") +public class HomeServiceImpl extends BaseService implements IHomeService { + + private IHomeDao homeDao; + @Resource + private ISysApplicationDao sysApplicationDao; + @Autowired + public void setSysApplicationApiDao(IHomeDao dao) { + this.homeDao = dao; + this.dao = dao; + } + /** + * @Author lvleigang + * @Description 分组统计应用下接口日志表失败的数量(返回应用名称、失败数) + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + @Override + public JsonResultEntity appErrorNum(JSONObject jsonObject) { + HomeEntity homeEntity = new HomeEntity(); + List homeEntities = homeDao.getAppErrorNum(homeEntity); + if(homeEntities != null && homeEntities.size() > 0){ + SysApplicationEntity sysApplicationEntity = new SysApplicationEntity(); + sysApplicationEntity.setSts("Y"); + List sysApplicationEntities = sysApplicationDao.queryByLike(sysApplicationEntity); + if(sysApplicationEntities != null && sysApplicationEntities.size() > 0){ + for (int i = 0; i < homeEntities.size(); i++) { + for (int a = 0; a < sysApplicationEntities.size(); a++) { + if(homeEntities.get(i).getAppId()!= null && sysApplicationEntities.get(a).getId().equals(homeEntities.get(i).getAppId())){ + homeEntities.get(i).setPath(sysApplicationEntities.get(a).getAppLogo()); + continue; + } + } + } + } + } + return BaseResult.getSuccessMessageEntity("查询数据成功",homeEntities); + } + /** + * @Author lvleigang + * @Description 分组统计应用下面api的总数量,以及是否有授权的api数量,(返回应用名称、api总数量、启用数量、停用数量) + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + @Override + public JsonResultEntity appApiNum(JSONObject jsonObject) { + HomeEntity homeEntity = new HomeEntity(); + List homeEntities = homeDao.appApiNum(homeEntity); + if(homeEntities != null && homeEntities.size() > 0){ + List useApiNum = homeDao.useApiNum(homeEntity); + if(useApiNum != null && useApiNum.size() > 0){ + for (int i = 0; i < homeEntities.size(); i++) { + for (int a = 0; a < useApiNum.size(); a++) { + if(homeEntities.get(i).getAppId()!= null && useApiNum.get(a).getAppId().equals(homeEntities.get(i).getAppId())){ + homeEntities.get(i).setNormalNum(useApiNum.get(a).getNormalNum()); + homeEntities.get(i).setAbnormalNum(homeEntities.get(i).getNum() - useApiNum.get(a).getNormalNum()); + continue; + } + } + } + } + + SysApplicationEntity sysApplicationEntity = new SysApplicationEntity(); + sysApplicationEntity.setSts("Y"); + List sysApplicationEntities = sysApplicationDao.queryByLike(sysApplicationEntity); + if(sysApplicationEntities != null && sysApplicationEntities.size() > 0){ + for (int i = 0; i < homeEntities.size(); i++) { + for (int a = 0; a < sysApplicationEntities.size(); a++) { + if(homeEntities.get(i).getAppId()!= null && sysApplicationEntities.get(a).getId().equals(homeEntities.get(i).getAppId())){ + homeEntities.get(i).setPath(sysApplicationEntities.get(a).getAppLogo()); + continue; + } + } + } + } + } + return BaseResult.getSuccessMessageEntity("查询数据成功",homeEntities); + } + /** + * @Author lvleigang + * @Description 查询任务监控表数据(返回任务名称、状态、总数、上次耗时、上次执行时间) + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + @Override + public JsonResultEntity taskNum(JSONObject jsonObject) { + HomeEntity homeEntity = new HomeEntity(); + HomeEntity runhome = homeDao.taskNumRun(homeEntity); + HomeEntity stophome = homeDao.taskNumStop(homeEntity); + homeEntity.setNormalNum(runhome.getNormalNum()); + homeEntity.setAbnormalNum(stophome.getAbnormalNum()); + homeEntity.setNum(runhome.getNormalNum() + stophome.getAbnormalNum()); + return BaseResult.getSuccessMessageEntity("查询数据成功",homeEntity); + } + + /** + * @Author lvleigang + * @Description 统计最近7天内api成功和失败数量 + * @Date 10:17 上午 2024/5/11 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + @Override + public JsonResultEntity sevenNum(JSONObject jsonObject) { + List homeEntities = new ArrayList<>(); + HomeEntity homeEntity = new HomeEntity(); + List errornum = homeDao.sevenerrornum(homeEntity); + List successnum = homeDao.sevensuccessnum(homeEntity); + for (int i = 6; i >=0; i--) { + String date = LocalDate.now().minusDays(i).format(DateTimeFormatter.ofPattern("yyyy-MM-dd")); + HomeEntity entity = new HomeEntity(); + entity.setName(date); + entity.setNormalNum(0); + entity.setAbnormalNum(0); + for (int a = 0; a < errornum.size(); a++) { + if(date.equals(errornum.get(a).getName())){ + entity.setAbnormalNum(errornum.get(a).getAbnormalNum()); + continue; + } + } + for (int a = 0; a < successnum.size(); a++) { + if(date.equals(successnum.get(a).getName())){ + entity.setNormalNum(successnum.get(a).getNormalNum()); + continue; + } + } + homeEntities.add(entity); + } + return BaseResult.getSuccessMessageEntity("查询数据成功",homeEntities); + } +} From 5b507de06db9544cb21280bef0f4396350477ca7 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Tue, 14 May 2024 11:22:16 +0800 Subject: [PATCH 13/86] =?UTF-8?q?=E4=B8=BB=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=E5=A2=9E=E5=8A=A0ax.url=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildpackage/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildpackage/src/main/resources/application.yml b/buildpackage/src/main/resources/application.yml index e5a996d7..cfd08cee 100644 --- a/buildpackage/src/main/resources/application.yml +++ b/buildpackage/src/main/resources/application.yml @@ -72,4 +72,6 @@ mybatis-plus: global-config: db-config: id-type: auto # 主键策略 +ax: + url: From 384953257673c934fcad6b148f713f7c55db7906 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Tue, 14 May 2024 16:31:58 +0800 Subject: [PATCH 14/86] =?UTF-8?q?u8=E5=B7=A5=E5=85=B7=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/u8/dto/U8ResponseDTO.java | 89 +++++++++++++++++++ .../java/com/hzya/frame/u8/util/U8Util.java | 34 +++++++ 2 files changed, 123 insertions(+) create mode 100644 service/src/main/java/com/hzya/frame/u8/dto/U8ResponseDTO.java create mode 100644 service/src/main/java/com/hzya/frame/u8/util/U8Util.java diff --git a/service/src/main/java/com/hzya/frame/u8/dto/U8ResponseDTO.java b/service/src/main/java/com/hzya/frame/u8/dto/U8ResponseDTO.java new file mode 100644 index 00000000..a72cb34d --- /dev/null +++ b/service/src/main/java/com/hzya/frame/u8/dto/U8ResponseDTO.java @@ -0,0 +1,89 @@ +package com.hzya.frame.u8.dto; + +import com.alibaba.fastjson.annotation.JSONField; + +/** + * @Description u8返回对象 + * @Author xiangerlin + * @Date 2024/5/14 15:40 + **/ +public class U8ResponseDTO { + @JSONField(name = "Flag") + private String flag; + @JSONField(name = "DataOne") + private String dataOne; + @JSONField(name = "DataTwo") + private String dataTwo; + @JSONField(name = "Msg") + private String msg; + + //如果co初始化失败,或者token不对的时候会返回这些信息 + private String code; + private String success; + private String message; + private String data; + + public String getFlag() { + return flag; + } + + public void setFlag(String flag) { + this.flag = flag; + } + + public String getDataOne() { + return dataOne; + } + + public void setDataOne(String dataOne) { + this.dataOne = dataOne; + } + + public String getDataTwo() { + return dataTwo; + } + + public void setDataTwo(String dataTwo) { + this.dataTwo = dataTwo; + } + + public String getMsg() { + return msg; + } + + public void setMsg(String msg) { + this.msg = msg; + } + + public String getCode() { + return code; + } + + public void setCode(String code) { + this.code = code; + } + + public String getSuccess() { + return success; + } + + public void setSuccess(String success) { + this.success = success; + } + + public String getMessage() { + return message; + } + + public void setMessage(String message) { + this.message = message; + } + + public String getData() { + return data; + } + + public void setData(String data) { + this.data = data; + } +} diff --git a/service/src/main/java/com/hzya/frame/u8/util/U8Util.java b/service/src/main/java/com/hzya/frame/u8/util/U8Util.java new file mode 100644 index 00000000..0b441e56 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/u8/util/U8Util.java @@ -0,0 +1,34 @@ +package com.hzya.frame.u8.util; + +import cn.hutool.core.util.StrUtil; +import cn.hutool.http.HttpRequest; +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.u8.dto.U8ResponseDTO; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; + +/** + * @Description + * @Author xiangerlin + * @Date 2024/5/14 15:30 + **/ +public class U8Util { + + static Logger logger = LogManager.getLogger(U8Util.class); + + //获取token + public static String getToken() { + String url = "/Api/Base/GetToken"; + JSONObject jsonObject = new JSONObject(); + jsonObject.put("secretkey", "L1NhkDrQhtBDzTxFxPI0jxWcBzTBSPvaI5xZusRRi9ofS9d6ngxrj1erwbdjxtUT"); + logger.info("获取U8token参数:{}", jsonObject.toJSONString()); + String token = HttpRequest.post( url).body(jsonObject.toJSONString()).timeout(60000).execute().body(); + logger.info("token返回参数:{}", jsonObject.toJSONString()); + if (StrUtil.isNotEmpty(token)) { + U8ResponseDTO u8ResponseDTO = JSONObject.parseObject(token, U8ResponseDTO.class); + return u8ResponseDTO.getMessage(); + } + return token; + + } +} From 3ed14f2310b90e9a3c6b65314dd7f82af07447a6 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 08:29:45 +0800 Subject: [PATCH 15/86] =?UTF-8?q?=E6=96=B0=E5=A2=9Ecallback=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/SysApplicationServiceImpl.java | 47 ++++++++++++++++--- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index 08ec7a99..ee0cb8b9 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -1691,6 +1691,8 @@ public class SysApplicationServiceImpl extends BaseService 0){ for (int i = 0; i < jsonArray.size(); i++) { - JSONObject object = jsonArray.getJSONObject(i); - headers.put(object.getString("parameterName"), object.getString("example")); + JSONObject object1 = jsonArray.getJSONObject(i); + headers.put(object1.getString("parameterName"), object1.getString("example")); } } } @@ -1817,7 +1818,23 @@ public class SysApplicationServiceImpl extends BaseService 0) { + for (Method m : methods) { + if (null != m) { + if (m.getName().equals(receiveApi.getFunName().trim()+"CallBack")) { + try { + logger.info("invoke开始>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + m.invoke(object, sysMessageManageLogEntity); + logger.info("invoke结束>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + } catch (Exception e) { + logger.error("invokeException{}", e.getMessage()); + } + } + } + } + } + logger.info("保存日志结束"); if (flag) { if (JSONUtil.isTypeJSON(body.toString())) { @@ -1875,7 +1892,22 @@ public class SysApplicationServiceImpl extends BaseService 0) { + for (Method m : methods) { + if (null != m) { + if (m.getName().equals(receiveApi.getFunName().trim()+"CallBack")) { + try { + logger.info("invoke开始>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + m.invoke(object, sysMessageManageLogEntity); + logger.info("invoke结束>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + } catch (Exception e) { + logger.error("invokeException{}", e.getMessage()); + } + } + } + } + } logger.info("保存日志结束"); if (flag) { return BaseResult.getSuccessMessageEntity("转发成功", body); @@ -1944,7 +1976,7 @@ public class SysApplicationServiceImpl extends BaseService oldheaderMap,Map headerMap, Map headers, @@ -2049,6 +2081,7 @@ public class SysApplicationServiceImpl extends BaseService doEsbTask(sysMessageManageLogEntity)); + return sysMessageManageLogEntity; } /** From 62ac8ee77b678754bab5576196f4125522c957d7 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 08:36:08 +0800 Subject: [PATCH 16/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=90=8C=E6=AD=A5=E8=B0=83=E6=95=B4=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/home/entity/HomeEntity.xml | 8 +- .../mdm/service/impl/MdmServiceImpl.java | 34 ++-- .../api/entity/SysApplicationApiDto.java | 32 ++++ .../api/entity/SysApplicationApiEntity.java | 30 ++++ .../api/entity/SysApplicationApiEntity.xml | 50 +++++- .../api/entity/SysApplicationApiVo.java | 31 ++++ .../service/ISysApplicationApiService.java | 12 +- .../impl/SysApplicationApiServiceImpl.java | 27 +++- .../impl/SysApplicationServiceImpl.java | 145 ++++++++---------- .../entity/SysMenuConfigEntity.java | 21 ++- .../menuConfig/entity/SysMenuConfigEntity.xml | 38 ++++- .../entity/SysMessageManageLogEntity.xml | 29 +++- 12 files changed, 340 insertions(+), 117 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml index 584a41db..bd13f47c 100644 --- a/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml +++ b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml @@ -56,20 +56,20 @@ SELECT count( 1 ) as normalNum FROM - integration_task_monitoring + integration_task WHERE sts = 'Y' - AND typed = '1' + AND task_status = '1' diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 5ead1a69..30920aef 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -57,6 +57,7 @@ import com.hzya.frame.sys.roleModule.dao.IRoleModuleMapper; import com.hzya.frame.sys.roleModule.entity.RoleModule; import com.hzya.frame.sys.userRole.dao.IUserRoleMapper; import com.hzya.frame.sys.userRole.entity.UserRole; +import com.hzya.frame.sysnew.menuConfig.dao.ISysMenuConfigDao; import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; import com.hzya.frame.uuid.UUIDUtils; import com.hzya.frame.web.entity.BaseResult; @@ -110,7 +111,8 @@ public class MdmServiceImpl implements IMdmService { private IMdmTableCodeRuleDao mdmTableCodeRuleDao;//模版数据表编码规则表 @Resource protected IUserRoleMapper userRoleMapper; - + @Resource + private ISysMenuConfigDao sysMenuConfigDao; /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -968,15 +970,23 @@ public class MdmServiceImpl implements IMdmService { //新增菜单 SysMenuConfigEntity module = new SysMenuConfigEntity(); module.setCreate(); + module.setFormId(entity.getId()); module.setParentMenuId("ea22757e99c144fb9ef381dd322e233c"); module.setMenuName(moduleEntity.getMdmName()); module.setMenuEnglishName("integrationOptionAdmin"+moduleEntity.getMdmCode()); module.setMenuIcon(null);//模块图标 module.setRoute("integrationOptionAdmin/"+moduleEntity.getMdmCode());//路由地址 module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component - - - + module.setRemark("主数据生成菜单"); + module.setVisibles("1"); + module.setShowType("1"); + JSONObject object1 = new JSONObject(); + object1.put("mdmId", moduleEntity.getId());//主数据id + object1.put("mdmCode", moduleEntity.getMdmCode());//主数据编码 + object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 + module.setOptions(object1.toString());//菜单mate参数 + sysMenuConfigDao.save(module); + //todo 新增按钮 //module.setServiceName("mdmService");//Spring bean名称 //module.setLvl("2");//等级 //module.setName("integrationOptionAdmin"+moduleEntity.getMdmCode());//名称 @@ -999,29 +1009,25 @@ public class MdmServiceImpl implements IMdmService { //module.setTitle(moduleEntity.getMdmName());//标题 //module.setNoCache(null);//nocache缓存 //module.setLabel(moduleEntity.getMdmName());//label - //JSONObject object1 = new JSONObject(); - //object1.put("mdmId", moduleEntity.getId());//主数据id - //object1.put("mdmCode", moduleEntity.getMdmCode());//主数据编码 - //object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 - //module.setOptions(object1.toString());//菜单mate参数 + //moduleMapper.entity_insert(module); } else { //修改菜单 注意因为可能修改显示类型,所以需要修改菜单的属性 - Module module = new Module(); + SysMenuConfigEntity module = new SysMenuConfigEntity(); module.setFormId(entity.getId()); module.setSts("Y"); - List moduleList = moduleMapper.entity_list_base(module); + List moduleList = sysMenuConfigDao.queryBase(module); if (moduleList != null && moduleList.size() == 1) { module = moduleList.get(0); module.setUpdate(); - module.setTitle(moduleEntity.getMdmName());//标题 - module.setLabel(moduleEntity.getMdmName());//label + module.setMenuName(moduleEntity.getMdmName()); + //module.setLabel(moduleEntity.getMdmName());//label JSONObject object1 = new JSONObject(); object1.put("mdmId", moduleEntity.getId());//主数据id object1.put("mdmCode", moduleEntity.getMdmCode());//主数据id object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 module.setOptions(object1.toString());//菜单mate参数 - moduleMapper.entity_update(module); + sysMenuConfigDao.update(module); } else { return BaseResult.getFailureMessageEntity("显示信息保存成功,菜单配置失败请检查"); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiDto.java b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiDto.java index f44126cd..9026e66f 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiDto.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiDto.java @@ -29,6 +29,14 @@ public class SysApplicationApiDto { private String funName; /** 是否扩展api */ private String extensionApi; + + /** 返回成功字段 */ + private String returnSuccessField; + /** 返回成功值*/ + private String returnSuccessValue; + + /** 返回描述字段*/ + private String returnMsg; public String getAppId() { return appId; } @@ -116,5 +124,29 @@ public class SysApplicationApiDto { public void setExtensionApi(String extensionApi) { this.extensionApi = extensionApi; } + + public String getReturnSuccessField() { + return returnSuccessField; + } + + public void setReturnSuccessField(String returnSuccessField) { + this.returnSuccessField = returnSuccessField; + } + + public String getReturnSuccessValue() { + return returnSuccessValue; + } + + public void setReturnSuccessValue(String returnSuccessValue) { + this.returnSuccessValue = returnSuccessValue; + } + + public String getReturnMsg() { + return returnMsg; + } + + public void setReturnMsg(String returnMsg) { + this.returnMsg = returnMsg; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.java b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.java index a027f07c..e0fc5061 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.java @@ -61,6 +61,20 @@ public class SysApplicationApiEntity extends BaseEntity { /** 是否扩展api 1、启用 2、停用*/ private String extensionApi; + /** 返回成功字段 */ + private String returnSuccessField; + /** 返回成功值*/ + private String returnSuccessValue; + /** 返回描述字段*/ + private String returnMsg; + + public String getReturnMsg() { + return returnMsg; + } + + public void setReturnMsg(String returnMsg) { + this.returnMsg = returnMsg; + } public String getApiStatus() { return apiStatus; @@ -261,5 +275,21 @@ public class SysApplicationApiEntity extends BaseEntity { public void setExtensionApi(String extensionApi) { this.extensionApi = extensionApi; } + + public String getReturnSuccessField() { + return returnSuccessField; + } + + public void setReturnSuccessField(String returnSuccessField) { + this.returnSuccessField = returnSuccessField; + } + + public String getReturnSuccessValue() { + return returnSuccessValue; + } + + public void setReturnSuccessValue(String returnSuccessValue) { + this.returnSuccessValue = returnSuccessValue; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.xml index 9ddf15c8..d180eef9 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiEntity.xml @@ -28,6 +28,9 @@ + + + @@ -62,6 +65,9 @@ ,body_in ,body_out ,bean_name + ,return_msg + ,return_success_field + ,return_success_value ,fun_name ,extension_api ,sorts @@ -99,6 +105,9 @@ a.body_in, a.body_out, a.bean_name, + a.return_msg, + a.return_success_field, + a.return_success_value, a.fun_name, a.extension_api, a.sorts, @@ -153,6 +162,9 @@ WHERE and body_in = #{bodyIn} and body_out = #{bodyOut} and bean_name = #{beanName} + and return_msg = #{returnMsg} + and return_success_field = #{returnSuccessField} + and return_success_value = #{returnSuccessValue} and fun_name = #{funName} and extension_api = #{extensionApi} and sorts = #{sorts} @@ -201,6 +213,9 @@ WHERE and body_in = #{bodyIn} and body_out = #{bodyOut} and bean_name = #{beanName} + and return_msg = #{returnMsg} + and return_success_field = #{returnSuccessField} + and return_success_value = #{returnSuccessValue} and fun_name = #{funName} and extension_api = #{extensionApi} and sorts = #{sorts} @@ -260,6 +275,9 @@ WHERE and body_in like concat('%',#{bodyIn},'%') and body_out like concat('%',#{bodyOut},'%') and bean_name like concat('%',#{beanName},'%') + and return_msg like concat('%',#{returnMsg},'%') + and return_success_field like concat('%',#{returnSuccessField},'%') + and return_success_value like concat('%',#{returnSuccessValue},'%') and fun_name like concat('%',#{funName},'%') and extension_api like concat('%',#{extensionApi},'%') and sorts like concat('%',#{sorts},'%') @@ -314,6 +332,9 @@ WHERE or body_in = #{bodyIn} or body_out = #{bodyOut} or bean_name = #{beanName} + or return_msg = #{returnMsg} + or return_success_field = #{returnSuccessField} + or return_success_value = #{returnSuccessValue} or fun_name = #{funName} or extension_api = #{extensionApi} or sorts = #{sorts} @@ -357,6 +378,9 @@ WHERE body_in , body_out , bean_name , + return_msg , + return_success_field , + return_success_value , fun_name , extension_api , sorts , @@ -396,6 +420,9 @@ WHERE #{bodyIn} , #{bodyOut} , #{beanName} , + #{returnMsg} , + #{returnSuccessField} , + #{returnSuccessValue} , #{funName} , #{extensionApi} , #{sorts} , @@ -416,11 +443,11 @@ WHERE insert into sys_application_api(api_status,api_code,api_path, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, - timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, bean_name, fun_name, extension_api, sorts, create_user_id, + timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, bean_name,return_msg,return_success_field,return_success_value, fun_name, extension_api, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values - (#{entity.apiStatus},#{entity.apiCode},#{entity.apiPath},#{entity.appId},#{entity.catalogueId},#{entity.apiName},#{entity.apiRemark},#{entity.needLogin},#{entity.authenticationPort},#{entity.parameterPassingMode},#{entity.destinationAddress},#{entity.requestCoding},#{entity.requestMethod},#{entity.timeoutPeriod},#{entity.currentLimiting},#{entity.headerIn},#{entity.queryIn},#{entity.bodyInType},#{entity.bodyIn},#{entity.bodyOut},#{entity.beanName},#{entity.funName},#{entity.extensionApi},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, + (#{entity.apiStatus},#{entity.apiCode},#{entity.apiPath},#{entity.appId},#{entity.catalogueId},#{entity.apiName},#{entity.apiRemark},#{entity.needLogin},#{entity.authenticationPort},#{entity.parameterPassingMode},#{entity.destinationAddress},#{entity.requestCoding},#{entity.requestMethod},#{entity.timeoutPeriod},#{entity.currentLimiting},#{entity.headerIn},#{entity.queryIn},#{entity.bodyInType},#{entity.bodyIn},#{entity.bodyOut},#{entity.beanName},#{entity.returnMsg},#{entity.returnSuccessField},#{entity.returnSuccessValue},#{entity.funName},#{entity.extensionApi},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, 'Y') @@ -428,11 +455,11 @@ WHERE insert into sys_application_api(api_status,api_code,api_path, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, - timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out,bean_name,fun_name,extension_api, sorts, create_user_id, + timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out,bean_name,return_msg,return_success_field,return_success_value,fun_name,extension_api, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values - (#{entity.apiStatus},#{entity.apiCode},#{entity.apiPath},#{entity.appId},#{entity.catalogueId},#{entity.apiName},#{entity.apiRemark},#{entity.needLogin},#{entity.authenticationPort},#{entity.parameterPassingMode},#{entity.destinationAddress},#{entity.requestCoding},#{entity.requestMethod},#{entity.timeoutPeriod},#{entity.currentLimiting},#{entity.headerIn},#{entity.queryIn},#{entity.bodyInType},#{entity.bodyIn},#{entity.bodyOut},#{entity.beanName},#{entity.funName},#{entity.extensionApi},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) + (#{entity.apiStatus},#{entity.apiCode},#{entity.apiPath},#{entity.appId},#{entity.catalogueId},#{entity.apiName},#{entity.apiRemark},#{entity.needLogin},#{entity.authenticationPort},#{entity.parameterPassingMode},#{entity.destinationAddress},#{entity.requestCoding},#{entity.requestMethod},#{entity.timeoutPeriod},#{entity.currentLimiting},#{entity.headerIn},#{entity.queryIn},#{entity.bodyInType},#{entity.bodyIn},#{entity.bodyOut},#{entity.beanName},#{entity.returnMsg},#{entity.returnSuccessField},#{entity.returnSuccessValue},#{entity.funName},#{entity.extensionApi},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) on duplicate key update api_status = values(api_status), @@ -456,6 +483,9 @@ WHERE body_in = values(body_in), body_out = values(extension_api), bean_name = values(bean_name), + return_msg = values(return_msg), + return_success_field = values(return_success_field), + return_success_value = values(return_success_value), fun_name = values(fun_name), extension_api = values(extension_api), sorts = values(sorts), @@ -497,6 +527,9 @@ WHERE body_in = #{bodyIn}, body_out = #{bodyOut}, bean_name = #{beanName}, + return_msg = #{returnMsg}, + return_success_field = #{returnSuccessField}, + return_success_value = #{returnSuccessValue}, fun_name = #{funName}, extension_api = #{extensionApi}, sorts = #{sorts}, @@ -547,6 +580,9 @@ where id = #{id} and body_in = #{bodyIn} and body_out = #{bodyOut} and bean_name = #{beanName} + and return_msg = #{returnMsg} + and return_success_field = #{returnSuccessField} + and return_success_value = #{returnSuccessValue} and fun_name = #{funName} and extension_api = #{extensionApi} and sorts = #{sorts} @@ -746,6 +782,9 @@ where id = #{id} and body_in = #{bodyIn} and body_out = #{bodyOut} and bean_name = #{beanName} + and return_msg = #{returnMsg} + and return_success_field = #{returnSuccessField} + and return_success_value = #{returnSuccessValue} and fun_name = #{funName} and extension_api = #{extensionApi} and sorts = #{sorts} @@ -793,6 +832,9 @@ where id = #{id} and body_in = #{bodyIn} and body_out = #{bodyOut} and bean_name = #{beanName} + and return_msg = #{returnMsg} + and return_success_field = #{returnSuccessField} + and return_success_value = #{returnSuccessValue} and fun_name = #{funName} and extension_api = #{extensionApi} and sorts = #{sorts} diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiVo.java b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiVo.java index 12009690..eb5b6b26 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiVo.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/api/entity/SysApplicationApiVo.java @@ -39,6 +39,13 @@ public class SysApplicationApiVo { private String funName; /** 是否扩展api */ private String extensionApi; + /** 返回成功字段 */ + private String returnSuccessField; + /** 返回成功值*/ + private String returnSuccessValue; + /** 返回描述字段*/ + private String returnMsg; + public Long getApiCode() { return apiCode; } @@ -158,5 +165,29 @@ public class SysApplicationApiVo { public void setExtensionApi(String extensionApi) { this.extensionApi = extensionApi; } + + public String getReturnSuccessField() { + return returnSuccessField; + } + + public void setReturnSuccessField(String returnSuccessField) { + this.returnSuccessField = returnSuccessField; + } + + public String getReturnSuccessValue() { + return returnSuccessValue; + } + + public void setReturnSuccessValue(String returnSuccessValue) { + this.returnSuccessValue = returnSuccessValue; + } + + public String getReturnMsg() { + return returnMsg; + } + + public void setReturnMsg(String returnMsg) { + this.returnMsg = returnMsg; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/api/service/ISysApplicationApiService.java b/service/src/main/java/com/hzya/frame/sysnew/application/api/service/ISysApplicationApiService.java index bd57faf4..8cf2a685 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/api/service/ISysApplicationApiService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/api/service/ISysApplicationApiService.java @@ -1,7 +1,10 @@ package com.hzya.frame.sysnew.application.api.service; +import com.alibaba.fastjson.JSONObject; import com.hzya.frame.sysnew.application.api.entity.SysApplicationApiEntity; import com.hzya.frame.basedao.service.IBaseService; +import com.hzya.frame.web.entity.JsonResultEntity; + /** * 应用api(SysApplicationApi)表服务接口 * @@ -10,5 +13,12 @@ import com.hzya.frame.basedao.service.IBaseService; */ public interface ISysApplicationApiService extends IBaseService{ - + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询应用api列表 + * @Date 11:52 上午 2024/3/27 + **/ + JsonResultEntity queryEntity(JSONObject jsonObject); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/api/service/impl/SysApplicationApiServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/api/service/impl/SysApplicationApiServiceImpl.java index 6202bd1f..682f8f64 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/api/service/impl/SysApplicationApiServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/api/service/impl/SysApplicationApiServiceImpl.java @@ -1,12 +1,19 @@ package com.hzya.frame.sysnew.application.api.service.impl; +import com.alibaba.fastjson.JSONObject; import com.hzya.frame.sysnew.application.api.entity.SysApplicationApiEntity; import com.hzya.frame.sysnew.application.api.dao.ISysApplicationApiDao; import com.hzya.frame.sysnew.application.api.service.ISysApplicationApiService; -import org.springframework.stereotype.Service; +import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginEntity; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; import javax.annotation.Resource; import com.hzya.frame.basedao.service.impl.BaseService; + +import java.util.List; + /** * 应用api(SysApplicationApi)表服务实现类 * @@ -23,4 +30,22 @@ public class SysApplicationApiServiceImpl extends BaseService list = sysApplicationApiDao.queryByLike(entity); + return BaseResult.getSuccessMessageEntity("查询数据成功", list); + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index 08ec7a99..39480627 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -1651,21 +1651,21 @@ public class SysApplicationServiceImpl extends BaseService headerMap = sysExtensionApiEntity.getHeaders(); String querys = sysExtensionApiEntity.getQuerys(); String bodys = sysExtensionApiEntity.getBodys(); @@ -1748,9 +1747,9 @@ public class SysApplicationServiceImpl extends BaseService a = Arrays.asList(new String[]{"apicode", "appid", "secretkey", "publickey", "x-forwarded-for", "cookie", "x-forwarded-proto", "x-real-ip", "content-length", "accept-language", "host", "content-type", "connection", "cache-control", "accept-encoding", "pragma", "accept", "user-agent"}); Map headers = new HashMap<>(); - if(receiveApi.getHeaderIn() != null && !"".equals(receiveApi.getHeaderIn())){ + if (receiveApi.getHeaderIn() != null && !"".equals(receiveApi.getHeaderIn())) { JSONArray jsonArray = JSONArray.parseArray(receiveApi.getHeaderIn()); - if(jsonArray != null && jsonArray.size() > 0){ + if (jsonArray != null && jsonArray.size() > 0) { for (int i = 0; i < jsonArray.size(); i++) { JSONObject object = jsonArray.getJSONObject(i); headers.put(object.getString("parameterName"), object.getString("example")); @@ -1817,7 +1816,7 @@ public class SysApplicationServiceImpl extends BaseService oldheaderMap,Map headerMap, + String oldbodys, String bodys, + Map oldheaderMap, Map headerMap, Map headers, - String oldquerys,String querys, - String body,boolean flag) { + String oldquerys, String querys, + String body, boolean flag) { SysMessageManageLogEntity sysMessageManageLogEntity = new SysMessageManageLogEntity(); //messageManageId 消息主表主键 //theme 消息主题 @@ -1971,74 +1970,53 @@ public class SysApplicationServiceImpl extends BaseService st = Arrays.asList(new String[]{"8000060000"}); - //{"traceId":"E-O.hzhhsp88.1008-20240429175201-54231d","errorDescription":"success","dataId":"662f6dc22cf56a00010643c7","extraData":"662f6dc22cf56a00010643ce","errorMessage":"OK","errorCode":0} - List fx = Arrays.asList(new String[]{"800009"}); - //{"orderNo":"DB1003108862178","ErrorCode":"","ResultString":"success","ResultInt":0} - List rs = Arrays.asList(new String[]{"8000080005", "8000080000", "8000080002", "8000080004"}); - //{"status":"success","data":"[{\\"pk_corp\\":\\"1015\\",\\"unitcode\\":\\"3401\\",\\"unitname\\":\\"hjx建设银行有限公司\\",\\"createdate\\":\\"2023-01-01\\",\\"deptattr\\":\\"1\\",\\"deptname\\":\\"API新增部门02\\",\\"deptcode\\":\\"DEV02\\",\\"pk_deptdoc\\":\\"1015A210000000001QJ7\\"}]","taskNumber":"202309110119"} - List ss = Arrays.asList(new String[]{"8000160014", "8000160015", "8000160016", "8000160017", "8000160021", "8000160022", "8000160023", "8000160018", "8000160019", "8000160020", "8000160025", "8000160026", "8000160027", "8000160029", "8000160030"}); - if(!flag){ + + + //校验返回 + if (!flag) { sysMessageManageLogEntity.setStatus("4");//返回信息 sysMessageManageLogEntity.setRemark("API未授权,请联系管理员");//返回信息 - }else if (st.contains(receiveApi.getApiCode().toString())) { - if (JSONUtil.isTypeJSON(body)) { - JSONObject cheackdatas = JSONObject.parseObject(body); - String checkdata = cheackdatas.getString("Success"); - if(checkdata != null && "true".equals(checkdata)){ - sysMessageManageLogEntity.setStatus("3");//返回信息 - sysMessageManageLogEntity.setRemark("成功");//返回信息 - }else { - sysMessageManageLogEntity.setStatus("4");//返回信息 - sysMessageManageLogEntity.setRemark(cheackdatas.getString("ResMsg"));//返回信息 - - } - } - } else if (rs.contains(receiveApi.getApiCode().toString())) { - if (JSONUtil.isTypeJSON(body)) { - JSONObject cheackdatas = JSONObject.parseObject(body); - String checkdata = cheackdatas.getString("ResultInt"); - if(checkdata != null && "0".equals(checkdata)){ - sysMessageManageLogEntity.setStatus("3");//返回信息 - sysMessageManageLogEntity.setRemark("成功");//返回信息 - - }else { - sysMessageManageLogEntity.setStatus("4");//返回信息 - sysMessageManageLogEntity.setRemark(cheackdatas.getString("ResultString"));//返回信息 - } - } - } else if (fx.contains(receiveApp.getAppId())) { - if (JSONUtil.isTypeJSON(body)) { - JSONObject cheackdatas = JSONObject.parseObject(body); - String checkdata = cheackdatas.getString("errorMessage"); - if(checkdata != null && ("success".equals(checkdata) || "OK".equals(checkdata))){ - sysMessageManageLogEntity.setStatus("3");//返回信息 - sysMessageManageLogEntity.setRemark("成功");//返回信息 - - }else { - sysMessageManageLogEntity.setStatus("4");//返回信息 - sysMessageManageLogEntity.setRemark(cheackdatas.getString("errorMessage"));//返回信息 - } - } - } else if (ss.contains(receiveApi.getApiCode().toString())) { - if (JSONUtil.isTypeJSON(body)) { - JSONObject cheackdatas = JSONObject.parseObject(body); - String checkdata = cheackdatas.getString("status"); - if(checkdata != null && "success".equals(checkdata)){ - sysMessageManageLogEntity.setStatus("3");//返回信息 - sysMessageManageLogEntity.setRemark("成功");//返回信息 - - }else { - sysMessageManageLogEntity.setStatus("4");//返回信息 - sysMessageManageLogEntity.setRemark(cheackdatas.getString("errormsg"));//返回信息 - } - } } else { - sysMessageManageLogEntity.setStatus("3");//返回信息 - sysMessageManageLogEntity.setRemark("成功");//返回信息 - + if (receiveApi.getReturnSuccessField() != null && !"".equals(receiveApi.getReturnSuccessField()) + && receiveApi.getReturnSuccessValue() != null && !"".equals(receiveApi.getReturnSuccessValue())) { + if (JSONUtil.isTypeJSON(body)) { + JSONObject cheackdatas = JSONObject.parseObject(body); + String checkdata = cheackdatas.getString(receiveApi.getReturnSuccessField()); + if (checkdata != null && receiveApi.getReturnSuccessValue().equals(checkdata)) { + sysMessageManageLogEntity.setStatus("3");//返回信息 + if (receiveApi.getReturnMsg() != null && !"".equals(receiveApi.getReturnMsg())) { + String returnMsg = cheackdatas.getString(receiveApi.getReturnMsg()); + sysMessageManageLogEntity.setRemark("接口调用成功,返回信息如下:" + returnMsg);//返回信息 + } else { + sysMessageManageLogEntity.setRemark("接口调用成功");//返回信息 + } + }else { + sysMessageManageLogEntity.setStatus("4");//返回信息 + if (receiveApi.getReturnMsg() != null && !"".equals(receiveApi.getReturnMsg())) { + String returnMsg = cheackdatas.getString(receiveApi.getReturnMsg()); + sysMessageManageLogEntity.setRemark("接口调用失败,返回值错误,返回信息如下:" + returnMsg);//返回信息 + } else { + sysMessageManageLogEntity.setRemark("接口调用失败,返回值错误");//返回信息 + } + } + } else { + sysMessageManageLogEntity.setStatus("4");//返回信息 + sysMessageManageLogEntity.setRemark("接口调用失败,返回格式错误,不是JSON");//返回信息 + } + } else { + sysMessageManageLogEntity.setStatus("4");//返回信息 + if (receiveApi.getReturnMsg() != null && !"".equals(receiveApi.getReturnMsg())) { + if (JSONUtil.isTypeJSON(body)) { + JSONObject cheackdatas = JSONObject.parseObject(body); + String checkdata = cheackdatas.getString(receiveApi.getReturnMsg()); + sysMessageManageLogEntity.setRemark("接口调用失败,api返回信息字段未配置,返回信息如下:" + checkdata);//返回信息 + } else { + sysMessageManageLogEntity.setRemark("接口调用失败,返回格式错误,不是JSON");//返回信息 + } + } else { + sysMessageManageLogEntity.setRemark("接口调用失败");//返回信息 + } + } } //remark 备注 sysMessageManageLogEntity.setErrorStatus("2");//返回信息 @@ -2145,6 +2123,7 @@ public class SysApplicationServiceImpl extends BaseService ids = sysApplicationApiDao.queryBaseName(entity); return BaseResult.getSuccessMessageEntity("查询数据成功", ids); } + /** * @param jsonObject * @return com.hzya.frame.web.entity.JsonResultEntity diff --git a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.java b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.java index ee578520..e860049e 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.java @@ -66,7 +66,10 @@ public class SysMenuConfigEntity extends BaseEntity { */ private boolean check; private String label; - + /** 表单ID */ + private String formId; + /** options */ + private String options; //子级 private List children; public String getParentMenuId() { @@ -189,5 +192,21 @@ public class SysMenuConfigEntity extends BaseEntity { public void setParentMenuName(String parentMenuName) { this.parentMenuName = parentMenuName; } + + public String getOptions() { + return options; + } + + public void setOptions(String options) { + this.options = options; + } + + public String getFormId() { + return formId; + } + + public void setFormId(String formId) { + this.formId = formId; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.xml index 8a366a49..187ba965 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/entity/SysMenuConfigEntity.xml @@ -8,7 +8,9 @@ + + @@ -30,8 +32,10 @@ ,menu_name ,menu_english_name ,menu_icon - ,route - ,menu_page + ,form_id + ,route + ,options + ,menu_page ,remark ,visibles ,show_type @@ -53,7 +57,9 @@ ,a.menu_name ,a.menu_english_name ,a.menu_icon + ,a.form_id ,a.route + ,a.options ,a.menu_page ,a.remark ,a.visibles @@ -82,7 +88,9 @@ and menu_name = #{menuName} and menu_english_name = #{menuEnglishName} and menu_icon = #{menuIcon} + and form_id = #{formId} and route = #{route} + and options = #{options} and menu_page = #{menuPage} and remark = #{remark} and visibles = #{visibles} @@ -111,7 +119,9 @@ and menu_name = #{menuName} and menu_english_name = #{menuEnglishName} and menu_icon = #{menuIcon} + and form_id = #{formId} and route = #{route} + and options = #{options} and menu_page = #{menuPage} and remark = #{remark} and visibles = #{visibles} @@ -144,7 +154,9 @@ concat('%',#{menuEnglishName},'%') and menu_icon like concat('%',#{menuIcon},'%') + and form_id like concat('%',#{formId},'%') and route like concat('%',#{route},'%') + and options like concat('%',#{options},'%') and menu_page like concat('%',#{menuPage},'%') and remark like concat('%',#{remark},'%') and visibles like concat('%',#{visibles},'%') @@ -179,7 +191,9 @@ or menu_name = #{menuName} or menu_english_name = #{menuEnglishName} or menu_icon = #{menuIcon} + or form_id = #{formId} or route = #{route} + or options = #{options} or menu_page = #{menuPage} or remark = #{remark} or visibles = #{visibles} @@ -208,7 +222,9 @@ menu_name , menu_english_name , menu_icon , + form_id , route , + options , menu_page , remark , visibles , @@ -230,7 +246,9 @@ #{menuName} , #{menuEnglishName} , #{menuIcon} , + #{formId} , #{route} , + #{options} , #{menuPage} , #{remark} , #{visibles} , @@ -249,30 +267,32 @@ - insert into sys_menu_config(parent_menu_id, menu_name, menu_english_name, menu_icon, route, + insert into sys_menu_config(parent_menu_id, menu_name, menu_english_name, menu_icon, form_id, route,options, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values - (#{entity.parentMenuId},#{entity.menuName},#{entity.menuEnglishName},#{entity.menuIcon},#{entity.route},#{entity.menuPage},#{entity.remark},#{entity.visibles},#{entity.showType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, + (#{entity.parentMenuId},#{entity.menuName},#{entity.menuEnglishName},#{entity.menuIcon},#{entity.formId},#{entity.route},#{entity.options},#{entity.menuPage},#{entity.remark},#{entity.visibles},#{entity.showType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') - insert into sys_menu_config(parent_menu_id, menu_name, menu_english_name, menu_icon, route, + insert into sys_menu_config(parent_menu_id, menu_name, menu_english_name, menu_icon,form_id, route,options, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values - (#{entity.parentMenuId},#{entity.menuName},#{entity.menuEnglishName},#{entity.menuIcon},#{entity.route},#{entity.menuPage},#{entity.remark},#{entity.visibles},#{entity.showType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + (#{entity.parentMenuId},#{entity.menuName},#{entity.menuEnglishName},#{entity.menuIcon},#{entity.formId},#{entity.route},#{entity.options},#{entity.menuPage},#{entity.remark},#{entity.visibles},#{entity.showType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) on duplicate key update parent_menu_id = values(parent_menu_id), menu_name = values(menu_name), menu_english_name = values(menu_english_name), menu_icon = values(menu_icon), + form_id = values(form_id), route = values(route), + options = values(options), menu_page = values(menu_page), remark = values(remark), visibles = values(visibles), @@ -294,7 +314,9 @@ menu_name = #{menuName}, menu_english_name = #{menuEnglishName}, menu_icon = #{menuIcon}, + form_id = #{formId}, route = #{route}, + options = #{options}, menu_page = #{menuPage}, remark = #{remark}, visibles = #{visibles}, @@ -325,7 +347,9 @@ where id = #{id} and menu_name = #{menuName} and menu_english_name = #{menuEnglishName} and menu_icon = #{menuIcon} + and form_id = #{formId} and route = #{route} + and options = #{options} and menu_page = #{menuPage} and remark = #{remark} and visibles = #{visibles} @@ -352,7 +376,9 @@ where id = #{id} and menu_name = #{menuName} and menu_english_name = #{menuEnglishName} and menu_icon = #{menuIcon} + and form_id = #{formId} and route = #{route} + and options = #{options} and menu_page = #{menuPage} and remark = #{remark} and visibles = #{visibles} diff --git a/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogEntity.xml index e727994c..a0135edf 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogEntity.xml @@ -291,7 +291,16 @@ - insert into sys_message_manage_log( + insert into + + + sys_message_manage_log_success + + + sys_message_manage_log + + + ( id , message_manage_id , @@ -551,7 +560,14 @@ where id = #{id} a.create_time AS createTime, a.modify_time AS modifyTime FROM - sys_message_manage_log a + + + sys_message_manage_log_success a + + + sys_message_manage_log a + + LEFT JOIN sys_application sendApp ON a.send_app = sendApp.id AND sendApp.sts = 'Y' @@ -593,7 +609,14 @@ where id = #{id} SELECT id FROM - sys_message_manage_log + + + sys_message_manage_log_success + + + sys_message_manage_log + + sts = 'Y' and message_code = #{messageCode} From 6babadff9d9bf9e8218a358eefeecc7c11f87dd1 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 09:21:38 +0800 Subject: [PATCH 17/86] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seeyon/service/ISeeYonInterFace.java | 79 +------------------ 1 file changed, 1 insertion(+), 78 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java b/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java index c98fabbd..98c5f52a 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java @@ -30,15 +30,7 @@ public interface ISeeYonInterFace { **/ JsonResultEntity thirdInterfaceSend(JSONObject requestData); - /*** - * @Content:通过类型获取OA数据1 - * @Author 👻👻👻👻yqh👻👻👻👻 - * @Date2023年8月30日10:20:17seeYonPlugInInterfaceEntrance - * @Param requestData - * @return com.hzya.frame.web.entity.JsonResultEntity - **/ - JsonResultEntity thirdInterfacegetOADataByType(JSONObject requestData); /*** * @Content: 提供给OA的标准接口方法,包含参数 entity 为OA 的data信息, , eventType 为事件类型 @@ -62,75 +54,6 @@ public interface ISeeYonInterFace { * @return string **/ JsonResultEntity thirdInterfaceSeeYonPlugInInterfaceEntrance(JSONObject requestData); -// String seeYonPlugInInterfaceEntrance(OAWorkflowEventDataEntity entity,String eventType); - - /*** - * @Content:通过附件关系获取fileurl - * @Author 👻👻👻👻yqh👻👻👻👻 - * @Date 2023年9月4日13:03:35 - * @Param requestData - * @return com.hzya.frame.web.entity.JsonResultEntity - **/ - - /**** - * 客户服务器无法外网连接数据库,临时使用初始化方法 - * @content: - * @author 👻👻👻👻👻👻👻👻 gjh - * @date 2023-09-05 8:43 - * @param - * @return com.hzya.frame.web.entity.JsonResultEntity - **/ - JsonResultEntity thirdInterfaceInitBipSupplierToOa(JSONObject jsonObject) throws Exception; - List getFileUrl(String sub_reference); - /*** - * - * @content:推送无流程表单同步钉钉 - * @author 👻👻👻👻👻👻👻👻 yuqh - * @date 2023年9月2日12:56:18 - * @param - * @return void - **/ - JsonResultEntity sendConDocTodd(JSONObject requestJson); - /*** - * - * @content:流程表单传递钉钉 - * @author 👻👻👻👻👻👻👻👻 yuqh - * @date 2023年9月5日09:38:38 - * @param - * @return void - **/ - JsonResultEntity sendProcessDocument(JSONObject requestJson); - - /** - * - * @content 杭泰OA付款单传递CFS - * @Param - * @Return - * @Author hecan - * @Date 2023/10/12 15:50 - * **/ - - String sendpayMentToCFS(Map businessData); - - /** - * - * @content 杭泰OA报销单传递CFS - * @Param - * @Return - * @Author hecan - * @Date 2023/10/16 15:26 - * **/ - String sendBusinessExpenseToCFS(Map map,String formApp); - - /** - * - * @content 杭泰OA资金归集,资金拨付,同名账户划转,借款单传递CFS - * @Param - * @Return - * @Author hecan - * @Date 2023/12/20 10:04 - * **/ - String sendOtherFourReceipt(Map map,String formApp); /*** @@ -141,5 +64,5 @@ public interface ISeeYonInterFace { */ JsonResultEntity thirdInterfaceSeeYonDefinitionRePush(JSONObject jsonObject) throws Exception; - void setCfslogService(ICfsLogService cfsLogService); + } From b225c1ae163b469c515dd5e3020f718651745178 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 09:21:54 +0800 Subject: [PATCH 18/86] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/SeeYonInterFaceImpl.java | 3321 +---------------- 1 file changed, 27 insertions(+), 3294 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java index 9811a360..ffdf14bb 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java @@ -2,6 +2,8 @@ package com.hzya.frame.seeyon.service.impl; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.collection.CollUtil; +import cn.hutool.core.collection.CollectionUtil; +import cn.hutool.core.map.MapBuilder; import cn.hutool.core.util.StrUtil; import cn.hutool.http.HttpRequest; import cn.hutool.http.HttpUtil; @@ -22,6 +24,8 @@ import com.hzya.frame.seeyon.service.ICfsLogService; import com.hzya.frame.seeyon.service.ISeeYonInterFace; import com.hzya.frame.stringutil.StringUtil; import com.hzya.frame.sys.service.IExcApiService; +import com.hzya.frame.sysnew.application.api.entity.SysApplicationApiEntity; +import com.hzya.frame.sysnew.application.api.service.ISysApplicationApiService; import com.hzya.frame.u8c.Invmandoc.dao.IBdInvmandocDao; import com.hzya.frame.u8c.Invmandoc.entity.BdInvmandocEntity; import com.hzya.frame.u8c.Invmandoc.service.impl.BdInvmandocServiceImpl; @@ -66,15 +70,9 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { private static final String sendUrl = "http://60.204.152.210/seeyon/"; //速网esb地址 private static final String baseUrl = "http://hzya.ufyct.com:9067/kangarooDataCenter/entranceController/externalCallInterface"; - @Resource - private IExcApiService iExcApiService ; - - private ICfsLogService cfsLogService; - @Override - public void setCfslogService(ICfsLogService cfsLogService) { - this.cfsLogService = cfsLogService; - } + @Autowired + private ISysApplicationApiService sysApplicationApiService; /** * 定义所支持的事件静态代码块 */ @@ -111,17 +109,7 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { @Resource private ISeeYonInterFaceDao seeYonInterFaceDao; - @Resource - private IPayMentService payMentService; - @Autowired - private ISeeYonDao seeYonDao; - @Autowired - private IBdInvmandocDao invmandocDao; - @Autowired - private IBdCorpService corpService; - @Autowired - private IBdCumandocDao bdCumandocDao; /** * 钉钉相关接口service */ @@ -222,101 +210,8 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { JsonResultEntity result = null; if (ARCHIVESTYPE.equalsIgnoreCase(type)) { switch (templateCode){ - //供应商 - case "formmain_0360": - for (JSONObject jsonObject : attributeArray) { - //根据ID获取OA档案是否有数据,如果有数据则调用更新接口 - String tripartiteId = jsonObject.getString("tripartiteId"); - //如果三方系统ID为空则直接发起OA的基础档案 - if (StringUtils.isEmpty(tripartiteId)) { - String dataXml = createTempData(jsonObject, CREATEARCHIVES); - String loginName = "seeyon"; - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - result = saveNoProcess( "formmain_0360", "rest/form/import/", loginName, dataXml); - logger.info("发起无流程表单结果:" + result); - } else { - SeeYonInterFaceEntity seeYonInterFaceEntity = new SeeYonInterFaceEntity(); - seeYonInterFaceEntity.setTripartiteId(tripartiteId); - seeYonInterFaceEntity.setTabName(templateCode); - seeYonInterFaceEntity.setOaField("field0012"); - List archives = seeYonInterFaceDao.queryArchives(seeYonInterFaceEntity); - //如果根据三方系统ID有查询到数据,则走更新 - if (null != archives && archives.size() > 0) { - String dataXml = createTempData(jsonObject, UPDATEARCHIVES); - String loginName = "seeyon"; - String moduleId = archives.get(0).getId(); - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - result = upDateNoProcess(UPDATEARCHIVESURL, "formmain_0360", loginName, moduleId, dataXml); - logger.info("更新无流程表单结果:" + result); - } else { - String dataXml = createTempData(jsonObject, CREATEARCHIVES); - String loginName = "seeyon"; - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - result = saveNoProcess( "formmain_0360","rest/form/import/", loginName, dataXml); - logger.info("发起无流程表单结果:" + result); - } - } - } - break; - //组织 - case "formmain_0380": - for (JSONObject jsonObject : attributeArray) { - //根据ID获取OA档案是否有数据,如果有数据则调用更新接口 - String tripartiteId = jsonObject.getString("tripartiteId"); - //如果三方系统ID为空则直接发起OA的基础档案 - if (StringUtils.isEmpty(tripartiteId)) { - String dataXml = createOrgTempData(jsonObject, CREATEARCHIVES); - String loginName = "seeyon"; - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - result = saveNoProcess( "formmain_0380", "rest/form/import/", loginName, dataXml); - logger.info("BIP组织发起无流程表单结果:" + result); - } else { - SeeYonInterFaceEntity seeYonInterFaceEntity = new SeeYonInterFaceEntity(); - seeYonInterFaceEntity.setTripartiteId(tripartiteId); - seeYonInterFaceEntity.setTabName(templateCode); - seeYonInterFaceEntity.setOaField("field0008"); - List archives = seeYonInterFaceDao.queryArchives(seeYonInterFaceEntity); - //如果根据三方系统ID有查询到数据,则走更新 - if (null != archives && archives.size() > 0) { - String dataXml = createOrgTempData(jsonObject, UPDATEARCHIVES); - String loginName = "seeyon"; - String moduleId = archives.get(0).getId(); - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - result = upDateNoProcess(UPDATEARCHIVESURL, "formmain_0380", loginName, moduleId, dataXml); - logger.info("BIP组织更新无流程表单结果:" + result); - } else { - String dataXml = createOrgTempData(jsonObject, CREATEARCHIVES); - String loginName = "seeyon"; - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - result = saveNoProcess( "formmain_0380","rest/form/import/", loginName, dataXml); - logger.info("BIP组织发起无流程表单结果:" + result); - } - } - } - break; - //保存交行cfs日志 - case "formmain_0527": - for (JSONObject jsonObject : attributeArray){ - String dataXml = createCfsTempData(jsonObject, CREATEARCHIVES); - String loginName = "seeyon"; - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - result = saveNoProcess( "formmain_0527","rest/form/import/", loginName, dataXml); - logger.info("BIP组织发起无流程表单结果:" + result); - } + //预留的 + case "abc123": break; } } @@ -375,109 +270,33 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { break; /** 结束事件*/ case "onProcessFinished": - /** 根据form处理相关业务表单的数据*/ - switch (formApp) { - // todo 杭泰 - case "8829094357593836499": - //发起钉钉审批单据 - result = ddApproveFinish(businessData); - break; - //杭泰正式环境审批单 - case "9158638526010969190"://出差申请单 - //发起钉钉审批单据 - result = ddApproveFinish(formBeanData);//考勤 - logger.info("考勤返回数据"+result); - result = boundData(businessData,formApp);//流程结束归档钉钉 - logger.info("归档钉钉返回数据"+result); - break; - case "-1294748925451877119"://本地测试环境 - result = ddApproveFinish(businessData); - break; - case "-2680578642756943477"://对公付款单 - result = boundData(businessData,formApp); - logger.info("对公付款单返回数据:{}",result); - result = sendpayMentToCFS(businessData); - logger.info("对公付款单传递CFS返回数据:{}",result); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("对公付款单","formmain_0327",entity,result)); - break; - case "-8072984621869285290"://开票申请 - result = boundData(businessData,formApp); - break; - case "-321958445006631163"://差旅费报销单 - result = boundData(businessData,formApp); - logger.info("差旅费报销单返回数据:{}",result); - result=sendBusinessExpenseToCFS(businessData, formApp); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("差旅报销单","formmain_0307",entity,result)); - break; - case "-4485599744122928342"://招待费报销单 - result = boundData(businessData,formApp); - logger.info("招待费报销单返回数据:{}",result); - result=sendBusinessExpenseToCFS(businessData, formApp); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("招待费报销单","formmain_0294",entity,result)); - break; - case "4728403652378707515"://日常费用报销单 - result = boundData(businessData,formApp); - logger.info("日常费用报销单返回数据:{}",result); - result=sendBusinessExpenseToCFS(businessData, formApp); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("日常费用报销单","formmain_0314",entity,result)); - break; - case "910366613209564645"://资金归集 - result=sendOtherFourReceipt(businessData,formApp); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("资金归集","formmain_0362",entity,result)); - break; - case "-102527561419044497"://资金拨付 - result=sendOtherFourReceipt(businessData,formApp); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("资金拨付","formmain_0464",entity,result)); - break; - case "-1193625514072190978"://同名账户划转 - result=sendOtherFourReceipt(businessData,formApp); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("同名账户划转","formmain_0467",entity,result)); - break; - case "4645133897573090505"://借款单(借还款) - result=sendOtherFourReceipt(businessData,formApp); - //保存日志 - cfsLogService.importCfsLog(new CfsLogEntity("借款单(借还款)","formmain_0293",entity,result)); - break; - //todo 速网 - case "9052446288734537446"://速网存货档案 - result=boundDataSW(businessData,formApp); - break; - case "-7835496631017455043"://速网客商档案 - result=boundDataSW(businessData,formApp); - break; - case "-4417416588206651590"://速网销售订单 - result=boundDataSW(businessData,formApp); - break; - case "7910359204154002618"://速网采购订单 - result = boundDataSW(businessData,formApp); - break; - case "852319851043310560"://采购付款单 - result = boundDataSW(businessData,formApp); - break; - case "-4882495686115769173"://出入库申请单 - result = boundDataSW(businessData,formApp); - break; - default: - return BaseResult.getFailureMessageEntity("未匹配到表单!当前formID:" + formApp, "", ""); + if (StrUtil.isNotEmpty(formApp)){ + SysApplicationApiEntity sysApplicationApiEntity = new SysApplicationApiEntity(); + sysApplicationApiEntity.setHeaderIn(formApp); + List applist = sysApplicationApiService.queryByLike(sysApplicationApiEntity); + if (CollectionUtil.isNotEmpty(applist)){ + if (applist.size() > 1){ + return BaseResult.getFailureMessageEntity("根据formID:" + formApp+"查询出多条数据", ""); + } + SysApplicationApiEntity sysApp = applist.get(0); + Map headerMap = MapBuilder.create(true) + .put("apiCode", String.valueOf(sysApp.getApiCode())) + .put("publicKey","ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj") + .put("secretKey","fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=") + .put("appId","800018") + .build(); + String body = HttpRequest.post("http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface").addHeaders(headerMap).body(jsonStr).timeout(60000).execute().body(); + logger.info("调用中台返回的参数:{}",body); + } } break; /** 处理前事件*/ case "onBeforeFinishWorkitem": /** 根据form处理相关业务表单的数据*/ switch (formApp) { - case "8829094357593836499": - //发起钉钉单据 - ddApproveFinish(businessData); + case "abc123": break; default: - return BaseResult.getFailureMessageEntity("未匹配到表单!当前formID:" + formApp, ""); } break; @@ -504,2756 +323,6 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { } - private String ddApproveFinish(JSONObject formBeanData) { - JSONObject forMainData = formBeanData.getJSONObject("formmain_0302"); - JSONObject finishData = new JSONObject(); - String to_time = forMainData.getString("field0038"); - String from_time = forMainData.getString("field0036"); - finishData.put("userid", forMainData.get("field0083")); - finishData.put("biz_type", "2"); - finishData.put("from_time", from_time); - finishData.put("to_time", to_time); - finishData.put("duration_unit", "day"); - finishData.put("tag_name", "出差"); - finishData.put("calculate_model", "1"); - finishData.put("approve_id", "approve_id"); - finishData.put("jump_url", "jump_url"); - JSONObject ddData = new JSONObject(); - ddData.put("code", "0002"); - ddData.put("data", finishData.toJSONString()); - JSONObject jsonObject = new JSONObject(); - jsonObject.put("jsonStr", ddData.toJSONString()); - return iddInterfaceService.senddd(jsonObject); - } - - /** - * 组装传递钉钉参数,通过表单ID区分杭泰 - * @param businessData - * @param formApp - * @return - */ - private String boundData(Map businessData, String formApp) { - String result = ""; - JSONObject finishData = new JSONObject(); - try { - switch (formApp){ - case "-2680578642756943477"://对公付款单 - finishData = boundDataPay(businessData,formApp); - break; - case "-8072984621869285290"://开票申请 - finishData = boundDataInv(businessData,formApp); - break; - case "9158638526010969190"://出差申请单 - finishData = boundDataBusinessTravel(businessData,formApp); - break; - case "-321958445006631163"://差旅费报销单 - finishData = boundDataTravelExpense(businessData,formApp); - break; - case "-4485599744122928342"://招待费报销单 - finishData = boundDataEntertain(businessData,formApp); - break; - case "4728403652378707515"://日常费用报销单 - finishData = boundDatacurrentExpense(businessData,formApp); - break; - default: - break; - } - } catch (Exception e) { - e.printStackTrace(); - return e.getMessage(); - } - JSONObject jsonObject = new JSONObject(); - JSONObject data = new JSONObject(); - data.put("data",finishData); - data.put("code","0003"); - jsonObject.put("jsonStr",data); - - return iddInterfaceService.senddd(jsonObject); - } - /** - * 组装传递钉钉参数,通过表单ID区分杭泰 - * @param businessData - * @param formApp - * @return - */ - private String boundDataSW(Map businessData, String formApp) { - String result = ""; - try { - switch (formApp){ - case "-7835496631017455043"://客商档案-速网 - result = boundSWcustDoc(businessData,formApp); - break; - case "9052446288734537446"://存货档案-速网 - result = boundSWinvDoc(businessData,formApp); - break; - case "-4417416588206651590"://销售订单-速网 - result = boundSWSaleOrder(businessData,formApp); - break; - case "7910359204154002618"://采购订单-速网 - result = boundSWPUOrder(businessData,formApp); - break; - case "852319851043310560"://采购付款单-速网 - result = boundSWPUPy(businessData,formApp); - break; - case "-4882495686115769173"://出入库申请单 - result = boundSWWarehouse(businessData,formApp); - break; - - default: - break; - } - } catch (Exception e) { - e.printStackTrace(); - return e.getMessage(); - } - return result; - } - /*** - * @Content:出入库申请单 - * @Author 👻👻👻👻yqh👻👻👻👻 - * @Date 2023年11月22日13:51:47 - * @Param - * @return - **/ - private String boundSWWarehouse(Map businessData, String formApp) { - JSONObject result = new JSONObject(); - Object mainObj = businessData.get("formmain_0218"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - String field0061 = businessDatamain.getString("field0061"); - //通过类型判断推送不同的单据 - switch (field0061){ - case "8474321469568075747"://盘点如果其他出库明细不为空 生成U8C其他出库单,如果其他入库明细不为空生成U8C其他入库单 - result = warehouseCheck(businessData); - break; - case "5763280962704524077"://(报废)需要先生成U8C从A仓库到B仓库的调拨单(仓库通过DEE选择) 再生成B仓库的其他出库单 - result = scrap(businessData); - break; - case "-4669957817622313882"://(调拨),就生成U8C A公司调拨到B公司的调拨单仓库在表体,自己选择 - result = allotOrder(businessData); - break; - default: - logger.info("未匹配单该单据类型,不予推送该出入库申请单"); - break; - } - return result.toString(); - } - - /** - * (报废)需要先生成U8C从A仓库到B仓库的调拨单(仓库通过DEE选择) 再生成B仓库的其他出库单 - * @param businessData - * @return - */ - private JSONObject scrap(Map businessData) { - JSONObject result = new JSONObject(); - Object mainObj = businessData.get("formmain_0218"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - Object formson_0236obj = businessData.get("formson_0236"); - - //调拨订单 - JSONArray formson_0236Arr = JSON.parseArray(JSON.toJSONString(formson_0236obj)); - for(Object obj : formson_0236Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - String invId = body.getString("field0110"); - if(StrUtil.isEmpty(invId)){ - logger.info("未加载到调拨订单数据"); - } - //第一 组装数据推送调拨订单 - result = bindAllotOrder(businessDatamain,body); - //第一 组装数据推送其他出库单,因接口公用存在,在此拼接公用参数 - businessDatamain.put("field0124",body.getString("field0148"));//公司 - body.put("field0101",body.getString("field0107"));//仓库 - body.put("field0154",body.getString("field0151"));//库存组织 - body.put("field0108",body.getString("field0110"));//存货 - body.put("field0126",body.getString("field0077"));//应出数量 - body.put("field0058",body.getString("field0077"));//实出数量 - body.put("field0172",body.getString("field0173"));//是否批次 - - result = otherOutWarehouse(businessDatamain,body); - } - return result; - } - - /*** - * @Content:调拨 - * @Author 👻👻👻👻yqh👻👻👻👻 - * @Date 2023年11月23日09:06:34 - * @Param - * @return - **/ - private JSONObject allotOrder(Map businessData) { - JSONObject result = new JSONObject(); - Object mainObj = businessData.get("formmain_0218"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - Object formson_0236obj = businessData.get("formson_0236"); - - //调拨订单 - JSONArray formson_0236Arr = JSON.parseArray(JSON.toJSONString(formson_0236obj)); - for(Object obj : formson_0236Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - String invId = body.getString("field0110"); - if(StrUtil.isEmpty(invId)){ - logger.info("未加载到调拨订单数据"); - } - //组装数据推送调拨订单 - result = bindAllotOrder(businessDatamain,body); - } - return result; - } - - /** - * 组装数据推送调拨订单 - * @param businessDatamain - * @param body - * @return - */ - private JSONObject bindAllotOrder(JSONObject businessDatamain, JSONObject body) { - JSONObject result = new JSONObject(); - JSONObject sendData = new JSONObject(); - JSONArray billvo = new JSONArray(); - sendData.put("billvo",billvo); - JSONObject main = new JSONObject(); - billvo.add(main); - JSONObject parentvo = new JSONObject(); - JSONArray childrenvo = new JSONArray(); - main.put("parentvo",parentvo); - parentvo.put("cbiztypeid",businessDatamain.getString("field0133"));//业务流程 - parentvo.put("coperatorid",businessDatamain.getString("field0136"));//制单人 - parentvo.put("dbilldate",businessDatamain.getString("field0003"));//单据日期 - - parentvo.put("cincorpid",body.getString("field0148"));//调入公司 - parentvo.put("cincbid",body.getString("field0151"));//调入组织 - parentvo.put("cinwhid",body.getString("field0107"));//调入仓库 - parentvo.put("coutcorpid",body.getString("field0142"));//调出公司 - parentvo.put("coutcbid",body.getString("field0145"));//调出组织 - parentvo.put("coutwhid",body.getString("field0105"));//调出仓库 - parentvo.put("coutcurrtype",body.getString("field0167"));//币种 -// parentvo.put("vbdef1",businessDatamain.getString("field0162"));//店铺 -// parentvo.put("vbdef2",businessDatamain.getString("field0165"));//平台 -// parentvo.put("vbdef3",businessDatamain.getString("field0096"));//品牌 -// parentvo.put("vbdef4",businessDatamain.getString("field0097"));//业务中心 -// parentvo.put("vbdef5",businessDatamain.getString("field0098"));//业务模式 -// parentvo.put("pk_defdoc1",businessDatamain.getString("field0160"));//店铺 -// parentvo.put("pk_defdoc2",businessDatamain.getString("field0163"));//平台 -// parentvo.put("pk_defdoc3",businessDatamain.getString("field0118"));//品牌 -// parentvo.put("pk_defdoc4",businessDatamain.getString("field0120"));//业务中心 -// parentvo.put("pk_defdoc5",businessDatamain.getString("field0122"));//业务模式 - - parentvo.put("vdef10",businessDatamain.getString("field0097"));//业务中心 - parentvo.put("vdef11",businessDatamain.getString("field0098"));//业务模式 - parentvo.put("vdef12",businessDatamain.getString("field0162"));//店铺 - parentvo.put("vdef13",businessDatamain.getString("field0096"));//品牌 - parentvo.put("vdef14",businessDatamain.getString("field0165"));//平台 - - parentvo.put("pk_defdoc10",businessDatamain.getString("field0120"));//业务中心 - parentvo.put("pk_defdoc11",businessDatamain.getString("field0122"));//业务模式 - parentvo.put("pk_defdoc12",businessDatamain.getString("field0160"));//店铺 - parentvo.put("pk_defdoc13",businessDatamain.getString("field0118"));//品牌 - parentvo.put("pk_defdoc14",businessDatamain.getString("field0163"));//平台 - main.put("childrenvo",childrenvo); - //组装明细数据 - JSONObject childrenvoObj = new JSONObject(); - childrenvoObj.put("cinvbasid",body.getString("field0072"));//存货ID - childrenvoObj.put("nnum",body.getString("field0077"));//数量 - childrenvoObj.put("nnotaxprice",body.getString("field0080"));//无税单价 - childrenvoObj.put("nprice",body.getString("field0082"));//含税单价 - childrenvoObj.put("nnotaxmny",body.getString("field0083"));//无税金额 - childrenvoObj.put("ntaxrate",body.getString("field0171"));//税率 - childrenvoObj.put("nmny",body.getString("field0170"));//含税金额 - childrenvo.add(childrenvoObj); - main.put("childrenvo",childrenvo); - String apiCode = "8000050005"; - logger.info("调拨订单请求参数:{}",sendData.toString()); - result = U8cHttpUtil.sendOATOU8CEsb(sendData.toString(),apiCode); - return result; - } - - /*** - * @Content:出入库申请单-盘点 - * @Author 👻👻👻👻yqh👻👻👻👻 - * @Date 2023年11月22日13:52:08 - * @Param - * @return - **/ - private JSONObject warehouseCheck(Map businessData) { - JSONObject result = new JSONObject(); - Object mainObj = businessData.get("formmain_0218"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - Object formson_0219obj = businessData.get("formson_0219"); - - //其他入库单 - Object formson_0235obj = businessData.get("formson_0235"); - JSONArray formson_0235Arr = JSON.parseArray(JSON.toJSONString(formson_0235obj)); - for(Object obj : formson_0235Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - String invId = body.getString("field0063"); - if(StrUtil.isEmpty(invId)){ - logger.info("未加载到其他出库单数据"); - } - //组装数据推送其他出入单信息 - result = otherInWarehouse(businessDatamain,body); - } - //其他出库单 - JSONArray formson_0219Arr = JSON.parseArray(JSON.toJSONString(formson_0219obj)); - if(null != formson_0219Arr && formson_0219Arr.size()>0){ - for(Object obj : formson_0219Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - String invId = body.getString("field0108"); - if(StrUtil.isEmpty(invId)){ - logger.info("未加载到其他出库单数据"); - } - //组装数据推送其他出库单信息 - result = otherOutWarehouse(businessDatamain,body); - } - } - - - return result; - } - - /** - * 组装数据推送其他入库单信息 - * @param businessDatamain - * @param body - * @return - */ - private JSONObject otherInWarehouse(JSONObject businessDatamain, JSONObject body) { - JSONObject result = new JSONObject(); - JSONObject sendData = new JSONObject(); - JSONArray GeneralBillVO_4A = new JSONArray(); - sendData.put("GeneralBillVO_4A",GeneralBillVO_4A); - JSONObject main = new JSONObject(); - GeneralBillVO_4A.add(main); - JSONObject parentvo = new JSONObject(); - JSONArray childrenvo = new JSONArray(); - main.put("parentvo",parentvo); - parentvo.put("pk_corp",businessDatamain.getString("field0124"));//公司 - parentvo.put("coperatorid",businessDatamain.getString("field0136"));//制单人 - parentvo.put("dbilldate",businessDatamain.getString("field0003"));//单据日期 - parentvo.put("cwarehouseid",body.getString("field0102"));//仓库 - parentvo.put("pk_calbody",body.getString("field0157"));//库存组织 - parentvo.put("cdispatcherid",businessDatamain.getString("field0128"));//收发类别 - parentvo.put("cdptid",businessDatamain.getString("field0139"));//部门 -// parentvo.put("cbizid ",businessDatamain.getString(""));//业务员 - parentvo.put("vnote",businessDatamain.getString("field0006"));//备注 - parentvo.put("vdef10",businessDatamain.getString("field0097"));//业务中心 - parentvo.put("vdef11",businessDatamain.getString("field0098"));//业务模式 - parentvo.put("vdef12",businessDatamain.getString("field0162"));//店铺 - parentvo.put("vdef13",businessDatamain.getString("field0096"));//品牌 - parentvo.put("vdef14",businessDatamain.getString("field0165"));//平台 - - parentvo.put("pk_defdoc10",businessDatamain.getString("field0120"));//业务中心 - parentvo.put("pk_defdoc11",businessDatamain.getString("field0122"));//业务模式 - parentvo.put("pk_defdoc12",businessDatamain.getString("field0160"));//店铺 - parentvo.put("pk_defdoc13",businessDatamain.getString("field0118"));//品牌 - parentvo.put("pk_defdoc14",businessDatamain.getString("field0163"));//平台 - main.put("childrenvo",childrenvo); - //组装明细数据 - JSONObject childrenvoObj = new JSONObject(); - childrenvoObj.put("bonroadflag","N");//是否在途 不知道干啥的 默认否 - childrenvoObj.put("cinventoryid",body.getString("field0109"));//存货ID - childrenvoObj.put("flargess","N");//是否赠品,文档未标注,默认否 - childrenvoObj.put("nshouldinnum",body.getString("field0125"));//应收数量 - childrenvoObj.put("ninnum",body.getString("field0069"));//实收数量 - childrenvo.add(childrenvoObj); - main.put("childrenvo",childrenvo); - String apiCode = ""; - String wholemanaflag = body.getString("field0166"); - //入库:根据是否批次管理进行判断 - // 1、如果有批次管理就传递保存签字状态,同时传递一个批次号到U8C 用OA制单日期 格式为yyyyMMdd - // 2、没有批次管理就传递签字状态 - if("Y".equals(wholemanaflag)){ - Date field0003 = businessDatamain.getDate("field0003"); - if(null != field0003){ - String vbatchcode = DateUtil.dateToString(field0003,"yyyyMMdd"); - childrenvoObj.put("vbatchcode",vbatchcode); - } - - } - apiCode = "8000050004";//其他入保存即签字 - logger.info("其他入库单请求数据:{}",sendData.toString()); - result = U8cHttpUtil.sendOATOU8CEsb(sendData.toString(),apiCode); - return result; - } - - /** - * 组装数据推送其他出库单信息 - * @param businessDatamain - * @param body - * @return - */ - private JSONObject otherOutWarehouse(JSONObject businessDatamain, JSONObject body) { - JSONObject result = new JSONObject(); - JSONObject sendData = new JSONObject(); - JSONArray GeneralBillVO_4I = new JSONArray(); - sendData.put("GeneralBillVO_4I",GeneralBillVO_4I); - JSONObject main = new JSONObject(); - GeneralBillVO_4I.add(main); - JSONObject parentvo = new JSONObject(); - JSONArray childrenvo = new JSONArray(); - main.put("parentvo",parentvo); - parentvo.put("pk_corp",businessDatamain.getString("field0124"));//公司 - parentvo.put("coperatorid",businessDatamain.getString("field0136"));//制单人 - parentvo.put("dbilldate",businessDatamain.getString("field0003"));//单据日期 - parentvo.put("cwarehouseid",body.getString("field0101"));//仓库 - parentvo.put("pk_calbody",body.getString("field0154"));//库存组织 - parentvo.put("cdispatcherid",businessDatamain.getString("field0131"));//收发类别 - parentvo.put("cdptid",businessDatamain.getString("field0139"));//部门 -// parentvo.put("cbizid ",businessDatamain.getString(""));//业务员 - parentvo.put("vdef10",businessDatamain.getString("field0097"));//业务中心 - parentvo.put("vdef11",businessDatamain.getString("field0098"));//业务模式 - parentvo.put("vdef12",businessDatamain.getString("field0162"));//店铺 - parentvo.put("vdef13",businessDatamain.getString("field0096"));//品牌 - parentvo.put("vdef14",businessDatamain.getString("field0165"));//平台 - - parentvo.put("pk_defdoc10",businessDatamain.getString("field0120"));//业务中心 - parentvo.put("pk_defdoc11",businessDatamain.getString("field0122"));//业务模式 - parentvo.put("pk_defdoc12",businessDatamain.getString("field0160"));//店铺 - parentvo.put("pk_defdoc13",businessDatamain.getString("field0118"));//品牌 - parentvo.put("pk_defdoc14",businessDatamain.getString("field0163"));//平台 - main.put("childrenvo",childrenvo); - //组装明细数据 - JSONObject childrenvoObj = new JSONObject(); - childrenvoObj.put("bonroadflag","N");//是否在途 不知道干啥的 默认否 - childrenvoObj.put("cinventoryid",body.getString("field0108"));//存货ID - childrenvoObj.put("flargess","N");//是否赠品,文档未标注,默认否 - childrenvoObj.put("nshouldoutnum",body.getString("field0126"));//应出数量 - String apiCode = ""; - //1、出入库逻辑 - // 出库:根据是否批次管理进行判断 - // 1、如果有批次 传保存状态 传递应发 实发不不传递 - // 2、没有批次,保存即签字状态 - String field0172 = body.getString("field0172"); - if("Y".equals(field0172)){ - apiCode = "8000050013"; - }else{ - apiCode = "8000050006"; - childrenvoObj.put("noutnum",body.getString("field0058"));//实出数量 - } -// childrenvoObj.put("noutnum","0");//实出数量 -// childrenvoObj.put("vbatchcode","20231123");//批次 - childrenvo.add(childrenvoObj); - main.put("childrenvo",childrenvo); - - logger.info("其他出库单请求数据:{}",sendData.toString()); - result = U8cHttpUtil.sendOATOU8CEsb(sendData.toString(),apiCode); - return result; - } - - /** - * 存货档案-速网 - * @param businessData - * @param formApp - * @return - */ - private String boundSWinvDoc(Map businessData, String formApp) { - StringBuffer resultB = new StringBuffer(); - Object mainObj = businessData.get("formmain_0231"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject custDoc = new JSONObject(); - JSONObject invbasdoc = new JSONObject(); - //组装主表数据 - JSONObject parentvo = new JSONObject(); - parentvo.put("pk_invcl",businessDatamain.getString("field0020"));//存货分类主键 - parentvo.put("invcode",businessDatamain.getString("field0005"));//存货编码 - parentvo.put("invname",businessDatamain.getString("field0006"));//存货名称 -// parentvo.put("def1",businessDatamain.getString("field0033"));//旺店通存货分类名称 - parentvo.put("def1",businessDatamain.getString("field0009"));//旺店通存货分类名称 -// parentvo.put("pk_defdoc1",businessDatamain.getString("field0009"));//旺店通存货分类名称 -// parentvo.put("def3",businessDatamain.getString("field0031"));//公司主键 - parentvo.put("def3",businessDatamain.getString("field0029"));//公司主键 -// parentvo.put("pk_defdoc3",businessDatamain.getString("field0029"));//公司名称 - parentvo.put("invmnecode",businessDatamain.getString("field0007"));//货品编码(spu) - parentvo.put("def5",businessDatamain.getString("field0028"));//物料对应客商 客商主键 - parentvo.put("pk_measdoc",businessDatamain.getString("field0022"));//主计量单位 -// parentvo.put("pk_taxitems","40040000000000000082");//税目 固定传13 - parentvo.put("pk_taxitems",businessDatamain.getString("field0026"));//税目 固定传13 - parentvo.put("def6",businessDatamain.getString("field0017"));//标准零售价 - - parentvo.put("invpinpai",businessDatamain.getString("field0035"));//品牌 - parentvo.put("invbarcode",businessDatamain.getString("field0060"));//条形码 - parentvo.put("graphid",businessDatamain.getString("field0061"));//品牌自带编码 - parentvo.put("def2",businessDatamain.getString("field0036"));//三级分类 - parentvo.put("def4",businessDatamain.getString("field0043"));//GIV - parentvo.put("def5",businessDatamain.getString("field0011"));//主供应商 - parentvo.put("def12",businessDatamain.getString("field0056"));//是否专供 - parentvo.put("def7",businessDatamain.getString("field0057"));//是否在售 - parentvo.put("def8",businessDatamain.getString("field0039"));//四级分类 - parentvo.put("invshortname",businessDatamain.getString("field0053"));//存货简称 - parentvo.put("invspec",businessDatamain.getString("field0044"));//单品规格 - parentvo.put("invtype",businessDatamain.getString("field0045"));//规格码 - parentvo.put("def9",businessDatamain.getString("field0059"));//箱规1 - parentvo.put("length",businessDatamain.getString("field0047"));//长[mm] - parentvo.put("height",businessDatamain.getString("field0048"));//高[mm] - parentvo.put("width",businessDatamain.getString("field0049"));//宽[mm] - parentvo.put("unitweight",businessDatamain.getString("field0050"));//单品净重[g] - parentvo.put("def10",businessDatamain.getString("field0051"));//产地 - parentvo.put("def11",businessDatamain.getString("field0058"));//是否进口 - - custDoc.put("parentvo",parentvo); - JSONArray childrenvo = new JSONArray(); - custDoc.put("childrenvo",childrenvo); - invbasdoc.put("invbasdoc",custDoc); - logger.info("存货档案请求参数:{}",invbasdoc); - JSONObject jsonObjectAttribute = U8cHttpUtil.sendOATOU8CEsb(invbasdoc.toString(), "8000050002"); - logger.info("存货档案新增即保存返回参数解析之后得到的attribute值为:{}",jsonObjectAttribute); - resultB.append("存货档案新增:"+jsonObjectAttribute); - String success = jsonObjectAttribute.getString("status"); - if("success".equals(success)){ - JSONArray jsonArray = jsonObjectAttribute.getJSONArray("data"); - if(jsonArray.size()>0 && null!=jsonArray){ - for (Object object : jsonArray) { - JSONObject body = JSON.parseObject(JSON.toJSONString(object)); - String parentvoResult = body.getString("parentvo"); - JSONObject jsonObjectParentvo = JSONObject.parseObject(parentvoResult); - String pkInvbasdoc = jsonObjectParentvo.getString("pk_invbasdoc"); - logger.info("获取到的存货档案主键为:{}",pkInvbasdoc); - JSONArray invbasdocvoArr = new JSONArray(); - //查询所有公司,给每个公司都进行分配 -// List seeyonEntities = seeYonDao.selectOAListByCorp(new SeeyonEntity()); -// if(seeyonEntities.size()>0 && seeyonEntities !=null){ -// for (SeeyonEntity seeyonEntity : seeyonEntities) { -// JSONObject custbasvo = new JSONObject(); -// -// } -// } - JSONObject custbasvo = new JSONObject(); - custbasvo.put("pk_corp","all");//公司 - custbasvo.put("pk_measdoc","all");//所有库存组织 - custbasvo.put("pk_invbasdoc",pkInvbasdoc.trim());//存货档案编码 - invbasdocvoArr.add(custbasvo); - JSONObject sendParm = new JSONObject(); - sendParm.put("invbasdocvo",invbasdocvoArr); - logger.info("存货档案分配请求参数:{}",sendParm.toString()); - JSONObject jsonObject = U8cHttpUtil.sendOATOU8CEsb(sendParm.toString(), "8000050008"); - logger.info("存货档案分配返回参数解析之后得到的attribute值为:{}",jsonObject); - return resultB.append("存货档案分配:"+jsonObject).toString(); - } - } - return resultB.toString(); - } - return resultB.toString(); - } - - /** - * 客商档案-速网 - * @param businessData - * @param formApp - * @return - */ - private String boundSWcustDoc(Map businessData, String formApp) { - StringBuffer resultB = new StringBuffer(); - String result = ""; - JSONObject sourceData = new JSONObject(); - Object mainObj = businessData.get("formmain_0229"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject custDoc = new JSONObject(); - //组装主表数据 - JSONObject parentvo = new JSONObject(); - parentvo.put("custcode",businessDatamain.getString("field0020"));//客商编号 -// parentvo.put("custcode","01.01.098");//客商编号 - parentvo.put("custname",businessDatamain.getString("field0008"));//客商名称 - parentvo.put("custprop","0");//客商类型 0 - 外部单位,1 - 内部核算单位,2 - 内部法人单位,3 - 内部渠道成员 - parentvo.put("pk_areacl",businessDatamain.getString("field0036"));//地区分类 主键 - parentvo.put("taxpayerid",businessDatamain.getString("field0023"));//纳税人登记号 - parentvo.put("custshortname",businessDatamain.getString("field0008"));//客商简称 - parentvo.put("phone1",businessDatamain.getString("field0012"));//联系人电话 - parentvo.put("linkman1",businessDatamain.getString("field0011"));//联系人 - - parentvo.put("def1",businessDatamain.getString("field0061"));//省 - parentvo.put("def2",businessDatamain.getString("field0062"));//市 - parentvo.put("def3",businessDatamain.getString("field0063"));//区 - parentvo.put("def4",businessDatamain.getString("field0047"));//详细地址 - parentvo.put("mobilephone1",businessDatamain.getString("field0053"));//固定电话 - parentvo.put("legalbody",businessDatamain.getString("field0052"));//法人 - parentvo.put("def6",businessDatamain.getString("field0054"));//批准日期 - parentvo.put("def7",businessDatamain.getString("field0055"));//生效日期 - String field0072 = businessDatamain.getString("field0072"); - //todo 2024年2月28日09:10:22客户安东辉提出,如果标记为长期客户,则默认失效时间为 - if(StrUtil.isNotEmpty(field0072) && "7747067566458293711".equals(field0072)){ - String def8 = "9999-12-31"; - parentvo.put("def8",def8);//失效日期 - }else{ - parentvo.put("def8",businessDatamain.getString("field0056"));//失效日期 - } - -// parentvo.put("def9",businessDatamain.getString("field0070"));//结算币种 - parentvo.put("def10",businessDatamain.getString("field0058"));//经济类型 - parentvo.put("def11",businessDatamain.getString("field0064"));//内部联系人 - parentvo.put("def5",businessDatamain.getString("field0060"));//注册日期 - custDoc.put("parentvo",parentvo); - JSONArray banks = new JSONArray(); - //OA银行信息存在与主表上面 ,如果银行账号不为空才设置 - if(businessDatamain.getString("field0010")!=null && !"".equals(businessDatamain.getString("field0010")) - && businessDatamain.getString("field0037")!=null && !"".equals(businessDatamain.getString("field0037"))){ - JSONObject sendBody = new JSONObject(); - sendBody.put("accname",businessDatamain.getString("field0037"));//银行名称 传编码 - sendBody.put("account",businessDatamain.getString("field0010"));//银行账户 - sendBody.put("pk_accbank",businessDatamain.getString("field0038"));//开户行 - sendBody.put("defflag","Y");//是否默认 - sendBody.put("pk_currtype","CNY");//币种 填写编码 - sendBody.put("status","2");//修改状态 1修改 2新增 3删除 - banks.add(sendBody); - } - custDoc.put("banks",banks); - sourceData.put("cbdocvo",custDoc); - logger.info("客商档案请求参数:{}",sourceData); - JSONObject jsonObjectAttribute = U8cHttpUtil.sendOATOU8CEsb(sourceData.toString(), "8000050003"); - logger.info("客商档案新增即保存返回参数解析之后得到的attribute值为:{}",jsonObjectAttribute); - resultB.append("客商档案新增:"+jsonObjectAttribute); - String success = jsonObjectAttribute.getString("status"); - //传递成功之后进行分配,反之直接返回错误信息 - if ("success".equals(success)) { - JSONArray jsonArray = jsonObjectAttribute.getJSONArray("data"); - if (jsonArray.size() > 0 && null != jsonArray) { - for (Object object : jsonArray) { - JSONObject body = JSON.parseObject(JSON.toJSONString(object)); - String parentvoResult = body.getString("parentvo"); - JSONObject jsonObjectParentvo = JSONObject.parseObject(parentvoResult); - String pkCubasdoc = jsonObjectParentvo.getString("pk_cubasdoc"); - logger.info("获取到的客商档案主键为:{}", pkCubasdoc); - JSONArray custbasvoArr = new JSONArray(); - //查询所有公司,给每个公司都进行分配 - List seeyonEntities = seeYonDao.selectOAListByCorp(new SeeyonEntity()); - if (seeyonEntities.size() > 0 && seeyonEntities != null) { - for (SeeyonEntity seeyonEntity : seeyonEntities) { - JSONObject custbasvo = new JSONObject(); - //判断OA客商类型决定分配类型到组织 客商类型 -943875574826447587 客户 -516832932909398145 供应商 5622861136659237947 客商 - //如果未成功匹配,就只暂时不处理,让让接口报错(正常来说不存在匹配不到的情况)除非OA非必填 - String custprop = ""; - String custType = businessDatamain.getString("field0021"); - if(StrUtil.isNotEmpty(custType)){ - if("-943875574826447587".equals(custType)){ - custprop = "0"; - } - if("-516832932909398145".equals(custType)){ - custprop = "1"; - } - if("5622861136659237947".equals(custType)){ - custprop = "2"; - } - } - custbasvo.put("custprop",custprop);//客商属性 0:客户,1:供应商,2:客商 - custbasvo.put("pk_corp", seeyonEntity.getPk_corp().trim());//公司 - custbasvo.put("pk_cubasdoc", pkCubasdoc.trim());//客商基本档案主键 - custbasvoArr.add(custbasvo); - } - } - JSONObject sendParm = new JSONObject(); - sendParm.put("custbasvo", custbasvoArr); - logger.info("客商档案分配请求参数:{}", sendParm); - JSONObject jsonObject = U8cHttpUtil.sendOATOU8CEsb(sendParm.toString(), "8000050007"); - logger.info("客商档案分配返回参数解析之后得到的attribute值为:{}",jsonObject); - return resultB.append("客商档案分配:"+result).toString(); - } - } - } - return resultB.toString(); - } - - /** - * 采购付款单-速网 - * @param businessData - * @param formApp - * @return - */ - private String boundSWPUPy(Map businessData, String formApp)throws Exception { - JSONObject result = new JSONObject(); - JSONObject data = new JSONObject(); - JSONObject sourceData = new JSONObject(); - Object mainObj = businessData.get("formmain_0209"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject puPay = new JSONObject(); -// String dateStr = businessDatamain.getString("field0023"); - String dateStr = businessDatamain.getString("field0002"); - Date billDate = DateUtil.stringToDate(dateStr,"yyyy-MM-dd"); - String date = DateUtil.dateToString(billDate,"yyyy-MM-dd"); - //组装主表数据 - JSONObject parentvo = new JSONObject(); - parentvo.put("lrr",businessDatamain.getString("field0137"));//录入人 - parentvo.put("djlxbm","D3");//单据类型编码 field0101 - parentvo.put("dwbm",businessDatamain.getString("field0153"));//单位编码 - parentvo.put("djrq",date);//业务单据日期 - parentvo.put("shrq",date);//审核日期 - parentvo.put("deptid",businessDatamain.getString("field0161"));//部门 - - parentvo.put("shr",businessDatamain.getString("field0137"));//审核人 - parentvo.put("qrr",businessDatamain.getString("field0137"));//签字确认人 - parentvo.put("ybje",businessDatamain.getString("field0019"));//原币金额 - parentvo.put("bbje",businessDatamain.getString("field0019"));//本币金额 - parentvo.put("pj_jsfs",businessDatamain.getString("field0155"));// 结算方式 - //自定义项名称 - parentvo.put("zyx1",businessDatamain.getString("field0175"));//银行档案 - parentvo.put("zyx10",businessDatamain.getString("field0150"));//业务中心 - parentvo.put("zyx11",businessDatamain.getString("field0147"));//业务模式 - parentvo.put("zyx12",businessDatamain.getString("field0138"));//店铺 - parentvo.put("zyx13",businessDatamain.getString("field0144"));//品牌 - parentvo.put("zyx14",businessDatamain.getString("field0141"));//平台 - - - parentvo.put("zyx1",businessDatamain.getString("field0158"));// 银行 - parentvo.put("zyx2",businessDatamain.getString("field0165"));// R其他货币资金 - parentvo.put("hbbm",businessDatamain.getString("field0157"));//客商 - parentvo.put("prepay","N");//预收付款标志 如果是随订单预付款,必须打勾这个字段 默认Y - - puPay.put("parentvo",parentvo); - //报销信息明细表(明细表1) - Object formson_0210obj = businessData.get("formson_0210"); - JSONArray formson_0210Arr = JSON.parseArray(JSON.toJSONString(formson_0210obj)); - //formson_0224 - JSONArray childrenvo = new JSONArray(); - String orderBillCode = ""; - String xslxbm = ""; - for(Object obj : formson_0210Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject sendBody = new JSONObject(); - orderBillCode = body.getString("field0012");//采购订单号 - xslxbm = body.getString("field0164"); - sendBody.put("billdate",date);//单据日期 - sendBody.put("fx","1");//方向 - sendBody.put("ddh",orderBillCode);//订单号 - sendBody.put("jfbbje",body.getString("field0014"));//本币金额 - sendBody.put("jfybje",body.getString("field0014"));//原币金额 - - sendBody.put("hbbm",businessDatamain.getString("field0157"));//客商档案 -// sendBody.put("ddh",vordercode);//订单号 - childrenvo.add(sendBody); - } - parentvo.put("xslxbm",xslxbm);//销售订单业务流程 - parentvo.put("zyx15",orderBillCode);//采购订单号 - puPay.put("children",childrenvo); - JSONArray billvoArr = new JSONArray(); - billvoArr.add(puPay); - JSONObject billvo = new JSONObject(); - billvo.put("billvo",billvoArr); - logger.info("采购付款单请求参数:{}",billvo.toString()); - String apiCode = "8000050000"; - result = U8cHttpUtil.sendOATOU8CEsb(billvo.toString(),apiCode); - logger.info("采购付款单返回参数:{}",result.toString()); - return result.toString(); - } - - /** - * 采购订单-速网 - * @param businessData - * @param formApp - * @return - */ - private String boundSWPUOrder(Map businessData, String formApp) throws Exception{ - JSONObject result = new JSONObject(); - Object mainObj = businessData.get("formmain_0222"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - Object formson_0223obj = businessData.get("formson_0223"); - String parm = boundSWPUOrderMain(businessDatamain,formson_0223obj); - //推送采购订单到U8C - String apiCode = "8000050009"; - logger.info("采购订单推送参数:{}",parm); - result = U8cHttpUtil.sendOATOU8CEsb(parm,apiCode); - logger.info("采购订单返回参数:{}",result); - //判断该采购订单是否随订单进行付款 - String field0065 = businessDatamain.getString("field0065"); - String status = result.getString("status"); - if(StrUtil.isNotEmpty(field0065) && "1".equals(field0065)){ - if(!"falied".equals(status)){ - try { - Object formson_0224obj = businessData.get("formson_0224"); - String parmPay = boundSWPUOrderMainPay(businessDatamain,formson_0224obj,result); - apiCode = "8000050000"; - logger.info("采购付款单请求参数:{}",parmPay); - result = U8cHttpUtil.sendOATOU8CEsb(parmPay,apiCode); - logger.info("采购付款单返回参数:{}",result); - } catch (Exception e) { - e.printStackTrace(); - } - }else { - logger.info("采购订单传递失败:{}",result.getString("errormsg")); - } - } - return result.toString(); - } - //付款单信息 - private String boundSWPUOrderMainPay(JSONObject businessDatamain, Object formson_0224obj,JSONObject attribute)throws Exception{ - JSONObject main = new JSONObject(); - JSONObject puPay = new JSONObject(); - JSONArray billvo = new JSONArray(); - String failed = attribute.getString("failed"); - - JSONArray dataArr = attribute.getJSONArray("data"); - for(Object data:dataArr){ - JSONObject dataObj = JSON.parseObject(data.toString()); - JSONObject resultParentvo = dataObj.getJSONObject("parentvo"); - String corderid = resultParentvo.getString("corderid"); - String vordercode = resultParentvo.getString("vordercode"); - String dateStr = businessDatamain.getString("field0004"); - Date billDate = DateUtil.stringToDate(dateStr,"yyyy-MM-dd"); - String date = DateUtil.dateToString(billDate,"yyyy-MM-dd"); - //组装主表数据 - JSONObject parentvo = new JSONObject(); - parentvo.put("lrr",businessDatamain.getString("field0082"));//录入人 - parentvo.put("djlxbm","D3");//单据类型编码 field0101 - parentvo.put("dwbm",businessDatamain.getString("field0101"));//单位编码 - parentvo.put("djrq",date);//业务单据日期 - parentvo.put("shrq",date);//审核日期 -// parentvo.put("xslxbm",businessDatamain.getString("field0118"));//业务流程 - - parentvo.put("shr",businessDatamain.getString("field0082"));//审核人 - parentvo.put("qrr",businessDatamain.getString("field0082"));//签字确认人 - parentvo.put("ybje",businessDatamain.getString("field0017"));//原币金额 - parentvo.put("bbje",businessDatamain.getString("field0017"));//本币金额 - parentvo.put("pj_jsfs",businessDatamain.getString("field0128"));// 结算方式 - parentvo.put("deptid",businessDatamain.getString("field0109"));// 部门 - parentvo.put("bzbm",businessDatamain.getString("field0113"));// 币种 - //自定义项名称 - parentvo.put("zyx1",businessDatamain.getString("field0198"));//银行档案 - parentvo.put("zyx10",businessDatamain.getString("field0093"));//业务中心 - parentvo.put("zyx11",businessDatamain.getString("field0096"));//业务模式 - parentvo.put("zyx12",businessDatamain.getString("field0087"));//店铺 - parentvo.put("zyx13",businessDatamain.getString("field0090"));//品牌 - parentvo.put("zyx14",businessDatamain.getString("field0084"));//平台 - parentvo.put("zyx15",vordercode);//采购订单号 - - parentvo.put("zyx1",businessDatamain.getString("field0131"));// 银行 - parentvo.put("zyx2",businessDatamain.getString("field0161"));// 其他货币资金 - parentvo.put("hbbm",businessDatamain.getString("field0134"));//客商 - parentvo.put("prepay","Y");//预收付款标志 如果是随订单预付款,必须打勾这个字段 默认Y - - puPay.put("parentvo",parentvo); - JSONObject sendBody = new JSONObject(); - sendBody.put("billdate",date);//单据日期 - sendBody.put("fx","1");//方向 -// sendBody.put("jfbbje",businessDatamain.getString("field0066"));//本币金额 - sendBody.put("jfybje",businessDatamain.getString("field0066"));//原币金额 - JSONArray childrenvo = new JSONArray(); - sendBody.put("ddlx",corderid);//来源单据id -// sendBody.put("ddhh",corder_bid);//来源单据行id - sendBody.put("hbbm",businessDatamain.getString("field0134"));//客商档案 - sendBody.put("ddh",vordercode);//订单号 - childrenvo.add(sendBody); - //报销信息明细表(明细表1) -// JSONArray formson_0224Arr = JSON.parseArray(JSON.toJSONString(formson_0224obj)); - //formson_0224 -// JSONArray childrenvo = new JSONArray(); -// for(Object obj : formson_0224Arr){ -// JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); -// //如果付款原币金额为空,则不传递当前明细行,杜绝有空行存在 -// if(StrUtil.isEmpty(body.getString("field0054"))){ -// continue; -// } -// -// } - puPay.put("children",childrenvo); -// } - - } - billvo.add(puPay); - main.put("billvo",billvo); - return main.toString(); - } - - //采购订单信息 - private String boundSWPUOrderMain(JSONObject businessDatamain,Object formson_0223obj)throws Exception{ - JSONObject data = new JSONObject(); - JSONObject sourceData = new JSONObject(); - - JSONObject puOrder = new JSONObject(); - //组装主表数据 - JSONObject parentvo = new JSONObject(); - parentvo.put("cbiztype",businessDatamain.getString("field0118"));//业务流程 - parentvo.put("cdeptid",businessDatamain.getString("field0109"));//采购部门 -// parentvo.put("cdeptid","1007F81000000000K1Q0");//采购部门-速网先默认 用完注释 - parentvo.put("coperator",businessDatamain.getString("field0082"));//制单人 - //采购组织 - BdCorpEntity poCorp = new BdCorpEntity(); - String pkCorp = businessDatamain.getString("field0101"); -// String poCode = businessDatamain.getString("field0122"); -// if(StrUtil.isNotEmpty(pkCorp) && StrUtil.isNotEmpty(poCode)){ -// poCorp.setPkCorp(pkCorp); -// poCorp.setCode(poCode); -// poCorp = corpService.getPoPkByOrg(poCorp); -// if(null != poCorp){ -// parentvo.put("cpurorganization",poCorp.getPkPurorg());//采购组织 -// } -// } - parentvo.put("cpurorganization",businessDatamain.getString("field0121"));//采购组织 - parentvo.put("cvendormangid",businessDatamain.getString("field0103"));//供应商 - parentvo.put("pk_corp",pkCorp);//所属公司 - parentvo.put("vordercode",businessDatamain.getString("field0112"));//订单编号 - parentvo.put("dorderdate",businessDatamain.getString("field0004"));//订单日期 - parentvo.put("vmemo",businessDatamain.getString("field0025"));//备注 - -// if("0001F81000000000IGUU".equals(businessDatamain.getString("field0195"))){ -// parentvo.put("pk_defdoc18", businessDatamain.getString("field0201"));//是否补单主键 -// parentvo.put("vdef18", "是");//是否补单主键 -// } -// if("0001F81000000000IGUV".equals(businessDatamain.getString("field0195"))){ -// parentvo.put("pk_defdoc18", businessDatamain.getString("field0195"));//是否补单主键 -// parentvo.put("vdef18", "否");//是否补单主键 -// } - //自定义项主键 - parentvo.put("pk_defdoc10",businessDatamain.getString("field0093"));//业务中心 - parentvo.put("pk_defdoc11",businessDatamain.getString("field0096"));//业务模式 - parentvo.put("pk_defdoc12",businessDatamain.getString("field0087"));//店铺 - parentvo.put("pk_defdoc13",businessDatamain.getString("field0090"));//品牌 - parentvo.put("pk_defdoc14",businessDatamain.getString("field0084"));//平台 - parentvo.put("pk_defdoc15",businessDatamain.getString("field0155"));//收货仓库主键 - //自定义项名称 - parentvo.put("vdef10",businessDatamain.getString("field0095"));//业务中心 - parentvo.put("vdef11",businessDatamain.getString("field0098"));//业务模式 - parentvo.put("vdef12",businessDatamain.getString("field0089"));//店铺 - parentvo.put("vdef13",businessDatamain.getString("field0092"));//品牌 - parentvo.put("vdef14",businessDatamain.getString("field0086"));//平台 - parentvo.put("vdef15",businessDatamain.getString("field0155"));//收货仓库名称 - parentvo.put("ccurrencytypeid",businessDatamain.getString("field0113"));//原币币种ID - - - puOrder.put("parentvo",parentvo); - //报销信息明细表(明细表1) - - JSONArray formson_0223Arr = JSON.parseArray(JSON.toJSONString(formson_0223obj)); - //formson_0205 - JSONArray childrenvo = new JSONArray(); - for(Object obj : formson_0223Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject sendBody = new JSONObject(); - sendBody.put("pk_corp",body.getString("field0043"));//公司主键 - sendBody.put("vdef1",body.getString("field0154"));//折扣一金额 - //通过所属公司与存货编码获取存货管理档案主键 - BdInvmandocEntity invmandoc = new BdInvmandocEntity(); - invmandoc.setInvcode(body.getString("field0104")); - invmandoc.setPkCorp(pkCorp); - List bdInvmandocEntityList = invmandocDao.queryBdInvmandocByInvcode(invmandoc); - if(null != bdInvmandocEntityList && bdInvmandocEntityList.size()>0 ){ - for(BdInvmandocEntity inv : bdInvmandocEntityList){ - String pkInvmandoc = inv.getPkInvmandoc(); - if(null != invmandoc){ - sendBody.put("cmangid",pkInvmandoc);//存货信息 - break; - } - } - - } - String fale = "Y"; - logger.info("是否赠品:{}",body.getString("field0197")); - if ("2544055901016641496".equals(body.getString("field0197")) || null ==body.getString("field0197")) { //否 - fale = "N"; - } - sendBody.put("blargess", fale);//是否赠品 N Y - -// //获取收货库存组织主键 - String stockCode = body.getString("field0125"); - if(StrUtil.isNotEmpty(pkCorp) && StrUtil.isNotEmpty(stockCode)){ -// poCorp.setPkCorp(pkCorp); - poCorp.setCode(stockCode); - poCorp = corpService.getStockPkByOrg(poCorp); - if(null != poCorp){ - sendBody.put("pk_arrvcorp",poCorp.getPkCorp());//收货公司 - sendBody.put("pk_arrvstoorg",poCorp.getPkCalbody());//收货库存组织 - } - } - sendBody.put("ntaxrate",body.getString("field0135"));//税率 -// sendBody.put("pk_arrvstoorg",body.getString("field0126"));//收货库存组织 - sendBody.put("ccurrencytypeid",businessDatamain.getString("field0113"));//原币币种ID - sendBody.put("nordernum",body.getString("field0028"));//订货数量 - sendBody.put("norgtaxprice",body.getString("field0117"));//原币含税单价 - sendBody.put("noriginalcurprice",body.getString("field0116"));//原币无税单价 - sendBody.put("cwarehouseid",body.getString("field0116"));//原币无税单价 - childrenvo.add(sendBody); - } - puOrder.put("childrenvo",childrenvo); - sourceData.put("puordervo",puOrder); -// logger.info("采购订单请求参数:{}",sourceData); - return sourceData.toString(); - } - - /** - * 销售订单-速网 - * @param businessData - * @param formApp - * @return - */ - private String boundSWSaleOrder(Map businessData, String formApp) { - try { - Object mainObj = businessData.get("formmain_0202"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject jsonObject=new JSONObject(); - //判断单子是否是退货订单 1:是 0:否 - if("0".equals(businessDatamain.getString("field0105"))){ - jsonObject= boundSWSaleOrderMerge(businessData,"N"); - }else { - jsonObject= boundSWSaleOrderMerge(businessData, "Y"); - if ("success".equals(jsonObject.getString("status"))) { - //销售订单关闭 - boundSWSaleGeneral(businessData); - } - } - return jsonObject.toString(); - }catch (Exception e){ - e.printStackTrace(); - logger.info("销售订单操作失败:{}",e.getMessage()); - } - return null; - } - - private JSONObject boundSWSaleOrderMerge(Map businessData,String type)throws Exception { - StringBuffer stringBuffer=new StringBuffer(); - JSONObject sourceData = new JSONObject(); - Object mainObj = businessData.get("formmain_0202"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - String id = businessDatamain.getString("id");//oaid - String field0010= businessDatamain.getString("field0010"); - JSONObject saleorder = new JSONObject(); - String pkCorp = businessDatamain.getString("field0112"); - //组装主表数据 - JSONObject parentvo = new JSONObject(); - parentvo.put("vdef12", businessDatamain.getString("field0074"));//店铺 名称 - parentvo.put("pk_defdoc12", businessDatamain.getString("field0108"));//店铺 主键 - parentvo.put("vdef2", businessDatamain.getString("field0075"));//收件人姓名 - parentvo.put("vdef3", businessDatamain.getString("field0076"));//收件人手机 - parentvo.put("vdef4", businessDatamain.getString("field0077"));//邮费 - parentvo.put("vdef8", businessDatamain.getString("field0081"));//地址 - parentvo.put("vdef9", businessDatamain.getString("field0149"));//送样类型 - parentvo.put("vdef17", businessDatamain.getString("field0210"));//销售折让 - parentvo.put("vreceiptcode",field0010);//单据号 - parentvo.put("cbiztype", businessDatamain.getString("field0132"));//业务类型 主键 - parentvo.put("dbilldate", businessDatamain.getString("field0002"));//单据日期 - parentvo.put("pk_corp",pkCorp );//所属公司编码 主键 - //客户主键,需要通过所属公司以及客户编码获取客户管理档案主键 - String custCode = businessDatamain.getString("field0109"); - BdCumandocEntity cumandoc = new BdCumandocEntity(); - cumandoc.setPkCorp(pkCorp); - cumandoc.setCustcode(custCode); - ListbdCumandocEntityList = bdCumandocDao.selectIdByCodeAndCorp(cumandoc); - if(null != bdCumandocEntityList && bdCumandocEntityList.size()>0){ - for(BdCumandocEntity bdCumandocEntity : bdCumandocEntityList){ - if(null != bdCumandocEntity){ - String cumandocId = bdCumandocEntity.getPkCumandoc(); - parentvo.put("ccustomerid", cumandocId);//客户编码 主键 - } - } - } - parentvo.put("cdeptid", businessDatamain.getString("field0142"));//执行部门 主键 - parentvo.put("csalecorpid", businessDatamain.getString("field0137"));//销售组织 主键不能为空 - parentvo.put("ccalbodyid", businessDatamain.getString("field0202"));//库存组织 主键//todo -// parentvo.put("ccalbodyid", "1007F81000000000JEGU");//库存组织 主键//todo 等待修改 - parentvo.put("creceiptcorpid", businessDatamain.getString("field0110"));//开票单位 客户主键 - parentvo.put("ndiscountrate", businessDatamain.getString("field0093"));//整单折扣 - parentvo.put("bretinvflag", type);//退货标记 N Y - parentvo.put("vnote", businessDatamain.getString("field0188"));//备注 - parentvo.put("coperatorid", businessDatamain.getString("field0129"));//制单人 主键 - parentvo.put("vdef10", businessDatamain.getString("field0091"));//业务中心 名称 - parentvo.put("vdef9", businessDatamain.getString("field0149"));//送样类型 名称 - parentvo.put("vdef11", businessDatamain.getString("field0095"));//业务模式 名称 - parentvo.put("vdef13", businessDatamain.getString("field0096"));//品牌 名称 - parentvo.put("vdef14", businessDatamain.getString("field0097"));//平台 名称 - - parentvo.put("vdef15", businessDatamain.getString("field0146"));//原单单号 - parentvo.put("vdef16", businessDatamain.getString("field0131"));//原单主键 - -// if("0001F81000000000IGUU".equals(businessDatamain.getString("field0201"))){ -// parentvo.put("pk_defdoc18", businessDatamain.getString("field0201"));//是否补单主键 -// parentvo.put("vdef18", "是");//是否补单主键 -// } -// if("0001F81000000000IGUV".equals(businessDatamain.getString("field0201"))){ -// parentvo.put("pk_defdoc18", businessDatamain.getString("field0201"));//是否补单主键 -// parentvo.put("vdef18", "否");//是否补单主键 -// } - - parentvo.put("pk_defdoc10", businessDatamain.getString("field0125"));//业务中心 主键 - parentvo.put("pk_defdoc9", businessDatamain.getString("field0147"));//送样类型 主键 - parentvo.put("pk_defdoc11", businessDatamain.getString("field0123"));//业务模式 主键 - parentvo.put("pk_defdoc13", businessDatamain.getString("field0120"));//品牌 主键 - parentvo.put("pk_defdoc14", businessDatamain.getString("field0122"));//平台 主键 - if(StrUtil.isNotEmpty(businessDatamain.getString("field0155"))){ - parentvo.put("vdef5",businessDatamain.getString("field0155"));//省 - }else{ - parentvo.put("vdef5","无");//省 - } - if(StrUtil.isNotEmpty(businessDatamain.getString("field0156"))){ - parentvo.put("vdef6",businessDatamain.getString("field0156"));//市 - }else{ - parentvo.put("vdef6","无");//市 - } - if(StrUtil.isNotEmpty(businessDatamain.getString("field0157"))){ - parentvo.put("vdef7",businessDatamain.getString("field0157"));//区/县 - }else { - parentvo.put("vdef7","无");//区/县 - } - - - parentvo.put("vdef8",businessDatamain.getString("field0081"));//详细地址 - - saleorder.put("parentvo", parentvo); - //报销信息明细表(明细表1) - Object formson_0203obj = businessData.get("formson_0203"); - JSONArray childrenvo = new JSONArray(); - JSONArray formson_0203Arr = JSON.parseArray(JSON.toJSONString(formson_0203obj)); - if (formson_0203Arr.size() > 0 && null != formson_0203Arr) { - for (Object obj : formson_0203Arr) { - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject sendBody = new JSONObject(); - //通过所属公司与存货编码获取存货管理档案主键 - BdInvmandocEntity invmandoc = new BdInvmandocEntity(); - invmandoc.setInvcode(body.getString("field0012")); - if(StrUtil.isNotEmpty(businessDatamain.getString("field0177"))){ - invmandoc.setPkCorp(businessDatamain.getString("field0177"));//todo 2024年1月24日09:51:27 实施提出需要将存货传递为库存公司的管理主键 - }else { - invmandoc.setPkCorp(pkCorp); - } - - List bdInvmandocEntityList = invmandocDao.queryBdInvmandocByInvcode(invmandoc); - if(null != bdInvmandocEntityList && bdInvmandocEntityList.size()>0 ){ - for(BdInvmandocEntity inv : bdInvmandocEntityList){ - String pkInvmandoc = inv.getPkInvmandoc(); - if(null != invmandoc){ - sendBody.put("cinventoryid", pkInvmandoc);//存货编码 主键 - break; - } - } - - } - sendBody.put("cunitid", body.getString("field0116"));//单位 - sendBody.put("creccalbodyid", body.getString("field0202"));//收货库存组织 -// sendBody.put("creccalbodyid", "1007F81000000000JEGU");//收货库存组织 - - if(StrUtil.isNotEmpty(businessDatamain.getString("field0177"))&&!businessDatamain.getString("field0177").equals(pkCorp)){ - sendBody.put("cconsigncorpid", businessDatamain.getString("field0177"));//发货公司 - } - if("0".equals(businessDatamain.getString("field0105"))){ - sendBody.put("nnumber", body.getString("field0018"));//数量 - }else{ - sendBody.put("nnumber", "-"+body.getString("field0018"));//数量 - } - String fale = "Y"; - logger.info("是否赠品:{}",body.getString("field0023")); - if ("1289206401434863591".equals(body.getString("field0023")) || null ==body.getString("field0023")) { //否 - fale = "N"; - } - sendBody.put("blargessflag", fale);//是否赠品 N Y - sendBody.put("noriginalcurprice", body.getString("field0139"));//不含税单价 - String field0182 = body.getString("field0182"); - if("是".equals(field0182)){ - sendBody.put("blargessflag", "Y");//是否赠品 - } - sendBody.put("ntaxrate", "13%");//税率 - sendBody.put("noriginalcurtaxprice", body.getString("field0168"));//含税单价 - //sendBody.put("noriginalcursummny", body.getString("field0082"));//原币价税合计 - sendBody.put("cbodywarehouseid", body.getString("field0114"));//附表仓库 - sendBody.put("cadvisecalbodyid",businessDatamain.getString("field0136"));//发货库存组织 主键 - sendBody.put("vostatus", body.getString("new"));//状态 调用修改接口时使用,传值:修改时update、删除时delete、新增时new) - - childrenvo.add(sendBody); - } - } - saleorder.put("childrenvo", childrenvo); - sourceData.put("saleorder", saleorder); - logger.info("销售订单保存即审核请求参数:{}", sourceData); - JSONObject jsonObjectAttribute = U8cHttpUtil.sendOATOU8CEsb(sourceData.toString(), "8000050001"); - logger.info("销售订单保存即审核返回参数解析之后得到的attribute值为:{}", jsonObjectAttribute); - stringBuffer.append("销售订单保存即审核:" + jsonObjectAttribute); - SeeyonEntity seeyon = new SeeyonEntity(); - String success = jsonObjectAttribute.getString("status"); - if ("success".equals(success)) { - JSONArray jsonArray = jsonObjectAttribute.getJSONArray("data"); - if (jsonArray.size() > 0 && null != jsonArray) { - for (Object object : jsonArray) { - JSONObject body = JSON.parseObject(JSON.toJSONString(object)); - String parentvoResult = body.getString("parentvo"); - JSONObject jsonObjectParentvo = JSONObject.parseObject(parentvoResult); - String csaleid = jsonObjectParentvo.getString("csaleid"); - logger.info("获取到的销售订单主键为:{}", csaleid); - String corderBid=null; - String inventoryCode=null; - String childrenvoDetsils = body.getString("childrenvo"); - JSONArray jsonArrayDetails = JSONArray.parseArray(childrenvoDetsils); - if (jsonArrayDetails.size() > 0 && null != jsonArrayDetails) { - for (Object jsonArrayDetail : jsonArrayDetails) { - JSONObject details = JSON.parseObject(JSON.toJSONString(jsonArrayDetail)); - corderBid = details.getString("corder_bid"); - inventoryCode = details.getString("inventory_code");//存货编码 - logger.info("获取到的销售订单明细主键为:{},存货编码为:{}", corderBid,inventoryCode); - //根据销售订单单据编号查询销售订单档案主键id - seeyon.setField0010(field0010); - SeeyonEntity seeyonEntity = seeYonDao.selectOAListByformmain_0237(seeyon); - if(null !=seeyonEntity){ - //更新OA销售订单档案明细 - seeyon.setField0121(corderBid); - seeyon.setFormmain_id(seeyonEntity.getDa_id()); - seeyon.setField0012(inventoryCode); - seeYonDao.updateFormformson_0238(seeyon); - } - } - } - //更新OA销售订单档案 - seeyon.setField0120(csaleid); - seeyon.setField0010(field0010); - seeYonDao.updateFormformmain_0237(seeyon); - } - } - } else { - //更新OA销售订单档案 - seeyon.setField0120("2"); - seeyon.setField0010(field0010); - seeYonDao.updateFormformmain_0237(seeyon); - } - return jsonObjectAttribute; - } - - /** - * - * @content 销售订单关闭 - * @Param - * @Return - * @Author hecan - * @Date 2023/11/13 14:19 - * **/ - private String boundSWSaleGeneral(Map businessData) { - Object mainObj = businessData.get("formmain_0202"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject saleGeneral = new JSONObject(); - //组装关闭信息 - JSONObject closeinfo = new JSONObject(); - closeinfo.put("coperator",businessDatamain.get("field0128"));//操作员编码 - closeinfo.put("date_closeoropen",businessDatamain.get(""));//关闭/打开日期 - //组装查询信息 - JSONObject queryinfo = new JSONObject(); - queryinfo.put("code",businessDatamain.get("field0010"));//单据号 - queryinfo.put("corp",businessDatamain.get("field0111"));//公司编码 - queryinfo.put("date_begin",businessDatamain.get("field0002"));//单据开始日期 - queryinfo.put("date_end",businessDatamain.get("field0002"));//单据结束日期 - queryinfo.put("inventory",businessDatamain.get(""));//存货 - queryinfo.put("maker",businessDatamain.get(""));//制单人 - queryinfo.put("vendor",businessDatamain.get(""));//供应商 - saleGeneral.put("closeinfo",closeinfo); - saleGeneral.put("queryinfo",queryinfo); - //明细表 行关闭信息 - JSONArray rowCloseOpenInfo = new JSONArray(); - Object formson_0203obj = businessData.get("formson_0203"); - JSONArray detailsArr = JSON.parseArray(JSON.toJSONString(formson_0203obj)); - if(detailsArr.size() > 0 && detailsArr!= null) { - for (Object obj : detailsArr) { - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject sendBody = new JSONObject(); - sendBody.put("bifinventoryfinish", body.getString(""));//是否出库关闭 - sendBody.put("bifinvoicefinish", body.getString(""));//是否开票关闭 - sendBody.put("bifreceivefinish", body.getString(""));//是否发货关闭 - sendBody.put("bsquareendflag", body.getString(""));//是否结算关闭 - sendBody.put("crowno", body.getString(""));//表体行号(非整单关闭打开时必传) - sendBody.put("incoconfclose", body.getString(""));//是否收入确认关闭 - sendBody.put("isRowClose", body.getString(""));//是否行关闭 - rowCloseOpenInfo.add(sendBody); - } - } - saleGeneral.put("rowCloseOpenInfo",rowCloseOpenInfo); - logger.info("销售订单关闭请求参数:{}",saleGeneral); - String result = HttpRequest.post(baseUrl) - .header("usercode", "tbadmin")//头信息,多个头信息多次调用此方法即可 - .header("password", "c4ca4238a0b923820dcc509a6f75849b")//头信息,多个头信息多次调用此方法即可 - .header("trantype", "code")//头信息,多个头信息多次调用此方法即可 - .header("system", "SOWOW")//头信息,多个头信息多次调用此方法即可 - .header("appId", "800005")//头信息,多个头信息多次调用此方法即可 - .header("apiCode", "8000050011")//头信息,多个头信息多次调用此方法即可 - .header("publicKey", "ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj")//头信息,多个头信息多次调用此方法即可 - .header("secretKey", "fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=")//头信息,多个头信息多次调用此方法即可 - .body(saleGeneral.toString())//表单内容 - .timeout(20000)//超时,毫秒 - .execute().body(); - logger.info("销售订单关闭返回参数:{}",result); - return result; - } - - /** - * 日常费用报销单 - * @param businessData - * @param formApp - * @return - */ - private JSONObject boundDatacurrentExpense(Map businessData, String formApp) { - JSONObject data = new JSONObject(); - Object mainObj = businessData.get("formmain_0314"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - //todo 所有日期传递时间戳 - //组装主表数据 - JSONObject main = new JSONObject(); - main.put("textField_lm5r47lv",businessDatamain.get("field0220"));//单据编号 - main.put("textField_lm5r47lx",businessDatamain.get("field0228"));//公司编码 - JSONArray field0275Arr = new JSONArray(); - String field0275 = businessDatamain.get("field0275").toString(); - field0275Arr.add(field0275); - - main.put("employeeField_lm5r47lz",field0275Arr);//申请人 - main.put("dateField_lm5r47m0",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0125"))));//申请日期 - - JSONArray field0290Arr = new JSONArray(); - String field0290 = businessDatamain.get("field0290").toString(); - field0290Arr.add(field0290); - - main.put("departmentSelectField_lm5r47m2",field0290Arr);//申请人部门 - main.put("textField_lm5r47m4",businessDatamain.get("field0188"));//入账公司 - main.put("textField_lm5r47m6",businessDatamain.get("field0187"));//申请人电话 - main.put("textField_lm5r47m8",businessDatamain.get("field0277"));//是否有借款 - main.put("textField_lm5r47ma",businessDatamain.get("field0199"));//申请说明 - main.put("textField_lm5r47mc",businessDatamain.get("field0230"));//费用预算年度 - main.put("textField_lm5r47me",businessDatamain.get("field0250"));//付款金额合计大写 - main.put("textField_lm5r47mg",businessDatamain.get("field0251"));//报销金额合计大写 - main.put("numberField_lm5r47mh",businessDatamain.get("field0252"));//报销金额合计小写 - main.put("numberField_lm5r47mj",businessDatamain.get("field0253"));//付款金额合计小写 - - //报销信息明细表(明细表1) - Object formson_0315obj = businessData.get("formson_0315"); - JSONArray formson_0315Arr = JSON.parseArray(JSON.toJSONString(formson_0315obj)); - //formson_0315 - JSONArray tableField_lm5r47mkArr = new JSONArray(); - for(Object obj : formson_0315Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5r47mk = new JSONObject(); - tableField_lm5r47mk.put("textField_lm5r47mm",body.getString("field0201"));//费用类别一级 - tableField_lm5r47mk.put("numberField_lm5r47mo",body.getString("field0237"));//年度当前可用余额 - tableField_lm5r47mk.put("numberField_lm5r47mq",body.getString("field0203"));//报销金额 - tableField_lm5r47mk.put("numberField_lm5r47ms",body.getString("field0204"));//不含税金额 - tableField_lm5r47mk.put("textField_lm5r47mu",body.getString("field0238"));//费用归属部门 - tableField_lm5r47mk.put("textField_lm5r47mw",body.getString("field0239"));//预算组织 - tableField_lm5r47mk.put("textField_lm5r47my",body.getString("field0240"));//项目 - tableField_lm5r47mk.put("textField_lm5r47n0",body.getString("field0242"));//备注 - tableField_lm5r47mk.put("textField_lm5r47n2",body.getString("field0243"));//年度费用预算ID - tableField_lm5r47mk.put("textField_lm5r47n4",body.getString("field0244"));//预算状态 - tableField_lm5r47mk.put("textField_lm5r47n6",body.getString("field0245"));//项目编码 - tableField_lm5r47mk.put("textField_lm5r47n8",body.getString("field0246"));//费用类别ID - tableField_lm5r47mk.put("attachmentField_lm5r47na",null);//发票上传 - tableField_lm5r47mk.put("textField_lm5r47nc",body.getString("field0256"));//票据编码 - tableField_lm5r47mk.put("textField_lm5r47ne",body.getString("field0257"));//费用名称 - tableField_lm5r47mk.put("textField_lm5r47ng",body.getString("field0258"));//发票号码 - tableField_lm5r47mk.put("numberField_lm5r47ni",body.getString("field0259"));//税率 - tableField_lm5r47mk.put("numberField_lm5r47nk",body.getString("field0260"));//税额 - tableField_lm5r47mk.put("textField_lm5r47nm",body.getString("field0261"));//费用类别二级 - tableField_lm5r47mk.put("textField_lm5okztj",body.getString("field0262"));//乘车人 - tableField_lm5r47mk.put("dateField_lm5okztl",DateUtil.dateStrToLong(String.valueOf(body.get("field0263"))));//日期 - tableField_lm5r47mk.put("dateField_lm5okztn",DateUtil.dateStrToLong(String.valueOf(body.get("field0264"))));//开始时间 - tableField_lm5r47mk.put("dateField_lm5okztp",DateUtil.dateStrToLong(String.valueOf(body.get("field0265"))));//到达时间 - tableField_lm5r47mk.put("numberField_lm5okztr",body.getString("field0266"));//发票金额 - tableField_lm5r47mk.put("textField_lm5okztt",body.getString("field0267"));//报销明细序号 - - tableField_lm5r47mkArr.add(tableField_lm5r47mk); - main.put("tableField_lm5r47mk",tableField_lm5r47mkArr); - } - - - //汇款信息明细表(明细表2) - Object formson_0317obj = businessData.get("formson_0317"); - JSONArray formson_0317Arr = JSON.parseArray(JSON.toJSONString(formson_0317obj)); - //formson_0317 - - JSONArray tableField_lm5r47nnArr = new JSONArray(); - for(Object obj : formson_0317Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5r47nn = new JSONObject(); - tableField_lm5r47nn.put("textField_lm5okztv",body.getString("field0213"));//汇款信息序号 - tableField_lm5r47nn.put("textField_lm5okztx",body.getString("field0214"));//付款方式 - tableField_lm5r47nn.put("numberField_lm5okztz",body.getString("field0215"));//付款金额 - tableField_lm5r47nn.put("textField_lm5okzu1",body.getString("field0268"));//付款方开户名称 - tableField_lm5r47nn.put("textField_lm5okzu3",body.getString("field0269"));//付款方账号 - tableField_lm5r47nn.put("textField_lm5okzu7",body.getString("field0216"));//收款人开户名称 - tableField_lm5r47nn.put("textField_lm5okzu9",body.getString("field0217"));//收款人账号 - - tableField_lm5r47nnArr.add(tableField_lm5r47nn); - main.put("tableField_lm5r47nn",tableField_lm5r47nnArr); - } - - - data.put("formDataJson",main.toString()); - data.put("userId",businessDatamain.get("field0275")); - data.put("appType","APP_LLACU34DHTK2F07IEYVB"); - data.put("systemToken","IT5662C1PXUCS1NV6E40B61DNPLQ2PL30AQKLVA"); - data.put("formUuid","FORM-J1A66U81Y9ZD0ELKCXNT5DV0A4L83MJK3R5MLQ"); - return data; - } - - /** - * 招待费报销单 - * @param businessData - * @param formApp - * @return - */ - private JSONObject boundDataEntertain(Map businessData, String formApp) { - JSONObject data = new JSONObject(); - //todo 所有日期传递时间戳 - Object mainObj = businessData.get("formmain_0294"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - //组装主表数据 - JSONObject main = new JSONObject(); - main.put("textField_lm5okzr8",businessDatamain.get("field0093"));//关联招待申请单 - main.put("textField_lm5okzra",businessDatamain.get("field0053"));//单据编号 - JSONArray field0157Arr = new JSONArray(); - String field0157 = businessDatamain.get("field0157").toString(); - field0157Arr.add(field0157); - - main.put("employeeField_lm5okzrc",field0157Arr);//申请人 - main.put("dateField_lm5okzre",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0041"))));//申请日期 - JSONArray field0172Arr = new JSONArray(); - String field0172 = businessDatamain.get("field0172").toString(); - field0172Arr.add(field0172); - - main.put("departmentSelectField_lm5okzrg",field0172Arr);//申请人部门 - main.put("textField_lm5okzri",businessDatamain.get("field0080"));//入账公司 - main.put("textField_lm5okzrk",businessDatamain.get("field0081"));//申请人电话 - main.put("textField_lm5okzrm",businessDatamain.get("field0082"));//客户单位 - main.put("textField_lm5okzro",businessDatamain.get("field0083"));//客户人数 - main.put("textField_lm5okzrq",businessDatamain.get("field0084"));//陪同人数 - main.put("textField_lm5okzrs",businessDatamain.get("field0089"));//招待标准 - main.put("textField_lm5okzru",businessDatamain.get("field0090"));//报销说明 - main.put("numberField_lm5okzrw",businessDatamain.get("field0104"));//银行支付合计 - main.put("textField_lm5okzry",businessDatamain.get("field0108"));//公司编码 - main.put("numberField_lm5okzs0",businessDatamain.get("field0110"));//费用预算年度 - main.put("textField_lm5okzs2",businessDatamain.get("field0114"));//付款金额合计大写 - main.put("textField_lm5okzs4",businessDatamain.get("field0115"));//报销信息合计大写 - main.put("numberField_lm5okzs6",businessDatamain.get("field0116"));//报销金额合计小写 - main.put("numberField_lm5okzs8",businessDatamain.get("field0117"));//付款信息合计小写 - main.put("textField_lm5okzsa",businessDatamain.get("field0118"));//项目 - main.put("textField_lm5okzsc",businessDatamain.get("field0120"));//项目编码 - main.put("textField_lm5okzse",businessDatamain.get("field0158"));//招待级别 - main.put("textField_lm5okzsg",businessDatamain.get("field0142"));//借款合计大写 - main.put("numberField_lm5okzsi",businessDatamain.get("field0143"));//借款合计小写 - main.put("textField_lm5okzsk",businessDatamain.get("field0149"));//借款合计大写1 - main.put("numberField_lm5okzsm",businessDatamain.get("field0150"));//借款合计小写1 - //报销信息(明细表1) - Object formson_0295obj = businessData.get("formson_0295"); - JSONArray formson_0295Arr = JSON.parseArray(JSON.toJSONString(formson_0295obj)); - //formson_0295 - - - - JSONArray tableField_lm5okzsnArr = new JSONArray(); - for(Object obj : formson_0295Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5okzsn = new JSONObject(); - tableField_lm5okzsn.put("textField_lm5okzsp",body.getString("field0094"));//费用类型 - tableField_lm5okzsn.put("numberField_lm5okzsr",body.getString("field0096"));//报销金额 - tableField_lm5okzsn.put("numberField_lm5okzst",body.getString("field0097"));//不含税金额 - tableField_lm5okzsn.put("textField_lm5okzsv",body.getString("field0030"));//费用归属部门 - tableField_lm5okzsn.put("numberField_lm5okzsx",body.getString("field0076"));//预算金额 - tableField_lm5okzsn.put("textField_lm5okzsz",body.getString("field0079"));//预算信息备注 - tableField_lm5okzsn.put("numberField_lm5okzt1",body.getString("field0107"));//剩余预算金额 - tableField_lm5okzsn.put("textField_lm5okzt3",body.getString("field0109"));//费用类别ID - tableField_lm5okzsn.put("textField_lm5okzt5",body.getString("field0111"));//年度费用预算ID - tableField_lm5okzsn.put("attachmentField_lm5okzt7",body.getString("field0119"));//发票上传 - tableField_lm5okzsn.put("textField_lm5okzt9",body.getString("field0122"));//发票号码 - tableField_lm5okzsn.put("textField_lm5okztb",body.getString("field0123"));//票据编码 - tableField_lm5okzsn.put("textField_lm5okztd",body.getString("field0124"));//费用名称 - tableField_lm5okzsn.put("numberField_lm5okztf",body.getString("field0126"));//税率 - tableField_lm5okzsn.put("numberField_lm5okzth",body.getString("field0127"));//税额 - tableField_lm5okzsn.put("textField_lm5okztj",body.getString("field0129"));//乘车人 - tableField_lm5okzsn.put("dateField_lm5okztl",DateUtil.dateStrToLong(String.valueOf(body.get("field0130"))));//日期 - tableField_lm5okzsn.put("dateField_lm5okztn",DateUtil.dateStrToLong(String.valueOf(body.get("field0131"))));//出发时间 - tableField_lm5okzsn.put("dateField_lm5okztp",DateUtil.dateStrToLong(String.valueOf(body.get("field0132"))));//到达时间 - tableField_lm5okzsn.put("numberField_lm5okztr",body.getString("field0133"));//发票金额 - tableField_lm5okzsn.put("textField_lm5okztt",body.getString("field0134"));//报销信息序号 - tableField_lm5okzsnArr.add(tableField_lm5okzsn); - main.put("tableField_lm5okzsn",tableField_lm5okzsnArr); - } - - - //汇款信息明细表(明细表2) - Object formson_0297obj = businessData.get("formson_0297"); - JSONArray formson_0297Arr = JSON.parseArray(JSON.toJSONString(formson_0297obj)); - //formson_0297 - - JSONArray tableField_lm5qyiz4Arr = new JSONArray(); - for(Object obj : formson_0297Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5qyiz4 = new JSONObject(); - tableField_lm5qyiz4.put("textField_lm5okztv",body.getString("field0060"));//汇款信息序号 - tableField_lm5qyiz4.put("textField_lm5okztx",body.getString("field0069"));//付款方式 - tableField_lm5qyiz4.put("numberField_lm5okztz",body.getString("field0100"));//付款金额 - tableField_lm5qyiz4.put("textField_lm5okzu1",body.getString("field0098"));//开户行 - tableField_lm5qyiz4.put("textField_lm5okzu3",body.getString("field0073"));//开户行账号 - tableField_lm5qyiz4.put("textField_lm5okzu5",body.getString("field0070"));//银行支付 - tableField_lm5qyiz4.put("textField_lm5okzu7",body.getString("field0135"));//收款人开户名称 - tableField_lm5qyiz4.put("textField_lm5okzu9",body.getString("field0136"));//收款人账号 - tableField_lm5qyiz4Arr.add(tableField_lm5qyiz4); - main.put("tableField_lm5qyiz4",tableField_lm5qyiz4Arr); - } - - - data.put("formDataJson",main.toString()); - data.put("userId",businessDatamain.get("field0157")); - data.put("appType","APP_LLACU34DHTK2F07IEYVB"); - data.put("systemToken","IT5662C1PXUCS1NV6E40B61DNPLQ2PL30AQKLVA"); - data.put("formUuid","FORM-5Q966D91ORYDL2GYBAE4F77GWL922H2SKO5MLR"); - return data; - } - - /** - * 差旅费报销单 - * @param businessData - * @param formApp - * @return - */ - private JSONObject boundDataTravelExpense(Map businessData, String formApp) { - JSONObject data = new JSONObject(); - //todo 所有日期传递时间戳 - Object mainObj = businessData.get("formmain_0307"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - //组装主表数据 - JSONObject main = new JSONObject(); - main.put("textField_lm5ng0oz",businessDatamain.get("field0094"));//单据编号 - JSONArray field0279Arr = new JSONArray(); - String field0279 = businessDatamain.get("field0279").toString(); - field0279Arr.add(field0279); - main.put("employeeField_lm5ng0p3",field0279Arr);//申请人 - - main.put("dateField_lm5ng0p5",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0125"))));//申请日期 - JSONArray field0307Arr = new JSONArray(); - String field0307 = businessDatamain.get("field0307").toString(); - field0307Arr.add(field0307); - - main.put("departmentSelectField_lm5ng0p7",field0307Arr);//申请人部门 - main.put("textField_lm5ng0p9",businessDatamain.get("field0187"));//电话 - main.put("textField_lm5ng0pb",businessDatamain.get("field0221"));//关联出差申请 - main.put("textField_lm5ng0pd",businessDatamain.get("field0188"));//入账公司 - main.put("textField_lm5ng0pf",businessDatamain.get("field0189"));//出差国别 - main.put("dateField_lm5ng0ph",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0193"))));//出差开始时间 -// main.put("cascadeDateField_lm5ng0pl",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0194"))));//出差结束时间 - main.put("numberField_lm5ng0pn",businessDatamain.get("field0195"));//出差天数 - main.put("textField_lm5ng0pp",businessDatamain.get("field0199"));//出差说明 - main.put("textField_lm5ng0pr",businessDatamain.get("field0236"));//出差申请单号 - main.put("textField_lm5ng0pt",businessDatamain.get("field0234"));//商旅单号 - main.put("textField_lm5ng0pv",businessDatamain.get("field0155"));//费用预算ID - main.put("textField_lm5ng0px",businessDatamain.get("field0280"));//1.4出差类型 - main.put("textField_lm5ng0pz",businessDatamain.get("field0056"));//1.5出差审批 - main.put("textField_lm5ng0q1",businessDatamain.get("field0137"));//2.7费用类别 - main.put("textField_lm5ng0q3",businessDatamain.get("field0149"));//2.8预算年度 - main.put("textField_lm5ng0q5",businessDatamain.get("field0159"));//2.10预算部门 - main.put("numberField_lm5ng0q9",businessDatamain.get("field0181"));//3.1费用金额合计 - main.put("numberField_lm5ng0qb",businessDatamain.get("field0177"));//3.2未税金额合计 - main.put("numberField_lm5ng0qd",businessDatamain.get("field0178"));//3.3税额合计 - main.put("numberField_lm5ng0qf",businessDatamain.get("field0075"));//3.4实际出差天数 - main.put("numberField_lm5ng0qh",businessDatamain.get("field0074"));//3.5出差补助合计 - main.put("numberField_lm5ng0qj",businessDatamain.get("field0145"));//3.6实际住宿天数 - main.put("numberField_lm5ng0ql",businessDatamain.get("field0072"));//3.7住宿费合计 - main.put("textField_lm5ng0qn",businessDatamain.get("field0174"));//3.8备注 - main.put("numberField_lm5ng0qp",businessDatamain.get("field0076"));//3.9报销金额 - main.put("numberField_lm5ng0qr",businessDatamain.get("field0078"));//3.10借支金额 - main.put("numberField_lm5ng0qt",businessDatamain.get("field0080"));//3.11冲抵金额 - main.put("numberField_lm5ng0qv",businessDatamain.get("field0079"));//3.12归还金额 - main.put("numberField_lm5ng0qx",businessDatamain.get("field0081"));//3.13本次支付金额 - main.put("textField_lm5ng0qz",businessDatamain.get("field0082"));//3.14本次支付金额大写 - main.put("numberField_lm5ng0r1",businessDatamain.get("field0117"));//3.15单据总数 - main.put("textField_lm5ng0r3",businessDatamain.get("field0281"));//3.16支付方式 - main.put("dateField_lm5ng0r5",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0118"))));//3.17支付日期 - main.put("textField_lm5ng0r7",businessDatamain.get("field0131"));//3.18银行账户 - main.put("textField_lm5ng0r9",businessDatamain.get("field0132"));//3.19开户银行 - main.put("textField_lm5ng0rb",businessDatamain.get("field0133"));//3.20银行账号 - main.put("textField_lm5ng0rd",businessDatamain.get("field0084"));//4.1审批领导 - main.put("textField_lm5ng0rf",businessDatamain.get("field0085"));//4.2会计 - main.put("textField_lm5ng0rh",businessDatamain.get("field0086"));//4.3出纳 - main.put("textField_lm5ng0rj",businessDatamain.get("field0119"));//0.2借款编号 - main.put("numberField_lm5ng0rl",businessDatamain.get("field0123"));//0.3欠款金额 - main.put("textField_lm5ng0rn",businessDatamain.get("field0282"));//0.4报销单类型 - main.put("textField_lm5ng0rp",businessDatamain.get("field0283"));//0.5支出类型 - main.put("textField_lm5ng0rr",businessDatamain.get("field0139"));//0.6职务级别 - main.put("textField_lm5ng0rt",businessDatamain.get("field0140"));//0.7补贴标准 - main.put("textField_lm5ng0rv",businessDatamain.get("field0141"));//0.8住宿标准 - main.put("textField_lm5ng0rx",businessDatamain.get("field0284"));//0.9管控类型 - main.put("textField_lm5ng0rz",businessDatamain.get("field0285"));//0.10预算状态 - main.put("textField_lm5ng0s1",businessDatamain.get("field0186"));//0.11凭证编号 - main.put("textField_lm5ng0s3",businessDatamain.get("field0120"));//强控填写提示 - main.put("textField_lm5ng0s5",businessDatamain.get("field0168"));//弱控填写提示 - main.put("textField_lm5ng0s7",businessDatamain.get("field0220"));//公司编码 - main.put("textField_lm5ng0s9",businessDatamain.get("field0243"));//报销金额合计大写 - main.put("numberField_lm5ng0sd",businessDatamain.get("field0244"));//报销金额合计小写 - main.put("textField_lm5ng0sf",businessDatamain.get("field0245"));//付款金额合计大写 - main.put("numberField_lm5ng0sh",businessDatamain.get("field0246"));//付款金额合计小写 - main.put("textField_lm5ng0sj",businessDatamain.get("field0247"));//筛选入账公司 - main.put("textField_lm5ng0sl",businessDatamain.get("field0248"));//项目 - main.put("textField_lm5ng0sn",businessDatamain.get("field0249"));//项目编码 - main.put("textField_lm5ng0sp",businessDatamain.get("field0264"));//差旅标准 - - - //报销明细(明细表1) - Object formson_0308obj = businessData.get("formson_0308"); - JSONArray formson_0308Arr = JSON.parseArray(JSON.toJSONString(formson_0308obj)); - //formson_0308 - - - JSONArray tableField_lm5ng0sqbArr = new JSONArray(); - for(Object obj :formson_0308Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5ng0sq = new JSONObject(); - tableField_lm5ng0sq.put("textField_lm5ng0ss",body.getString("field0027"));//L1.0序号 - tableField_lm5ng0sq.put("dateField_lm5ng0sw",DateUtil.dateStrToLong(String.valueOf(body.get("field0061"))));//L1.1出发时间 - tableField_lm5ng0sq.put("dateField_lm5ng0sy",DateUtil.dateStrToLong(String.valueOf(body.get("field0066"))));//L1.2到达时间 - tableField_lm5ng0sq.put("textField_lm5ng0t0",body.getString("field0062"));//L1.3出发地 - tableField_lm5ng0sq.put("textField_lm5ng0t2",body.getString("field0063"));//L1.4目的地 - tableField_lm5ng0sq.put("numberField_lm5ng0t4",body.getString("field0064"));//L1.5单据数 - tableField_lm5ng0sq.put("textField_lm5ng0t6",body.getString("field0179"));//L1.6费用项目 - tableField_lm5ng0sq.put("textField_lm5ng0t8",body.getString("field0180"));//L1.7费用金额 - tableField_lm5ng0sq.put("numberField_lm5ng0ta",body.getString("field0182"));//L1.8税率 - tableField_lm5ng0sq.put("numberField_lm5ng0tc",body.getString("field0183"));//L1.9未税金额 - tableField_lm5ng0sq.put("numberField_lm5ng0te",body.getString("field0184"));//L1.10税额 - tableField_lm5ng0sq.put("attachmentField_lm5ng0tg",body.getString("field0161"));//L1.11附件 - tableField_lm5ng0sq.put("dateField_lm5ng0ti",DateUtil.dateStrToLong(String.valueOf(body.get("field0126"))));//L1.11交通日期 - tableField_lm5ng0sq.put("textField_lm5ng0tk",body.getString("field0127"));//L1.12事由 - tableField_lm5ng0sq.put("textField_lm5ng0tm",body.getString("field0128"));//L1.13交通类别 - tableField_lm5ng0sqbArr.add(tableField_lm5ng0sq); - main.put("tableField_lm5ng0sq",tableField_lm5ng0sqbArr); - } - - - //报销信息明细表(明细表2) - Object formson_0309obj = businessData.get("formson_0309"); - JSONArray formson_0309Arr = JSON.parseArray(JSON.toJSONString(formson_0309obj)); - //formson_0309 - - - - JSONArray tableField_lm5ng0tnArr = new JSONArray(); - for(Object obj : formson_0309Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5ng0tn = new JSONObject(); - tableField_lm5ng0tn.put("textField_lm5ng0tp",body.getString("field0227"));//费用类别 - tableField_lm5ng0tn.put("numberField_lm5ng0tr",body.getString("field0222"));//预估金额 - tableField_lm5ng0tn.put("numberField_lm5ng0tt",body.getString("field0228"));//年度当前可用余额 - tableField_lm5ng0tn.put("numberField_lm5ng0tv",body.getString("field0203"));//报销金额 - tableField_lm5ng0tn.put("numberField_lm5ng0tx",body.getString("field0204"));//不含税金额 - tableField_lm5ng0tn.put("textField_lm5ng0tz",body.getString("field0223"));//费用归属部门 - tableField_lm5ng0tn.put("textField_lm5ng0u1",body.getString("field0226"));//成本中心 - tableField_lm5ng0tn.put("textField_lm5ng0u3",body.getString("field0229"));//年度费用预算ID - tableField_lm5ng0tn.put("textField_lm5ng0u5",body.getString("field0230"));//预算状态 - tableField_lm5ng0tn.put("textField_lm5ng0u7",body.getString("field0231"));//费用类别ID - tableField_lm5ng0tn.put("textField_lm5ng0u9",body.getString("field0201"));//管控类型 - tableField_lm5ng0tn.put("attachmentField_lm5ng0ub",null);//发票上传 - tableField_lm5ng0tn.put("textField_lm5ng0ud",body.getString("field0253"));//票据编码 - tableField_lm5ng0tn.put("textField_lm5ng0uf",body.getString("field0254"));//费用名称 - tableField_lm5ng0tn.put("textField_lm5ng0uh",body.getString("field0255"));//发票号码 - tableField_lm5ng0tn.put("numberField_lm5ng0uj",body.getString("field0256"));//税额 - tableField_lm5ng0tn.put("numberField_lm5ng0ul",body.getString("field0257"));//税率 - tableField_lm5ng0tn.put("textField_lm5ng0un",body.getString("field0258"));//乘车人 - tableField_lm5ng0tn.put("dateField_lm5ng0up",DateUtil.dateStrToLong(String.valueOf(body.get("field0259"))));//日期 - tableField_lm5ng0tn.put("dateField_lm5ng0ur",DateUtil.dateStrToLong(String.valueOf(body.get("field0260"))));//出发时间 - tableField_lm5ng0tn.put("dateField_lm5ng0ut",DateUtil.dateStrToLong(String.valueOf(body.get("field0261"))));//到达时间 - tableField_lm5ng0tn.put("numberField_lm5ng0uv",body.getString("field0262"));//发票金额 - tableField_lm5ng0tn.put("textField_lm5ng0ux",body.getString("field0263"));//报销信息序号 - tableField_lm5ng0tnArr.add(tableField_lm5ng0tn); - main.put("tableField_lm5ng0tn",tableField_lm5ng0tnArr); - } - - - //汇款信息明细表(明细表3) - Object formson_0311obj = businessData.get("formson_0311"); - JSONArray formson_0311Arr = JSON.parseArray(JSON.toJSONString(formson_0311obj)); - //formson_0311 - - - - JSONArray tableField_lm5ng0uybArr = new JSONArray(); - for(Object obj : formson_0311Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5ng0uy = new JSONObject(); - tableField_lm5ng0uy.put("textField_lm5ng0v0",body.getString("field0213"));//汇款信息序号 - tableField_lm5ng0uy.put("textField_lm5ng0v2",body.getString("field0214"));//付款方式 - tableField_lm5ng0uy.put("numberField_lm5ng0v4",body.getString("field0215"));//付款金额 - tableField_lm5ng0uy.put("textField_lm5ng0v6",body.getString("field0265"));//付款方开户名称 - tableField_lm5ng0uy.put("textField_lm5ng0v8",body.getString("field0266"));//付款方账号 - tableField_lm5ng0uy.put("textField_lm5ng0va",body.getString("field0216"));//收款人开户名称 - tableField_lm5ng0uy.put("textField_lm5ng0vc",body.getString("field0218"));//收款人账号 - tableField_lm5ng0uybArr.add(tableField_lm5ng0uy); - main.put("tableField_lm5ng0uy", tableField_lm5ng0uybArr); - } - - data.put("formDataJson",main.toString()); - data.put("userId",businessDatamain.get("field0279")); - data.put("appType","APP_LLACU34DHTK2F07IEYVB"); - data.put("systemToken","IT5662C1PXUCS1NV6E40B61DNPLQ2PL30AQKLVA"); - data.put("formUuid","FORM-4V966QC1U7ZDP7WVBLX9EDIYNM7U2P1SFN5ML1"); - return data; - } - - /** - * 开票申请 - * @param businessData - * @param formApp - * @return - */ - private JSONObject boundDataInv(Map businessData, String formApp)throws Exception { - JSONObject data = new JSONObject(); - //todo 所有日期传递时间戳 - //组装主表数据 - Object mainObj = businessData.get("formmain_0331"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject main = new JSONObject(); - main.put("textField_lm4pqj9b",businessDatamain.get("field0117"));//单据编号 - main.put("textField_lm4pqj9d",businessDatamain.get("field0113"));//关联合同档案 - - JSONArray field0115Arr = new JSONArray(); - String field0115 = businessDatamain.get("field0136").toString();//这个存放的直接定钉钉主键,固直接用field0136 - field0115Arr.add(field0115); - main.put("employeeField_lm4pqj9f",field0115Arr);//申请人 - main.put("dateField_lm4pqj9g",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0114"))));//申请日期 - - JSONArray field0144Arr = new JSONArray(); - String field0144 = businessDatamain.get("field0144").toString(); - field0144Arr.add(field0144); - - main.put("departmentSelectField_lm4pqj9h",field0144Arr);//申请人部门 - main.put("textField_lm4pqj9j",businessDatamain.get("field0112"));//申请人电话 - main.put("textField_lm4pqj9l",businessDatamain.get("field0108"));//开票公司 - main.put("textField_lm4pqj9n",businessDatamain.get("field0137"));//税控发票类型 - main.put("textField_lm4pqj9p",businessDatamain.get("field0111"));//收件人邮箱 - main.put("textField_lm4pqj9r",businessDatamain.get("field0106"));//客户名称 - main.put("textField_lm4pqj9t",businessDatamain.get("field0105"));//税号 - main.put("textField_lm4pqj9v",businessDatamain.get("field0103"));//开户行 - main.put("textField_lmefk8vz",businessDatamain.get("field0102"));//账号 - main.put("textField_lm4pqj9x",businessDatamain.get("field0100"));//地址 - main.put("textField_lm4pqj9z",businessDatamain.get("field0101"));//电话 - main.put("textField_lm4pqja1",businessDatamain.get("field0098"));//发票代码 - main.put("textField_lm4pqja3",businessDatamain.get("field0141"));//是否含税录入 - main.put("numberField_lm4pqja5",businessDatamain.get("field0094"));//合计不含税金额 - main.put("numberField_lm4pqja7",businessDatamain.get("field0095"));//合计含税金额 - main.put("numberField_lm4pqja9",businessDatamain.get("field0096"));//价税合计 - main.put("textareaField_lm4pqjad",businessDatamain.get("field0092"));//发票备注 - main.put("textField_lm4pqjaf",businessDatamain.get("field0142"));//是否邮寄 - main.put("textareaField_lm4pqjah",businessDatamain.get("field0090"));//开票说明 - main.put("numberField_lm4pqjaj",businessDatamain.get("field0121"));//本次开票数量合计 - String field0123 = String.valueOf(businessDatamain.get("field0123")); - main.put("dateField_lm4pqjal",DateUtil.dateStrToLong(field0123));//合同签订日期 - main.put("textField_lm4pqjan",businessDatamain.get("field0138"));//业务板块一级 - main.put("textField_lm4pqjap",businessDatamain.get("field0139"));//业务板块二级 - main.put("textField_lm4pqjar",businessDatamain.get("field0126"));//邮寄地址 - main.put("textField_lm4pqjat",businessDatamain.get("field0132"));//借款合计大写 - main.put("numberField_lm4pqjav",businessDatamain.get("field0133"));//借款合计小写 - //销售发票明细表 - Object formson_0332obj = businessData.get("formson_0332"); - JSONArray formson_0332Arr = JSON.parseArray(JSON.toJSONString(formson_0332obj)); - - - JSONArray tableField_lm4pqjawtArr = new JSONArray(); - for(Object obj :formson_0332Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm4pqjaw = new JSONObject(); - tableField_lm4pqjaw.put("textField_lm4pqjay",body.getString("field0079"));//序号 - tableField_lm4pqjaw.put("textField_lm4pqjb0",body.getString("field0080"));//合同标的物名称 - tableField_lm4pqjaw.put("textField_lm4pqjb2",body.getString("field0081"));//标的物编码 - tableField_lm4pqjaw.put("textField_lm4pqjb4",body.getString("field0083"));//规格型号 - tableField_lm4pqjaw.put("numberField_lm4pqjb6",body.getString("field0084"));//数量 - tableField_lm4pqjaw.put("numberField_lm4pqjb8",body.getString("field0122"));//本次开票数量 - tableField_lm4pqjaw.put("numberField_lm4pqjba",body.getString("field0085"));//单价 - tableField_lm4pqjaw.put("numberField_lm4pqjbc",body.getString("field0086"));//不含税金额 - tableField_lm4pqjaw.put("numberField_lm4pqjbe",body.getString("field0087"));//含税金额 - tableField_lm4pqjaw.put("numberField_lm4pqjbg",body.getString("field0118"));//税率 - tableField_lm4pqjaw.put("textField_lm4pqjbi",body.getString("field0119"));//税务编码 - tableField_lm4pqjawtArr.add(tableField_lm4pqjaw); - main.put("tableField_lm4pqjaw",tableField_lm4pqjawtArr); - } - - Object formson_0365obj = businessData.get("formson_0365"); - JSONArray formson_0365Arr = JSON.parseArray(JSON.toJSONString(formson_0365obj)); - //formson_0365 - JSONArray tableField_lm4pqjbjArr = new JSONArray(); - for(Object obj :formson_0365Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm4pqjbj = new JSONObject(); - tableField_lm4pqjbj.put("textField_lm4pqjbl",body.getString("field0127"));//序号1 - tableField_lm4pqjbj.put("textField_lm4pqjbn",body.getString("field0128"));//借款日期 - tableField_lm4pqjbj.put("numberField_lm4pqjbp",body.getString("field0129"));//借款金额 - tableField_lm4pqjbj.put("textField_lm4pqjbr",body.getString("field0130"));//借款单 - tableField_lm4pqjbj.put("textareaField_lm4pqjbt",body.getString("field0131"));//用途 - tableField_lm4pqjbjArr.add(tableField_lm4pqjbj); - main.put("tableField_lm4pqjbj",tableField_lm4pqjbjArr); - } - - - data.put("formDataJson",main.toString()); - data.put("userId",businessDatamain.get("field0136")); - data.put("appType","APP_LLACU34DHTK2F07IEYVB"); - data.put("systemToken","IT5662C1PXUCS1NV6E40B61DNPLQ2PL30AQKLVA"); - data.put("formUuid","FORM-ZK866D911PWD088REOMK541LMX6E30J5QP4MLI"); - return data; - } - - /** - * 对公付款单 - * @param businessData - * @param formApp - * @return - */ - private JSONObject boundDataPay(Map businessData, String formApp)throws Exception { - JSONObject data = new JSONObject(); - //todo 所有日期传递时间戳 - //组装主表数据 - Object mainObj = businessData.get("formmain_0327"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject main = new JSONObject(); - main.put("textField_lm4os547",businessDatamain.get("field0146"));//单据编号 - main.put("textField_lm4os549",businessDatamain.get("field0034"));//关联合同编号 - JSONArray field0236Arr = new JSONArray(); - String field0236 = businessDatamain.get("field0236").toString(); - field0236Arr.add(field0236); - //申请人需要单独处理 传递钉钉ID,格式为["user01","user02"] 存放钉钉主键 - main.put("employeeField_lm4os54b",field0236Arr);//申请人 -// String field0041 = businessDatamain.get("field0041").toString(); -// Long field0041long = null ; -// if(StrUtil.isNotEmpty(field0041)){ -// field0041long = DateUtil.stringToDate(field0041,"yyyy-MM-dd HH:mm:ss").getTime(); -// } - main.put("dateField_lm4os54j",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0041"))));//申请日期 - main.put("textField_lm4os54l",businessDatamain.get("field0110"));//申请人电话 - JSONArray field0253Arr = new JSONArray(); - String field0253 = businessDatamain.get("field0253").toString(); - field0253Arr.add(field0253); - main.put("departmentSelectField_lm4os54n",field0253Arr);//申请人部门 - - main.put("textField_lm4os54u",businessDatamain.get("field0116"));//入账公司 - main.put("textField_lm4os54w",businessDatamain.get("field0239"));//付款类型一级 - main.put("textField_lm4os54y",businessDatamain.get("field0240"));//付款类型二级 - main.put("textField_lm4os550",businessDatamain.get("field0119"));//供应商 - main.put("textField_lm4os552",businessDatamain.get("field0121"));//本次付款金额 - main.put("textField_lm4os554",businessDatamain.get("field0122"));//本次付款比例 - main.put("textField_lm4os556",businessDatamain.get("field0242"));//是否固定金额 - main.put("numberField_lm4os55a",businessDatamain.get("field0123"));//合同总金额 - main.put("textareaField_lm4os55c",businessDatamain.get("field0124"));//报账说明 - main.put("attachmentField_lm4os55e","");//附件 - main.put("textField_lm4os55g",businessDatamain.get("field0149"));//公司编码 - main.put("textField_lm4os55i",businessDatamain.get("field0151"));//供应商编码 - main.put("textField_lm4os55k",businessDatamain.get("field0152"));//户名 - main.put("textField_lm4os55s",businessDatamain.get("field0153"));//开户行编码 - main.put("textField_lm4os55u",businessDatamain.get("field0154"));//开户行名称 - main.put("textField_lm4os55w",businessDatamain.get("field0155"));//账号 -// String field0158 = businessData.get("field0158").toString(); -// Long field0158long = null ; -// if(StrUtil.isNotEmpty(field0158)){ -// field0158long = DateUtil.stringToDate(field0158,"yyyy-MM-dd HH:mm:ss").getTime(); -// } - main.put("dateField_lm4os55y",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0158"))));//合同签订日期 - main.put("textField_lm4os560",businessDatamain.get("field0238"));//是否有合同 - main.put("textField_lm4os562",businessDatamain.get("field0166"));//合同已付金额 - main.put("numberField_lm4os564",businessDatamain.get("field0167"));//发票已收金额 - main.put("numberField_lm4os566",businessDatamain.get("field0168"));//审批中付款金额 - main.put("numberField_lm4os568",businessDatamain.get("field0169"));//审批中已收发票金额 - main.put("textField_lm4os56a",businessDatamain.get("field0184"));//发票金额合计大写 - main.put("numberField_lm4os56c",businessDatamain.get("field0185"));//发票金额合计小写 - main.put("textField_lm4os56e",businessDatamain.get("field0186"));//项目编码 - main.put("textField_lm4os56g",businessDatamain.get("field0243"));//业务场景 - main.put("textField_lm4os56i",businessDatamain.get("field0244"));//是否多项目 - main.put("attachmentField_lm4os56k",null);//合同附件 - main.put("textField_lm4os56m",businessDatamain.get("field0201"));//借款合计大写 - main.put("numberField_lm4os56o",businessDatamain.get("field0202"));//借款合计小写 - main.put("textField_lm4os56q",businessDatamain.get("field0208"));//借款合计大写1 - main.put("numberField_lm4os56s",businessDatamain.get("field0209"));//借款合计小写1 - //汇款信息明细表(明细表1) - Object formson_0329obj = businessData.get("formson_0329"); - JSONArray formson_0329Arr = JSON.parseArray(JSON.toJSONString(formson_0329obj)); - //formson_0329 - JSONArray tableField_lm4os56tArr = new JSONArray(); - //循环拼接汇款明细数据 - for(Object obj :formson_0329Arr){ - JSONObject formson_0329 = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm4os56t = new JSONObject(); - tableField_lm4os56t.put("textField_lm4os56v",formson_0329.get("field0133"));//汇款信息序号 - tableField_lm4os56t.put("textField_lm4os56x",formson_0329.get("field0134"));//付款方式 - tableField_lm4os56t.put("numberField_lm4os56z",formson_0329.get("field0135"));//付款金额 - tableField_lm4os56t.put("textField_lm4os571",formson_0329.get("field0136"));//收款单位 - tableField_lm4os56t.put("textField_lm4os573",formson_0329.get("field0137"));//付款账号 - tableField_lm4os56tArr.add(tableField_lm4os56t); - } - main.put("tableField_lm4os56t",tableField_lm4os56tArr); - //扣款信息明细表(明细表2) - Object formson_0330obj = businessData.get("formson_0330"); - JSONArray formson_0330Arr = JSON.parseArray(JSON.toJSONString(formson_0330obj)); - //formson_0330 - JSONArray tableField_lm4os574Arr = new JSONArray(); - for(Object obj :formson_0330Arr){ - JSONObject formson_0330 = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm4os574 = new JSONObject(); - tableField_lm4os574.put("textField_lm4os576",formson_0330.get("field0140"));//一级支出类别 - tableField_lm4os574.put("textField_lm4os578",formson_0330.get("field0147"));//隐藏-扣款信息款项类别二级 - tableField_lm4os574.put("textField_lm4os57a",formson_0330.get("field0142"));//项目号 - tableField_lm4os574.put("numberField_lm4os57e",formson_0330.get("field0143"));//不含税金额 - tableField_lm4os574.put("numberField_lm4os57g",formson_0330.get("field0144"));//含税金额 - tableField_lm4os574.put("numberField_lm4os57i",formson_0330.get("field0145"));//价税合计 - tableField_lm4os574.put("textField_lm4os57k",formson_0330.get("field0163"));//扣款信息序号 - tableField_lm4os574Arr.add(tableField_lm4os574); - main.put("tableField_lm4os574",tableField_lm4os574Arr); - } - - //发票明细表(明细表3) - Object formson_0348obj = businessData.get("formson_0348"); - JSONArray formson_0348Arr = JSON.parseArray(JSON.toJSONString(formson_0348obj)); - //formson_0348 - JSONArray tableField_lm4os57lArr = new JSONArray(); - for(Object obj :formson_0348Arr){ - JSONObject formson_0348 = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm4os57l = new JSONObject(); - tableField_lm4os57l.put("textField_lm4os57n",formson_0348.get("field0170"));//发票信息序号 - tableField_lm4os57l.put("textField_lm4os57p",formson_0348.get("field0171"));//发票号码 - tableField_lm4os57l.put("textField_lm4os57r",formson_0348.get("field0172"));//发票代码 - tableField_lm4os57l.put("numberField_lm4os57t",formson_0348.get("field0173"));//发票金额 - tableField_lm4os57l.put("numberField_lm4os57v",formson_0348.get("field0174"));//发票税额 - tableField_lm4os57l.put("attachmentField_lm4os57x","");//上传发票 - tableField_lm4os57l.put("textField_lm4os57z",formson_0348.get("field0179"));//售方名称 - tableField_lm4os57l.put("textField_lm4os581",formson_0348.get("field0180"));//购方名称 - tableField_lm4os57l.put("textField_lm4os583",formson_0348.get("field0181"));//购方税号 - tableField_lm4os57l.put("textField_lm4os585",formson_0348.get("field0182"));//发票入账公司 - tableField_lm4os57l.put("textField_lm4os587",formson_0348.get("field0183"));//税号 - tableField_lm4os57l.put("textField_lm4os58b",formson_0348.get("field0188"));//发票类型 - tableField_lm4os57lArr.add(tableField_lm4os57l); - main.put("tableField_lm4os57l",tableField_lm4os57lArr); - } - - //项目明细表(明细表4) - Object formson_0354obj = businessData.get("formson_0354"); - JSONArray formson_0354Arr = JSON.parseArray(JSON.toJSONString(formson_0354obj)); - //formson_0354 - - JSONArray tableField_lm4os58cArr = new JSONArray(); - for(Object obj :formson_0354Arr){ - JSONObject formson_0354 = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm4os58c = new JSONObject(); - tableField_lm4os58c.put("textField_lm4os57n",formson_0354.getString("field0192"));//项目信息序号 - tableField_lm4os58c.put("textField_lm4os57p",formson_0354.getString("field0191"));//项目明细表项目 - tableField_lm4os58c.put("textField_lm4os57r",formson_0354.getString("field0193"));//发票拆分金额 - tableField_lm4os58cArr.add(tableField_lm4os58c); - main.put("tableField_lm4os58c",tableField_lm4os58cArr); - } - data.put("formDataJson",main.toString()); - data.put("userId",businessDatamain.get("field0236")); -// data.put("userId","182411126520375411"); - data.put("appType","APP_LLACU34DHTK2F07IEYVB"); - data.put("systemToken","IT5662C1PXUCS1NV6E40B61DNPLQ2PL30AQKLVA"); - data.put("formUuid","FORM-JD8668C1KMYDNNEW6OPQE8M8K2YU2SJURO4ML0"); -// return null; - return data; - } - - /** - * 出差申请单 - * @param businessData - * @param formApp - * @return - */ - private JSONObject boundDataBusinessTravel(Map businessData, String formApp) { - JSONObject data = new JSONObject(); - //todo 所有日期传递时间戳 - //组装主表数据 - Object mainObj = businessData.get("formmain_0302"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - - JSONObject main = new JSONObject(); - main.put("textField_lm5n374e",businessDatamain.get("field0001"));//单据编号 - JSONArray field0085Arr = new JSONArray(); - String field0085 = businessDatamain.get("field0085").toString(); - field0085Arr.add(field0085); - //申请人需要单独处理 传递钉钉ID,格式为["user01","user02"] 存放钉钉主键 - main.put("employeeField_lm5n374g",field0085Arr);//申请人 - main.put("dateField_lm5n374i",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0027"))));//申请日期 - - JSONArray field0088Arr = new JSONArray(); - String field0088 = businessDatamain.get("field0088").toString(); - field0088Arr.add(field0088); - - main.put("departmentSelectField_lm5n374j",field0088Arr);//申请人部门 - main.put("textField_lm5n374k",businessDatamain.get("field0030"));//电话 - main.put("textField_lm5n374m",businessDatamain.get("field0086"));//入账公司 - main.put("textField_lm5n374o",businessDatamain.get("field0032"));//出差国别 - main.put("dateField_lm5n374q",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0036"))));//出差开始时间 - main.put("dateField_lm5n374s",DateUtil.dateStrToLong(String.valueOf(businessDatamain.get("field0038"))));//出差结束时间 - main.put("numberField_lm5n374u",businessDatamain.get("field0039"));//出差天数 - main.put("textField_lm5n374w",businessDatamain.get("field0059"));//选择商旅账号 - main.put("textField_lm5n374y",businessDatamain.get("field0064"));//出差事由 - main.put("textField_lm5n3750",businessDatamain.get("field0065"));//公司编码 - main.put("textField_lm5n3752",businessDatamain.get("field0031"));//项目名称 - main.put("textField_lm5n3754",businessDatamain.get("field0006"));//出发地 - main.put("textField_lm5n3756",businessDatamain.get("field0007"));//目的地 - main.put("textField_lm5n3758",businessDatamain.get("field0079"));//项目 - main.put("textField_lm5n375a",businessDatamain.get("field0080"));//项目编码 - - //行程信息(明细表1) - Object formson_0303obj = businessData.get("formson_0303"); - JSONArray formson_0303Arr = JSON.parseArray(JSON.toJSONString(formson_0303obj)); - //formson_0303 - JSONArray tableField_lm5n375bArr = new JSONArray(); - for(Object obj : formson_0303Arr){ - JSONObject body = JSON.parseObject(JSON.toJSONString(obj)); - JSONObject tableField_lm5n375b = new JSONObject(); - tableField_lm5n375b.put("textField_lm5n375d",body.getString("field0072"));//序号 - tableField_lm5n375b.put("textField_lm5n375f",body.getString("field0050"));//费用名称 - tableField_lm5n375b.put("textField_lm5n375h",body.getString("field0070"));//行程类别 - tableField_lm5n375b.put("textField_lm5n375j",body.getString("field0071"));//是否往返 - tableField_lm5n375b.put("employeeField_lm5n375l",body.getString("field0073"));//出行人员 - tableField_lm5n375b.put("dateField_lm5n375n",DateUtil.dateStrToLong(String.valueOf(body.get("field0074"))));//开始时间 - tableField_lm5n375b.put("dateField_lm5n375p",DateUtil.dateStrToLong(String.valueOf(body.get("field0074"))));//结束时间 - tableField_lm5n375b.put("textField_lm5n375r",body.getString("field0076"));//出发城市 - tableField_lm5n375b.put("textField_lm5n375t",body.getString("field0077"));//到达城市 - tableField_lm5n375b.put("textField_lm5n375v",body.getString("field0041"));//费用归属部门 - tableField_lm5n375b.put("numberField_lm5n375x",body.getString("field0046"));//金额 - tableField_lm5n375b.put("textField_lm5n375z",body.getString("field0048"));//备注 - tableField_lm5n375b.put("textField_lm5n3761",body.getString("field0066"));//费用类别ID - tableField_lm5n375b.put("textField_lm5n3763",body.getString("field0082"));//是否线下预定 - tableField_lm5n375bArr.add(tableField_lm5n375b); - main.put("tableField_lm5n375b",tableField_lm5n375bArr); - } - - - - data.put("formDataJson",main.toString()); - data.put("userId",businessDatamain.get("field0085")); - data.put("appType","APP_LLACU34DHTK2F07IEYVB"); - data.put("systemToken","IT5662C1PXUCS1NV6E40B61DNPLQ2PL30AQKLVA"); - data.put("formUuid","FORM-JH9660C1NWYD9IFGCZAJT6P8F6TT25GY2N5ML3"); - return data; - } - - @Override - public JsonResultEntity thirdInterfaceInitBipSupplierToOa(JSONObject jsonObject) throws Exception { - - logger.info("执行同步供应商方法"); - - String bipApiId = "a0a64273e60b4ccdb245683dfefdade5"; - JSONObject bipResult = iExcApiService.execute(bipApiId); - logger.info("bip数据" + bipResult.toJSONString()); - // - JSONArray attributes = bipResult.getJSONArray("attribute"); - - ApplicationContextUtil.getBeanByClass(IExcApiService.class); -// ApplicationContextUtil.getBeanByName("seeYonInterFace222"); -// ApplicationContextUtil.getBeanByClass(ISeeYonInterFace.class); - JSONObject jsonObject1 = new JSONObject(); - jsonObject1.put("type", "archives"); - jsonObject1.put("templateCode", "formmain_0360"); - jsonObject1.put("attribute", attributes); - JSONObject req = new JSONObject(); - req.put("jsonStr", jsonObject1.toJSONString()); - thirdInterfaceSend(req); - - return BaseResult.getSuccessMessageEntity("同步供应商成功"); - } - - /** - * 通过关联关系获取附件主键 - * @param sub_reference - * @return - */ - @Override - public List getFileUrl(String sub_reference) { - SeeyonEntity seeyonEntity = new SeeyonEntity(); - if(StrUtil.isNotEmpty(sub_reference)){ - seeyonEntity.setSub_reference(sub_reference); - return seeYonDao.selectFileUrl(seeyonEntity); - } - return null; - } - - - //通知单审批通过 - private String ddApproveFinish(Map businessData) { - JSONObject finishData = new JSONObject(); - String to_time = null ; - String from_time = null; - if(null != businessData.get("field0036")){ - from_time = DateUtil.dateToString(Long.valueOf(businessData.get("field0036").toString()),"YYYY-MM-dd"); - } - if(null != businessData.get("field0038")){ - to_time = DateUtil.dateToString(Long.valueOf(businessData.get("field0038").toString()),"YYYY-MM-dd"); - } - finishData.put("userid",businessData.get("field0083")); - finishData.put("biz_type","2"); - finishData.put("from_time",from_time); - finishData.put("to_time",to_time); - finishData.put("duration_unit","day"); - finishData.put("tag_name","出差"); - finishData.put("calculate_model","1"); - //出差单ID - finishData.put("approve_id","approve_id"); - //出差单URL,和钉钉确认不处理 - finishData.put("jump_url","jump_url"); - JSONObject ddData = new JSONObject(); - ddData.put("code","0002"); - ddData.put("data",finishData.toJSONString()); - - JSONObject jsonObject = new JSONObject(); - jsonObject.put("jsonStr",ddData.toJSONString()); - return iddInterfaceService.senddd(jsonObject); - } - - @Override - public JsonResultEntity thirdInterfacegetOADataByType(JSONObject requestData) { - if (StrUtil.isBlank(LAST_SYNCHRONISED_TIME)) { - LAST_SYNCHRONISED_TIME = cn.hutool.core.date.DateUtil.now(); - } - //暂存时间 - String tempTime = LAST_SYNCHRONISED_TIME; - //返回主表信息 - SeeyonEntity seeyon = new SeeyonEntity(); - seeyon.setTableName("formmain_0323"); - seeyon.setUpdateTime(tempTime); - List seeyonEntityList = seeYonDao.selectOAListByTypeMain(seeyon); - //如果返回数据不为空,则继续查询相关明细信息 - if (null != seeyonEntityList && seeyonEntityList.size() > 0) { - // 设置上一次同步时间 - LAST_SYNCHRONISED_TIME = cn.hutool.core.date.DateUtil.now(); - for (SeeyonEntity s : seeyonEntityList) { - //获取合同标的物明细(明细表1) - List formson0324List = seeYonDao.selectOAListByTypeformson_0324(s); - s.setFormson_0324(formson0324List); - //相对方(明细表2) - List formson0352List = seeYonDao.selectOAListByTypeformson_0352(s); - s.setFormson_0352(formson0352List); -// seeYonDao.updateFormStete(s); - } - } - return BaseResult.getSuccessMessageEntity("数据获取成功", seeyonEntityList); - } - - // @Test - public void testSaveNoProcess() { - JSONObject jsonObject = new JSONObject(); - jsonObject.put("code", "03000119"); - jsonObject.put("name", "杭州陶瓷品市场亮晶晶酒店用品商行"); - JSONArray jsonArray = new JSONArray(); - JSONObject details1 = new JSONObject(); - details1.put("序号1", 1); - details1.put("账户类型", "基本户"); - details1.put("开户行名称", "开户行名称"); - details1.put("银行账号", "123"); - - JSONObject details2 = new JSONObject(); - details2.put("序号1", 2); - details2.put("账户类型", "基本户"); - details2.put("开户行名称", "开户行名称"); - details2.put("银行账号", "123"); - jsonArray.add(details1); - jsonArray.add(details2); - jsonObject.put("details", jsonArray); - //System.out.println(jsonObject.toJSONString()); - String dataXml = createTempData(jsonObject,CREATEARCHIVES); - String loginName = "seeyon"; - Map res = new HashMap(); - res.put("loginName", loginName); - res.put("dataXml", dataXml); - JsonResultEntity result = saveNoProcess("formmain_0360", UPDATEARCHIVES,loginName, dataXml); - logger.info("发起无流程表单结果:" + result); - } - - private String createTempData(JSONObject jsonObject, String type) { - String detailsStr = jsonObject.getString("details"); - StringBuffer stringBuffer = null; - if (!StringUtils.isEmpty(detailsStr)) { - List attributeArray = JSON.parseArray(detailsStr, JSONObject.class); - if (null != attributeArray && attributeArray.size() > 0) { - stringBuffer = new StringBuffer(); - for (JSONObject object : attributeArray) { - //如果是更新类型的,增加title标签 - if (type.equalsIgnoreCase(UPDATEARCHIVES)) { - stringBuffer.append(" "); - - //stringBuffer.append(" "); - stringBuffer.append(" <![CDATA["+UUIDLong.absLongUUID()+"]]> "); - stringBuffer.append(" <![CDATA["+UUIDLong.absLongUUID()+"]]> "); - stringBuffer.append(" <![CDATA["+UUIDLong.absLongUUID()+"]]> "); - stringBuffer.append(" <![CDATA["+UUIDLong.absLongUUID()+"]]> "); - stringBuffer.append(" "); - - } else { - - stringBuffer.append(" "); - //stringBuffer.append(" "); - stringBuffer.append("" + 1 + " "); - stringBuffer.append(""); - stringBuffer.append(" "); - stringBuffer.append(" "); - stringBuffer.append(""); - } - - } - } - - } - - String str = "\n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " " + - " " + - " " + - " " + - " " + - " " + - " " + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n"; - if (stringBuffer != null) { - str += stringBuffer.toString(); - str += " \n" + - " \n" + - " \n" + - " \n" + - ""; - } else { - str += " \n" + - " \n" + - " \n" + - " \n" + - ""; - } - - - return str; - } - - - /** - * 组织模板 - * @param jsonObject - * @param type - * @return - */ - private String createOrgTempData(JSONObject jsonObject, String type) { - String detailsStr = jsonObject.getString("details"); - StringBuffer stringBuffer = null; - if (!StringUtils.isEmpty(detailsStr)) { - List attributeArray = JSON.parseArray(detailsStr, JSONObject.class); - if (null != attributeArray && attributeArray.size() > 0) { - stringBuffer = new StringBuffer(); - for (JSONObject object : attributeArray) { - //如果是更新类型的,增加title标签 - if (type.equalsIgnoreCase(UPDATEARCHIVES)) { - stringBuffer.append(" "); - stringBuffer.append(" <![CDATA[" + UUIDLong.absLongUUID() + "]]> "); - //stringBuffer.append(" <![CDATA[" + UUIDLong.absLongUUID() + "]]> "); - stringBuffer.append(" <![CDATA[" + UUIDLong.absLongUUID() + "]]> "); - stringBuffer.append(" <![CDATA[" + UUIDLong.absLongUUID() + "]]> "); - stringBuffer.append(" <![CDATA[" + UUIDLong.absLongUUID() + "]]> "); - stringBuffer.append(" "); - - } else { - stringBuffer.append(" "); - stringBuffer.append(" "); - // stringBuffer.append(" " + 1 + " "); - stringBuffer.append(" "); - stringBuffer.append(" "); - stringBuffer.append(" "); - stringBuffer.append(" "); - } - - } - } - - } - - String str = "\n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " " + - " " + - " " + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n" + - " \n"; - if (stringBuffer != null) { - str += stringBuffer.toString(); - str += " \n" + - " \n" + - " \n" + - " \n" + - ""; - } else { - str += " \n" + - " \n" + - " \n" + - " \n" + - ""; - } - return str; - } - - //交行CFS日志 - private String createCfsTempData(JSONObject jsonObject, String type){ - String xml = ""; - String tabNameCh = StringUtil.nullConvert(jsonObject.getString("tab_name_ch")); - String tabNameEn = StringUtil.nullConvert(jsonObject.getString("tab_name_en")); - String id = StringUtil.nullConvert(jsonObject.getString("id")); - String billCode = StringUtil.nullConvert(jsonObject.getString("bill_code")); - String title = StringUtil.nullConvert(jsonObject.getString("title")); - String eventType = StringUtil.nullConvert(jsonObject.getString("event_type")); - String formApp = StringUtil.nullConvert(jsonObject.getString("form_app_id")); - String statusMsg = StringUtil.nullConvert(jsonObject.getString("status_msg")); - String serialNo = StringUtil.nullConvert(jsonObject.getString("serial_no")); - String result = StringUtil.nullConvert(jsonObject.getString("result")); - String dataXml = StrUtil.format(xml,tabNameCh,tabNameEn,id,billCode,title,eventType,formApp,statusMsg,serialNo,result); - return dataXml; - } - /*** - * - * @content:推送无流程表单同步钉钉 - * @author 👻👻👻👻👻👻👻👻 yuqh - * @date 2023年9月2日12:56:18 - * @param - * @return void - **/ - @Override - public JsonResultEntity sendConDocTodd(JSONObject requestJson) { - //todo 临时直接传递参数 - return BaseResult.getSuccessMessageEntity("传递钉钉成功→普通表单",iddInterfaceService.senddd(requestJson)); - } - /*** - * - * @content:流程表单传递钉钉 - * @author 👻👻👻👻👻👻👻👻 yuqh - * @date 2023年9月5日09:38:38 - * @param - * @return void - **/ - @Override - public JsonResultEntity sendProcessDocument(JSONObject requestJson) { - return BaseResult.getSuccessMessageEntity("传递钉钉成功→流程表单",iddInterfaceService.senddd(requestJson)); - } - - /** - * - * @content 杭泰OA付款单传递CFS - * @Param - * @Return - * @Author hecan - * @Date 2023/10/12 15:57 - * **/ - @Override - public String sendpayMentToCFS(Map businessData) { - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0327"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0146"));//OA业务主键 - //付款摘要 - StringBuffer purposeBuff = new StringBuffer("付"); - Object formson_0329obj = businessData.get("formson_0329"); - JSONArray formson0329List = JSON.parseArray(JSON.toJSONString(formson_0329obj)); - boolean flag = false; - if (formson0329List != null && formson0329List.size() > 0) { - JSONArray formson0329Array = new JSONArray(); - for (Object o : formson0329List) { - JSONObject formson_0330Json = JSON.parseObject(JSON.toJSONString(o)); - //判断开户银行是否是交通银行 - if(null !=formson_0330Json.getString("field0211") && (formson_0330Json.getString("field0211").contains("交通银行") || formson_0330Json.getString("field0211").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails = new JSONObject(); - jsonObjectDetails.put("payerAccName", businessDatamain.getString("field0116"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo", formson_0330Json.getString("field0137"));//转出方账号 - jsonObjectDetails.put("curCode", "CNY");//付款方币种 - jsonObjectDetails.put("payeeAccName", formson_0330Json.getString("field0136"));//收款人帐户名称 - purposeBuff.append(formson_0330Json.getString("field0136")); - jsonObjectDetails.put("payeeAccNo", formson_0330Json.getString("field0210"));//收款人帐户号 - jsonObjectDetails.put("amount", formson_0330Json.getString("field0135"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode", formson_0330Json.getString("field0257"));//收款人联行号 - jsonObjectDetails.put("payType", "34");//结算方式 - jsonObjectDetails.put("businessType", "04");//业务类别 - jsonObjectDetails.put("isForindividual", "0");//是否对私付款 - jsonObjectDetails.put("creditByCustomer", businessDatamain.getString("field0149"));//贷方客商辅助核算编码 - jsonObjectDetails.put("debitByBankAcc", formson_0330Json.getString("field0137"));//借方银行账户辅助核算编码 - String isQuick = null; - if (null !=formson_0330Json.getBigDecimal("field0135") && formson_0330Json.getBigDecimal("field0135").compareTo(BigDecimal.valueOf(50000)) == 1) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick", isQuick);//加急标志 - formson0329Array.add(jsonObjectDetails); - map.put("details", formson0329Array); - } - } - purposeBuff.append("对公付款单款项,单据号-"); - purposeBuff.append(businessDatamain.getString("field0146")); - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr", map); - logger.info("对公付款单传递CFS在SeeYonInterFaceImpl中的请求参数为:"+JSONObject.toJSONString(jsonObject)); - String result = payMentService.sendOAPayMentToCFS(jsonObject,"pay"); - //String result="{\"statusMsg\":\"当前为对公交易,收款方联行号不能为空!\",\"erpVoucherNoCfs\":\"DG202402280158\",\"serialNo\":\"\"}"; - logger.info("对公付款单传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新付款单推送标识----------"); - //更新付款单的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0327"); - seeyonEntity.setPushField("field0255"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("付款信息保存成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) && (null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------付款单推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------付款单推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - logger.info("杭泰OA付款单数据获取失败,原因为:"+e.getMessage()); - } - return null; - } - - /** - * - * @content 杭泰OA报销单传递CFS - * @Param - * @Return - * @Author hecan - * @Date 2023/10/16 15:27 - * **/ - @Override - public String sendBusinessExpenseToCFS(Map businessData,String formApp) { - try { - String result=null; - switch (formApp){ - case "-321958445006631163"://差旅报销单 - result= travelReimbursement(businessData,formApp); - break; - case "-4485599744122928342"://招待报销单 - result= hospitalityReimbursement(businessData,formApp); - break; - case "4728403652378707515"://日常报销单 - result=routineReimbursement(businessData,formApp); - break; - default: - break; - } - return result; - }catch (Exception e){ - e.printStackTrace(); - logger.info("杭泰报销单失败:{}"+e.getMessage()); - } - return null; - } - - //差旅报销单 - private String travelReimbursement(Map businessData, String formApp){ - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0307"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0094"));//OA业务主键 - StringBuffer purposeBuff = new StringBuffer("付"); - Object formson0311Obj = businessData.get("formson_0311"); - JSONArray formson_0311List = JSON.parseArray(JSON.toJSONString(formson0311Obj)); - boolean flag=false; - if(formson_0311List!=null && formson_0311List.size()>0){ - JSONArray formson_0311Array = new JSONArray(); - for (Object o : formson_0311List) { - JSONObject formson_0311Json = JSON.parseObject(JSON.toJSONString(o)); - if(null !=formson_0311Json.getString("field0265") && (formson_0311Json.getString("field0265").contains("交通银行") || formson_0311Json.getString("field0265").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails=new JSONObject(); - //根据收款方id查询收款方名称 - SeeyonEntity seeyonEntity = new SeeyonEntity(); - seeyonEntity.setId(businessDatamain.getString("field0015")); - List seeyonEntities = seeYonDao.selectOAListByField0258(seeyonEntity); - if (seeyonEntities.size() > 0) { - jsonObjectDetails.put("payeeAccName", seeyonEntities.get(0).getName());//收款人帐户名称 - } else { - jsonObjectDetails.put("payeeAccName", businessDatamain.getString("field0015"));//收款人帐户名称 - } - jsonObjectDetails.put("payerAccName",businessDatamain.getString("field0188"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo",formson_0311Json.getString("field0266"));//转出方账号 - jsonObjectDetails.put("curCode","CNY");//付款方币种 - //jsonObjectDetails.put("payeeAccName",formson_0311Json.getString("field0313"));//收款人帐户名称 - purposeBuff.append(jsonObjectDetails.getString("payeeAccName")); - jsonObjectDetails.put("payeeAccNo",formson_0311Json.getString("field0218"));//收款人帐户号 - jsonObjectDetails.put("amount",formson_0311Json.getString("field0215"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode",formson_0311Json.getString("field0311"));//收款人联行号 - jsonObjectDetails.put("payType","34");//结算方式 - String isQuick=null; - if (null !=formson_0311Json.getBigDecimal("field0215") && formson_0311Json.getBigDecimal("field0215").compareTo(BigDecimal.valueOf(50000)) == 1) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick",isQuick);//加急标志 - formson_0311Array.add(jsonObjectDetails); - map.put("details",formson_0311Array); - } - } - purposeBuff.append("差旅报销款项,单据号-"); - purposeBuff.append(businessDatamain.getString("field0094")); - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr",map); - String result= payMentService.sendExpenseToCFS(jsonObject); - //String result="{\"statusMsg\":\"成功\",\"erpVoucherNoCfs\":\"-9050113785393100178\",\"serialNo\":\"1111\"}"; - logger.info("差旅报销单传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新差旅报销单推送标识----------"); - //更新付款单的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0307"); - seeyonEntity.setPushField("field0309"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("报销交易信息验证成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) && (null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------差旅报销单推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------差旅报销单推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - e.printStackTrace(); - logger.info("差旅报销单开始从SeeYonInterFaceImpl传递CFS失败,原因为:{}",e.getMessage()); - } - return null; - } - - //招待报销单 - private String hospitalityReimbursement(Map businessData, String formApp){ - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0294"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0053"));//OA业务主键 - StringBuffer purposeBuff = new StringBuffer("付"); - Object formson_0297Obj = businessData.get("formson_0297"); - JSONArray formson_0297List = JSON.parseArray(JSON.toJSONString(formson_0297Obj)); - boolean flag=false; - if(formson_0297List!=null && formson_0297List.size()>0){ - JSONArray formson0297Array = new JSONArray(); - for (Object o : formson_0297List) { - JSONObject formson_0297Json = JSON.parseObject(JSON.toJSONString(o)); - if(null != formson_0297Json.getString("field0098") && (formson_0297Json.getString("field0098").contains("交通银行") || formson_0297Json.getString("field0098").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails=new JSONObject(); - //根据收款方id查询收款方名称 - SeeyonEntity seeyonEntity = new SeeyonEntity(); - seeyonEntity.setId(businessDatamain.getString("field0002")); - List seeyonEntities = seeYonDao.selectOAListByField0258(seeyonEntity); - if (seeyonEntities.size() > 0) { - jsonObjectDetails.put("payeeAccName", seeyonEntities.get(0).getName());//收款人帐户名称 - } else { - jsonObjectDetails.put("payeeAccName", businessDatamain.getString("field0002"));//收款人帐户名称 - } - jsonObjectDetails.put("payerAccName",businessDatamain.getString("field0080"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo",formson_0297Json.getString("field0073"));//转出方账号 - jsonObjectDetails.put("curCode","CNY");//付款方币种 - //jsonObjectDetails.put("payeeAccName",formson_0297Json.getString("field0178"));//收款人帐户名称 - purposeBuff.append(jsonObjectDetails.getString("payeeAccName")); - jsonObjectDetails.put("payeeAccNo",formson_0297Json.getString("field0136"));//收款人帐户号 - jsonObjectDetails.put("amount",formson_0297Json.getString("field0100"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode",formson_0297Json.getString("field0176"));//收款人联行号 - jsonObjectDetails.put("payType","34");//结算方式 - String isQuick=null; - if (null !=formson_0297Json.getBigDecimal("field0100") && formson_0297Json.getBigDecimal("field0100").compareTo(BigDecimal.valueOf(50000)) == 1) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick",isQuick);//加急标志 - formson0297Array.add(jsonObjectDetails); - map.put("details",formson0297Array); - } - } - purposeBuff.append("招待报销款项,单据号-"); - purposeBuff.append(businessDatamain.getString("field0053")); - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr",map); - String result= payMentService.sendExpenseToCFS(jsonObject); - //String result="{\"statusMsg\":\"成功\",\"erpVoucherNoCfs\":\"-9050113785393100178\",\"serialNo\":\"1111\"}"; - logger.info("招待报销单传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新招待报销单推送标识----------"); - //更新付款单的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0294"); - seeyonEntity.setPushField("field0174"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("报销交易信息验证成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) && (null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------招待报销单推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------招待报销单推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - e.printStackTrace(); - logger.info("招待报销单开始从SeeYonInterFaceImpl传递CFS失败,原因为:{}",e.getMessage()); - } - return null; - } - - //日常报销单 - private String routineReimbursement(Map businessData, String formApp){ - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0314"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0220"));//OA业务主键 - StringBuffer purposeBuff = new StringBuffer("付"); - Object formson_0317Obj = businessData.get("formson_0317"); - JSONArray formson_0317List = JSON.parseArray(JSON.toJSONString(formson_0317Obj)); - boolean flag=false; - if(formson_0317List!=null && formson_0317List.size()>0){ - JSONArray formson_0317Array = new JSONArray(); - for (Object o : formson_0317List) { - JSONObject formson_0317Json = JSON.parseObject(JSON.toJSONString(o)); - if(null != formson_0317Json.getString("field0268") && (formson_0317Json.getString("field0268").contains("交通银行") || formson_0317Json.getString("field0268").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails=new JSONObject(); - //根据收款方id查询收款方名称 - SeeyonEntity seeyonEntity = new SeeyonEntity(); - seeyonEntity.setId(businessDatamain.getString("field0015")); - List seeyonEntities = seeYonDao.selectOAListByField0258(seeyonEntity); - if (seeyonEntities.size() > 0) { - jsonObjectDetails.put("payeeAccName", seeyonEntities.get(0).getName());//收款人帐户名称 - } else { - jsonObjectDetails.put("payeeAccName", businessDatamain.getString("field0015"));//收款人帐户名称 - } - jsonObjectDetails.put("payerAccName",businessDatamain.getString("field0188"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo",formson_0317Json.getString("field0269"));//转出方账号 - jsonObjectDetails.put("curCode","CNY");//付款方币种 - //jsonObjectDetails.put("payeeAccName",formson_0317Json.getString("field0299"));//收款人帐户名称 - purposeBuff.append(jsonObjectDetails.getString("payeeAccName")); - jsonObjectDetails.put("payeeAccNo",formson_0317Json.getString("field0217"));//收款人帐户号 - jsonObjectDetails.put("amount",formson_0317Json.getString("field0215"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode",formson_0317Json.getString("field0297"));//收款人联行号 - jsonObjectDetails.put("payType","34");//结算方式 - String isQuick=null; - if (null !=formson_0317Json.getBigDecimal("field0215") && formson_0317Json.getBigDecimal("field0215").compareTo(BigDecimal.valueOf(50000)) == 1) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick",isQuick);//加急标志 - formson_0317Array.add(jsonObjectDetails); - map.put("details",formson_0317Array); - } - } - purposeBuff.append("日常报销款项,单据号-"); - purposeBuff.append(businessDatamain.getString("field0220")); - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr",map); - String result= payMentService.sendExpenseToCFS(jsonObject); - logger.info("日常报销单传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新日常报销单推送标识----------"); - //更新付款单的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0314"); - seeyonEntity.setPushField("field0295"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("报销交易信息验证成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) &&(null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------日常报销单推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------日常报销单推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - e.printStackTrace(); - logger.info("日常报销单开始从SeeYonInterFaceImpl传递CFS失败,原因为:{}",e.getMessage()); - } - return null; - } - - /** - * - * @content 杭泰OA资金归集,资金拨付,同名账户划转,借款单传递CFS - * @Param - * @Return - * @Author hecan - * @Date 2023/12/20 9:12 - * **/ - @Override - public String sendOtherFourReceipt(Map map, String formApp) { - try { - String result=null; - switch (formApp){ - case "910366613209564645"://资金归集 - result= fundCollection(map,formApp); - break; - case "-102527561419044497"://资金拨付 - result=fundAllocation(map,formApp); - break; - case "-1193625514072190978"://同名账户划转 - result=accountTransfer(map,formApp); - break; - case "4645133897573090505"://借款单(借还款) - result= loanRepayment(map,formApp); - break; - default: - break; - } - return result; - }catch (Exception e){ - e.printStackTrace(); - logger.info("杭泰OA资金归集,资金拨付,同名账户划转,借款单传递CFS错误,原因为{}",e.getMessage()); - } - return null; - } - @Override public JsonResultEntity thirdInterfaceSeeYonDefinitionRePush(JSONObject jsonObject) throws Exception { JSONObject requestData = jsonObject.getJSONObject("jsonStr"); @@ -3370,340 +439,4 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { } return BaseResult.getSuccessMessageEntity("从新推送执行结束",resultEntityArray); } - - //资金归集 - private String fundCollection(Map businessData, String formApp){ - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0362"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0047"));//OA业务主键 - StringBuffer purposeBuff = new StringBuffer("付"); - purposeBuff.append(businessDatamain.getString("field0001")); - Object formson_0378obj = businessData.get("formson_0378"); - JSONArray formson_0378List = JSON.parseArray(JSON.toJSONString(formson_0378obj)); - boolean flag = false; - if (formson_0378List != null && formson_0378List.size() > 0) { - JSONArray formson_0378Array = new JSONArray(); - for (Object o : formson_0378List) { - JSONObject formson_0330Json = JSON.parseObject(JSON.toJSONString(o)); - //判断开户银行是否是交通银行 - if(null !=formson_0330Json.getString("field0007") && (formson_0330Json.getString("field0007").contains("交通银行") || formson_0330Json.getString("field0007").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails = new JSONObject(); - jsonObjectDetails.put("payerAccName", formson_0330Json.getString("field0003"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo", formson_0330Json.getString("field0008"));//转出方账号 - jsonObjectDetails.put("curCode", "CNY");//付款方币种 - jsonObjectDetails.put("payeeAccName", businessDatamain.getString("field0001"));//收款人帐户名称 - jsonObjectDetails.put("payeeAccNo", businessDatamain.getString("field0023"));//收款人帐户号 - jsonObjectDetails.put("amount", formson_0330Json.getString("field0004"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode", businessDatamain.getString("field0046"));//收款人联行号 - jsonObjectDetails.put("payType", "34");//结算方式 - jsonObjectDetails.put("businessType", "04");//业务类别 - jsonObjectDetails.put("isForindividual", "0");//是否对私付款 - jsonObjectDetails.put("debitByCustomer", businessDatamain.getString("field0037"));//借方客商辅助核算编码 - jsonObjectDetails.put("creditByCustomer", formson_0330Json.getString("field0036"));//贷方客商辅助核算编码 - jsonObjectDetails.put("creditByBankAcc", formson_0330Json.getString("field0008"));//贷方银行账户辅助核算编码 - String isQuick = null; - if (null !=formson_0330Json.getBigDecimal("field0004") && (formson_0330Json.getBigDecimal("field0004").compareTo(BigDecimal.valueOf(50000)) == 1)) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick", isQuick);//加急标志 - formson_0378Array.add(jsonObjectDetails); - map.put("details", formson_0378Array); - } - } - purposeBuff.append("资金归集款项,单据号-"); - purposeBuff.append(businessDatamain.getString("field0047"));//单据编号 - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr", map); - String result = payMentService.sendOAPayMentToCFS(jsonObject,"fundc"); - logger.info("资金归集传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新资金归集推送标识----------"); - //更新资金归集的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0362"); - seeyonEntity.setPushField("field0045"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("付款信息保存成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) && (null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------资金归集推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------资金归集推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - logger.info("杭泰OA资金归集数据获取失败,原因为:"+e.getMessage()); - } - return null; - } - - //资金拨付 - private String fundAllocation(Map businessData, String formApp){ - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0464"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0045"));//OA业务主键 - StringBuffer purposeBuff = new StringBuffer("付"); - Object formson_0465obj = businessData.get("formson_0465"); - JSONArray formson_0465List = JSON.parseArray(JSON.toJSONString(formson_0465obj)); - boolean flag = false; - if (formson_0465List != null && formson_0465List.size() > 0) { - JSONArray formson_0465Array = new JSONArray(); - for (Object o : formson_0465List) { - JSONObject formson_0330Json = JSON.parseObject(JSON.toJSONString(o)); - //判断开户银行是否是交通银行 - if(null != businessDatamain.getString("field0022") && (businessDatamain.getString("field0022").contains("交通银行") || businessDatamain.getString("field0022").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails = new JSONObject(); - jsonObjectDetails.put("payerAccName", businessDatamain.getString("field0001"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo", businessDatamain.getString("field0023"));//转出方账号 - jsonObjectDetails.put("curCode", "CNY");//付款方币种 - jsonObjectDetails.put("payeeAccName", formson_0330Json.getString("field0003"));//收款人帐户名称 - purposeBuff.append(formson_0330Json.getString("field0003")); - jsonObjectDetails.put("payeeAccNo", formson_0330Json.getString("field0008"));//收款人帐户号 - jsonObjectDetails.put("amount", formson_0330Json.getString("field0004"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode", formson_0330Json.getString("field0044"));//收款人联行号 - jsonObjectDetails.put("payType", "34");//结算方式 - jsonObjectDetails.put("businessType", "04");//业务类别 - jsonObjectDetails.put("isForindividual", "0");//是否对私付款 - jsonObjectDetails.put("debitByCustomer", formson_0330Json.getString("field0036"));//借方客商辅助核算编码 - jsonObjectDetails.put("creditByCustomer", businessDatamain.getString("field0037"));//贷方客商辅助核算编码 - jsonObjectDetails.put("creditByBankAcc", formson_0330Json.getString("field0023"));//贷方银行账户辅助核算编码 - - String isQuick = null; - if (null !=formson_0330Json.getBigDecimal("field0004") && formson_0330Json.getBigDecimal("field0004").compareTo(BigDecimal.valueOf(50000)) == 1) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick", isQuick);//加急标志 - formson_0465Array.add(jsonObjectDetails); - map.put("details", formson_0465Array); - } - } - purposeBuff.append("资金拨付款项,单据号-"); - purposeBuff.append(businessDatamain.getString("field0045"));//单据编号 - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr", map); - String result = payMentService.sendOAPayMentToCFS(jsonObject,"funda"); - logger.info("资金拨付传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新资金拨付推送标识----------"); - //更新资金拨付的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0464"); - seeyonEntity.setPushField("field0043"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("付款信息保存成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) &&(null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------资金拨付推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------资金拨付推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - logger.info("杭泰OA资金拨付数据获取失败,原因为:"+e.getMessage()); - } - return null; - } - - //同名账户划转 - private String accountTransfer(Map businessData, String formApp){ - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0467"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0045"));//OA业务主键 - StringBuffer purposeBuff = new StringBuffer("付"); - Object formson_0469obj = businessData.get("formson_0469"); - JSONArray formson_0469List = JSON.parseArray(JSON.toJSONString(formson_0469obj)); - boolean flag = false; - if (formson_0469List != null && formson_0469List.size() > 0) { - JSONArray formson_0469Array = new JSONArray(); - for (Object o : formson_0469List) { - JSONObject formson_0469Json = JSON.parseObject(JSON.toJSONString(o)); - //判断开户银行是否是交通银行 - if(null!= formson_0469Json.getString("field0015") && (formson_0469Json.getString("field0015").contains("交通银行") || formson_0469Json.getString("field0015").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails = new JSONObject(); - jsonObjectDetails.put("payerAccName", businessDatamain.getString("field0021"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo", formson_0469Json.getString("field0016"));//转出方账号 - jsonObjectDetails.put("curCode", "CNY");//付款方币种 - jsonObjectDetails.put("payeeAccName", businessDatamain.getString("field0021"));//收款人帐户名称 - jsonObjectDetails.put("payeeAccNo", formson_0469Json.getString("field0019"));//收款人帐户号 - purposeBuff.append(formson_0469Json.getString("field0019")); - jsonObjectDetails.put("amount", formson_0469Json.getString("field0020"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode", formson_0469Json.getString("field0044"));//收款人联行号 - jsonObjectDetails.put("payType", "34");//结算方式 - jsonObjectDetails.put("businessType", "04");//业务类别 - jsonObjectDetails.put("isForindividual", "0");//是否对私付款 - jsonObjectDetails.put("debitByBankAcc", formson_0469Json.getString("field0019"));//借方银行账户辅助核算编码 - jsonObjectDetails.put("creditByCustomer", businessDatamain.getString("field0038"));//贷方客商辅助核算编码 - jsonObjectDetails.put("creditByBankAcc", formson_0469Json.getString("field0016"));//贷方银行账户辅助核算编码 - String isQuick = null; - if (null !=formson_0469Json.getBigDecimal("field0020") && formson_0469Json.getBigDecimal("field0020").compareTo(BigDecimal.valueOf(50000)) == 1) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick", isQuick);//加急标志 - formson_0469Array.add(jsonObjectDetails); - map.put("details", formson_0469Array); - } - } - purposeBuff.append("同名账户划转款项,单据号-"); - purposeBuff.append(businessDatamain.getString("field0045"));//单据编号 - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr", map); - String result = payMentService.sendOAPayMentToCFS(jsonObject,"acc"); - logger.info("同名账户划转传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新同名账户划转推送标识----------"); - //更新资金拨付的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0467"); - seeyonEntity.setPushField("field0043"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("付款信息保存成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) && (null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------同名账户划转推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------同名账户划转推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - logger.info("杭泰OA同名账户划转数据获取失败,原因为:"+e.getMessage()); - } - return null; - } - - //借还款 - private String loanRepayment(Map businessData, String formApp){ - try { - JSONObject jsonObject=new JSONObject(); - Object mainObj = businessData.get("formmain_0293"); - JSONObject businessDatamain = JSON.parseObject(JSON.toJSONString(mainObj)); - JSONObject map=new JSONObject(); - map.put("erpVoucherNo",businessDatamain.getString("field0056"));//OA业务主键 - StringBuffer purposeBuff = new StringBuffer("付"); - Object formson_0399obj = businessData.get("formson_0399"); - JSONArray formson_0399List = JSON.parseArray(JSON.toJSONString(formson_0399obj)); - boolean flag = false; - if (formson_0399List != null && formson_0399List.size() > 0) { - JSONArray formson_0399Array = new JSONArray(); - for (Object o : formson_0399List) { - JSONObject formson_0399Json = JSON.parseObject(JSON.toJSONString(o)); - //判断开户银行是否是交通银行 - if(null !=formson_0399Json.getString("field0078") && (formson_0399Json.getString("field0078").contains("交通银行") || formson_0399Json.getString("field0078").contains("上海银行"))){ - flag=true; - } - JSONObject jsonObjectDetails = new JSONObject(); - //根据转出方得id查询转出方名称 - SeeyonEntity seeyonEntity = new SeeyonEntity(); - seeyonEntity.setId(businessDatamain.getString("field0006")); - List seeyonEntities = seeYonDao.selectOAListByField0258(seeyonEntity); - if (seeyonEntities.size() > 0) { - jsonObjectDetails.put("payeeAccName", seeyonEntities.get(0).getName());//收款人帐户名称 - } - jsonObjectDetails.put("payerAccName", businessDatamain.getString("field0074"));//转出方帐户名 - jsonObjectDetails.put("payerAccNo", formson_0399Json.getString("field0079"));//转出方账号 - jsonObjectDetails.put("curCode", "CNY");//付款方币种 - //jsonObjectDetails.put("payeeAccName", businessDatamain.getString("field0006"));//收款人帐户名称 - purposeBuff.append(jsonObjectDetails.getString("payeeAccName")); - jsonObjectDetails.put("payeeAccNo", formson_0399Json.getString("field0081"));//收款人帐户号 - jsonObjectDetails.put("amount", formson_0399Json.getString("field0077"));//余额/发生额 - jsonObjectDetails.put("payeeBankCode", formson_0399Json.getString("field0093"));//收款人联行号 - jsonObjectDetails.put("payType", "34");//结算方式 - jsonObjectDetails.put("businessType", "04");//业务类别 - jsonObjectDetails.put("isForindividual", "0");//是否对私付款 - jsonObjectDetails.put("creditByCustomer", businessDatamain.getString("field0084"));//贷方客商辅助核算编码 - jsonObjectDetails.put("debitByPersonnel", businessDatamain.getString("field0094"));//借方人员辅助核算编码 - jsonObjectDetails.put("creditByBankAcc", formson_0399Json.getString("field0079"));//贷方银行账户辅助核算编码 - String isQuick = null; - if (null !=formson_0399Json.getBigDecimal("field0077") && formson_0399Json.getBigDecimal("field0077").compareTo(BigDecimal.valueOf(50000)) == 1) {//如果=1,说明大于50000,如果=-1,说明小于50000 - isQuick = "1";//加急标志 1:加急 0:不加急 - } else { - isQuick = "0";//普通标志 - } - jsonObjectDetails.put("isQuick", isQuick);//加急标志 - formson_0399Array.add(jsonObjectDetails); - map.put("details", formson_0399Array); - } - } - purposeBuff.append("借款单款项,借款单据编号-"); - purposeBuff.append(businessDatamain.getString("field0056"));//单据编号 - map.put("purpose",purposeBuff.toString());//摘要 - //只有交通银行的才传递CFS - if(flag==true){ - jsonObject.put("jsonStr", map); - String result = payMentService.sendOAPayMentToCFS(jsonObject,"loan"); - logger.info("借还款传递CFS在SeeYonInterFaceImpl中的返回结果为:"+result); - JSONObject jsonObjectResult = JSONObject.parseObject(result); - logger.info("------开始更新借还款推送标识----------"); - //更新资金拨付的推送状态 - SeeyonEntity seeyonEntity=new SeeyonEntity(); - seeyonEntity.setTableName("formmain_0293"); - seeyonEntity.setPushField("field0092"); - seeyonEntity.setId(businessDatamain.getString("id")); - if("付款信息保存成功".equalsIgnoreCase(jsonObjectResult.getString("statusMsg")) && (null!=jsonObjectResult.getString("serialNo") && !"".equals(jsonObjectResult.getString("serialNo")))){ - seeyonEntity.setPushValue("推送成功"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------借还款推送标识更新为推送成功完成----------"); - }else{ - seeyonEntity.setPushValue("推送失败"); - seeYonDao.updatepush(seeyonEntity); - logger.info("------借还款推送标识更新为推送失败完成----------"); - } - return result; - } else { - logger.info("付款方开户银行不是交通银行类型或者没有银行明细,传递不了CFS"); - return null; - } - }catch (Exception e){ - logger.info("杭泰OA借还款数据获取失败,原因为:"+e.getMessage()); - } - return null; - } - - - - } From 7c529a1de7c604585e4615bbd600b7fe651ac66d Mon Sep 17 00:00:00 2001 From: "476474485@qq.com" Date: Wed, 15 May 2024 09:55:37 +0800 Subject: [PATCH 19/86] =?UTF-8?q?=E7=A7=AF=E6=9C=A8=E6=8A=A5=E8=A1=A8?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=8F=92=E4=BB=B6=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 32 ++++++++++++- pom.xml | 46 ++++++++++++++++++- 2 files changed, 75 insertions(+), 3 deletions(-) diff --git a/buildpackage/src/main/resources/application.yml b/buildpackage/src/main/resources/application.yml index e5a996d7..bcb64c18 100644 --- a/buildpackage/src/main/resources/application.yml +++ b/buildpackage/src/main/resources/application.yml @@ -72,4 +72,34 @@ mybatis-plus: global-config: db-config: id-type: auto # 主键策略 - +# 积木报表工具 +#JimuReport[minidao配置] +minidao : + base-package: org.jeecg.modules.jmreport.desreport.dao* + db-type: mysql +#JimuReport[上传配置] +jeecg : + jmreport: + # 自动保存 + autoSave: true + # 单位毫秒 默认5*60*1000 + interval: 10000 + # local|minio|alioss + uploadType: local + # local + path : + #文件路径 + upload: D:\images + # alioss + oss: + endpoint: oss-cn-beijing.aliyuncs.com + accessKey: ?? + secretKey: ?? + staticDomain: ?? + bucketName: ?? + # minio + minio: + minio_url: http://minio.jeecg.com + minio_name: ?? + minio_pass: ?? + bucketName: ?? diff --git a/pom.xml b/pom.xml index 268d942d..82782720 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,9 @@ 4.12 2.3.0 5.3.23 - + 8.0.3 + 42.2.6 + 1.7.4 org.springframework.boot @@ -326,11 +328,34 @@ 1.6.1 - + org.springframework.boot spring-boot-starter-cache + + + + + org.jeecgframework.jimureport + jimureport-spring-boot-starter + ${jimureport.version} + + + + io.minio + minio + ${minio.version} + true + + + + org.postgresql + postgresql + ${postgresql.version} + runtime + + @@ -419,6 +444,23 @@ + + aliyun + aliyun Repository + https://maven.aliyun.com/repository/public + + false + + + + jeecg + jeecg Repository + https://maven.jeecg.org/nexus/content/repositories/jeecg + + false + + + From 345994aa61ed3732550f113fa28f4f3384826b73 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 10:10:27 +0800 Subject: [PATCH 20/86] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/CfsLogServiceImpl.java | 69 ------------------- 1 file changed, 69 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/CfsLogServiceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/CfsLogServiceImpl.java index 7cacaa50..5ee9ec30 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/impl/CfsLogServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/CfsLogServiceImpl.java @@ -25,10 +25,6 @@ public class CfsLogServiceImpl implements ICfsLogService { @Autowired protected ISeeYonInterFace seeYonInterFace; - @PostConstruct - public void init() { - seeYonInterFace.setCfslogService(this); - } /** * 保存日志 * @@ -37,71 +33,6 @@ public class CfsLogServiceImpl implements ICfsLogService { */ @Override public JsonResultEntity importCfsLog(CfsLogEntity entity) { - JSONArray jsonArray = new JSONArray(); - JSONObject data = new JSONObject(); - data.put("tab_name_ch",entity.getTab_name_ch()); - data.put("tab_name_en",entity.getTab_name_en()); - data.put("bill_code",getCode(entity)); - data.put("form_app_id",entity.getOaWorkflowEventDataEntity().getFormApp()); - data.put("event_type","onProcessFinished"); - data.put("id",entity.getOaWorkflowEventDataEntity().getId()); - data.put("title","");//流程标题,这个字段暂时取不到 - data.put("result",entity.getResult());//返回的报文 - if (StrUtil.isNotEmpty(entity.getResult())){ - JSONObject resultObj = JSONObject.parseObject(entity.getResult()); - String statusMsg = resultObj.getString("statusMsg");//交行返回的状态 - String serialNo = resultObj.getString("serialNo");//交行返回的流水号 - data.put("status_msg",statusMsg); - data.put("serial_no",serialNo); - } - jsonArray.add(data); - JSONObject jsonStr = new JSONObject(); - jsonStr.put("type","archives"); - jsonStr.put("templateCode","formmain_0527"); - jsonStr.put("attribute",jsonArray); - //1、解析数据 - //2、保存日志 - JSONObject jsonObject = new JSONObject(); - jsonObject.put("jsonStr",jsonStr); - JsonResultEntity jsonResultEntity = seeYonInterFace.thirdInterfaceSend(jsonObject); - return jsonResultEntity; - } - - private String getCode(CfsLogEntity entity){ - if (null != entity && null != entity.getOaWorkflowEventDataEntity()){ - String tableName = entity.getTab_name_en(); - String jsonStr = entity.getOaWorkflowEventDataEntity().getBusinessDataStr(); - JSONObject jsonObject = JSONObject.parseObject(jsonStr); - if (null != jsonObject){ - String bill_code=null; - switch (tableName){ - case "formmain_0307"://差旅报销单 - bill_code=jsonObject.getJSONObject("formmain_0307").getString("field0094"); - break; - case "formmain_0294"://招待费报销单 - bill_code=jsonObject.getJSONObject("formmain_0294").getString("field0053"); - break; - case "formmain_0314"://日常费用报销单 - bill_code=jsonObject.getJSONObject("formmain_0314").getString("field0220"); - break; - case "formmain_0362"://资金归集 - bill_code=jsonObject.getJSONObject("formmain_0362").getString("field0047"); - break; - case "formmain_0464"://资金拨付 - bill_code=jsonObject.getJSONObject("formmain_0464").getString("field0045"); - break; - case "formmain_0467"://同名账户划转 - bill_code=jsonObject.getJSONObject("formmain_0467").getString("field0045"); - break; - case "formmain_0293"://借款单(借还款) - bill_code=jsonObject.getJSONObject("formmain_0293").getString("field0056"); - break; - case "formmain_0327"://对公付款单 - bill_code = jsonObject.getJSONObject("formmain_0327").getString("field0146"); - } - return bill_code; - } - } return null; } } From 73ec89af32584f8dde061306070dc6a9d936d1b0 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 10:13:08 +0800 Subject: [PATCH 21/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=90=8C=E6=AD=A5=E8=B0=83=E6=95=B4=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mdm/service/impl/MdmServiceImpl.java | 81 +++++++++++++++++++ .../impl/SysApplicationServiceImpl.java | 77 +++++++++++++++--- 2 files changed, 146 insertions(+), 12 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 30920aef..dde0b50d 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -57,6 +57,8 @@ import com.hzya.frame.sys.roleModule.dao.IRoleModuleMapper; import com.hzya.frame.sys.roleModule.entity.RoleModule; import com.hzya.frame.sys.userRole.dao.IUserRoleMapper; import com.hzya.frame.sys.userRole.entity.UserRole; +import com.hzya.frame.sysnew.buttonConfig.dao.ISysButtonConfigDao; +import com.hzya.frame.sysnew.buttonConfig.entity.SysButtonConfigEntity; import com.hzya.frame.sysnew.menuConfig.dao.ISysMenuConfigDao; import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; import com.hzya.frame.uuid.UUIDUtils; @@ -113,6 +115,8 @@ public class MdmServiceImpl implements IMdmService { protected IUserRoleMapper userRoleMapper; @Resource private ISysMenuConfigDao sysMenuConfigDao; + @Resource + private ISysButtonConfigDao sysButtonConfigDao; /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -987,6 +991,83 @@ public class MdmServiceImpl implements IMdmService { module.setOptions(object1.toString());//菜单mate参数 sysMenuConfigDao.save(module); //todo 新增按钮 + SysButtonConfigEntity xz = new SysButtonConfigEntity(); + xz.setCode("new"); + xz.setNameCh("新建"); + xz.setNameEn("new"); + xz.setMenuId(module.getId()); + xz.setIconName(""); + xz.setStyles(""); + xz.setBtnFunction("new"); + xz.setRemark("主数据新建按钮"); + xz.setCreate(); + sysButtonConfigDao.save(xz); + SysButtonConfigEntity cz = new SysButtonConfigEntity(); + cz.setCode("resize"); + cz.setNameCh("重置"); + cz.setNameEn("resize"); + cz.setMenuId(module.getId()); + cz.setIconName(""); + cz.setStyles(""); + cz.setBtnFunction("resize"); + cz.setRemark("主数据重置按钮"); + cz.setCreate(); + sysButtonConfigDao.save(cz); + SysButtonConfigEntity cx = new SysButtonConfigEntity(); + cx.setCode("search"); + cx.setNameCh("查询"); + cx.setNameEn("search"); + cx.setMenuId(module.getId()); + cx.setIconName(""); + cx.setStyles(""); + cx.setBtnFunction("search"); + cx.setRemark("主数据查询按钮"); + cx.setCreate(); + sysButtonConfigDao.save(cx); + SysButtonConfigEntity xg = new SysButtonConfigEntity(); + xg.setCode("edit"); + xg.setNameCh("修改"); + xg.setNameEn("edit"); + xg.setMenuId(module.getId()); + xg.setIconName(""); + xg.setStyles(""); + xg.setBtnFunction("edit"); + xg.setRemark("主数据修改按钮"); + xg.setCreate(); + sysButtonConfigDao.save(xg); + SysButtonConfigEntity sc = new SysButtonConfigEntity(); + sc.setCode("dele"); + sc.setNameCh("删除"); + sc.setNameEn("dele"); + sc.setMenuId(module.getId()); + sc.setIconName(""); + sc.setStyles(""); + sc.setBtnFunction("dele"); + sc.setRemark("主数据删除按钮"); + sc.setCreate(); + sysButtonConfigDao.save(sc); + SysButtonConfigEntity ck = new SysButtonConfigEntity(); + ck.setCode("dele"); + ck.setNameCh("查看"); + ck.setNameEn("dele"); + ck.setMenuId(module.getId()); + ck.setIconName(""); + ck.setStyles(""); + ck.setBtnFunction("dele"); + ck.setRemark("主数据查看按钮"); + ck.setCreate(); + sysButtonConfigDao.save(ck); + SysButtonConfigEntity xf = new SysButtonConfigEntity(); + xf.setCode("send"); + xf.setNameCh("下发"); + xf.setNameEn("send"); + xf.setMenuId(module.getId()); + xf.setIconName(""); + xf.setStyles(""); + xf.setBtnFunction("send"); + xf.setRemark("主数据下发按钮"); + xf.setCreate(); + sysButtonConfigDao.save(xf); //module.setServiceName("mdmService");//Spring bean名称 //module.setLvl("2");//等级 //module.setName("integrationOptionAdmin"+moduleEntity.getMdmCode());//名称 diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index 39480627..0dbde1b7 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -1691,6 +1691,8 @@ public class SysApplicationServiceImpl extends BaseService 0) { for (int i = 0; i < jsonArray.size(); i++) { - JSONObject object = jsonArray.getJSONObject(i); - headers.put(object.getString("parameterName"), object.getString("example")); + JSONObject object1 = jsonArray.getJSONObject(i); + headers.put(object1.getString("parameterName"), object1.getString("example")); } } } @@ -1816,14 +1817,37 @@ public class SysApplicationServiceImpl extends BaseService 0) { + for (Method m : methods) { + if (null != m) { + if (m.getName().equals(receiveApi.getFunName().trim()+"CallBack")) { + try { + logger.info("invoke开始>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + m.invoke(object, sysMessageManageLogEntity); + logger.info("invoke结束>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + } catch (Exception e) { + logger.error("invokeException{}", e.getMessage()); + } + } + } + } + } logger.info("保存日志结束"); if (flag) { if (JSONUtil.isTypeJSON(body.toString())) { JSONObject jsonObject = JSONObject.parseObject(body.toString()); - return BaseResult.getSuccessMessageEntity("转发成功", jsonObject); + if(sysMessageManageLogEntity.getStatus() != null && "3".equals(sysMessageManageLogEntity.getStatus())){ + return BaseResult.getSuccessMessageEntity("转发成功", jsonObject); + }else { + return BaseResult.getFailureMessageEntity("转发失败", jsonObject); + } } else { - return BaseResult.getSuccessMessageEntity("转发成功", body); + if(sysMessageManageLogEntity.getStatus() != null && "3".equals(sysMessageManageLogEntity.getStatus())){ + return BaseResult.getSuccessMessageEntity("转发成功", body); + }else { + return BaseResult.getFailureMessageEntity("转发失败", body); + } } } else { return BaseResult.getFailureMessageEntity("转发失败", body); @@ -1874,10 +1898,38 @@ public class SysApplicationServiceImpl extends BaseService 0) { + for (Method m : methods) { + if (null != m) { + if (m.getName().equals(receiveApi.getFunName().trim()+"CallBack")) { + try { + logger.info("invoke开始>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + m.invoke(object, sysMessageManageLogEntity); + logger.info("invoke结束>>>>>>>>>>>>>>>>>>>>>>>>>>>>"); + } catch (Exception e) { + logger.error("invokeException{}", e.getMessage()); + } + } + } + } + } logger.info("保存日志结束"); if (flag) { - return BaseResult.getSuccessMessageEntity("转发成功", body); + if (JSONUtil.isTypeJSON(body.toString())) { + JSONObject jsonObject = JSONObject.parseObject(body.toString()); + if(sysMessageManageLogEntity.getStatus() != null && "3".equals(sysMessageManageLogEntity.getStatus())){ + return BaseResult.getSuccessMessageEntity("转发成功", jsonObject); + }else { + return BaseResult.getFailureMessageEntity("转发失败", jsonObject); + } + } else { + if(sysMessageManageLogEntity.getStatus() != null && "3".equals(sysMessageManageLogEntity.getStatus())){ + return BaseResult.getSuccessMessageEntity("转发成功", body); + }else { + return BaseResult.getFailureMessageEntity("转发失败", body); + } + } } else { return BaseResult.getFailureMessageEntity("转发失败", body); } @@ -1943,9 +1995,9 @@ public class SysApplicationServiceImpl extends BaseService oldheaderMap, Map headerMap, + private SysMessageManageLogEntity saveLog(SysApplicationEntity sendApp, SysApplicationEntity receiveApp, SysApplicationApiEntity receiveApi, + String oldbodys,String bodys, + Map oldheaderMap,Map headerMap, Map headers, String oldquerys, String querys, String body, boolean flag) { @@ -2027,6 +2079,7 @@ public class SysApplicationServiceImpl extends BaseService doEsbTask(sysMessageManageLogEntity)); + return sysMessageManageLogEntity; } /** From af9702e58bb90211ce86805a97a0924521db5beb Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 10:16:45 +0800 Subject: [PATCH 22/86] =?UTF-8?q?=E8=A1=A8=E7=BB=93=E6=9E=84=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/IIntegrationTaskLogDetailsDao.java | 15 + .../IntegrationTaskLogDetailsDaoImpl.java | 17 + .../IntegrationTaskLogDetailsEntity.java | 246 ++++++++++ .../IntegrationTaskLogDetailsEntity.xml | 443 ++++++++++++++++++ .../IIntegrationTaskLogDetailsService.java | 12 + .../IntegrationTaskLogDetailsServiceImpl.java | 26 + 6 files changed, 759 insertions(+) create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java new file mode 100644 index 00000000..15d13bff --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.sysnew.integrationTaskLogDetails.dao; + +import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 集成任务-日志详情(integration_task_log_details: table)表数据库访问层 + * + * @author makejava + * @since 2024-05-15 10:14:46 + */ +public interface IIntegrationTaskLogDetailsDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java new file mode 100644 index 00000000..3710503c --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.sysnew.integrationTaskLogDetails.dao.impl; + +import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; +import com.hzya.frame.sysnew.integrationTaskLogDetails.dao.IIntegrationTaskLogDetailsDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 集成任务-日志详情(IntegrationTaskLogDetails)表数据库访问层 + * + * @author makejava + * @since 2024-05-15 10:14:46 + */ +@Repository(value = "IntegrationTaskLogDetailsDaoImpl") +public class IntegrationTaskLogDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskLogDetailsDao{ + +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java new file mode 100644 index 00000000..0fa40134 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java @@ -0,0 +1,246 @@ +package com.hzya.frame.sysnew.integrationTaskLogDetails.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 集成任务-日志详情(IntegrationTaskLogDetails)实体类 + * + * @author makejava + * @since 2024-05-15 10:14:46 + */ +public class IntegrationTaskLogDetailsEntity extends BaseEntity { + + /** 集成任务-实例_id */ + private String taskLinvingId; + /** 返回结果 */ + private String result; + /** 原始查询条件 */ + private String queryCondition; + /** 源系统主键 */ + private String rootAppPk; + /** 原系统单据 */ + private String rootAppBill; + /** 最新源系统数据详情 */ + private String rootAppNewData; + /** 最新传输信息 */ + private String newTransmitInfo; + /** 最新推送时间 */ + private Date newPushDate; + /** 源系统编码 */ + private String rootAppCode; + /** 业务日期 */ + private String businessTime; + /** 最新推送状态 */ + private String newPushState; + /** 处理人 */ + private String processor; + /** 处理时间 */ + private String processorTime; + /** 处理备注 */ + private String processorRemark; + /** 最新元数据 */ + private String newMetadata; + /** 是否补推(Y是N不是) */ + private String repairPust; + /** 公司id */ + private String companyId; + /** 备注 */ + private String remark; + /** 扩展1 */ + private String def1; + /** 扩展2 */ + private String def2; + /** 扩展3 */ + private String def3; + /** 扩展4 */ + private String def4; + /** 扩展5 */ + private String def5; + + + public String getTaskLinvingId() { + return taskLinvingId; + } + + public void setTaskLinvingId(String taskLinvingId) { + this.taskLinvingId = taskLinvingId; + } + + public String getResult() { + return result; + } + + public void setResult(String result) { + this.result = result; + } + + public String getQueryCondition() { + return queryCondition; + } + + public void setQueryCondition(String queryCondition) { + this.queryCondition = queryCondition; + } + + public String getRootAppPk() { + return rootAppPk; + } + + public void setRootAppPk(String rootAppPk) { + this.rootAppPk = rootAppPk; + } + + public String getRootAppBill() { + return rootAppBill; + } + + public void setRootAppBill(String rootAppBill) { + this.rootAppBill = rootAppBill; + } + + public String getRootAppNewData() { + return rootAppNewData; + } + + public void setRootAppNewData(String rootAppNewData) { + this.rootAppNewData = rootAppNewData; + } + + public String getNewTransmitInfo() { + return newTransmitInfo; + } + + public void setNewTransmitInfo(String newTransmitInfo) { + this.newTransmitInfo = newTransmitInfo; + } + + public Date getNewPushDate() { + return newPushDate; + } + + public void setNewPushDate(Date newPushDate) { + this.newPushDate = newPushDate; + } + + public String getRootAppCode() { + return rootAppCode; + } + + public void setRootAppCode(String rootAppCode) { + this.rootAppCode = rootAppCode; + } + + public String getBusinessTime() { + return businessTime; + } + + public void setBusinessTime(String businessTime) { + this.businessTime = businessTime; + } + + public String getNewPushState() { + return newPushState; + } + + public void setNewPushState(String newPushState) { + this.newPushState = newPushState; + } + + public String getProcessor() { + return processor; + } + + public void setProcessor(String processor) { + this.processor = processor; + } + + public String getProcessorTime() { + return processorTime; + } + + public void setProcessorTime(String processorTime) { + this.processorTime = processorTime; + } + + public String getProcessorRemark() { + return processorRemark; + } + + public void setProcessorRemark(String processorRemark) { + this.processorRemark = processorRemark; + } + + public String getNewMetadata() { + return newMetadata; + } + + public void setNewMetadata(String newMetadata) { + this.newMetadata = newMetadata; + } + + public String getRepairPust() { + return repairPust; + } + + public void setRepairPust(String repairPust) { + this.repairPust = repairPust; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml new file mode 100644 index 00000000..7489df86 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + ,task_linving_id + ,result + ,query_condition + ,root_app_pk + ,root_app_bill + ,root_app_new_data + ,new_transmit_info + ,new_push_date + ,root_app_code + ,business_time + ,new_push_state + ,processor + ,processor_time + ,processor_remark + ,new_metadata + ,repair_pust + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + ,remark + ,def1 + ,def2 + ,def3 + ,def4 + ,def5 + + + + + + + + + + + + + + + + insert into integration_task_log_details( + + id , + task_linving_id , + result , + query_condition , + root_app_pk , + root_app_bill , + root_app_new_data , + new_transmit_info , + new_push_date , + root_app_code , + business_time , + new_push_state , + processor , + processor_time , + processor_remark , + new_metadata , + repair_pust , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + remark , + def1 , + def2 , + def3 , + def4 , + def5 , + sorts, + sts, + + )values( + + #{id} , + #{taskLinvingId} , + #{result} , + #{queryCondition} , + #{rootAppPk} , + #{rootAppBill} , + #{rootAppNewData} , + #{newTransmitInfo} , + #{newPushDate} , + #{rootAppCode} , + #{businessTime} , + #{newPushState} , + #{processor} , + #{processorTime} , + #{processorRemark} , + #{newMetadata} , + #{repairPust} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + #{remark} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_log_details a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into integration_task_log_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, root_app_code, business_time, new_push_state, processor, processor_time, processor_remark, new_metadata, repair_pust, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, remark, def1, def2, def3, def4, def5, sts) + values + + (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.rootAppCode},#{entity.businessTime},#{entity.newPushState},#{entity.processor},#{entity.processorTime},#{entity.processorRemark},#{entity.newMetadata},#{entity.repairPust},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}, 'Y') + + + + + insert into integration_task_log_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, root_app_code, business_time, new_push_state, processor, processor_time, processor_remark, new_metadata, repair_pust, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, remark, def1, def2, def3, def4, def5) + values + + (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.rootAppCode},#{entity.businessTime},#{entity.newPushState},#{entity.processor},#{entity.processorTime},#{entity.processorRemark},#{entity.newMetadata},#{entity.repairPust},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}) + + on duplicate key update + task_linving_id = values(task_linving_id), + result = values(result), + query_condition = values(query_condition), + root_app_pk = values(root_app_pk), + root_app_bill = values(root_app_bill), + root_app_new_data = values(root_app_new_data), + new_transmit_info = values(new_transmit_info), + new_push_date = values(new_push_date), + root_app_code = values(root_app_code), + business_time = values(business_time), + new_push_state = values(new_push_state), + processor = values(processor), + processor_time = values(processor_time), + processor_remark = values(processor_remark), + new_metadata = values(new_metadata), + repair_pust = values(repair_pust), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id), + remark = values(remark), + def1 = values(def1), + def2 = values(def2), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5) + + +update integration_task_log_details set + + task_linving_id = #{taskLinvingId}, + result = #{result}, + query_condition = #{queryCondition}, + root_app_pk = #{rootAppPk}, + root_app_bill = #{rootAppBill}, + root_app_new_data = #{rootAppNewData}, + new_transmit_info = #{newTransmitInfo}, + new_push_date = #{newPushDate}, + root_app_code = #{rootAppCode}, + business_time = #{businessTime}, + new_push_state = #{newPushState}, + processor = #{processor}, + processor_time = #{processorTime}, + processor_remark = #{processorRemark}, + new_metadata = #{newMetadata}, + repair_pust = #{repairPust}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + remark = #{remark}, + def1 = #{def1}, + def2 = #{def2}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + +where id = #{id} + + + +update integration_task_log_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update integration_task_log_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and task_linving_id = #{taskLinvingId} + and result = #{result} + and query_condition = #{queryCondition} + and root_app_pk = #{rootAppPk} + and root_app_bill = #{rootAppBill} + and root_app_new_data = #{rootAppNewData} + and new_transmit_info = #{newTransmitInfo} + and new_push_date = #{newPushDate} + and root_app_code = #{rootAppCode} + and business_time = #{businessTime} + and new_push_state = #{newPushState} + and processor = #{processor} + and processor_time = #{processorTime} + and processor_remark = #{processorRemark} + and new_metadata = #{newMetadata} + and repair_pust = #{repairPust} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and remark = #{remark} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and sts='Y' + + + + + delete from integration_task_log_details where id = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java new file mode 100644 index 00000000..ca025460 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.sysnew.integrationTaskLogDetails.service; + +import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * 集成任务-日志详情(IntegrationTaskLogDetails)表服务接口 + * + * @author makejava + * @since 2024-05-15 10:14:46 + */ +public interface IIntegrationTaskLogDetailsService extends IBaseService{ +} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java new file mode 100644 index 00000000..7e5f70e0 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.sysnew.integrationTaskLogDetails.service.impl; + +import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; +import com.hzya.frame.sysnew.integrationTaskLogDetails.dao.IIntegrationTaskLogDetailsDao; +import com.hzya.frame.sysnew.integrationTaskLogDetails.service.IIntegrationTaskLogDetailsService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * 集成任务-日志详情(IntegrationTaskLogDetails)表服务实现类 + * + * @author makejava + * @since 2024-05-15 10:14:46 + */ +@Service(value = "integrationTaskLogDetailsService") +public class IntegrationTaskLogDetailsServiceImpl extends BaseService implements IIntegrationTaskLogDetailsService { + + private IIntegrationTaskLogDetailsDao integrationTaskLogDetailsDao; + + @Autowired + public void setIntegrationTaskLogDetailsDao(IIntegrationTaskLogDetailsDao dao) { + this.integrationTaskLogDetailsDao = dao; + this.dao = dao; + } +} From bd44a4d16a81b989520542ddf8f7bce0c1f4f1a3 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 11:12:53 +0800 Subject: [PATCH 23/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=A1=B5=E9=9D=A2=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ .../mdm/service/impl/MdmServiceImpl.java | 20 ++++--------------- .../impl/SysMenuConfigServiceImpl.java | 6 ++++++ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index e5cc31db..0e9ec776 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,9 @@ $RECYCLE.BIN/ *.lnk /buildpackage/src/main/resources/banner.txt +/webapp/target/ +/service/target/ +/core/target/ +/common/target/ +/buildpackage/target/ +/webapp/target/ diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index dde0b50d..35222c20 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -982,7 +982,7 @@ public class MdmServiceImpl implements IMdmService { module.setRoute("integrationOptionAdmin/"+moduleEntity.getMdmCode());//路由地址 module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component module.setRemark("主数据生成菜单"); - module.setVisibles("1"); + module.setVisibles("0"); module.setShowType("1"); JSONObject object1 = new JSONObject(); object1.put("mdmId", moduleEntity.getId());//主数据id @@ -1455,14 +1455,7 @@ public class MdmServiceImpl implements IMdmService { if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { return BaseResult.getFailureMessageEntity("系统错误"); } - //获取用户角色id - UserRole updateUser = new UserRole(); - updateUser.setUserId(StpUtil.getLoginIdAsString()); - updateUser.setSts("Y"); - List userRoleList = userRoleMapper.entity_list_base(updateUser); - if (userRoleList == null || userRoleList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } + MdmViewVo mdmViewVo = new MdmViewVo(); mdmModuleEntity = mdmModuleEntities.get(0); mdmViewVo.setMdmModuleEntity(mdmModuleEntity); @@ -1537,13 +1530,8 @@ public class MdmServiceImpl implements IMdmService { List listListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, dolistList,true); mdmViewVo.setListList(listListVo); - //获取按钮 - MdmModuleRoleButtonEntity mdmModuleRoleButtonEntity = new MdmModuleRoleButtonEntity(); - mdmModuleRoleButtonEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleRoleButtonEntity.setSts("Y"); - mdmModuleRoleButtonEntity.setRoleIds(userRoleList); - List mdmModuleRoleButtonEntities = mdmModuleRoleButtonDao.queryBase(mdmModuleRoleButtonEntity); - List buttonList = setButton(mdmModuleRoleButtonEntities); + List buttonList = new ArrayList<>(); + MdmViewButtonVo mdmViewButtonVo = new MdmViewButtonVo(); mdmViewVo.setButtonList(buttonList); return BaseResult.getSuccessMessageEntity("获取字段成功", mdmViewVo); diff --git a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java index 2376f8b2..dcaa4352 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java @@ -106,6 +106,12 @@ public class SysMenuConfigServiceImpl extends BaseService map = JSONObject.parseObject(sysMenuConfigEntity.getOptions(), new TypeReference>(){}); + if(map != null && map.size() > 0){ + meta.putAll(map); + } + } moduleVo.setMeta(meta); List children = new ArrayList<>(); for (int i = 0; i < sysMenuConfigEntities.size(); i++) { From 9733882fabe5e36c1b50f9e9675cb8669ae9d7c2 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 11:31:44 +0800 Subject: [PATCH 24/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E5=8F=8A=E5=BC=95=E7=94=A8=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/IIntegrationTaskLivingDetailsDao.java | 15 ---- .../IntegrationTaskLivingDetailsDaoImpl.java | 17 ----- .../dao/IIntegrationTaskLogDao.java | 15 ++++ .../dao/impl/IntegrationTaskLogDaoImpl.java | 17 +++++ .../entity/IntegrationTaskLogEntity.java} | 6 +- .../entity/IntegrationTaskLogEntity.xml} | 40 +++++------ .../service/IIntegrationTaskLogService.java} | 8 +-- .../impl/IntegrationTaskLogServiceImpl.java} | 30 ++++---- .../frame/web/quartz/QuartzJobFactory.java | 72 +++++++++---------- 9 files changed, 105 insertions(+), 115 deletions(-) delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/impl/IntegrationTaskLogDaoImpl.java rename service/src/main/java/com/hzya/frame/sysnew/{integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java => integtationTaskLog/entity/IntegrationTaskLogEntity.java} (91%) rename service/src/main/java/com/hzya/frame/sysnew/{integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml => integtationTaskLog/entity/IntegrationTaskLogEntity.xml} (93%) rename service/src/main/java/com/hzya/frame/sysnew/{integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java => integtationTaskLog/service/IIntegrationTaskLogService.java} (66%) rename service/src/main/java/com/hzya/frame/sysnew/{integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java => integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java} (56%) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java deleted file mode 100644 index c6c91d37..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sysnew.integtationTaskLivingDetails.dao; - -import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 集成任务-实例详情(integration_task_living_details: table)表数据库访问层 - * - * @author makejava - * @since 2024-05-06 15:37:55 - */ -public interface IIntegrationTaskLivingDetailsDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java deleted file mode 100644 index 44e93fb8..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.impl; - -import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -/** - * 集成任务-实例详情(IntegrationTaskLivingDetails)表数据库访问层 - * - * @author makejava - * @since 2024-05-06 15:37:55 - */ -@Repository(value = "IntegrationTaskLivingDetailsDaoImpl") -public class IntegrationTaskLivingDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskLivingDetailsDao{ - -} - diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java new file mode 100644 index 00000000..3b80c374 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.sysnew.integtationTaskLog.dao; + +import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 集成任务-实例详情(integration_task_living_details: table)表数据库访问层 + * + * @author makejava + * @since 2024-05-06 15:37:55 + */ +public interface IIntegrationTaskLogDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/impl/IntegrationTaskLogDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/impl/IntegrationTaskLogDaoImpl.java new file mode 100644 index 00000000..67a03548 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/impl/IntegrationTaskLogDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.sysnew.integtationTaskLog.dao.impl; + +import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; +import com.hzya.frame.sysnew.integtationTaskLog.dao.IIntegrationTaskLogDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 集成任务-实例详情(IntegrationTaskLog)表数据库访问层 + * + * @author makejava + * @since 2024-05-06 15:37:55 + */ +@Repository(value = "IntegrationTaskLogDaoImpl") +public class IntegrationTaskLogDaoImpl extends MybatisGenericDao implements IIntegrationTaskLogDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.java similarity index 91% rename from service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java rename to service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.java index 5b90c88e..d2f73683 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.java @@ -1,14 +1,14 @@ -package com.hzya.frame.sysnew.integtationTaskLivingDetails.entity; +package com.hzya.frame.sysnew.integtationTaskLog.entity; import java.util.Date; import com.hzya.frame.web.entity.BaseEntity; /** - * 集成任务-实例详情(IntegrationTaskLivingDetails)实体类 + * 集成任务-实例详情(IntegrationTaskLog)实体类 * * @author makejava * @since 2024-05-06 15:37:55 */ -public class IntegrationTaskLivingDetailsEntity extends BaseEntity { +public class IntegrationTaskLogEntity extends BaseEntity { /** 集成任务-实例_id */ private String taskLinvingId; diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml similarity index 93% rename from service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml rename to service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml index 661668c2..0cf2df4e 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml @@ -1,9 +1,9 @@ - + - + @@ -24,7 +24,7 @@ - + id ,task_linving_id ,task_id @@ -45,16 +45,16 @@ ,company_id - select - + from integration_task_living_details where id = #{id} and sts = 'Y' - select - + from integration_task_living_details and id = #{id} @@ -83,7 +83,7 @@ - select - + from integration_task_living_details and id like concat('%',#{id},'%') @@ -148,10 +148,10 @@ - select - + from integration_task_living_details or id = #{id} @@ -180,7 +180,7 @@ + parameterType="com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity"> insert into integration_task_living_details( id , @@ -269,7 +269,7 @@ + parameterType="com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity"> update integration_task_living_details set task_linving_id = #{taskLinvingId}, @@ -294,13 +294,13 @@ + parameterType="com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity"> update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} + parameterType="com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity"> update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java similarity index 66% rename from service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java rename to service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java index 49393331..32bcfd0c 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java @@ -1,17 +1,17 @@ -package com.hzya.frame.sysnew.integtationTaskLivingDetails.service; +package com.hzya.frame.sysnew.integtationTaskLog.service; import com.alibaba.fastjson.JSONObject; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; +import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; import com.hzya.frame.basedao.service.IBaseService; import com.hzya.frame.web.entity.JsonResultEntity; /** - * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务接口 + * 集成任务-实例详情(IntegrationTaskLog)表服务接口 * * @author makejava * @since 2024-05-06 15:37:55 */ -public interface IIntegrationTaskLivingDetailsService extends IBaseService{ +public interface IIntegrationTaskLogService extends IBaseService{ /** * @param jsonObject * @return com.hzya.frame.web.entity.JsonResultEntity diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java similarity index 56% rename from service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java rename to service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java index 365a712d..0cf7b360 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java @@ -1,35 +1,33 @@ -package com.hzya.frame.sysnew.integtationTaskLivingDetails.service.impl; +package com.hzya.frame.sysnew.integtationTaskLog.service.impl; import com.alibaba.fastjson.JSONObject; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; -import com.hzya.frame.sysnew.integtationTaskLiving.entity.IntegrationTaskLivingEntity; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; +import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; +import com.hzya.frame.sysnew.integtationTaskLog.dao.IIntegrationTaskLogDao; +import com.hzya.frame.sysnew.integtationTaskLog.service.IIntegrationTaskLogService; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; -import javax.annotation.Resource; import com.hzya.frame.basedao.service.impl.BaseService; import java.util.List; /** - * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务实现类 + * 集成任务-实例详情(IntegrationTaskLog)表服务实现类 * * @author makejava * @since 2024-05-06 15:37:55 */ -@Service(value = "integrationTaskLivingDetailsService") -public class IntegrationTaskLivingDetailsServiceImpl extends BaseService implements IIntegrationTaskLivingDetailsService { +@Service(value = "integrationTaskLogService") +public class IntegrationTaskLogServiceImpl extends BaseService implements IIntegrationTaskLogService { - private IIntegrationTaskLivingDetailsDao integrationTaskLivingDetailsDao; + private IIntegrationTaskLogDao integrationTaskLogDao; @Autowired - public void setIntegrationTaskLivingDetailsDao(IIntegrationTaskLivingDetailsDao dao) { - this.integrationTaskLivingDetailsDao = dao; + public void setIntegrationTaskLogDao(IIntegrationTaskLogDao dao) { + this.integrationTaskLogDao = dao; this.dao = dao; } @@ -42,13 +40,13 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService list = integrationTaskLivingDetailsDao.queryByLike(entity); + List list = integrationTaskLogDao.queryByLike(entity); PageInfo pageInfo = new PageInfo(list); return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); } @@ -63,14 +61,14 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService Date: Wed, 15 May 2024 11:36:40 +0800 Subject: [PATCH 25/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E5=8F=8A=E5=BC=95=E7=94=A8=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/IIntegrationTaskLogDao.java | 2 +- .../entity/IntegrationTaskLogEntity.xml | 24 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java index 3b80c374..f19fcbf2 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/dao/IIntegrationTaskLogDao.java @@ -4,7 +4,7 @@ import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; import com.hzya.frame.basedao.dao.IBaseDao; /** - * 集成任务-实例详情(integration_task_living_details: table)表数据库访问层 + * 集成任务-实例详情(integration_task_log: table)表数据库访问层 * * @author makejava * @since 2024-05-06 15:37:55 diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml index 0cf2df4e..afa0e568 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml @@ -48,14 +48,14 @@ - select count(1) from integration_task_living_details + select count(1) from integration_task_log and id = #{id} and task_linving_id = #{taskLinvingId} @@ -115,7 +115,7 @@ parameterType="com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity"> select - from integration_task_living_details + from integration_task_log and id like concat('%',#{id},'%') and task_linving_id like @@ -152,7 +152,7 @@ parameterType="com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity"> select - from integration_task_living_details + from integration_task_log or id = #{id} or task_linving_id = #{taskLinvingId} @@ -181,7 +181,7 @@ - insert into integration_task_living_details( + insert into integration_task_log( id , task_linving_id , @@ -230,7 +230,7 @@ - insert into integration_task_living_details(task_linving_id, task_id, task_code, task_name, remark, task_status, + insert into integration_task_log(task_linving_id, task_id, task_code, task_name, remark, task_status, start_time, end_time, diff_time, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -241,7 +241,7 @@ - insert into integration_task_living_details(task_linving_id, task_id, task_code, task_name, remark, task_status, + insert into integration_task_log(task_linving_id, task_id, task_code, task_name, remark, task_status, start_time, end_time, diff_time, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values @@ -270,7 +270,7 @@ - update integration_task_living_details set + update integration_task_log set task_linving_id = #{taskLinvingId}, task_id = #{taskId}, @@ -295,13 +295,13 @@ -update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +update integration_task_log set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = + update integration_task_log set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} and id = #{id} @@ -322,7 +322,7 @@ where id = #{id} - delete from integration_task_living_details where id = #{id} + delete from integration_task_log where id = #{id} From 717ad1417c625d45fa7443bcf764c7f0b896ea17 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 11:39:41 +0800 Subject: [PATCH 26/86] =?UTF-8?q?=E8=8E=B7=E5=8F=96token=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/src/main/java/com/hzya/frame/u8/util/U8Util.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/u8/util/U8Util.java b/service/src/main/java/com/hzya/frame/u8/util/U8Util.java index 0b441e56..c0c57e39 100644 --- a/service/src/main/java/com/hzya/frame/u8/util/U8Util.java +++ b/service/src/main/java/com/hzya/frame/u8/util/U8Util.java @@ -18,7 +18,7 @@ public class U8Util { //获取token public static String getToken() { - String url = "/Api/Base/GetToken"; + String url = "http://127.0.0.1:51910/Api/Base/GetToken"; JSONObject jsonObject = new JSONObject(); jsonObject.put("secretkey", "L1NhkDrQhtBDzTxFxPI0jxWcBzTBSPvaI5xZusRRi9ofS9d6ngxrj1erwbdjxtUT"); logger.info("获取U8token参数:{}", jsonObject.toJSONString()); From 6b94b68d24240c6fcdcee2e2ae86b9f50542bec4 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 11:41:21 +0800 Subject: [PATCH 27/86] =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java index ffdf14bb..2b4d7f5a 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java @@ -281,8 +281,8 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { SysApplicationApiEntity sysApp = applist.get(0); Map headerMap = MapBuilder.create(true) .put("apiCode", String.valueOf(sysApp.getApiCode())) - .put("publicKey","ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj") - .put("secretKey","fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=") + .put("publicKey","ZJYAlF4yjkjZaXmjLOUqsoGzTHAlWpoTdqT7/AEYaXIwpXNCe7eDIk+3zDUT+v578prj") + .put("secretKey","RJTPEoOSDdaBeoxoMs465tcTqy38bRag+12S7kIv2Lxd38wgLeVfWVl/ipVKVu8Qj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=") .put("appId","800018") .build(); String body = HttpRequest.post("http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface").addHeaders(headerMap).body(jsonStr).timeout(60000).execute().body(); From f148832b67f6ae83b84afd54ec839d5c3240175b Mon Sep 17 00:00:00 2001 From: "476474485@qq.com" Date: Wed, 15 May 2024 11:55:08 +0800 Subject: [PATCH 28/86] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A7=AF=E6=9C=A8?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 34 ++++++++++++-- pom.xml | 46 ++++++++++++++++++- 2 files changed, 75 insertions(+), 5 deletions(-) diff --git a/buildpackage/src/main/resources/application.yml b/buildpackage/src/main/resources/application.yml index cfd08cee..bcb64c18 100644 --- a/buildpackage/src/main/resources/application.yml +++ b/buildpackage/src/main/resources/application.yml @@ -72,6 +72,34 @@ mybatis-plus: global-config: db-config: id-type: auto # 主键策略 -ax: - url: - +# 积木报表工具 +#JimuReport[minidao配置] +minidao : + base-package: org.jeecg.modules.jmreport.desreport.dao* + db-type: mysql +#JimuReport[上传配置] +jeecg : + jmreport: + # 自动保存 + autoSave: true + # 单位毫秒 默认5*60*1000 + interval: 10000 + # local|minio|alioss + uploadType: local + # local + path : + #文件路径 + upload: D:\images + # alioss + oss: + endpoint: oss-cn-beijing.aliyuncs.com + accessKey: ?? + secretKey: ?? + staticDomain: ?? + bucketName: ?? + # minio + minio: + minio_url: http://minio.jeecg.com + minio_name: ?? + minio_pass: ?? + bucketName: ?? diff --git a/pom.xml b/pom.xml index 268d942d..82782720 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,9 @@ 4.12 2.3.0 5.3.23 - + 8.0.3 + 42.2.6 + 1.7.4 org.springframework.boot @@ -326,11 +328,34 @@ 1.6.1 - + org.springframework.boot spring-boot-starter-cache + + + + + org.jeecgframework.jimureport + jimureport-spring-boot-starter + ${jimureport.version} + + + + io.minio + minio + ${minio.version} + true + + + + org.postgresql + postgresql + ${postgresql.version} + runtime + + @@ -419,6 +444,23 @@ + + aliyun + aliyun Repository + https://maven.aliyun.com/repository/public + + false + + + + jeecg + jeecg Repository + https://maven.jeecg.org/nexus/content/repositories/jeecg + + false + + + From fd094d7374cfacefd8e17160cba2820d21528e0c Mon Sep 17 00:00:00 2001 From: "476474485@qq.com" Date: Wed, 15 May 2024 13:40:18 +0800 Subject: [PATCH 29/86] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A7=AF=E6=9C=A8?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E5=8C=85=E6=89=AB=E6=8F=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hzya/frame/WebappApplication.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java b/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java index 16161648..a6f4a72a 100644 --- a/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java +++ b/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java @@ -13,12 +13,11 @@ import org.springframework.context.annotation.Import; import org.springframework.context.annotation.ImportResource; @EnableCaching -@ServletComponentScan(basePackages = {"com.hzya.frame"}) +@ServletComponentScan(basePackages = {"com.hzya.frame" ,"org.jeecg.modules.jmreport","com.jimureport.demo"}) @ImportResource(locations = {"classpath:cfgHome/**/spring/spring-*.xml"}) @Import({DruidDynamicDataSourceConfiguration.class, DynamicDataSourceCreatorAutoConfiguration.class, DynamicDataSourceAssistConfiguration.class}) @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class}) -//@SpringBootApplication(scanBasePackages = {"com.hzya.frame"}) public class WebappApplication { public static void main(String[] args) { From 3391274c9e7909b28949ececd8d8a4667a3ae916 Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Wed, 15 May 2024 14:10:52 +0800 Subject: [PATCH 30/86] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/IIntegrationTaskLivingDetailsDao.java | 2 +- .../IntegrationTaskLivingDetailsDaoImpl.java | 2 +- .../IntegrationTaskLivingDetailsEntity.java | 249 ++++-- .../IntegrationTaskLivingDetailsEntity.xml | 726 ++++++++++-------- .../IIntegrationTaskLivingDetailsService.java | 23 +- ...tegrationTaskLivingDetailsServiceImpl.java | 57 +- 6 files changed, 631 insertions(+), 428 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java index c6c91d37..3e94afda 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 集成任务-实例详情(integration_task_living_details: table)表数据库访问层 * * @author makejava - * @since 2024-05-06 15:37:55 + * @since 2024-05-15 14:06:30 */ public interface IIntegrationTaskLivingDetailsDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java index 44e93fb8..ae4c6839 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 集成任务-实例详情(IntegrationTaskLivingDetails)表数据库访问层 * * @author makejava - * @since 2024-05-06 15:37:55 + * @since 2024-05-15 14:06:34 */ @Repository(value = "IntegrationTaskLivingDetailsDaoImpl") public class IntegrationTaskLivingDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskLivingDetailsDao{ diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java index 5b90c88e..c85adbd5 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java @@ -6,30 +6,60 @@ import com.hzya.frame.web.entity.BaseEntity; * 集成任务-实例详情(IntegrationTaskLivingDetails)实体类 * * @author makejava - * @since 2024-05-06 15:37:55 + * @since 2024-05-15 14:06:41 */ public class IntegrationTaskLivingDetailsEntity extends BaseEntity { /** 集成任务-实例_id */ private String taskLinvingId; - /** integration_task_id */ - private String taskId; - /** 任务编码 */ - private String taskCode; - /** 任务名称 */ - private String taskName; - /** 任务状态1、执行中2、执行成功 3、执行失败 4\当前任务已停止*/ - private String taskStatus; - /** 当前任务开始时间 */ - private Date startTime; - /** 结束时间 */ - private Date endTime; - /** 耗时 */ - private String diffTime; - /** 公司id */ - private String companyId; + /** 返回结果 */ + private String result; + /** 原始查询条件 */ + private String queryCondition; + /** 源系统主键 */ + private String rootAppPk; + /** 原系统单据 */ + private String rootAppBill; + /** 最新源系统数据详情 */ + private String rootAppNewData; + /** 最新传输信息 */ + private String newTransmitInfo; + /** 最新推送时间 */ + private Date newPushDate; + /** 是否补推(Y是N不是) */ + private String repairPust; + /** 场景id */ + private String senceId; + /** 最新推送状态 */ + private String newState; + /** 单据业务日期 */ + private String businessDate; + /** 插件id */ + private String pluginId; + /** 处理时间 */ + private Date processingTime; + /** 处理备注 */ + private String processingRemarks; + /** 处理⼈名称 */ + private String processorName; + /** 处理⼈ */ + private String processor; + /** 下游系统单号 */ + private String newSystemNumber; + /** 下游系统主键 */ + private String newSystemPrimary; /** 备注 */ private String remark; + /** 扩展1 */ + private String def1; + /** 扩展2 */ + private String def2; + /** 扩展3 */ + private String def3; + /** 扩展4 */ + private String def4; + /** 扩展5 */ + private String def5; public String getTaskLinvingId() { @@ -40,68 +70,148 @@ public class IntegrationTaskLivingDetailsEntity extends BaseEntity { this.taskLinvingId = taskLinvingId; } - public String getTaskId() { - return taskId; + public String getResult() { + return result; } - public void setTaskId(String taskId) { - this.taskId = taskId; + public void setResult(String result) { + this.result = result; } - public String getTaskCode() { - return taskCode; + public String getQueryCondition() { + return queryCondition; } - public void setTaskCode(String taskCode) { - this.taskCode = taskCode; + public void setQueryCondition(String queryCondition) { + this.queryCondition = queryCondition; } - public String getTaskName() { - return taskName; + public String getRootAppPk() { + return rootAppPk; } - public void setTaskName(String taskName) { - this.taskName = taskName; + public void setRootAppPk(String rootAppPk) { + this.rootAppPk = rootAppPk; } - public String getTaskStatus() { - return taskStatus; + public String getRootAppBill() { + return rootAppBill; } - public void setTaskStatus(String taskStatus) { - this.taskStatus = taskStatus; + public void setRootAppBill(String rootAppBill) { + this.rootAppBill = rootAppBill; } - public Date getStartTime() { - return startTime; + public String getRootAppNewData() { + return rootAppNewData; } - public void setStartTime(Date startTime) { - this.startTime = startTime; + public void setRootAppNewData(String rootAppNewData) { + this.rootAppNewData = rootAppNewData; } - public Date getEndTime() { - return endTime; + public String getNewTransmitInfo() { + return newTransmitInfo; } - public void setEndTime(Date endTime) { - this.endTime = endTime; + public void setNewTransmitInfo(String newTransmitInfo) { + this.newTransmitInfo = newTransmitInfo; } - public String getDiffTime() { - return diffTime; + public Date getNewPushDate() { + return newPushDate; } - public void setDiffTime(String diffTime) { - this.diffTime = diffTime; + public void setNewPushDate(Date newPushDate) { + this.newPushDate = newPushDate; } - public String getCompanyId() { - return companyId; + public String getRepairPust() { + return repairPust; } - public void setCompanyId(String companyId) { - this.companyId = companyId; + public void setRepairPust(String repairPust) { + this.repairPust = repairPust; + } + + public String getSenceId() { + return senceId; + } + + public void setSenceId(String senceId) { + this.senceId = senceId; + } + + public String getNewState() { + return newState; + } + + public void setNewState(String newState) { + this.newState = newState; + } + + public String getBusinessDate() { + return businessDate; + } + + public void setBusinessDate(String businessDate) { + this.businessDate = businessDate; + } + + public String getPluginId() { + return pluginId; + } + + public void setPluginId(String pluginId) { + this.pluginId = pluginId; + } + + public Date getProcessingTime() { + return processingTime; + } + + public void setProcessingTime(Date processingTime) { + this.processingTime = processingTime; + } + + public String getProcessingRemarks() { + return processingRemarks; + } + + public void setProcessingRemarks(String processingRemarks) { + this.processingRemarks = processingRemarks; + } + + public String getProcessorName() { + return processorName; + } + + public void setProcessorName(String processorName) { + this.processorName = processorName; + } + + public String getProcessor() { + return processor; + } + + public void setProcessor(String processor) { + this.processor = processor; + } + + public String getNewSystemNumber() { + return newSystemNumber; + } + + public void setNewSystemNumber(String newSystemNumber) { + this.newSystemNumber = newSystemNumber; + } + + public String getNewSystemPrimary() { + return newSystemPrimary; + } + + public void setNewSystemPrimary(String newSystemPrimary) { + this.newSystemPrimary = newSystemPrimary; } public String getRemark() { @@ -111,5 +221,46 @@ public class IntegrationTaskLivingDetailsEntity extends BaseEntity { public void setRemark(String remark) { this.remark = remark; } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml index 661668c2..d620468c 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml @@ -2,326 +2,452 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + id ,task_linving_id - ,task_id - ,task_code - ,task_name - ,remark - ,task_status - ,start_time - ,end_time - ,diff_time - ,sorts - ,create_user_id + ,result + ,query_condition + ,root_app_pk + ,root_app_bill + ,root_app_new_data + ,new_transmit_info + ,new_push_date + ,repair_pust ,create_time - ,modify_user_id + ,create_user_id ,modify_time + ,modify_user_id ,sts - ,org_id - ,company_id + ,sorts + ,sence_id + ,new_state + ,business_date + ,plugin_id + ,processing_time + ,processing_remarks + ,processor_name + ,processor + ,new_system_number + ,new_system_primary + ,remark + ,def1 + ,def2 + ,def3 + ,def4 + ,def5 - - - - + select + + from integration_task_living_details + + and id = #{id} + and task_linving_id = #{taskLinvingId} + and result = #{result} + and query_condition = #{queryCondition} + and root_app_pk = #{rootAppPk} + and root_app_bill = #{rootAppBill} + and root_app_new_data = #{rootAppNewData} + and new_transmit_info = #{newTransmitInfo} + and new_push_date = #{newPushDate} + and repair_pust = #{repairPust} + and create_time = #{create_time} + and create_user_id = #{create_user_id} + and modify_time = #{modify_time} + and modify_user_id = #{modify_user_id} + and sts = #{sts} + and sorts = #{sorts} + and sence_id = #{senceId} + and new_state = #{newState} + and business_date = #{businessDate} + and plugin_id = #{pluginId} + and processing_time = #{processingTime} + and processing_remarks = #{processingRemarks} + and processor_name = #{processorName} + and processor = #{processor} + and new_system_number = #{newSystemNumber} + and new_system_primary = #{newSystemPrimary} + and remark = #{remark} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - - - - + + + - + select + + from integration_task_living_details + + and id like concat('%',#{id},'%') + and task_linving_id like concat('%',#{taskLinvingId},'%') + and result like concat('%',#{result},'%') + and query_condition like concat('%',#{queryCondition},'%') + and root_app_pk like concat('%',#{rootAppPk},'%') + and root_app_bill like concat('%',#{rootAppBill},'%') + and root_app_new_data like concat('%',#{rootAppNewData},'%') + and new_transmit_info like concat('%',#{newTransmitInfo},'%') + and new_push_date like concat('%',#{newPushDate},'%') + and repair_pust like concat('%',#{repairPust},'%') + and create_time like concat('%',#{create_time},'%') + and create_user_id like concat('%',#{create_user_id},'%') + and modify_time like concat('%',#{modify_time},'%') + and modify_user_id like concat('%',#{modify_user_id},'%') + and sts like concat('%',#{sts},'%') + and sorts like concat('%',#{sorts},'%') + and sence_id like concat('%',#{senceId},'%') + and new_state like concat('%',#{newState},'%') + and business_date like concat('%',#{businessDate},'%') + and plugin_id like concat('%',#{pluginId},'%') + and processing_time like concat('%',#{processingTime},'%') + and processing_remarks like concat('%',#{processingRemarks},'%') + and processor_name like concat('%',#{processorName},'%') + and processor like concat('%',#{processor},'%') + and new_system_number like concat('%',#{newSystemNumber},'%') + and new_system_primary like concat('%',#{newSystemPrimary},'%') + and remark like concat('%',#{remark},'%') + and def1 like concat('%',#{def1},'%') + and def2 like concat('%',#{def2},'%') + and def3 like concat('%',#{def3},'%') + and def4 like concat('%',#{def4},'%') + and def5 like concat('%',#{def5},'%') and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - + select + + from integration_task_living_details + + or id = #{id} + or task_linving_id = #{taskLinvingId} + or result = #{result} + or query_condition = #{queryCondition} + or root_app_pk = #{rootAppPk} + or root_app_bill = #{rootAppBill} + or root_app_new_data = #{rootAppNewData} + or new_transmit_info = #{newTransmitInfo} + or new_push_date = #{newPushDate} + or repair_pust = #{repairPust} + or create_time = #{create_time} + or create_user_id = #{create_user_id} + or modify_time = #{modify_time} + or modify_user_id = #{modify_user_id} + or sts = #{sts} + or sorts = #{sorts} + or sence_id = #{senceId} + or new_state = #{newState} + or business_date = #{businessDate} + or plugin_id = #{pluginId} + or processing_time = #{processingTime} + or processing_remarks = #{processingRemarks} + or processor_name = #{processorName} + or processor = #{processor} + or new_system_number = #{newSystemNumber} + or new_system_primary = #{newSystemPrimary} + or remark = #{remark} + or def1 = #{def1} + or def2 = #{def2} + or def3 = #{def3} + or def4 = #{def4} + or def5 = #{def5} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - - insert into integration_task_living_details( - - id , - task_linving_id , - task_id , - task_code , - task_name , - remark , - task_status , - start_time , - end_time , - diff_time , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - company_id , - sts, - - )values( - - #{id} , - #{taskLinvingId} , - #{taskId} , - #{taskCode} , - #{taskName} , - #{remark} , - #{taskStatus} , - #{startTime} , - #{endTime} , - #{diffTime} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - #{companyId} , - - 'Y', - - ) - - - - insert into integration_task_living_details(task_linving_id, task_id, task_code, task_name, remark, task_status, - start_time, end_time, diff_time, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, - company_id, sts) - values - - (#{entity.taskLinvingId},#{entity.taskId},#{entity.taskCode},#{entity.taskName},#{entity.remark},#{entity.taskStatus},#{entity.startTime},#{entity.endTime},#{entity.diffTime},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, - 'Y') - - - - - insert into integration_task_living_details(task_linving_id, task_id, task_code, task_name, remark, task_status, - start_time, end_time, diff_time, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, - company_id) - values - - (#{entity.taskLinvingId},#{entity.taskId},#{entity.taskCode},#{entity.taskName},#{entity.remark},#{entity.taskStatus},#{entity.startTime},#{entity.endTime},#{entity.diffTime},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) - - on duplicate key update - task_linving_id = values(task_linving_id), - task_id = values(task_id), - task_code = values(task_code), - task_name = values(task_name), - remark = values(remark), - task_status = values(task_status), - start_time = values(start_time), - end_time = values(end_time), - diff_time = values(diff_time), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id), - company_id = values(company_id) - - - - update integration_task_living_details set - - task_linving_id = #{taskLinvingId}, - task_id = #{taskId}, - task_code = #{taskCode}, - task_name = #{taskName}, - remark = #{remark}, - task_status = #{taskStatus}, - start_time = #{startTime}, - end_time = #{endTime}, - diff_time = #{diffTime}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - company_id = #{companyId}, - - where id = #{id} - - - + + + insert into integration_task_living_details( + + id , + task_linving_id , + result , + query_condition , + root_app_pk , + root_app_bill , + root_app_new_data , + new_transmit_info , + new_push_date , + repair_pust , + create_time , + create_user_id , + modify_time , + modify_user_id , + sts , + sorts , + sence_id , + new_state , + business_date , + plugin_id , + processing_time , + processing_remarks , + processor_name , + processor , + new_system_number , + new_system_primary , + remark , + def1 , + def2 , + def3 , + def4 , + def5 , + sorts, + sts, + + )values( + + #{id} , + #{taskLinvingId} , + #{result} , + #{queryCondition} , + #{rootAppPk} , + #{rootAppBill} , + #{rootAppNewData} , + #{newTransmitInfo} , + #{newPushDate} , + #{repairPust} , + #{create_time} , + #{create_user_id} , + #{modify_time} , + #{modify_user_id} , + #{sts} , + #{sorts} , + #{senceId} , + #{newState} , + #{businessDate} , + #{pluginId} , + #{processingTime} , + #{processingRemarks} , + #{processorName} , + #{processor} , + #{newSystemNumber} , + #{newSystemPrimary} , + #{remark} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living_details a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into integration_task_living_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, repair_pust, create_time, create_user_id, modify_time, modify_user_id, sts, sence_id, new_state, business_date, plugin_id, processing_time, processing_remarks, processor_name, processor, new_system_number, new_system_primary, remark, def1, def2, def3, def4, def5, sts) + values + + (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.repairPust},#{entity.create_time},#{entity.create_user_id},#{entity.modify_time},#{entity.modify_user_id},#{entity.sts},#{entity.senceId},#{entity.newState},#{entity.businessDate},#{entity.pluginId},#{entity.processingTime},#{entity.processingRemarks},#{entity.processorName},#{entity.processor},#{entity.newSystemNumber},#{entity.newSystemPrimary},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}, 'Y') + + + + + insert into integration_task_living_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, repair_pust, create_time, create_user_id, modify_time, modify_user_id, sts, sence_id, new_state, business_date, plugin_id, processing_time, processing_remarks, processor_name, processor, new_system_number, new_system_primary, remark, def1, def2, def3, def4, def5) + values + + (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.repairPust},#{entity.create_time},#{entity.create_user_id},#{entity.modify_time},#{entity.modify_user_id},#{entity.sts},#{entity.senceId},#{entity.newState},#{entity.businessDate},#{entity.pluginId},#{entity.processingTime},#{entity.processingRemarks},#{entity.processorName},#{entity.processor},#{entity.newSystemNumber},#{entity.newSystemPrimary},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}) + + on duplicate key update + task_linving_id = values(task_linving_id), + result = values(result), + query_condition = values(query_condition), + root_app_pk = values(root_app_pk), + root_app_bill = values(root_app_bill), + root_app_new_data = values(root_app_new_data), + new_transmit_info = values(new_transmit_info), + new_push_date = values(new_push_date), + repair_pust = values(repair_pust), + create_time = values(create_time), + create_user_id = values(create_user_id), + modify_time = values(modify_time), + modify_user_id = values(modify_user_id), + sts = values(sts), + sence_id = values(sence_id), + new_state = values(new_state), + business_date = values(business_date), + plugin_id = values(plugin_id), + processing_time = values(processing_time), + processing_remarks = values(processing_remarks), + processor_name = values(processor_name), + processor = values(processor), + new_system_number = values(new_system_number), + new_system_primary = values(new_system_primary), + remark = values(remark), + def1 = values(def1), + def2 = values(def2), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5) + + +update integration_task_living_details set + + task_linving_id = #{taskLinvingId}, + result = #{result}, + query_condition = #{queryCondition}, + root_app_pk = #{rootAppPk}, + root_app_bill = #{rootAppBill}, + root_app_new_data = #{rootAppNewData}, + new_transmit_info = #{newTransmitInfo}, + new_push_date = #{newPushDate}, + repair_pust = #{repairPust}, + create_time = #{create_time}, + create_user_id = #{create_user_id}, + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id}, + sts = #{sts}, + sence_id = #{senceId}, + new_state = #{newState}, + business_date = #{businessDate}, + plugin_id = #{pluginId}, + processing_time = #{processingTime}, + processing_remarks = #{processingRemarks}, + processor_name = #{processorName}, + processor = #{processor}, + new_system_number = #{newSystemNumber}, + new_system_primary = #{newSystemPrimary}, + remark = #{remark}, + def1 = #{def1}, + def2 = #{def2}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + +where id = #{id} + + + update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - - - update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = - #{modify_user_id} - - and id = #{id} - and task_linving_id = #{taskLinvingId} - and task_id = #{taskId} - and task_code = #{taskCode} - and task_name = #{taskName} - and remark = #{remark} - and task_status = #{taskStatus} - and start_time = #{startTime} - and end_time = #{endTime} - and diff_time = #{diffTime} - and sorts = #{sorts} - and sts = #{sts} - and company_id = #{companyId} + + +update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and task_linving_id = #{taskLinvingId} + and result = #{result} + and query_condition = #{queryCondition} + and root_app_pk = #{rootAppPk} + and root_app_bill = #{rootAppBill} + and root_app_new_data = #{rootAppNewData} + and new_transmit_info = #{newTransmitInfo} + and new_push_date = #{newPushDate} + and repair_pust = #{repairPust} + and sts = #{sts} + and sorts = #{sorts} + and sence_id = #{senceId} + and new_state = #{newState} + and business_date = #{businessDate} + and plugin_id = #{pluginId} + and processing_time = #{processingTime} + and processing_remarks = #{processingRemarks} + and processor_name = #{processorName} + and processor = #{processor} + and new_system_number = #{newSystemNumber} + and new_system_primary = #{newSystemPrimary} + and remark = #{remark} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} and sts='Y' - - - - + + + + delete from integration_task_living_details where id = #{id} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java index 49393331..1e3d9edd 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java @@ -1,33 +1,12 @@ package com.hzya.frame.sysnew.integtationTaskLivingDetails.service; -import com.alibaba.fastjson.JSONObject; import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; import com.hzya.frame.basedao.service.IBaseService; -import com.hzya.frame.web.entity.JsonResultEntity; - /** * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务接口 * * @author makejava - * @since 2024-05-06 15:37:55 + * @since 2024-05-15 14:06:43 */ public interface IIntegrationTaskLivingDetailsService extends IBaseService{ - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 查询任务日志列表分页 - * @Date 11:52 上午 2024/3/27 - **/ - JsonResultEntity queryEntityPage(JSONObject jsonObject); - - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 获取任务 - * @Date 2:36 下午 2024/3/27 - **/ - JsonResultEntity getEntity(JSONObject jsonObject); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java index 365a712d..34b21725 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -1,26 +1,17 @@ package com.hzya.frame.sysnew.integtationTaskLivingDetails.service.impl; -import com.alibaba.fastjson.JSONObject; -import com.github.pagehelper.PageHelper; -import com.github.pagehelper.PageInfo; -import com.hzya.frame.sysnew.integtationTaskLiving.entity.IntegrationTaskLivingEntity; import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; import javax.annotation.Resource; import com.hzya.frame.basedao.service.impl.BaseService; - -import java.util.List; - /** * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务实现类 * * @author makejava - * @since 2024-05-06 15:37:55 + * @since 2024-05-15 14:06:46 */ @Service(value = "integrationTaskLivingDetailsService") public class IntegrationTaskLivingDetailsServiceImpl extends BaseService implements IIntegrationTaskLivingDetailsService { @@ -32,48 +23,4 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService list = integrationTaskLivingDetailsDao.queryByLike(entity); - PageInfo pageInfo = new PageInfo(list); - return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); - } - - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 获取任务日志 - * @Date 2:36 下午 2024/3/27 - **/ - @Override - public JsonResultEntity getEntity(JSONObject jsonObject) { - IntegrationTaskLivingDetailsEntity entity = getData("jsonStr", jsonObject, IntegrationTaskLivingDetailsEntity.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - entity = integrationTaskLivingDetailsDao.get(entity.getId()); - if (entity == null) { - return BaseResult.getFailureMessageEntity("获取任务日志失败"); - } - return BaseResult.getSuccessMessageEntity("获取任务日志成功", entity); - } } From 6b67dd8a0db57ad1f9ae82fd3e3a970f1d12fa82 Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Wed, 15 May 2024 14:15:04 +0800 Subject: [PATCH 31/86] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/IIntegrationTaskLogDetailsDao.java | 15 - .../IntegrationTaskLogDetailsDaoImpl.java | 17 - .../IntegrationTaskLogDetailsEntity.java | 246 ---------- .../IntegrationTaskLogDetailsEntity.xml | 443 ------------------ .../IIntegrationTaskLogDetailsService.java | 12 - .../IntegrationTaskLogDetailsServiceImpl.java | 26 - 6 files changed, 759 deletions(-) delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java delete mode 100644 service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java deleted file mode 100644 index 15d13bff..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/IIntegrationTaskLogDetailsDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.sysnew.integrationTaskLogDetails.dao; - -import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 集成任务-日志详情(integration_task_log_details: table)表数据库访问层 - * - * @author makejava - * @since 2024-05-15 10:14:46 - */ -public interface IIntegrationTaskLogDetailsDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java deleted file mode 100644 index 3710503c..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/dao/impl/IntegrationTaskLogDetailsDaoImpl.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.hzya.frame.sysnew.integrationTaskLogDetails.dao.impl; - -import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; -import com.hzya.frame.sysnew.integrationTaskLogDetails.dao.IIntegrationTaskLogDetailsDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -/** - * 集成任务-日志详情(IntegrationTaskLogDetails)表数据库访问层 - * - * @author makejava - * @since 2024-05-15 10:14:46 - */ -@Repository(value = "IntegrationTaskLogDetailsDaoImpl") -public class IntegrationTaskLogDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskLogDetailsDao{ - -} - diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java deleted file mode 100644 index 0fa40134..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.java +++ /dev/null @@ -1,246 +0,0 @@ -package com.hzya.frame.sysnew.integrationTaskLogDetails.entity; - -import java.util.Date; -import com.hzya.frame.web.entity.BaseEntity; -/** - * 集成任务-日志详情(IntegrationTaskLogDetails)实体类 - * - * @author makejava - * @since 2024-05-15 10:14:46 - */ -public class IntegrationTaskLogDetailsEntity extends BaseEntity { - - /** 集成任务-实例_id */ - private String taskLinvingId; - /** 返回结果 */ - private String result; - /** 原始查询条件 */ - private String queryCondition; - /** 源系统主键 */ - private String rootAppPk; - /** 原系统单据 */ - private String rootAppBill; - /** 最新源系统数据详情 */ - private String rootAppNewData; - /** 最新传输信息 */ - private String newTransmitInfo; - /** 最新推送时间 */ - private Date newPushDate; - /** 源系统编码 */ - private String rootAppCode; - /** 业务日期 */ - private String businessTime; - /** 最新推送状态 */ - private String newPushState; - /** 处理人 */ - private String processor; - /** 处理时间 */ - private String processorTime; - /** 处理备注 */ - private String processorRemark; - /** 最新元数据 */ - private String newMetadata; - /** 是否补推(Y是N不是) */ - private String repairPust; - /** 公司id */ - private String companyId; - /** 备注 */ - private String remark; - /** 扩展1 */ - private String def1; - /** 扩展2 */ - private String def2; - /** 扩展3 */ - private String def3; - /** 扩展4 */ - private String def4; - /** 扩展5 */ - private String def5; - - - public String getTaskLinvingId() { - return taskLinvingId; - } - - public void setTaskLinvingId(String taskLinvingId) { - this.taskLinvingId = taskLinvingId; - } - - public String getResult() { - return result; - } - - public void setResult(String result) { - this.result = result; - } - - public String getQueryCondition() { - return queryCondition; - } - - public void setQueryCondition(String queryCondition) { - this.queryCondition = queryCondition; - } - - public String getRootAppPk() { - return rootAppPk; - } - - public void setRootAppPk(String rootAppPk) { - this.rootAppPk = rootAppPk; - } - - public String getRootAppBill() { - return rootAppBill; - } - - public void setRootAppBill(String rootAppBill) { - this.rootAppBill = rootAppBill; - } - - public String getRootAppNewData() { - return rootAppNewData; - } - - public void setRootAppNewData(String rootAppNewData) { - this.rootAppNewData = rootAppNewData; - } - - public String getNewTransmitInfo() { - return newTransmitInfo; - } - - public void setNewTransmitInfo(String newTransmitInfo) { - this.newTransmitInfo = newTransmitInfo; - } - - public Date getNewPushDate() { - return newPushDate; - } - - public void setNewPushDate(Date newPushDate) { - this.newPushDate = newPushDate; - } - - public String getRootAppCode() { - return rootAppCode; - } - - public void setRootAppCode(String rootAppCode) { - this.rootAppCode = rootAppCode; - } - - public String getBusinessTime() { - return businessTime; - } - - public void setBusinessTime(String businessTime) { - this.businessTime = businessTime; - } - - public String getNewPushState() { - return newPushState; - } - - public void setNewPushState(String newPushState) { - this.newPushState = newPushState; - } - - public String getProcessor() { - return processor; - } - - public void setProcessor(String processor) { - this.processor = processor; - } - - public String getProcessorTime() { - return processorTime; - } - - public void setProcessorTime(String processorTime) { - this.processorTime = processorTime; - } - - public String getProcessorRemark() { - return processorRemark; - } - - public void setProcessorRemark(String processorRemark) { - this.processorRemark = processorRemark; - } - - public String getNewMetadata() { - return newMetadata; - } - - public void setNewMetadata(String newMetadata) { - this.newMetadata = newMetadata; - } - - public String getRepairPust() { - return repairPust; - } - - public void setRepairPust(String repairPust) { - this.repairPust = repairPust; - } - - public String getCompanyId() { - return companyId; - } - - public void setCompanyId(String companyId) { - this.companyId = companyId; - } - - public String getRemark() { - return remark; - } - - public void setRemark(String remark) { - this.remark = remark; - } - - public String getDef1() { - return def1; - } - - public void setDef1(String def1) { - this.def1 = def1; - } - - public String getDef2() { - return def2; - } - - public void setDef2(String def2) { - this.def2 = def2; - } - - public String getDef3() { - return def3; - } - - public void setDef3(String def3) { - this.def3 = def3; - } - - public String getDef4() { - return def4; - } - - public void setDef4(String def4) { - this.def4 = def4; - } - - public String getDef5() { - return def5; - } - - public void setDef5(String def5) { - this.def5 = def5; - } - -} - diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml deleted file mode 100644 index 7489df86..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/entity/IntegrationTaskLogDetailsEntity.xml +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id - ,task_linving_id - ,result - ,query_condition - ,root_app_pk - ,root_app_bill - ,root_app_new_data - ,new_transmit_info - ,new_push_date - ,root_app_code - ,business_time - ,new_push_state - ,processor - ,processor_time - ,processor_remark - ,new_metadata - ,repair_pust - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - ,company_id - ,remark - ,def1 - ,def2 - ,def3 - ,def4 - ,def5 - - - - - - - - - - - - - - - - insert into integration_task_log_details( - - id , - task_linving_id , - result , - query_condition , - root_app_pk , - root_app_bill , - root_app_new_data , - new_transmit_info , - new_push_date , - root_app_code , - business_time , - new_push_state , - processor , - processor_time , - processor_remark , - new_metadata , - repair_pust , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - company_id , - remark , - def1 , - def2 , - def3 , - def4 , - def5 , - sorts, - sts, - - )values( - - #{id} , - #{taskLinvingId} , - #{result} , - #{queryCondition} , - #{rootAppPk} , - #{rootAppBill} , - #{rootAppNewData} , - #{newTransmitInfo} , - #{newPushDate} , - #{rootAppCode} , - #{businessTime} , - #{newPushState} , - #{processor} , - #{processorTime} , - #{processorRemark} , - #{newMetadata} , - #{repairPust} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - #{companyId} , - #{remark} , - #{def1} , - #{def2} , - #{def3} , - #{def4} , - #{def5} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_log_details a WHERE a.sts = 'Y' ), - 'Y', - - ) - - - - insert into integration_task_log_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, root_app_code, business_time, new_push_state, processor, processor_time, processor_remark, new_metadata, repair_pust, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, remark, def1, def2, def3, def4, def5, sts) - values - - (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.rootAppCode},#{entity.businessTime},#{entity.newPushState},#{entity.processor},#{entity.processorTime},#{entity.processorRemark},#{entity.newMetadata},#{entity.repairPust},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}, 'Y') - - - - - insert into integration_task_log_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, root_app_code, business_time, new_push_state, processor, processor_time, processor_remark, new_metadata, repair_pust, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, remark, def1, def2, def3, def4, def5) - values - - (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.rootAppCode},#{entity.businessTime},#{entity.newPushState},#{entity.processor},#{entity.processorTime},#{entity.processorRemark},#{entity.newMetadata},#{entity.repairPust},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}) - - on duplicate key update - task_linving_id = values(task_linving_id), - result = values(result), - query_condition = values(query_condition), - root_app_pk = values(root_app_pk), - root_app_bill = values(root_app_bill), - root_app_new_data = values(root_app_new_data), - new_transmit_info = values(new_transmit_info), - new_push_date = values(new_push_date), - root_app_code = values(root_app_code), - business_time = values(business_time), - new_push_state = values(new_push_state), - processor = values(processor), - processor_time = values(processor_time), - processor_remark = values(processor_remark), - new_metadata = values(new_metadata), - repair_pust = values(repair_pust), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id), - company_id = values(company_id), - remark = values(remark), - def1 = values(def1), - def2 = values(def2), - def3 = values(def3), - def4 = values(def4), - def5 = values(def5) - - -update integration_task_log_details set - - task_linving_id = #{taskLinvingId}, - result = #{result}, - query_condition = #{queryCondition}, - root_app_pk = #{rootAppPk}, - root_app_bill = #{rootAppBill}, - root_app_new_data = #{rootAppNewData}, - new_transmit_info = #{newTransmitInfo}, - new_push_date = #{newPushDate}, - root_app_code = #{rootAppCode}, - business_time = #{businessTime}, - new_push_state = #{newPushState}, - processor = #{processor}, - processor_time = #{processorTime}, - processor_remark = #{processorRemark}, - new_metadata = #{newMetadata}, - repair_pust = #{repairPust}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - company_id = #{companyId}, - remark = #{remark}, - def1 = #{def1}, - def2 = #{def2}, - def3 = #{def3}, - def4 = #{def4}, - def5 = #{def5}, - -where id = #{id} - - - -update integration_task_log_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} -where id = #{id} - - - -update integration_task_log_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and task_linving_id = #{taskLinvingId} - and result = #{result} - and query_condition = #{queryCondition} - and root_app_pk = #{rootAppPk} - and root_app_bill = #{rootAppBill} - and root_app_new_data = #{rootAppNewData} - and new_transmit_info = #{newTransmitInfo} - and new_push_date = #{newPushDate} - and root_app_code = #{rootAppCode} - and business_time = #{businessTime} - and new_push_state = #{newPushState} - and processor = #{processor} - and processor_time = #{processorTime} - and processor_remark = #{processorRemark} - and new_metadata = #{newMetadata} - and repair_pust = #{repairPust} - and sorts = #{sorts} - and sts = #{sts} - and company_id = #{companyId} - and remark = #{remark} - and def1 = #{def1} - and def2 = #{def2} - and def3 = #{def3} - and def4 = #{def4} - and def5 = #{def5} - and sts='Y' - - - - - delete from integration_task_log_details where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java deleted file mode 100644 index ca025460..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/IIntegrationTaskLogDetailsService.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.hzya.frame.sysnew.integrationTaskLogDetails.service; - -import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; -import com.hzya.frame.basedao.service.IBaseService; -/** - * 集成任务-日志详情(IntegrationTaskLogDetails)表服务接口 - * - * @author makejava - * @since 2024-05-15 10:14:46 - */ -public interface IIntegrationTaskLogDetailsService extends IBaseService{ -} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java deleted file mode 100644 index 7e5f70e0..00000000 --- a/service/src/main/java/com/hzya/frame/sysnew/integrationTaskLogDetails/service/impl/IntegrationTaskLogDetailsServiceImpl.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.hzya.frame.sysnew.integrationTaskLogDetails.service.impl; - -import com.hzya.frame.sysnew.integrationTaskLogDetails.entity.IntegrationTaskLogDetailsEntity; -import com.hzya.frame.sysnew.integrationTaskLogDetails.dao.IIntegrationTaskLogDetailsDao; -import com.hzya.frame.sysnew.integrationTaskLogDetails.service.IIntegrationTaskLogDetailsService; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; -import javax.annotation.Resource; -import com.hzya.frame.basedao.service.impl.BaseService; -/** - * 集成任务-日志详情(IntegrationTaskLogDetails)表服务实现类 - * - * @author makejava - * @since 2024-05-15 10:14:46 - */ -@Service(value = "integrationTaskLogDetailsService") -public class IntegrationTaskLogDetailsServiceImpl extends BaseService implements IIntegrationTaskLogDetailsService { - - private IIntegrationTaskLogDetailsDao integrationTaskLogDetailsDao; - - @Autowired - public void setIntegrationTaskLogDetailsDao(IIntegrationTaskLogDetailsDao dao) { - this.integrationTaskLogDetailsDao = dao; - this.dao = dao; - } -} From fe4aea71126a891bbc684338ba7c03234bfd4162 Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Wed, 15 May 2024 14:15:26 +0800 Subject: [PATCH 32/86] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildpackage/pom.xml | 6 +++++ .../src/main/resources/application-yuqh.yml | 23 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 buildpackage/src/main/resources/application-yuqh.yml diff --git a/buildpackage/pom.xml b/buildpackage/pom.xml index 666c0306..1ded4a43 100644 --- a/buildpackage/pom.xml +++ b/buildpackage/pom.xml @@ -69,6 +69,12 @@ llg + + yuqh + + yuqh + + kangarooDataCenterV3 diff --git a/buildpackage/src/main/resources/application-yuqh.yml b/buildpackage/src/main/resources/application-yuqh.yml new file mode 100644 index 00000000..47544edc --- /dev/null +++ b/buildpackage/src/main/resources/application-yuqh.yml @@ -0,0 +1,23 @@ +#######################本地环境####################### +logging: + #日志级别 指定目录级别 + level: + root: info + encodings: UTF-8 + file: +# 日志保存路径 + path: E:\yongansystem\log +spring: + datasource: + dynamic: + datasource: + master: + url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true + username: root + password: bd993088e8a7c3dc5f44441617f9b4bf + driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 +savefile: + # 文件保存路径 + path: E:\yongansystem\log +ax: + url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface \ No newline at end of file From 7e6d74cf910839ef6e376935c952842b2a54152e Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Wed, 15 May 2024 14:19:09 +0800 Subject: [PATCH 33/86] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IntegrationTaskLivingDetailsEntity.java | 266 ++++++++++ .../IntegrationTaskLivingDetailsEntity.xml | 455 ++++++++++++++++++ .../IIntegrationTaskLivingDetailsService.java | 12 + ...tegrationTaskLivingDetailsServiceImpl.java | 26 + 4 files changed, 759 insertions(+) create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java new file mode 100644 index 00000000..c85adbd5 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.java @@ -0,0 +1,266 @@ +package com.hzya.frame.sysnew.integtationTaskLivingDetails.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 集成任务-实例详情(IntegrationTaskLivingDetails)实体类 + * + * @author makejava + * @since 2024-05-15 14:06:41 + */ +public class IntegrationTaskLivingDetailsEntity extends BaseEntity { + + /** 集成任务-实例_id */ + private String taskLinvingId; + /** 返回结果 */ + private String result; + /** 原始查询条件 */ + private String queryCondition; + /** 源系统主键 */ + private String rootAppPk; + /** 原系统单据 */ + private String rootAppBill; + /** 最新源系统数据详情 */ + private String rootAppNewData; + /** 最新传输信息 */ + private String newTransmitInfo; + /** 最新推送时间 */ + private Date newPushDate; + /** 是否补推(Y是N不是) */ + private String repairPust; + /** 场景id */ + private String senceId; + /** 最新推送状态 */ + private String newState; + /** 单据业务日期 */ + private String businessDate; + /** 插件id */ + private String pluginId; + /** 处理时间 */ + private Date processingTime; + /** 处理备注 */ + private String processingRemarks; + /** 处理⼈名称 */ + private String processorName; + /** 处理⼈ */ + private String processor; + /** 下游系统单号 */ + private String newSystemNumber; + /** 下游系统主键 */ + private String newSystemPrimary; + /** 备注 */ + private String remark; + /** 扩展1 */ + private String def1; + /** 扩展2 */ + private String def2; + /** 扩展3 */ + private String def3; + /** 扩展4 */ + private String def4; + /** 扩展5 */ + private String def5; + + + public String getTaskLinvingId() { + return taskLinvingId; + } + + public void setTaskLinvingId(String taskLinvingId) { + this.taskLinvingId = taskLinvingId; + } + + public String getResult() { + return result; + } + + public void setResult(String result) { + this.result = result; + } + + public String getQueryCondition() { + return queryCondition; + } + + public void setQueryCondition(String queryCondition) { + this.queryCondition = queryCondition; + } + + public String getRootAppPk() { + return rootAppPk; + } + + public void setRootAppPk(String rootAppPk) { + this.rootAppPk = rootAppPk; + } + + public String getRootAppBill() { + return rootAppBill; + } + + public void setRootAppBill(String rootAppBill) { + this.rootAppBill = rootAppBill; + } + + public String getRootAppNewData() { + return rootAppNewData; + } + + public void setRootAppNewData(String rootAppNewData) { + this.rootAppNewData = rootAppNewData; + } + + public String getNewTransmitInfo() { + return newTransmitInfo; + } + + public void setNewTransmitInfo(String newTransmitInfo) { + this.newTransmitInfo = newTransmitInfo; + } + + public Date getNewPushDate() { + return newPushDate; + } + + public void setNewPushDate(Date newPushDate) { + this.newPushDate = newPushDate; + } + + public String getRepairPust() { + return repairPust; + } + + public void setRepairPust(String repairPust) { + this.repairPust = repairPust; + } + + public String getSenceId() { + return senceId; + } + + public void setSenceId(String senceId) { + this.senceId = senceId; + } + + public String getNewState() { + return newState; + } + + public void setNewState(String newState) { + this.newState = newState; + } + + public String getBusinessDate() { + return businessDate; + } + + public void setBusinessDate(String businessDate) { + this.businessDate = businessDate; + } + + public String getPluginId() { + return pluginId; + } + + public void setPluginId(String pluginId) { + this.pluginId = pluginId; + } + + public Date getProcessingTime() { + return processingTime; + } + + public void setProcessingTime(Date processingTime) { + this.processingTime = processingTime; + } + + public String getProcessingRemarks() { + return processingRemarks; + } + + public void setProcessingRemarks(String processingRemarks) { + this.processingRemarks = processingRemarks; + } + + public String getProcessorName() { + return processorName; + } + + public void setProcessorName(String processorName) { + this.processorName = processorName; + } + + public String getProcessor() { + return processor; + } + + public void setProcessor(String processor) { + this.processor = processor; + } + + public String getNewSystemNumber() { + return newSystemNumber; + } + + public void setNewSystemNumber(String newSystemNumber) { + this.newSystemNumber = newSystemNumber; + } + + public String getNewSystemPrimary() { + return newSystemPrimary; + } + + public void setNewSystemPrimary(String newSystemPrimary) { + this.newSystemPrimary = newSystemPrimary; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml new file mode 100644 index 00000000..d620468c --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + ,task_linving_id + ,result + ,query_condition + ,root_app_pk + ,root_app_bill + ,root_app_new_data + ,new_transmit_info + ,new_push_date + ,repair_pust + ,create_time + ,create_user_id + ,modify_time + ,modify_user_id + ,sts + ,sorts + ,sence_id + ,new_state + ,business_date + ,plugin_id + ,processing_time + ,processing_remarks + ,processor_name + ,processor + ,new_system_number + ,new_system_primary + ,remark + ,def1 + ,def2 + ,def3 + ,def4 + ,def5 + + + + + + + + + + + + + + + + insert into integration_task_living_details( + + id , + task_linving_id , + result , + query_condition , + root_app_pk , + root_app_bill , + root_app_new_data , + new_transmit_info , + new_push_date , + repair_pust , + create_time , + create_user_id , + modify_time , + modify_user_id , + sts , + sorts , + sence_id , + new_state , + business_date , + plugin_id , + processing_time , + processing_remarks , + processor_name , + processor , + new_system_number , + new_system_primary , + remark , + def1 , + def2 , + def3 , + def4 , + def5 , + sorts, + sts, + + )values( + + #{id} , + #{taskLinvingId} , + #{result} , + #{queryCondition} , + #{rootAppPk} , + #{rootAppBill} , + #{rootAppNewData} , + #{newTransmitInfo} , + #{newPushDate} , + #{repairPust} , + #{create_time} , + #{create_user_id} , + #{modify_time} , + #{modify_user_id} , + #{sts} , + #{sorts} , + #{senceId} , + #{newState} , + #{businessDate} , + #{pluginId} , + #{processingTime} , + #{processingRemarks} , + #{processorName} , + #{processor} , + #{newSystemNumber} , + #{newSystemPrimary} , + #{remark} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living_details a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into integration_task_living_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, repair_pust, create_time, create_user_id, modify_time, modify_user_id, sts, sence_id, new_state, business_date, plugin_id, processing_time, processing_remarks, processor_name, processor, new_system_number, new_system_primary, remark, def1, def2, def3, def4, def5, sts) + values + + (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.repairPust},#{entity.create_time},#{entity.create_user_id},#{entity.modify_time},#{entity.modify_user_id},#{entity.sts},#{entity.senceId},#{entity.newState},#{entity.businessDate},#{entity.pluginId},#{entity.processingTime},#{entity.processingRemarks},#{entity.processorName},#{entity.processor},#{entity.newSystemNumber},#{entity.newSystemPrimary},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}, 'Y') + + + + + insert into integration_task_living_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, repair_pust, create_time, create_user_id, modify_time, modify_user_id, sts, sence_id, new_state, business_date, plugin_id, processing_time, processing_remarks, processor_name, processor, new_system_number, new_system_primary, remark, def1, def2, def3, def4, def5) + values + + (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.repairPust},#{entity.create_time},#{entity.create_user_id},#{entity.modify_time},#{entity.modify_user_id},#{entity.sts},#{entity.senceId},#{entity.newState},#{entity.businessDate},#{entity.pluginId},#{entity.processingTime},#{entity.processingRemarks},#{entity.processorName},#{entity.processor},#{entity.newSystemNumber},#{entity.newSystemPrimary},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}) + + on duplicate key update + task_linving_id = values(task_linving_id), + result = values(result), + query_condition = values(query_condition), + root_app_pk = values(root_app_pk), + root_app_bill = values(root_app_bill), + root_app_new_data = values(root_app_new_data), + new_transmit_info = values(new_transmit_info), + new_push_date = values(new_push_date), + repair_pust = values(repair_pust), + create_time = values(create_time), + create_user_id = values(create_user_id), + modify_time = values(modify_time), + modify_user_id = values(modify_user_id), + sts = values(sts), + sence_id = values(sence_id), + new_state = values(new_state), + business_date = values(business_date), + plugin_id = values(plugin_id), + processing_time = values(processing_time), + processing_remarks = values(processing_remarks), + processor_name = values(processor_name), + processor = values(processor), + new_system_number = values(new_system_number), + new_system_primary = values(new_system_primary), + remark = values(remark), + def1 = values(def1), + def2 = values(def2), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5) + + +update integration_task_living_details set + + task_linving_id = #{taskLinvingId}, + result = #{result}, + query_condition = #{queryCondition}, + root_app_pk = #{rootAppPk}, + root_app_bill = #{rootAppBill}, + root_app_new_data = #{rootAppNewData}, + new_transmit_info = #{newTransmitInfo}, + new_push_date = #{newPushDate}, + repair_pust = #{repairPust}, + create_time = #{create_time}, + create_user_id = #{create_user_id}, + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id}, + sts = #{sts}, + sence_id = #{senceId}, + new_state = #{newState}, + business_date = #{businessDate}, + plugin_id = #{pluginId}, + processing_time = #{processingTime}, + processing_remarks = #{processingRemarks}, + processor_name = #{processorName}, + processor = #{processor}, + new_system_number = #{newSystemNumber}, + new_system_primary = #{newSystemPrimary}, + remark = #{remark}, + def1 = #{def1}, + def2 = #{def2}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + +where id = #{id} + + + +update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and task_linving_id = #{taskLinvingId} + and result = #{result} + and query_condition = #{queryCondition} + and root_app_pk = #{rootAppPk} + and root_app_bill = #{rootAppBill} + and root_app_new_data = #{rootAppNewData} + and new_transmit_info = #{newTransmitInfo} + and new_push_date = #{newPushDate} + and repair_pust = #{repairPust} + and sts = #{sts} + and sorts = #{sorts} + and sence_id = #{senceId} + and new_state = #{newState} + and business_date = #{businessDate} + and plugin_id = #{pluginId} + and processing_time = #{processingTime} + and processing_remarks = #{processingRemarks} + and processor_name = #{processorName} + and processor = #{processor} + and new_system_number = #{newSystemNumber} + and new_system_primary = #{newSystemPrimary} + and remark = #{remark} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and sts='Y' + + + + + delete from integration_task_living_details where id = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java new file mode 100644 index 00000000..1e3d9edd --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.sysnew.integtationTaskLivingDetails.service; + +import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务接口 + * + * @author makejava + * @since 2024-05-15 14:06:43 + */ +public interface IIntegrationTaskLivingDetailsService extends IBaseService{ +} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java new file mode 100644 index 00000000..34b21725 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.sysnew.integtationTaskLivingDetails.service.impl; + +import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务实现类 + * + * @author makejava + * @since 2024-05-15 14:06:46 + */ +@Service(value = "integrationTaskLivingDetailsService") +public class IntegrationTaskLivingDetailsServiceImpl extends BaseService implements IIntegrationTaskLivingDetailsService { + + private IIntegrationTaskLivingDetailsDao integrationTaskLivingDetailsDao; + + @Autowired + public void setIntegrationTaskLivingDetailsDao(IIntegrationTaskLivingDetailsDao dao) { + this.integrationTaskLivingDetailsDao = dao; + this.dao = dao; + } +} From c227e0cae5a9eb0b2f2e23bb415b2343af0a8d44 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 14:31:08 +0800 Subject: [PATCH 34/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E5=8F=8A=E5=BC=95=E7=94=A8=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frame/mdm/service/impl/MdmServiceImpl.java | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 35222c20..06ca6e5c 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -5,6 +5,7 @@ import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; +import com.hzya.frame.base.PluginBaseEntity; import com.hzya.frame.mdm.entity.DbFiledsDto; import com.hzya.frame.mdm.entity.MdmDataDto; import com.hzya.frame.mdm.entity.MdmDataFiledDto; @@ -61,6 +62,7 @@ import com.hzya.frame.sysnew.buttonConfig.dao.ISysButtonConfigDao; import com.hzya.frame.sysnew.buttonConfig.entity.SysButtonConfigEntity; import com.hzya.frame.sysnew.menuConfig.dao.ISysMenuConfigDao; import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; +import com.hzya.frame.util.PluginUtils; import com.hzya.frame.uuid.UUIDUtils; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; @@ -1531,9 +1533,14 @@ public class MdmServiceImpl implements IMdmService { mdmViewVo.setListList(listListVo); List buttonList = new ArrayList<>(); - MdmViewButtonVo mdmViewButtonVo = new MdmViewButtonVo(); + buttonList.add(new MdmViewButtonVo("new","新建")); + buttonList.add(new MdmViewButtonVo("resize","重置")); + buttonList.add(new MdmViewButtonVo("search","查询")); + buttonList.add(new MdmViewButtonVo("edit","修改")); + buttonList.add(new MdmViewButtonVo("dele","删除")); + buttonList.add(new MdmViewButtonVo("view","查看")); + buttonList.add(new MdmViewButtonVo("send","下发")); mdmViewVo.setButtonList(buttonList); - return BaseResult.getSuccessMessageEntity("获取字段成功", mdmViewVo); } @@ -2690,6 +2697,12 @@ public class MdmServiceImpl implements IMdmService { return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); } //TODO 后续完成下发或者删除业务 + //1、根据服务名查询数据 + //2、查找插件 + //3、 + //PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(jsonObjectStr.getString("plug_id")); + //JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObjectStr); + return BaseResult.getSuccessMessageEntity("处理分发数据成功"); } From 74b70058793f1b8dac1933c78f961264f759fb89 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 14:33:29 +0800 Subject: [PATCH 35/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E5=8F=8A=E5=BC=95=E7=94=A8=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/IntegrationTaskLogEntity.xml | 28 +++++++++---------- .../service/IIntegrationTaskLogService.java | 8 +++--- .../impl/IntegrationTaskLogServiceImpl.java | 20 ++++++------- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml index d620468c..c2f42e0e 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml @@ -1,8 +1,8 @@ - + - + @@ -37,7 +37,7 @@ - + id ,task_linving_id ,result @@ -72,9 +72,9 @@ ,def5 - select - + from integration_task_living_details and id = #{id} @@ -116,7 +116,7 @@ - select count(1) from integration_task_living_details and id = #{id} @@ -158,9 +158,9 @@ - select - + from integration_task_living_details and id like concat('%',#{id},'%') @@ -202,9 +202,9 @@ - select - + from integration_task_living_details or id = #{id} @@ -246,7 +246,7 @@ - + insert into integration_task_living_details( id , @@ -370,7 +370,7 @@ def4 = values(def4), def5 = values(def5) - + update integration_task_living_details set task_linving_id = #{taskLinvingId}, @@ -407,12 +407,12 @@ update integration_task_living_details set where id = #{id} - + update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - + update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} and id = #{id} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java index 1e3d9edd..67165e65 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java @@ -1,12 +1,12 @@ -package com.hzya.frame.sysnew.integtationTaskLivingDetails.service; +package com.hzya.frame.sysnew.integtationTaskLog.service; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; +import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; import com.hzya.frame.basedao.service.IBaseService; /** - * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务接口 + * 集成任务-实例详情(IntegrationTaskLog)表服务接口 * * @author makejava * @since 2024-05-15 14:06:43 */ -public interface IIntegrationTaskLivingDetailsService extends IBaseService{ +public interface IIntegrationTaskLogService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java index 34b21725..fe28a014 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java @@ -1,26 +1,26 @@ -package com.hzya.frame.sysnew.integtationTaskLivingDetails.service.impl; +package com.hzya.frame.sysnew.integtationTaskLog.service.impl; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; -import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; +import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; +import com.hzya.frame.sysnew.integtationTaskLog.dao.IIntegrationTaskLogDao; +import com.hzya.frame.sysnew.integtationTaskLog.service.IIntegrationTaskLogService; import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; import javax.annotation.Resource; import com.hzya.frame.basedao.service.impl.BaseService; /** - * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务实现类 + * 集成任务-实例详情(IntegrationTaskLog)表服务实现类 * * @author makejava * @since 2024-05-15 14:06:46 */ -@Service(value = "integrationTaskLivingDetailsService") -public class IntegrationTaskLivingDetailsServiceImpl extends BaseService implements IIntegrationTaskLivingDetailsService { +@Service(value = "integrationTaskLogService") +public class IntegrationTaskLogServiceImpl extends BaseService implements IIntegrationTaskLogService { - private IIntegrationTaskLivingDetailsDao integrationTaskLivingDetailsDao; + private IIntegrationTaskLogDao integrationTaskLogDao; @Autowired - public void setIntegrationTaskLivingDetailsDao(IIntegrationTaskLivingDetailsDao dao) { - this.integrationTaskLivingDetailsDao = dao; + public void setIntegrationTaskLogDao(IIntegrationTaskLogDao dao) { + this.integrationTaskLogDao = dao; this.dao = dao; } } From 6eba9c09f82c93e98405dcd5c13eb3ad186a9e7d Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Wed, 15 May 2024 14:35:18 +0800 Subject: [PATCH 36/86] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/IntegrationTaskLivingDetailsServiceImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java index 34b21725..bac0f324 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -3,7 +3,7 @@ package com.hzya.frame.sysnew.integtationTaskLivingDetails.service.impl; import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; import javax.annotation.Resource; import com.hzya.frame.basedao.service.impl.BaseService; @@ -15,9 +15,9 @@ import com.hzya.frame.basedao.service.impl.BaseService; */ @Service(value = "integrationTaskLivingDetailsService") public class IntegrationTaskLivingDetailsServiceImpl extends BaseService implements IIntegrationTaskLivingDetailsService { - + private IIntegrationTaskLivingDetailsDao integrationTaskLivingDetailsDao; - + @Autowired public void setIntegrationTaskLivingDetailsDao(IIntegrationTaskLivingDetailsDao dao) { this.integrationTaskLivingDetailsDao = dao; From 1f9b91cac26b318ff0e3237426a61f0d431ac66a Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 14:46:05 +0800 Subject: [PATCH 37/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E5=8F=8A=E5=BC=95=E7=94=A8=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzya/frame/mdm/service/impl/MdmServiceImpl.java | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 06ca6e5c..1b9921f9 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -2697,9 +2697,17 @@ public class MdmServiceImpl implements IMdmService { return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); } //TODO 后续完成下发或者删除业务 - //1、根据服务名查询数据 + //1、根据服务名查询分发数据 + MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + mdmModuleEntity.setSts("Y"); + List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + //if() + MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + //mdmModuleDistributeEntity + //mdmModuleDistributeDao. //2、查找插件 - //3、 + //3、调用插件 //PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(jsonObjectStr.getString("plug_id")); //JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObjectStr); From 561e69b6f5d1a96e8605a9b65199cf248d0bd638 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 15 May 2024 14:49:56 +0800 Subject: [PATCH 38/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=90=8D?= =?UTF-8?q?=E5=8F=8A=E5=BC=95=E7=94=A8=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/IntegrationTaskLogEntity.java | 249 ++----- .../entity/IntegrationTaskLogEntity.xml | 606 +++++++----------- .../service/IIntegrationTaskLogService.java | 23 +- .../impl/IntegrationTaskLogServiceImpl.java | 57 +- 4 files changed, 365 insertions(+), 570 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.java index ef3fc571..d2f73683 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.java @@ -6,60 +6,30 @@ import com.hzya.frame.web.entity.BaseEntity; * 集成任务-实例详情(IntegrationTaskLog)实体类 * * @author makejava - * @since 2024-05-15 14:06:41 + * @since 2024-05-06 15:37:55 */ public class IntegrationTaskLogEntity extends BaseEntity { /** 集成任务-实例_id */ private String taskLinvingId; - /** 返回结果 */ - private String result; - /** 原始查询条件 */ - private String queryCondition; - /** 源系统主键 */ - private String rootAppPk; - /** 原系统单据 */ - private String rootAppBill; - /** 最新源系统数据详情 */ - private String rootAppNewData; - /** 最新传输信息 */ - private String newTransmitInfo; - /** 最新推送时间 */ - private Date newPushDate; - /** 是否补推(Y是N不是) */ - private String repairPust; - /** 场景id */ - private String senceId; - /** 最新推送状态 */ - private String newState; - /** 单据业务日期 */ - private String businessDate; - /** 插件id */ - private String pluginId; - /** 处理时间 */ - private Date processingTime; - /** 处理备注 */ - private String processingRemarks; - /** 处理⼈名称 */ - private String processorName; - /** 处理⼈ */ - private String processor; - /** 下游系统单号 */ - private String newSystemNumber; - /** 下游系统主键 */ - private String newSystemPrimary; + /** integration_task_id */ + private String taskId; + /** 任务编码 */ + private String taskCode; + /** 任务名称 */ + private String taskName; + /** 任务状态1、执行中2、执行成功 3、执行失败 4\当前任务已停止*/ + private String taskStatus; + /** 当前任务开始时间 */ + private Date startTime; + /** 结束时间 */ + private Date endTime; + /** 耗时 */ + private String diffTime; + /** 公司id */ + private String companyId; /** 备注 */ private String remark; - /** 扩展1 */ - private String def1; - /** 扩展2 */ - private String def2; - /** 扩展3 */ - private String def3; - /** 扩展4 */ - private String def4; - /** 扩展5 */ - private String def5; public String getTaskLinvingId() { @@ -70,148 +40,68 @@ public class IntegrationTaskLogEntity extends BaseEntity { this.taskLinvingId = taskLinvingId; } - public String getResult() { - return result; + public String getTaskId() { + return taskId; } - public void setResult(String result) { - this.result = result; + public void setTaskId(String taskId) { + this.taskId = taskId; } - public String getQueryCondition() { - return queryCondition; + public String getTaskCode() { + return taskCode; } - public void setQueryCondition(String queryCondition) { - this.queryCondition = queryCondition; + public void setTaskCode(String taskCode) { + this.taskCode = taskCode; } - public String getRootAppPk() { - return rootAppPk; + public String getTaskName() { + return taskName; } - public void setRootAppPk(String rootAppPk) { - this.rootAppPk = rootAppPk; + public void setTaskName(String taskName) { + this.taskName = taskName; } - public String getRootAppBill() { - return rootAppBill; + public String getTaskStatus() { + return taskStatus; } - public void setRootAppBill(String rootAppBill) { - this.rootAppBill = rootAppBill; + public void setTaskStatus(String taskStatus) { + this.taskStatus = taskStatus; } - public String getRootAppNewData() { - return rootAppNewData; + public Date getStartTime() { + return startTime; } - public void setRootAppNewData(String rootAppNewData) { - this.rootAppNewData = rootAppNewData; + public void setStartTime(Date startTime) { + this.startTime = startTime; } - public String getNewTransmitInfo() { - return newTransmitInfo; + public Date getEndTime() { + return endTime; } - public void setNewTransmitInfo(String newTransmitInfo) { - this.newTransmitInfo = newTransmitInfo; + public void setEndTime(Date endTime) { + this.endTime = endTime; } - public Date getNewPushDate() { - return newPushDate; + public String getDiffTime() { + return diffTime; } - public void setNewPushDate(Date newPushDate) { - this.newPushDate = newPushDate; + public void setDiffTime(String diffTime) { + this.diffTime = diffTime; } - public String getRepairPust() { - return repairPust; + public String getCompanyId() { + return companyId; } - public void setRepairPust(String repairPust) { - this.repairPust = repairPust; - } - - public String getSenceId() { - return senceId; - } - - public void setSenceId(String senceId) { - this.senceId = senceId; - } - - public String getNewState() { - return newState; - } - - public void setNewState(String newState) { - this.newState = newState; - } - - public String getBusinessDate() { - return businessDate; - } - - public void setBusinessDate(String businessDate) { - this.businessDate = businessDate; - } - - public String getPluginId() { - return pluginId; - } - - public void setPluginId(String pluginId) { - this.pluginId = pluginId; - } - - public Date getProcessingTime() { - return processingTime; - } - - public void setProcessingTime(Date processingTime) { - this.processingTime = processingTime; - } - - public String getProcessingRemarks() { - return processingRemarks; - } - - public void setProcessingRemarks(String processingRemarks) { - this.processingRemarks = processingRemarks; - } - - public String getProcessorName() { - return processorName; - } - - public void setProcessorName(String processorName) { - this.processorName = processorName; - } - - public String getProcessor() { - return processor; - } - - public void setProcessor(String processor) { - this.processor = processor; - } - - public String getNewSystemNumber() { - return newSystemNumber; - } - - public void setNewSystemNumber(String newSystemNumber) { - this.newSystemNumber = newSystemNumber; - } - - public String getNewSystemPrimary() { - return newSystemPrimary; - } - - public void setNewSystemPrimary(String newSystemPrimary) { - this.newSystemPrimary = newSystemPrimary; + public void setCompanyId(String companyId) { + this.companyId = companyId; } public String getRemark() { @@ -221,46 +111,5 @@ public class IntegrationTaskLogEntity extends BaseEntity { public void setRemark(String remark) { this.remark = remark; } - - public String getDef1() { - return def1; - } - - public void setDef1(String def1) { - this.def1 = def1; - } - - public String getDef2() { - return def2; - } - - public void setDef2(String def2) { - this.def2 = def2; - } - - public String getDef3() { - return def3; - } - - public void setDef3(String def3) { - this.def3 = def3; - } - - public String getDef4() { - return def4; - } - - public void setDef4(String def4) { - this.def4 = def4; - } - - public String getDef5() { - return def5; - } - - public void setDef5(String def5) { - this.def5 = def5; - } - } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml index c2f42e0e..a5a9d746 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml @@ -2,453 +2,327 @@ - + - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + - + id ,task_linving_id - ,result - ,query_condition - ,root_app_pk - ,root_app_bill - ,root_app_new_data - ,new_transmit_info - ,new_push_date - ,repair_pust - ,create_time + ,task_id + ,task_code + ,task_name + ,remark + ,task_status + ,start_time + ,end_time + ,diff_time + ,sorts ,create_user_id - ,modify_time - ,modify_user_id + ,create_time + ,modify_user_id + ,modify_time ,sts - ,sorts - ,sence_id - ,new_state - ,business_date - ,plugin_id - ,processing_time - ,processing_remarks - ,processor_name - ,processor - ,new_system_number - ,new_system_primary - ,remark - ,def1 - ,def2 - ,def3 - ,def4 - ,def5 + ,org_id + ,company_id + + - select - - from integration_task_living_details + + from integration_task_log - and id = #{id} - and task_linving_id = #{taskLinvingId} - and result = #{result} - and query_condition = #{queryCondition} - and root_app_pk = #{rootAppPk} - and root_app_bill = #{rootAppBill} - and root_app_new_data = #{rootAppNewData} - and new_transmit_info = #{newTransmitInfo} - and new_push_date = #{newPushDate} - and repair_pust = #{repairPust} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - and sorts = #{sorts} - and sence_id = #{senceId} - and new_state = #{newState} - and business_date = #{businessDate} - and plugin_id = #{pluginId} - and processing_time = #{processingTime} - and processing_remarks = #{processingRemarks} - and processor_name = #{processorName} - and processor = #{processor} - and new_system_number = #{newSystemNumber} - and new_system_primary = #{newSystemPrimary} - and remark = #{remark} - and def1 = #{def1} - and def2 = #{def2} - and def3 = #{def3} - and def4 = #{def4} - and def5 = #{def5} + and id = #{id} + and task_linving_id = #{taskLinvingId} + and task_id = #{taskId} + and task_code = #{taskCode} + and task_name = #{taskName} + and remark = #{remark} + and task_status = #{taskStatus} + and start_time = #{startTime} + and end_time = #{endTime} + and diff_time = #{diffTime} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - order by sorts asc + order by sorts asc order by ${sort} ${order} - + select count(1) from integration_task_log - and id = #{id} - and task_linving_id = #{taskLinvingId} - and result = #{result} - and query_condition = #{queryCondition} - and root_app_pk = #{rootAppPk} - and root_app_bill = #{rootAppBill} - and root_app_new_data = #{rootAppNewData} - and new_transmit_info = #{newTransmitInfo} - and new_push_date = #{newPushDate} - and repair_pust = #{repairPust} - and create_time = #{create_time} - and create_user_id = #{create_user_id} - and modify_time = #{modify_time} - and modify_user_id = #{modify_user_id} - and sts = #{sts} - and sorts = #{sorts} - and sence_id = #{senceId} - and new_state = #{newState} - and business_date = #{businessDate} - and plugin_id = #{pluginId} - and processing_time = #{processingTime} - and processing_remarks = #{processingRemarks} - and processor_name = #{processorName} - and processor = #{processor} - and new_system_number = #{newSystemNumber} - and new_system_primary = #{newSystemPrimary} - and remark = #{remark} - and def1 = #{def1} - and def2 = #{def2} - and def3 = #{def3} - and def4 = #{def4} - and def5 = #{def5} + and id = #{id} + and task_linving_id = #{taskLinvingId} + and task_id = #{taskId} + and task_code = #{taskCode} + and task_name = #{taskName} + and remark = #{remark} + and task_status = #{taskStatus} + and start_time = #{startTime} + and end_time = #{endTime} + and diff_time = #{diffTime} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - order by sorts asc - order by ${sort} ${order} + order by sorts asc + order by ${sort} ${order} - select - - from integration_task_living_details + + from integration_task_log - and id like concat('%',#{id},'%') - and task_linving_id like concat('%',#{taskLinvingId},'%') - and result like concat('%',#{result},'%') - and query_condition like concat('%',#{queryCondition},'%') - and root_app_pk like concat('%',#{rootAppPk},'%') - and root_app_bill like concat('%',#{rootAppBill},'%') - and root_app_new_data like concat('%',#{rootAppNewData},'%') - and new_transmit_info like concat('%',#{newTransmitInfo},'%') - and new_push_date like concat('%',#{newPushDate},'%') - and repair_pust like concat('%',#{repairPust},'%') - and create_time like concat('%',#{create_time},'%') - and create_user_id like concat('%',#{create_user_id},'%') - and modify_time like concat('%',#{modify_time},'%') - and modify_user_id like concat('%',#{modify_user_id},'%') - and sts like concat('%',#{sts},'%') - and sorts like concat('%',#{sorts},'%') - and sence_id like concat('%',#{senceId},'%') - and new_state like concat('%',#{newState},'%') - and business_date like concat('%',#{businessDate},'%') - and plugin_id like concat('%',#{pluginId},'%') - and processing_time like concat('%',#{processingTime},'%') - and processing_remarks like concat('%',#{processingRemarks},'%') - and processor_name like concat('%',#{processorName},'%') - and processor like concat('%',#{processor},'%') - and new_system_number like concat('%',#{newSystemNumber},'%') - and new_system_primary like concat('%',#{newSystemPrimary},'%') - and remark like concat('%',#{remark},'%') - and def1 like concat('%',#{def1},'%') - and def2 like concat('%',#{def2},'%') - and def3 like concat('%',#{def3},'%') - and def4 like concat('%',#{def4},'%') - and def5 like concat('%',#{def5},'%') + and id like concat('%',#{id},'%') + and task_linving_id like + concat('%',#{taskLinvingId},'%') + + and task_id like concat('%',#{taskId},'%') + and task_code like concat('%',#{taskCode},'%') + and task_name like concat('%',#{taskName},'%') + and remark like concat('%',#{remark},'%') + and task_status like concat('%',#{taskStatus},'%') + and start_time like concat('%',#{startTime},'%') + and end_time like concat('%',#{endTime},'%') + and diff_time like concat('%',#{diffTime},'%') + and sorts like concat('%',#{sorts},'%') + and create_user_id like + concat('%',#{create_user_id},'%') + + and create_time like concat('%',#{create_time},'%') + and modify_user_id like + concat('%',#{modify_user_id},'%') + + and modify_time like concat('%',#{modify_time},'%') + and sts like concat('%',#{sts},'%') + and org_id like concat('%',#{org_id},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' - order by sorts asc + order by sorts asc order by ${sort} ${order} - select - - from integration_task_living_details + + from integration_task_log - or id = #{id} - or task_linving_id = #{taskLinvingId} - or result = #{result} - or query_condition = #{queryCondition} - or root_app_pk = #{rootAppPk} - or root_app_bill = #{rootAppBill} - or root_app_new_data = #{rootAppNewData} - or new_transmit_info = #{newTransmitInfo} - or new_push_date = #{newPushDate} - or repair_pust = #{repairPust} - or create_time = #{create_time} - or create_user_id = #{create_user_id} - or modify_time = #{modify_time} - or modify_user_id = #{modify_user_id} - or sts = #{sts} - or sorts = #{sorts} - or sence_id = #{senceId} - or new_state = #{newState} - or business_date = #{businessDate} - or plugin_id = #{pluginId} - or processing_time = #{processingTime} - or processing_remarks = #{processingRemarks} - or processor_name = #{processorName} - or processor = #{processor} - or new_system_number = #{newSystemNumber} - or new_system_primary = #{newSystemPrimary} - or remark = #{remark} - or def1 = #{def1} - or def2 = #{def2} - or def3 = #{def3} - or def4 = #{def4} - or def5 = #{def5} + or id = #{id} + or task_linving_id = #{taskLinvingId} + or task_id = #{taskId} + or task_code = #{taskCode} + or task_name = #{taskName} + or remark = #{remark} + or task_status = #{taskStatus} + or start_time = #{startTime} + or end_time = #{endTime} + or diff_time = #{diffTime} + or sorts = #{sorts} + or create_user_id = #{create_user_id} + or create_time = #{create_time} + or modify_user_id = #{modify_user_id} + or modify_time = #{modify_time} + or sts = #{sts} + or org_id = #{org_id} + or company_id = #{companyId} and sts='Y' - order by sorts asc + order by sorts asc order by ${sort} ${order} - - insert into integration_task_living_details( + + insert into integration_task_log( - id , - task_linving_id , - result , - query_condition , - root_app_pk , - root_app_bill , - root_app_new_data , - new_transmit_info , - new_push_date , - repair_pust , - create_time , - create_user_id , - modify_time , - modify_user_id , - sts , - sorts , - sence_id , - new_state , - business_date , - plugin_id , - processing_time , - processing_remarks , - processor_name , - processor , - new_system_number , - new_system_primary , - remark , - def1 , - def2 , - def3 , - def4 , - def5 , - sorts, + id , + task_linving_id , + task_id , + task_code , + task_name , + remark , + task_status , + start_time , + end_time , + diff_time , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , sts, )values( - #{id} , - #{taskLinvingId} , - #{result} , - #{queryCondition} , - #{rootAppPk} , - #{rootAppBill} , - #{rootAppNewData} , - #{newTransmitInfo} , - #{newPushDate} , - #{repairPust} , - #{create_time} , - #{create_user_id} , - #{modify_time} , - #{modify_user_id} , - #{sts} , - #{sorts} , - #{senceId} , - #{newState} , - #{businessDate} , - #{pluginId} , - #{processingTime} , - #{processingRemarks} , - #{processorName} , - #{processor} , - #{newSystemNumber} , - #{newSystemPrimary} , - #{remark} , - #{def1} , - #{def2} , - #{def3} , - #{def4} , - #{def5} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living_details a WHERE a.sts = 'Y' ), + #{id} , + #{taskLinvingId} , + #{taskId} , + #{taskCode} , + #{taskName} , + #{remark} , + #{taskStatus} , + #{startTime} , + #{endTime} , + #{diffTime} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + 'Y', ) - - insert into integration_task_living_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, repair_pust, create_time, create_user_id, modify_time, modify_user_id, sts, sence_id, new_state, business_date, plugin_id, processing_time, processing_remarks, processor_name, processor, new_system_number, new_system_primary, remark, def1, def2, def3, def4, def5, sts) + + insert into integration_task_log(task_linving_id, task_id, task_code, task_name, remark, task_status, + start_time, end_time, diff_time, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, + company_id, sts) values - (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.repairPust},#{entity.create_time},#{entity.create_user_id},#{entity.modify_time},#{entity.modify_user_id},#{entity.sts},#{entity.senceId},#{entity.newState},#{entity.businessDate},#{entity.pluginId},#{entity.processingTime},#{entity.processingRemarks},#{entity.processorName},#{entity.processor},#{entity.newSystemNumber},#{entity.newSystemPrimary},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}, 'Y') + (#{entity.taskLinvingId},#{entity.taskId},#{entity.taskCode},#{entity.taskName},#{entity.remark},#{entity.taskStatus},#{entity.startTime},#{entity.endTime},#{entity.diffTime},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, + 'Y') - - insert into integration_task_living_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, repair_pust, create_time, create_user_id, modify_time, modify_user_id, sts, sence_id, new_state, business_date, plugin_id, processing_time, processing_remarks, processor_name, processor, new_system_number, new_system_primary, remark, def1, def2, def3, def4, def5) + + insert into integration_task_log(task_linving_id, task_id, task_code, task_name, remark, task_status, + start_time, end_time, diff_time, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, + company_id) values - (#{entity.taskLinvingId},#{entity.result},#{entity.queryCondition},#{entity.rootAppPk},#{entity.rootAppBill},#{entity.rootAppNewData},#{entity.newTransmitInfo},#{entity.newPushDate},#{entity.repairPust},#{entity.create_time},#{entity.create_user_id},#{entity.modify_time},#{entity.modify_user_id},#{entity.sts},#{entity.senceId},#{entity.newState},#{entity.businessDate},#{entity.pluginId},#{entity.processingTime},#{entity.processingRemarks},#{entity.processorName},#{entity.processor},#{entity.newSystemNumber},#{entity.newSystemPrimary},#{entity.remark},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5}) + (#{entity.taskLinvingId},#{entity.taskId},#{entity.taskCode},#{entity.taskName},#{entity.remark},#{entity.taskStatus},#{entity.startTime},#{entity.endTime},#{entity.diffTime},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) on duplicate key update task_linving_id = values(task_linving_id), - result = values(result), - query_condition = values(query_condition), - root_app_pk = values(root_app_pk), - root_app_bill = values(root_app_bill), - root_app_new_data = values(root_app_new_data), - new_transmit_info = values(new_transmit_info), - new_push_date = values(new_push_date), - repair_pust = values(repair_pust), + task_id = values(task_id), + task_code = values(task_code), + task_name = values(task_name), + remark = values(remark), + task_status = values(task_status), + start_time = values(start_time), + end_time = values(end_time), + diff_time = values(diff_time), + sorts = values(sorts), + create_user_id = values(create_user_id), create_time = values(create_time), - create_user_id = values(create_user_id), + modify_user_id = values(modify_user_id), modify_time = values(modify_time), - modify_user_id = values(modify_user_id), sts = values(sts), - sence_id = values(sence_id), - new_state = values(new_state), - business_date = values(business_date), - plugin_id = values(plugin_id), - processing_time = values(processing_time), - processing_remarks = values(processing_remarks), - processor_name = values(processor_name), - processor = values(processor), - new_system_number = values(new_system_number), - new_system_primary = values(new_system_primary), - remark = values(remark), - def1 = values(def1), - def2 = values(def2), - def3 = values(def3), - def4 = values(def4), - def5 = values(def5) + org_id = values(org_id), + company_id = values(company_id) + - -update integration_task_living_details set + + update integration_task_log set - task_linving_id = #{taskLinvingId}, - result = #{result}, - query_condition = #{queryCondition}, - root_app_pk = #{rootAppPk}, - root_app_bill = #{rootAppBill}, - root_app_new_data = #{rootAppNewData}, - new_transmit_info = #{newTransmitInfo}, - new_push_date = #{newPushDate}, - repair_pust = #{repairPust}, - create_time = #{create_time}, - create_user_id = #{create_user_id}, - modify_time = #{modify_time}, - modify_user_id = #{modify_user_id}, - sts = #{sts}, - sence_id = #{senceId}, - new_state = #{newState}, - business_date = #{businessDate}, - plugin_id = #{pluginId}, - processing_time = #{processingTime}, - processing_remarks = #{processingRemarks}, - processor_name = #{processorName}, - processor = #{processor}, - new_system_number = #{newSystemNumber}, - new_system_primary = #{newSystemPrimary}, - remark = #{remark}, - def1 = #{def1}, - def2 = #{def2}, - def3 = #{def3}, - def4 = #{def4}, - def5 = #{def5}, + task_linving_id = #{taskLinvingId}, + task_id = #{taskId}, + task_code = #{taskCode}, + task_name = #{taskName}, + remark = #{remark}, + task_status = #{taskStatus}, + start_time = #{startTime}, + end_time = #{endTime}, + diff_time = #{diffTime}, + sorts = #{sorts}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, where id = #{id} - -update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + +update integration_task_log set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - -update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + update integration_task_log set sts= 'N' ,modify_time = #{modify_time},modify_user_id = + #{modify_user_id} - and id = #{id} - and task_linving_id = #{taskLinvingId} - and result = #{result} - and query_condition = #{queryCondition} - and root_app_pk = #{rootAppPk} - and root_app_bill = #{rootAppBill} - and root_app_new_data = #{rootAppNewData} - and new_transmit_info = #{newTransmitInfo} - and new_push_date = #{newPushDate} - and repair_pust = #{repairPust} - and sts = #{sts} - and sorts = #{sorts} - and sence_id = #{senceId} - and new_state = #{newState} - and business_date = #{businessDate} - and plugin_id = #{pluginId} - and processing_time = #{processingTime} - and processing_remarks = #{processingRemarks} - and processor_name = #{processorName} - and processor = #{processor} - and new_system_number = #{newSystemNumber} - and new_system_primary = #{newSystemPrimary} - and remark = #{remark} - and def1 = #{def1} - and def2 = #{def2} - and def3 = #{def3} - and def4 = #{def4} - and def5 = #{def5} + and id = #{id} + and task_linving_id = #{taskLinvingId} + and task_id = #{taskId} + and task_code = #{taskCode} + and task_name = #{taskName} + and remark = #{remark} + and task_status = #{taskStatus} + and start_time = #{startTime} + and end_time = #{endTime} + and diff_time = #{diffTime} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} and sts='Y' - delete from integration_task_living_details where id = #{id} + delete from integration_task_log where id = #{id} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java index 67165e65..32bcfd0c 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/IIntegrationTaskLogService.java @@ -1,12 +1,33 @@ package com.hzya.frame.sysnew.integtationTaskLog.service; +import com.alibaba.fastjson.JSONObject; import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; import com.hzya.frame.basedao.service.IBaseService; +import com.hzya.frame.web.entity.JsonResultEntity; + /** * 集成任务-实例详情(IntegrationTaskLog)表服务接口 * * @author makejava - * @since 2024-05-15 14:06:43 + * @since 2024-05-06 15:37:55 */ public interface IIntegrationTaskLogService extends IBaseService{ + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询任务日志列表分页 + * @Date 11:52 上午 2024/3/27 + **/ + JsonResultEntity queryEntityPage(JSONObject jsonObject); + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取任务 + * @Date 2:36 下午 2024/3/27 + **/ + JsonResultEntity getEntity(JSONObject jsonObject); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java index fe28a014..0cf7b360 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/service/impl/IntegrationTaskLogServiceImpl.java @@ -1,17 +1,24 @@ package com.hzya.frame.sysnew.integtationTaskLog.service.impl; +import com.alibaba.fastjson.JSONObject; +import com.github.pagehelper.PageHelper; +import com.github.pagehelper.PageInfo; import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; import com.hzya.frame.sysnew.integtationTaskLog.dao.IIntegrationTaskLogDao; import com.hzya.frame.sysnew.integtationTaskLog.service.IIntegrationTaskLogService; -import org.springframework.stereotype.Service; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; -import javax.annotation.Resource; import com.hzya.frame.basedao.service.impl.BaseService; + +import java.util.List; + /** * 集成任务-实例详情(IntegrationTaskLog)表服务实现类 * * @author makejava - * @since 2024-05-15 14:06:46 + * @since 2024-05-06 15:37:55 */ @Service(value = "integrationTaskLogService") public class IntegrationTaskLogServiceImpl extends BaseService implements IIntegrationTaskLogService { @@ -23,4 +30,48 @@ public class IntegrationTaskLogServiceImpl extends BaseService list = integrationTaskLogDao.queryByLike(entity); + PageInfo pageInfo = new PageInfo(list); + return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + } + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取任务日志 + * @Date 2:36 下午 2024/3/27 + **/ + @Override + public JsonResultEntity getEntity(JSONObject jsonObject) { + IntegrationTaskLogEntity entity = getData("jsonStr", jsonObject, IntegrationTaskLogEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity = integrationTaskLogDao.get(entity.getId()); + if (entity == null) { + return BaseResult.getFailureMessageEntity("获取任务日志失败"); + } + return BaseResult.getSuccessMessageEntity("获取任务日志成功", entity); + } } From 10f26f27facaf63aba25d8818dca69ebd1d89465 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 14:58:47 +0800 Subject: [PATCH 39/86] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ax.url=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildpackage/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildpackage/src/main/resources/application.yml b/buildpackage/src/main/resources/application.yml index bcb64c18..6185f94c 100644 --- a/buildpackage/src/main/resources/application.yml +++ b/buildpackage/src/main/resources/application.yml @@ -72,6 +72,8 @@ mybatis-plus: global-config: db-config: id-type: auto # 主键策略 +ax: + url: # 积木报表工具 #JimuReport[minidao配置] minidao : From c380b5b6dd97fc2ad4e357cd412d4b0dd195098c Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 15:23:23 +0800 Subject: [PATCH 40/86] =?UTF-8?q?=E5=A2=9E=E5=8A=A0ax.url=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/buildpackage/src/main/resources/application.yml b/buildpackage/src/main/resources/application.yml index cfd08cee..6185f94c 100644 --- a/buildpackage/src/main/resources/application.yml +++ b/buildpackage/src/main/resources/application.yml @@ -74,4 +74,34 @@ mybatis-plus: id-type: auto # 主键策略 ax: url: - +# 积木报表工具 +#JimuReport[minidao配置] +minidao : + base-package: org.jeecg.modules.jmreport.desreport.dao* + db-type: mysql +#JimuReport[上传配置] +jeecg : + jmreport: + # 自动保存 + autoSave: true + # 单位毫秒 默认5*60*1000 + interval: 10000 + # local|minio|alioss + uploadType: local + # local + path : + #文件路径 + upload: D:\images + # alioss + oss: + endpoint: oss-cn-beijing.aliyuncs.com + accessKey: ?? + secretKey: ?? + staticDomain: ?? + bucketName: ?? + # minio + minio: + minio_url: http://minio.jeecg.com + minio_name: ?? + minio_pass: ?? + bucketName: ?? From ebea538f59df07fb37edb54a264bfe4688be0b57 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 16:01:59 +0800 Subject: [PATCH 41/86] =?UTF-8?q?=E6=97=A5=E5=BF=97status=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/SysMessageManageLogStatusEnum.java | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java diff --git a/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java b/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java new file mode 100644 index 00000000..6ebe9f5f --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java @@ -0,0 +1,48 @@ +package com.hzya.frame.sysnew.messageManageLog.entity; + +/** + * 日志 status枚举类 + */ +public enum SysMessageManageLogStatusEnum { + + UNSEND("1","待发送"), + SENDING("2","发送中"), + SUCCESS("3","发送成功"), + FAIL("4","发送成功"); + + + //类型 + private String type; + //值 + private String value; + + SysMessageManageLogStatusEnum(String type,String value){ + this.type=type; + this.value=value; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getValue() { + return value; + } + + public void setValue(String value) { + this.value = value; + } + + public static String statusGetValue(String type){ + for (SysMessageManageLogStatusEnum payState : SysMessageManageLogStatusEnum.values()){ + if(payState.getType()==type||payState.getType().equals(type)){ + return payState.getValue().toString(); + } + } + return null; + } +} From 9da0eee1d22bdfa06816d17296704954c6c5f7e8 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Wed, 15 May 2024 16:09:25 +0800 Subject: [PATCH 42/86] =?UTF-8?q?=E6=97=A5=E5=BF=97status=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/SysMessageManageLogStatusEnum.java | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java diff --git a/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java b/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java new file mode 100644 index 00000000..6ebe9f5f --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/messageManageLog/entity/SysMessageManageLogStatusEnum.java @@ -0,0 +1,48 @@ +package com.hzya.frame.sysnew.messageManageLog.entity; + +/** + * 日志 status枚举类 + */ +public enum SysMessageManageLogStatusEnum { + + UNSEND("1","待发送"), + SENDING("2","发送中"), + SUCCESS("3","发送成功"), + FAIL("4","发送成功"); + + + //类型 + private String type; + //值 + private String value; + + SysMessageManageLogStatusEnum(String type,String value){ + this.type=type; + this.value=value; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getValue() { + return value; + } + + public void setValue(String value) { + this.value = value; + } + + public static String statusGetValue(String type){ + for (SysMessageManageLogStatusEnum payState : SysMessageManageLogStatusEnum.values()){ + if(payState.getType()==type||payState.getType().equals(type)){ + return payState.getValue().toString(); + } + } + return null; + } +} From cceb06ceb3423a673dc0167ab3f3f4dfa8cca341 Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Wed, 15 May 2024 16:40:41 +0800 Subject: [PATCH 43/86] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=85=AC=E7=94=A8=E6=8E=A5=E5=8F=A3=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/IIntegrationTaskLivingDetailsDao.java | 18 ++ .../IntegrationTaskLivingDetailsDaoImpl.java | 16 +- .../IntegrationTaskLivingDetailsEntity.xml | 85 +++++++++ .../IIntegrationTaskLivingDetailsService.java | 44 +++++ ...tegrationTaskLivingDetailsServiceImpl.java | 161 ++++++++++++++++++ 5 files changed, 323 insertions(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java index 3e94afda..bead3beb 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java @@ -10,6 +10,24 @@ import com.hzya.frame.basedao.dao.IBaseDao; * @since 2024-05-15 14:06:30 */ public interface IIntegrationTaskLivingDetailsDao extends IBaseDao { +/** + * + * @content 保存成功日志 + * @author laborer + * @date 2024/5/15 0015 15:34 + * + */ + IntegrationTaskLivingDetailsEntity saveSuccessLog(IntegrationTaskLivingDetailsEntity entity); +/** + * + * @content 通过主键逻辑删除数据 + * @author laborer + * @date 2024/5/15 0015 15:47 + * + * @return + */ + + int deleteById(String id); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java index ae4c6839..1a353642 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java @@ -12,6 +12,20 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; */ @Repository(value = "IntegrationTaskLivingDetailsDaoImpl") public class IntegrationTaskLivingDetailsDaoImpl extends MybatisGenericDao implements IIntegrationTaskLivingDetailsDao{ - +/** + * + * @content 保存成功日志 + * @author laborer + * @date 2024/5/15 0015 15:34 + */ + @Override + public IntegrationTaskLivingDetailsEntity saveSuccessLog(IntegrationTaskLivingDetailsEntity entity) { + return super.save("com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.impl.IntegrationTaskLivingDetailsDaoImpl.entity_insert_success",entity); + } + + @Override + public int deleteById(String id) { + return super.delete("com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.impl.IntegrationTaskLivingDetailsDaoImpl.entity_logicDelete_for_uuid",id); + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml index d620468c..025035b2 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml @@ -323,6 +323,85 @@ ) + + + + insert into integration_task_living_details_success( + + id , + task_linving_id , + result , + query_condition , + root_app_pk , + root_app_bill , + root_app_new_data , + new_transmit_info , + new_push_date , + repair_pust , + create_time , + create_user_id , + modify_time , + modify_user_id , + sts , + sorts , + sence_id , + new_state , + business_date , + plugin_id , + processing_time , + processing_remarks , + processor_name , + processor , + new_system_number , + new_system_primary , + remark , + def1 , + def2 , + def3 , + def4 , + def5 , + sorts, + sts, + + )values( + + #{id} , + #{taskLinvingId} , + #{result} , + #{queryCondition} , + #{rootAppPk} , + #{rootAppBill} , + #{rootAppNewData} , + #{newTransmitInfo} , + #{newPushDate} , + #{repairPust} , + #{create_time} , + #{create_user_id} , + #{modify_time} , + #{modify_user_id} , + #{sts} , + #{sorts} , + #{senceId} , + #{newState} , + #{businessDate} , + #{pluginId} , + #{processingTime} , + #{processingRemarks} , + #{processorName} , + #{processor} , + #{newSystemNumber} , + #{newSystemPrimary} , + #{remark} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from integration_task_living_details a WHERE a.sts = 'Y' ), + 'Y', + + ) + insert into integration_task_living_details(task_linving_id, result, query_condition, root_app_pk, root_app_bill, root_app_new_data, new_transmit_info, new_push_date, repair_pust, create_time, create_user_id, modify_time, modify_user_id, sts, sence_id, new_state, business_date, plugin_id, processing_time, processing_remarks, processor_name, processor, new_system_number, new_system_primary, remark, def1, def2, def3, def4, def5, sts) @@ -410,6 +489,12 @@ where id = #{id} update integration_task_living_details set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} + + + + +update integration_task_living_details set sts= 'N' +where id = #{id} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java index 1e3d9edd..bbaf4243 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java @@ -1,7 +1,10 @@ package com.hzya.frame.sysnew.integtationTaskLivingDetails.service; +import com.alibaba.fastjson.JSONObject; import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; import com.hzya.frame.basedao.service.IBaseService; +import com.hzya.frame.web.entity.JsonResultEntity; + /** * 集成任务-实例详情(IntegrationTaskLivingDetails)表服务接口 * @@ -9,4 +12,45 @@ import com.hzya.frame.basedao.service.IBaseService; * @since 2024-05-15 14:06:43 */ public interface IIntegrationTaskLivingDetailsService extends IBaseService{ + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询任务实例列表分页 + * @Date 11:52 上午 2024/3/27 + **/ + JsonResultEntity testLog(JSONObject jsonObject)throws Exception; + + /** + * + * @content 成功日志公用接口 + * @author laborer + * @date 2024/5/15 0015 15:05 + * + */ + JsonResultEntity saveLogToSuccess(IntegrationTaskLivingDetailsEntity entity)throws Exception; + /** + * + * @content 失败日志公用接口 + * @author laborer + * @date 2024/5/15 0015 15:05 + * + */ + JsonResultEntity saveLogToFail(IntegrationTaskLivingDetailsEntity entity)throws Exception; + /** + * + * @content 重推成功接口(成功数据挪到成功日志表) + * @author laborer + * @date 2024/5/15 0015 15:05 + * + */ + JsonResultEntity saveLogFailToSuccess(IntegrationTaskLivingDetailsEntity entity)throws Exception; + /** + * + * @content 重推失败更新接口 + * @author laborer + * @date 2024/5/15 0015 15:05 + * + */ + JsonResultEntity updateLogFailToSuccess(IntegrationTaskLivingDetailsEntity entity)throws Exception; } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java index bac0f324..7ef0525f 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -1,8 +1,15 @@ package com.hzya.frame.sysnew.integtationTaskLivingDetails.service.impl; +import cn.hutool.core.util.StrUtil; +import com.alibaba.fastjson.JSON; +import com.alibaba.fastjson.JSONObject; import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; +import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import com.hzya.frame.web.exception.BaseSystemException; import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; import javax.annotation.Resource; @@ -23,4 +30,158 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService Date: Thu, 16 May 2024 08:38:24 +0800 Subject: [PATCH 44/86] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hzyaExtData=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=20=E5=AD=98=E6=94=BE=E4=B8=9A=E5=8A=A1=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seeyon/entity/OAWorkflowEventDataEntity.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java b/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java index 421bd2fb..341e553f 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java +++ b/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java @@ -1,6 +1,8 @@ package com.hzya.frame.seeyon.entity; +import com.alibaba.fastjson.JSONObject; + import java.util.Map; /** @@ -27,7 +29,7 @@ public class OAWorkflowEventDataEntity { private Map businessData; private Map extData; private String businessDataStr; - + private JSONObject hzyaExtData;//存放一些扩展数据 private String OnProcessFinished; public String getSummaryId() { return summaryId; @@ -140,4 +142,12 @@ public class OAWorkflowEventDataEntity { public void setEventType(String eventType) { this.eventType = eventType; } + + public JSONObject getHzyaExtData() { + return hzyaExtData; + } + + public void setHzyaExtData(JSONObject hzyaExtData) { + this.hzyaExtData = hzyaExtData; + } } From c64b37ac9c4019094a715a6cdd8ffb14a5bffde0 Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Thu, 16 May 2024 08:43:26 +0800 Subject: [PATCH 45/86] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=85=AC=E7=94=A8=E6=8E=A5=E5=8F=A3=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/IntegrationTaskLivingDetailsServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java index 7ef0525f..069110eb 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -32,7 +32,7 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService Date: Thu, 16 May 2024 08:43:54 +0800 Subject: [PATCH 46/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frame/mdm/entity/MdmDistributeDto.java | 1 + .../frame/mdm/entity/MdmDistributeEntity.java | 53 ++ .../mdm/mdmModule/dao/IMdmModuleDao.java | 5 + .../mdmModule/dao/impl/MdmModuleDaoImpl.java | 12 + .../mdm/mdmModule/entity/MdmModuleEntity.xml | 53 ++ .../mdm/service/impl/MdmServiceImpl.java | 623 +++++++++++------- .../entity/SysInterfaceEntity.xml | 2 +- 7 files changed, 497 insertions(+), 252 deletions(-) create mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java index af840e9f..d27cc712 100644 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java +++ b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java @@ -12,6 +12,7 @@ public class MdmDistributeDto { private String id; + private List mdmModuleDistributeEntities; public List getMdmModuleDistributeEntities() { diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java new file mode 100644 index 00000000..1511ea4f --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java @@ -0,0 +1,53 @@ +package com.hzya.frame.mdm.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +public class MdmDistributeEntity extends BaseEntity { + + private String tableName; + private String formmainId; + private String appId; + private String status;//1、发送成功 2、发送中 3、发送失败 4、未发送 + private String msg; + + public String getTableName() { + return tableName; + } + + public void setTableName(String tableName) { + this.tableName = tableName; + } + + public String getFormmainId() { + return formmainId; + } + + public void setFormmainId(String formmainId) { + this.formmainId = formmainId; + } + + public String getAppId() { + return appId; + } + + public void setAppId(String appId) { + this.appId = appId; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getMsg() { + return msg; + } + + public void setMsg(String msg) { + this.msg = msg; + } +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java index b3356d45..5dbd47ec 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java @@ -1,6 +1,7 @@ package com.hzya.frame.mdm.mdmModule.dao; import com.hzya.frame.mdm.entity.MdmDataDto; +import com.hzya.frame.mdm.entity.MdmDistributeEntity; import com.hzya.frame.mdm.entity.MdmDto; import com.hzya.frame.mdm.entity.MdmQuery; import com.hzya.frame.mdm.entity.MdmVo; @@ -49,5 +50,9 @@ public interface IMdmModuleDao extends IBaseDao { List> querySelectData(MdmDto entity); Integer deleteChilder(FormmainDeleteDto formmainDeleteDto); + + Integer saveDistribute(MdmDistributeEntity mdmDistributeEntity); + + Integer updateDistribute(MdmDistributeEntity mdmDistributeEntity); } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java index 3240e712..caabbdff 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java @@ -1,6 +1,7 @@ package com.hzya.frame.mdm.mdmModule.dao.impl; import com.hzya.frame.mdm.entity.MdmDataDto; +import com.hzya.frame.mdm.entity.MdmDistributeEntity; import com.hzya.frame.mdm.entity.MdmDto; import com.hzya.frame.mdm.entity.MdmQuery; import com.hzya.frame.mdm.entity.MdmVo; @@ -123,6 +124,17 @@ public class MdmModuleDaoImpl extends MybatisGenericDao } + @Override + public Integer saveDistribute(MdmDistributeEntity mdmDistributeEntity) { + Integer o = super.insert(getSqlIdPrifx() + "saveDistribute", mdmDistributeEntity); + return o; + } + @Override + public Integer updateDistribute(MdmDistributeEntity mdmDistributeEntity) { + Integer o = super.update(getSqlIdPrifx() + "updateDistribute", mdmDistributeEntity); + return o; + } + @Override public HashMap queryTemplateDataOne(MdmDto entity) { HashMap o = (HashMap) super.selectOne(getSqlIdPrifx() + "queryTemplateDataOne", entity); diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml index 425888d0..1da23211 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml @@ -696,5 +696,58 @@ where id = #{id} order by sorts asc + + + insert into ${tableName}( + + id , + formmain_id , + app_id , + status , + msg , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sts, + + )values( + + #{id} , + #{formmainId} , + #{appId} , + #{status} , + #{msg} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + 'Y', + + ) + + + + update ${tableName} set + + formmain_id = #{formmainId}, + app_id = #{appId}, + status = #{status}, + msg = #{msg}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + + where id = #{id} + diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 1b9921f9..5d75b322 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -13,6 +13,7 @@ import com.hzya.frame.mdm.entity.MdmDbFiledVo; import com.hzya.frame.mdm.entity.MdmDbVo; import com.hzya.frame.mdm.entity.MdmDetailViewVo; import com.hzya.frame.mdm.entity.MdmDistributeDto; +import com.hzya.frame.mdm.entity.MdmDistributeEntity; import com.hzya.frame.mdm.entity.MdmDistributeVo; import com.hzya.frame.mdm.entity.MdmDto; import com.hzya.frame.mdm.entity.MdmModuleViewDto; @@ -58,6 +59,8 @@ import com.hzya.frame.sys.roleModule.dao.IRoleModuleMapper; import com.hzya.frame.sys.roleModule.entity.RoleModule; import com.hzya.frame.sys.userRole.dao.IUserRoleMapper; import com.hzya.frame.sys.userRole.entity.UserRole; +import com.hzya.frame.sysnew.application.plugin.dao.ISysApplicationPluginDao; +import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginEntity; import com.hzya.frame.sysnew.buttonConfig.dao.ISysButtonConfigDao; import com.hzya.frame.sysnew.buttonConfig.entity.SysButtonConfigEntity; import com.hzya.frame.sysnew.menuConfig.dao.ISysMenuConfigDao; @@ -66,6 +69,8 @@ import com.hzya.frame.util.PluginUtils; import com.hzya.frame.uuid.UUIDUtils; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import javax.annotation.Resource; @@ -83,6 +88,8 @@ import java.util.stream.Collectors; */ @Service(value = "mdmService") public class MdmServiceImpl implements IMdmService { + private final Logger logger = LoggerFactory.getLogger(this.getClass()); + @Resource protected IModuleMapper moduleMapper; @Resource @@ -114,11 +121,12 @@ public class MdmServiceImpl implements IMdmService { @Resource private IMdmTableCodeRuleDao mdmTableCodeRuleDao;//模版数据表编码规则表 @Resource - protected IUserRoleMapper userRoleMapper; + protected ISysApplicationPluginDao sysApplicationPluginDao; @Resource private ISysMenuConfigDao sysMenuConfigDao; @Resource private ISysButtonConfigDao sysButtonConfigDao; + /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -299,23 +307,22 @@ public class MdmServiceImpl implements IMdmService { //查询数据源表 entity.setSts("Y"); List dblist = mdmModuleDbDao.queryBase(entity); - if(dblist != null && dblist.size() == 1 ){ - MdmModuleDbFiledsEntity queryDbFiled= new MdmModuleDbFiledsEntity(); + if (dblist != null && dblist.size() == 1) { + MdmModuleDbFiledsEntity queryDbFiled = new MdmModuleDbFiledsEntity(); queryDbFiled.setSts("Y"); queryDbFiled.setDbId(dblist.get(0).getId()); List list = mdmModuleDbFiledsDao.queryBase(queryDbFiled); MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); mdmModuleDbFiledsEntity.setChName("id"); mdmModuleDbFiledsEntity.setEnName("id"); - list.add(0,mdmModuleDbFiledsEntity); + list.add(0, mdmModuleDbFiledsEntity); return BaseResult.getSuccessMessageEntity("查询数据成功", list); - }else { + } else { return BaseResult.getFailureMessageEntity("服务不存在"); } } - /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -337,15 +344,15 @@ public class MdmServiceImpl implements IMdmService { entity.setSts("Y"); entity.setDbType("1"); List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(entity); - if(mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 1){ + if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 1) { MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); mdmModuleDbFiledsEntity.setSts("Y"); mdmModuleDbFiledsEntity.setDbId(mdmModuleDbEntityList.get(0).getId()); List list = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); return BaseResult.getSuccessMessageEntity("查询数据成功", list); - }else if(mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 0){ + } else if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 0) { return BaseResult.getFailureMessageEntity("请先配置数据源"); - }else { + } else { return BaseResult.getFailureMessageEntity("查询数据失败"); } } @@ -485,7 +492,7 @@ public class MdmServiceImpl implements IMdmService { deleteOldData.setModify_user_id(StpUtil.getLoginIdAsString()); deleteOldData.setModify_time(new Date()); mdmTableCodeRuleDao.logicRemoveMultiCondition(deleteOldData); - if(mdmTableCodeRuleEntityList != null && mdmTableCodeRuleEntityList.size() > 0){ + if (mdmTableCodeRuleEntityList != null && mdmTableCodeRuleEntityList.size() > 0) { for (int i = 0; i < mdmTableCodeRuleEntityList.size(); i++) { MdmTableCodeRuleEntity mdmTableCodeRuleEntity = mdmTableCodeRuleEntityList.get(i); mdmTableCodeRuleEntity.setMdmId(entity.getId()); @@ -734,18 +741,18 @@ public class MdmServiceImpl implements IMdmService { } /** - * @Author lvleigang - * @Description 设置分发表字段 - * @Date 8:49 上午 2023/11/9 * @param * @return java.util.List + * @Author lvleigang + * @Description 设置分发表字段 + * @Date 8:49 上午 2023/11/9 **/ private List getDistribute() { List dbFiledsDtos = new ArrayList<>(); - dbFiledsDtos.add(new DbFiledsDto("1", "数据id","formmain_id", "3", "50")); - dbFiledsDtos.add(new DbFiledsDto("1", "应用id","app_id", "3", "50")); - dbFiledsDtos.add(new DbFiledsDto("1", "状态1、发送成功 2、发送中 3、发送失败","status", "3", "50")); - dbFiledsDtos.add(new DbFiledsDto("1", "描述","msg", "3", "50")); + dbFiledsDtos.add(new DbFiledsDto("1", "数据id", "formmain_id", "3", "50")); + dbFiledsDtos.add(new DbFiledsDto("1", "应用id", "app_id", "3", "50")); + dbFiledsDtos.add(new DbFiledsDto("1", "状态1、发送成功 2、发送中 3、发送失败", "status", "3", "50")); + dbFiledsDtos.add(new DbFiledsDto("1", "描述", "msg", "3", "50")); return dbFiledsDtos; } @@ -979,9 +986,9 @@ public class MdmServiceImpl implements IMdmService { module.setFormId(entity.getId()); module.setParentMenuId("ea22757e99c144fb9ef381dd322e233c"); module.setMenuName(moduleEntity.getMdmName()); - module.setMenuEnglishName("integrationOptionAdmin"+moduleEntity.getMdmCode()); + module.setMenuEnglishName("integrationOptionAdmin" + moduleEntity.getMdmCode()); module.setMenuIcon(null);//模块图标 - module.setRoute("integrationOptionAdmin/"+moduleEntity.getMdmCode());//路由地址 + module.setRoute("integrationOptionAdmin/" + moduleEntity.getMdmCode());//路由地址 module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component module.setRemark("主数据生成菜单"); module.setVisibles("0"); @@ -1503,7 +1510,7 @@ public class MdmServiceImpl implements IMdmService { mdmModuleViewDetailEntity.setViewType("1"); List queryList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); //设置字段 - List queryListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, queryList,false); + List queryListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, queryList, false); mdmViewVo.setQueryList(queryListVo); //查询用户设置字段 @@ -1529,17 +1536,17 @@ public class MdmServiceImpl implements IMdmService { } else { dolistList = listList; } - List listListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, dolistList,true); + List listListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, dolistList, true); mdmViewVo.setListList(listListVo); List buttonList = new ArrayList<>(); - buttonList.add(new MdmViewButtonVo("new","新建")); - buttonList.add(new MdmViewButtonVo("resize","重置")); - buttonList.add(new MdmViewButtonVo("search","查询")); - buttonList.add(new MdmViewButtonVo("edit","修改")); - buttonList.add(new MdmViewButtonVo("dele","删除")); - buttonList.add(new MdmViewButtonVo("view","查看")); - buttonList.add(new MdmViewButtonVo("send","下发")); + buttonList.add(new MdmViewButtonVo("new", "新建")); + buttonList.add(new MdmViewButtonVo("resize", "重置")); + buttonList.add(new MdmViewButtonVo("search", "查询")); + buttonList.add(new MdmViewButtonVo("edit", "修改")); + buttonList.add(new MdmViewButtonVo("dele", "删除")); + buttonList.add(new MdmViewButtonVo("view", "查看")); + buttonList.add(new MdmViewButtonVo("send", "下发")); mdmViewVo.setButtonList(buttonList); return BaseResult.getSuccessMessageEntity("获取字段成功", mdmViewVo); } @@ -1645,7 +1652,7 @@ public class MdmServiceImpl implements IMdmService { * @Description 根据字段设置返回前台字段 * @Date 4:11 下午 2023/10/26 **/ - private List setQueryList(List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList, List queryList,boolean flag) { + private List setQueryList(List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList, List queryList, boolean flag) { List mdmViewFiledVos = new ArrayList<>(); if (queryList != null && queryList.size() > 0) { @@ -1690,9 +1697,9 @@ public class MdmServiceImpl implements IMdmService { mdmViewFiledVo.setEnName("document_rule");//英文名 mdmViewFiledVo.setChName("单据编码");//中文名 mdmViewFiledVo.setDbType("1");//类型 1、主表 2、明细 - if(mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0){ + if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if("1".equals(mdmModuleDbEntityList.get(i).getDbType())){ + if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i).getDbName());//表名 } } @@ -1733,11 +1740,11 @@ public class MdmServiceImpl implements IMdmService { msgRule.add(msgRulerow); msgRule.add(msgRuleTitie); mdmViewFiledVo.setRuleList(msgRule); - mdmViewFiledVos.add(0,mdmViewFiledVo); + mdmViewFiledVos.add(0, mdmViewFiledVo); //添加分发数量 - if(flag){ - addFfsl(mdmModuleDbEntityList,mdmViewFiledVos); + if (flag) { + addFfsl(mdmModuleDbEntityList, mdmViewFiledVos); } return mdmViewFiledVos; } @@ -1750,9 +1757,9 @@ public class MdmServiceImpl implements IMdmService { mdmViewFiledVo.setEnName("qwqwasdasdzxasda");//英文名 mdmViewFiledVo.setChName("分发数量");//中文名 mdmViewFiledVo.setDbType("1");//类型 1、主表 2、明细 - if(mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0){ + if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if("1".equals(mdmModuleDbEntityList.get(i).getDbType())){ + if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i).getDbName());//表名 } } @@ -1851,7 +1858,7 @@ public class MdmServiceImpl implements IMdmService { } mdmModuleDbEntity = mdmModuleDbEntityList.get(0); Map queryData = new HashMap<>(); - queryData.put("tableName", mdmModuleDbEntity.getDbName()+"_distribute");//表名 + queryData.put("tableName", mdmModuleDbEntity.getDbName() + "_distribute");//表名 queryData.put("id", entity.getId());//字段 List datas = mdmModuleDbDao.getServiceByDistributeIdNoCase(queryData); List returnData = new ArrayList<>(); @@ -1861,17 +1868,17 @@ public class MdmServiceImpl implements IMdmService { mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); mdmModuleDistributeEntity.setSts("Y"); List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); - if(datas != null && datas.size() > 0){ - if(mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0){ + if (datas != null && datas.size() > 0) { + if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { - boolean flag = false; + boolean flag = false; for (int i1 = 0; i1 < datas.size(); i1++) { - if(datas.get(i1).getAppId().equals(mdmModuleDistributeEntities.get(i).getAppId())){ + if (datas.get(i1).getAppId().equals(mdmModuleDistributeEntities.get(i).getAppId())) { flag = true; break; } } - if(!flag){ + if (!flag) { MdmDistributeVo mdmDistributeVo = new MdmDistributeVo(); mdmDistributeVo.setAppId(mdmModuleDistributeEntities.get(i).getAppId()); mdmDistributeVo.setStatus("4"); @@ -1881,8 +1888,8 @@ public class MdmServiceImpl implements IMdmService { } } returnData.addAll(datas); - }else { - if(mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0){ + } else { + if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { MdmDistributeVo mdmDistributeVo = new MdmDistributeVo(); mdmDistributeVo.setAppId(mdmModuleDistributeEntities.get(i).getAppId()); @@ -1892,8 +1899,9 @@ public class MdmServiceImpl implements IMdmService { } } } - return BaseResult.getSuccessMessageEntity("查询数据成功",returnData); + return BaseResult.getSuccessMessageEntity("查询数据成功", returnData); } + /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -1924,6 +1932,7 @@ public class MdmServiceImpl implements IMdmService { return BaseResult.getSuccessMessageEntity("查询数据成功", mapList); } } + /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -1973,7 +1982,7 @@ public class MdmServiceImpl implements IMdmService { if (!checkStr(entity.getValue())) { return BaseResult.getFailureMessageEntity("请先传递存储字段"); } - if(entity.getId().contains(",")){ + if (entity.getId().contains(",")) { String[] strArray = entity.getId().split(","); // 使用逗号和空格作为分隔符 entity.setIds(strArray); List> mapList = mdmModuleDao.queryTemplateDataMore(entity); @@ -1981,9 +1990,9 @@ public class MdmServiceImpl implements IMdmService { List> returnList = new ArrayList<>(); return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); } - List> returnList = gettochilder(strArray,0,mapList); + List> returnList = gettochilder(strArray, 0, mapList); return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); - }else { + } else { HashMap mapList = mdmModuleDao.queryTemplateDataOne(entity); if (mapList == null || mapList.size() == 0) { List> returnList = new ArrayList<>(); @@ -1993,7 +2002,7 @@ public class MdmServiceImpl implements IMdmService { returnList.add(mapList); return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); } - }else { + } else { List> mapList = mdmModuleDao.queryDataAll(entity); List> returnList = new ArrayList<>(); @@ -2013,16 +2022,16 @@ public class MdmServiceImpl implements IMdmService { } } } - return BaseResult.getSuccessMessageEntity("查询数据成功",returnList); + return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); } } private List> gettochilder(String[] strArray, int i, List> mapList) { List> maps = new ArrayList<>(); for (int i1 = 0; i1 < mapList.size(); i1++) { - if(strArray[i].equals(mapList.get(i1).get("id").toString())){ - if(strArray.length >= (i+2) ) { - mapList.get(i1).put("children",gettochilder(strArray,i+1,mapList)); + if (strArray[i].equals(mapList.get(i1).get("id").toString())) { + if (strArray.length >= (i + 2)) { + mapList.get(i1).put("children", gettochilder(strArray, i + 1, mapList)); } maps.add(mapList.get(i1)); break; @@ -2060,7 +2069,7 @@ public class MdmServiceImpl implements IMdmService { for (int i = 0; i < mapList.size(); i++) { //等于上级id的时候 if (stringObjectHashMap.equals(mapList.get(i).get(entity.getUpId()))) { - List> children = getchilder(mapList.get(i).get(entity.getUpId())+","+mapList.get(i).get("qsdfg"), mapList, entity); + List> children = getchilder(mapList.get(i).get(entity.getUpId()) + "," + mapList.get(i).get("qsdfg"), mapList, entity); HashMap re = new HashMap<>(); re.put("id", mapList.get(i).get("qsdfg")); re.put("label", mapList.get(i).get(entity.getLabel())); @@ -2074,6 +2083,7 @@ public class MdmServiceImpl implements IMdmService { } return returnList; } + /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -2168,7 +2178,7 @@ public class MdmServiceImpl implements IMdmService { for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { for (int b = 0; b < mdmModuleViewDetailEntityList.size(); b++) { - if(mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())){ + if (mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { mainMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); List mdmModuleDbFiledsRules = new ArrayList<>(); //循环字段属性 @@ -2195,7 +2205,7 @@ public class MdmServiceImpl implements IMdmService { for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { for (int b = 0; b < mdmModuleViewDetailEntityList.size(); b++) { - if(mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())){ + if (mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { sublistMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); List mdmModuleDbFiledsRules = new ArrayList<>(); //循环字段属性 @@ -2221,26 +2231,25 @@ public class MdmServiceImpl implements IMdmService { mdmViewVo.setMainMdmModuleDb(mainMdmModuleDb); //主数据子表 List mdmModuleDb = new ArrayList<>(); - if(sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0){ + if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { for (int i = 0; i < sublistMdmModuleDb.size(); i++) { - if(sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() != null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() > 0 ){ + if (sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() != null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() > 0) { mdmModuleDb.add(sublistMdmModuleDb.get(i)); } } } - if("5".equals(showType)){ + if ("5".equals(showType)) { MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); mdmModuleDbEntity.setDbName(mainMdmModuleDb.getDbName() + "_distribute"); mdmModuleDbEntity.setRemark(mainMdmModuleDb.getRemark() + "分发表"); mdmModuleDbEntity.setDbType("2"); - List mdmModuleDbFiledsEntityList1 = getDistributeRole(); + List mdmModuleDbFiledsEntityList1 = getDistributeRole(); mdmModuleDbEntity.setSublistMdmModuleDbFileds(mdmModuleDbFiledsEntityList1); mdmModuleDb.add(mdmModuleDbEntity); } mdmViewVo.setSublistMdmModuleDb(mdmModuleDb); - } else { mdmViewVo.setMainMdmModuleDb(mainMdmModuleDb); mdmViewVo.setSublistMdmModuleDb(sublistMdmModuleDb); @@ -2248,7 +2257,7 @@ public class MdmServiceImpl implements IMdmService { } private List getDistributeRole() { - List mdmModuleDbFiledsEntityList = new ArrayList<>(); + List mdmModuleDbFiledsEntityList = new ArrayList<>(); //app MdmModuleDbFiledsEntity appFiled = new MdmModuleDbFiledsEntity(); appFiled.setChName("应用"); @@ -2346,7 +2355,6 @@ public class MdmServiceImpl implements IMdmService { mdmModuleDbFiledsEntityList.add(statusFiled); - //msg MdmModuleDbFiledsEntity msgFiled = new MdmModuleDbFiledsEntity(); msgFiled.setChName("描述"); @@ -2462,31 +2470,31 @@ public class MdmServiceImpl implements IMdmService { if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { return BaseResult.getFailureMessageEntity("系统错误"); } - String tablename = null; + String tablename = null; JSONObject jsonObject = new JSONObject(); for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { //查询数据 Map queryData = new HashMap<>(); queryData.put("tableName", mdmModuleDbEntityList.get(i).getDbName());//表名 - if("1".equals(mdmModuleDbEntityList.get(i).getDbType())){ + if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { queryData.put("detailFlag", false);//是否明细 queryData.put("id", entity.getId());//字段 HashMap datas = mdmModuleDbDao.getServiceDataById(queryData); - jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(),datas); - tablename = mdmModuleDbEntityList.get(i).getDbName()+"_distribute"; - }else { + jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(), datas); + tablename = mdmModuleDbEntityList.get(i).getDbName() + "_distribute"; + } else { queryData.put("detailFlag", true);//是否明细 queryData.put("id", entity.getId());//字段 List> datas = mdmModuleDbDao.getServiceByFormmainId(queryData); - jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(),datas); + jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(), datas); } } - if(tablename != null && !"".equals(tablename)){ + if (tablename != null && !"".equals(tablename)) { Map queryData = new HashMap<>(); queryData.put("tableName", tablename);//表名 queryData.put("id", entity.getId());//字段 List> datas = mdmModuleDbDao.getServiceByDistributeId(queryData); - jsonObject.put(tablename,datas); + jsonObject.put(tablename, datas); } @@ -2494,7 +2502,6 @@ public class MdmServiceImpl implements IMdmService { } - /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -2529,7 +2536,7 @@ public class MdmServiceImpl implements IMdmService { if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { return BaseResult.getFailureMessageEntity("系统错误"); } - String res = checkDataOnly(jsonObject.getInteger("mdmCode"),saveData,true,mdmModuleEntity,mdmModuleDbEntityList); + String res = checkDataOnly(jsonObject.getInteger("mdmCode"), saveData, true, mdmModuleEntity, mdmModuleDbEntityList); if (res == null || "".equals(res)) { return BaseResult.getSuccessMessageEntity("修改数据成功"); @@ -2539,8 +2546,7 @@ public class MdmServiceImpl implements IMdmService { } - - /** + /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity * @Author lvleigang @@ -2574,7 +2580,7 @@ public class MdmServiceImpl implements IMdmService { if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { return BaseResult.getFailureMessageEntity("系统错误"); } - String res = checkDataOnly(jsonObject.getInteger("mdmCode"),saveData,false,mdmModuleEntity,mdmModuleDbEntityList); + String res = checkDataOnly(jsonObject.getInteger("mdmCode"), saveData, false, mdmModuleEntity, mdmModuleDbEntityList); if (res == null || "".equals(res)) { return BaseResult.getSuccessMessageEntity("保存数据成功"); @@ -2637,8 +2643,8 @@ public class MdmServiceImpl implements IMdmService { formmainDeleteDto.setId(jsonObject.getString("id")); formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - if(mdmModuleViewEntity != null && mdmModuleViewEntity.getViewName() != null && "1".equals(mdmModuleViewEntity.getViewName() ) && - mdmModuleViewEntity.getUpIdFiled() != null && !"".equals(mdmModuleViewEntity.getUpIdFiled() )){ + if (mdmModuleViewEntity != null && mdmModuleViewEntity.getViewName() != null && "1".equals(mdmModuleViewEntity.getViewName()) && + mdmModuleViewEntity.getUpIdFiled() != null && !"".equals(mdmModuleViewEntity.getUpIdFiled())) { formmainDeleteDto.setUpIdFiled(mdmModuleViewEntity.getUpIdFiled()); Map queryData = new HashMap<>(); @@ -2647,19 +2653,19 @@ public class MdmServiceImpl implements IMdmService { queryData.put("id", jsonObject.getString("id"));//字段 HashMap datas = mdmModuleDbDao.getServiceDataById(queryData); String upValue = null; - if(datas != null && datas.get(mdmModuleViewEntity.getUpIdFiled()) != null){ + if (datas != null && datas.get(mdmModuleViewEntity.getUpIdFiled()) != null) { upValue = datas.get(mdmModuleViewEntity.getUpIdFiled()).toString(); } - if(upValue != null ){ - formmainDeleteDto.setUpIdFiledValue(upValue+","+jsonObject.getString("id")); - }else { + if (upValue != null) { + formmainDeleteDto.setUpIdFiledValue(upValue + "," + jsonObject.getString("id")); + } else { formmainDeleteDto.setUpIdFiledValue(jsonObject.getString("id")); } mdmModuleDao.deleteChilder(formmainDeleteDto); } mdmModuleDao.deleteTemplateById(formmainDeleteDto); - }else { + } else { //删除明细 FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); formmainDeleteDto.setFormmain_id(jsonObject.getString("id")); @@ -2672,7 +2678,6 @@ public class MdmServiceImpl implements IMdmService { } - /** * @param object * @return com.hzya.frame.web.entity.JsonResultEntity @@ -2696,36 +2701,152 @@ public class MdmServiceImpl implements IMdmService { if (!checkData(jsonObject, "dataType")) { return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); } - //TODO 后续完成下发或者删除业务 - //1、根据服务名查询分发数据 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - //if() - MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); - //mdmModuleDistributeEntity - //mdmModuleDistributeDao. - //2、查找插件 - //3、调用插件 - //PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(jsonObjectStr.getString("plug_id")); - //JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObjectStr); + if("2".equals(jsonObject.getString("dataType"))){ + boolean flag = false; + //1、根据服务名查询分发数据 + MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + mdmModuleEntity.setSts("Y"); + List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + if (mdmModuleEntities != null && mdmModuleEntities.size() == 1) { + MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); + mdmModuleDbEntity.setDbType("1"); + mdmModuleDbEntity.setSts("Y"); + List mdmModuleDbEntities = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + if (mdmModuleDbEntities != null && mdmModuleDbEntities.size() == 1) { + mdmModuleDbEntity = mdmModuleDbEntities.get(0); + } + MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + mdmModuleDistributeEntity.setAppId(jsonObject.getString("appID")); + mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); + List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); + if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() == 1) { + if (mdmModuleDistributeEntities.get(0).getAddType() != null && "1".equals(mdmModuleDistributeEntities.get(0).getAddType())) { + //2、查找插件 + if (mdmModuleDistributeEntities.get(0).getAddPlug() != null && !"".equals(mdmModuleDistributeEntities.get(0).getAddPlug())) { + //2、查找插件 + SysApplicationPluginEntity sysApplicationPluginEntity = sysApplicationPluginDao.get(mdmModuleDistributeEntities.get(0).getAddPlug()); + if(sysApplicationPluginEntity.getPluginCode() != null && !"".equals(sysApplicationPluginEntity.getPluginCode())){ + //3、调用插件 + PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(sysApplicationPluginEntity.getPluginCode()); + try { + JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObject); + flag = true; + } catch (Exception e) { + logger.error("插件处理失败"+e.getMessage()); + } + } + } + } else { + //TODO 连线 + flag = true; + } + } + if(mdmModuleDbEntity.getDbName()!= null && !"".equals(mdmModuleDbEntity.getDbName())) { + MdmDistributeEntity mdmDistributeEntity = new MdmDistributeEntity(); + mdmDistributeEntity.setCreate(); + mdmDistributeEntity.setTableName(mdmModuleDbEntity.getDbName()+"_distribute"); + mdmDistributeEntity.setFormmainId(jsonObject.getString("id")); + mdmDistributeEntity.setAppId(jsonObject.getString("appID")); + mdmDistributeEntity.setStatus("1"); + mdmDistributeEntity.setMsg("发送成功"); + if (!flag) { + mdmDistributeEntity.setStatus("3"); + mdmDistributeEntity.setMsg("发送失败"); + } + mdmModuleDao.saveDistribute(mdmDistributeEntity); + return BaseResult.getSuccessMessageEntity("下发数据成功"); + + }else { + return BaseResult.getFailureMessageEntity("系统错误"); + } + }else { + return BaseResult.getFailureMessageEntity("系统错误"); + } + }else { + if (!checkData(jsonObject, "distributeID")) { + return BaseResult.getFailureMessageEntity("请先传递分发数据"); + } + boolean flag = false; + //1、根据服务名查询分发数据 + MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + mdmModuleEntity.setSts("Y"); + List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + if (mdmModuleEntities != null && mdmModuleEntities.size() == 1) { + MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); + mdmModuleDbEntity.setDbType("1"); + mdmModuleDbEntity.setSts("Y"); + List mdmModuleDbEntities = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + if (mdmModuleDbEntities != null && mdmModuleDbEntities.size() == 1) { + mdmModuleDbEntity = mdmModuleDbEntities.get(0); + } + MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + mdmModuleDistributeEntity.setAppId(jsonObject.getString("appID")); + mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); + List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); + if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() == 1) { + if (mdmModuleDistributeEntities.get(0).getDeleteType() != null && "1".equals(mdmModuleDistributeEntities.get(0).getDeleteType())) { + //2、查找插件 + if (mdmModuleDistributeEntities.get(0).getDeletePlug() != null && !"".equals(mdmModuleDistributeEntities.get(0).getDeletePlug())) { + //2、查找插件 + SysApplicationPluginEntity sysApplicationPluginEntity = sysApplicationPluginDao.get(mdmModuleDistributeEntities.get(0).getDeletePlug()); + if(sysApplicationPluginEntity.getPluginCode() != null && !"".equals(sysApplicationPluginEntity.getPluginCode())){ + //3、调用插件 + PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(sysApplicationPluginEntity.getPluginCode()); + try { + JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObject); + flag = true; + } catch (Exception e) { + logger.error("插件处理失败"+e.getMessage()); + } + } + } + } else { + //TODO 连线 + flag = true; + } + } + if(mdmModuleDbEntity.getDbName()!= null && !"".equals(mdmModuleDbEntity.getDbName())) { + //删除数据 + MdmDistributeEntity mdmDistributeEntity = new MdmDistributeEntity(); + mdmDistributeEntity.setId(jsonObject.getString("distributeID")); + mdmDistributeEntity.setTableName(mdmModuleDbEntity.getDbName()+"_distribute"); + mdmDistributeEntity.setFormmainId(jsonObject.getString("id")); + mdmDistributeEntity.setAppId(jsonObject.getString("appID")); + mdmDistributeEntity.setStatus("1"); + mdmDistributeEntity.setMsg("删除成功"); + if (!flag) { + mdmDistributeEntity.setStatus("3"); + mdmDistributeEntity.setMsg("删除失败"); + } + mdmModuleDao.updateDistribute(mdmDistributeEntity); + return BaseResult.getSuccessMessageEntity("删除数据成功"); + + }else { + return BaseResult.getFailureMessageEntity("系统错误"); + } + }else { + return BaseResult.getFailureMessageEntity("系统错误"); + } + } - return BaseResult.getSuccessMessageEntity("处理分发数据成功"); } /** - * @Author lvleigang - * @Description 校验数据 - * @Date 11:20 上午 2023/11/6 * @param mdmCode * @param saveData * @param mdmModuleEntity * @param mdmModuleDbEntityList - * @param flag 修改 新增 + * @param flag 修改 新增 * @return java.lang.String + * @Author lvleigang + * @Description 校验数据 + * @Date 11:20 上午 2023/11/6 **/ - private String checkDataOnly(Integer mdmCode, JSONObject saveData,boolean flag,MdmModuleEntity mdmModuleEntity,List mdmModuleDbEntityList) { + private String checkDataOnly(Integer mdmCode, JSONObject saveData, boolean flag, MdmModuleEntity mdmModuleEntity, List mdmModuleDbEntityList) { StringBuffer str = new StringBuffer(); //查询字段 @@ -2737,32 +2858,32 @@ public class MdmServiceImpl implements IMdmService { mdmModuleDbFiledsEntity.setRoleValue("true"); List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); - if(mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0){ + if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if(mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())){ - if(jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))){ - if(str.toString() != null && !"".equals(str.toString())){ - str.append(";"); - } - str.append(mdmModuleDbEntityList.get(i).getRemark()+"的"+mdmModuleDbFiledsEntityList.get(i1).getChName()+"不为空"); + if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { + if (jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))) { + if (str.toString() != null && !"".equals(str.toString())) { + str.append(";"); + } + str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "不为空"); } } } - }else { + } else { JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); - if(jsonArray != null && jsonArray.size() > 0){ + if (jsonArray != null && jsonArray.size() > 0) { for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if(mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())){ + if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { for (int i2 = 0; i2 < jsonArray.size(); i2++) { JSONObject jsonObject = jsonArray.getJSONObject(i2); - if(jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))){ - if(str.toString() != null && !"".equals(str.toString())){ + if (jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))) { + if (str.toString() != null && !"".equals(str.toString())) { str.append(";"); } - str.append(mdmModuleDbEntityList.get(i).getRemark()+"的"+mdmModuleDbFiledsEntityList.get(i1).getChName()+"不为空"); + str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "不为空"); break; } } @@ -2783,51 +2904,51 @@ public class MdmServiceImpl implements IMdmService { List onlyEntityList = mdmModuleDbFiledsDao.queryBase(onlyFiledsEntity); - if(onlyEntityList != null && onlyEntityList.size() > 0){ + if (onlyEntityList != null && onlyEntityList.size() > 0) { for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); for (int i1 = 0; i1 < onlyEntityList.size(); i1++) { - if(onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())){ + if (onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { //校验唯一 - Map map = new HashMap<>(); - map.put("tableName",mdmModuleDbEntityList.get(i).getDbName()); - if(flag){ - map.put("id",jsonObject.getString("id")); + Map map = new HashMap<>(); + map.put("tableName", mdmModuleDbEntityList.get(i).getDbName()); + if (flag) { + map.put("id", jsonObject.getString("id")); } - map.put("filedName",onlyEntityList.get(i1).getEnName()); - map.put("filedValue",jsonObject.getString(onlyEntityList.get(i1).getEnName())); + map.put("filedName", onlyEntityList.get(i1).getEnName()); + map.put("filedValue", jsonObject.getString(onlyEntityList.get(i1).getEnName())); Integer count = mdmModuleDao.checkData(map); - if(count > 0){ - if(str.toString() != null && !"".equals(str.toString())){ + if (count > 0) { + if (str.toString() != null && !"".equals(str.toString())) { str.append(";"); } - str.append(mdmModuleDbEntityList.get(i).getRemark()+"的"+mdmModuleDbFiledsEntityList.get(i1).getChName()+"已存在"); + str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "已存在"); } } } - }else { + } else { JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); - if(jsonArray != null && jsonArray.size() > 0){ + if (jsonArray != null && jsonArray.size() > 0) { for (int i1 = 0; i1 < onlyEntityList.size(); i1++) { - if(onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())){ + if (onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { for (int i2 = 0; i2 < jsonArray.size(); i2++) { JSONObject jsonObject = jsonArray.getJSONObject(i2); //校验唯一 - Map map = new HashMap<>(); - map.put("tableName",mdmModuleDbEntityList.get(i).getDbName()); - if(flag){ - map.put("id",jsonObject.getString("id")); + Map map = new HashMap<>(); + map.put("tableName", mdmModuleDbEntityList.get(i).getDbName()); + if (flag) { + map.put("id", jsonObject.getString("id")); } - map.put("filedName",onlyEntityList.get(i1).getEnName()); - map.put("filedValue",jsonObject.getString(onlyEntityList.get(i1).getEnName())); + map.put("filedName", onlyEntityList.get(i1).getEnName()); + map.put("filedValue", jsonObject.getString(onlyEntityList.get(i1).getEnName())); Integer count = mdmModuleDao.checkData(map); - if(count > 0){ - if(str.toString() != null && !"".equals(str.toString())){ + if (count > 0) { + if (str.toString() != null && !"".equals(str.toString())) { str.append(";"); } - str.append(mdmModuleDbEntityList.get(i).getRemark()+"的"+mdmModuleDbFiledsEntityList.get(i1).getChName()+"已存在"); + str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "已存在"); break; } } @@ -2843,134 +2964,134 @@ public class MdmServiceImpl implements IMdmService { //保存数据 if (str == null || "".equals(str.toString())) { String id = UUIDUtils.getUUID(); - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); - //保存数据 - MdmDataDto mdmDataDto = new MdmDataDto(); - mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); + //保存数据 + MdmDataDto mdmDataDto = new MdmDataDto(); + mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity1 = new MdmModuleDbFiledsEntity(); + mdmModuleDbFiledsEntity1.setMdmId(mdmModuleEntity.getId()); + mdmModuleDbFiledsEntity1.setDbId(mdmModuleDbEntityList.get(i).getId()); + mdmModuleDbFiledsEntity1.setSts("Y"); + List fileds = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity1); + //查询单据规则 + MdmTableCodeRuleEntity mdmTableCodeRuleEntity = new MdmTableCodeRuleEntity(); + mdmTableCodeRuleEntity.setMdmId(mdmModuleEntity.getId()); + mdmTableCodeRuleEntity.setDbId(mdmModuleDbEntityList.get(i).getId()); + mdmTableCodeRuleEntity.setSts("Y"); + List mdmTableCodeRuleEntities = mdmTableCodeRuleDao.queryBase(mdmTableCodeRuleEntity); + StringBuffer document_rule = new StringBuffer(); + Integer document_rule_num = 0; + if (mdmTableCodeRuleEntities != null && mdmTableCodeRuleEntities.size() > 0) { + for (int i1 = 0; i1 < mdmTableCodeRuleEntities.size(); i1++) { + //1、连接符号 2、字符串 3、日期 4、流水号 + if ("1".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + document_rule.append("-"); + } else if ("2".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + document_rule.append(mdmTableCodeRuleEntities.get(i1).getDbValue()); + } else if ("3".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + SimpleDateFormat sdf = new SimpleDateFormat(mdmTableCodeRuleEntities.get(i1).getDbValue());//要转换的时间格式 + String stra = sdf.format(new Date()); + document_rule.append(stra); + } else if ("4".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + document_rule_num = mdmTableCodeRuleEntities.get(i1).getDbValue().length(); + } + } + } + List mdmDataFiledDtos = new ArrayList<>(); + for (int i1 = 0; i1 < fileds.size(); i1++) { + if (jsonObject.get(fileds.get(i1).getEnName()) != null) { + MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); + mdmDataFiledDto.setFiledsName(fileds.get(i1).getEnName()); + mdmDataFiledDto.setFiledsValue(jsonObject.getString(fileds.get(i1).getEnName())); + mdmDataFiledDtos.add(mdmDataFiledDto); + } + } + MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); + mdmDataFiledDto.setFiledsName("logid"); + mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); + mdmDataFiledDtos.add(mdmDataFiledDto); + mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); + if (flag) { + mdmDataDto.setId(jsonObject.getString("id")); + id = jsonObject.getString("id"); + int a = mdmModuleDao.updateForm(mdmDataDto); + } else { + + mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); + mdmDataDto.setDocumentRule(document_rule.toString()); + mdmDataDto.setDocumentRuleNum(document_rule_num); + MdmDataFiledDto ids = new MdmDataFiledDto(); + ids.setFiledsName("id"); + ids.setFiledsValue(id); + mdmDataFiledDtos.add(ids); + mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); + int a = mdmModuleDao.saveForm(mdmDataDto); + } + } + } + + for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { + //删除明细 + FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); + formmainDeleteDto.setFormmain_id(id); + formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); + formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + mdmModuleDao.deleteTemplateById(formmainDeleteDto); + + JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); + if (jsonArray != null && jsonArray.size() > 0) { MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity1 = new MdmModuleDbFiledsEntity(); mdmModuleDbFiledsEntity1.setMdmId(mdmModuleEntity.getId()); mdmModuleDbFiledsEntity1.setDbId(mdmModuleDbEntityList.get(i).getId()); mdmModuleDbFiledsEntity1.setSts("Y"); List fileds = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity1); - //查询单据规则 - MdmTableCodeRuleEntity mdmTableCodeRuleEntity = new MdmTableCodeRuleEntity(); - mdmTableCodeRuleEntity.setMdmId(mdmModuleEntity.getId()); - mdmTableCodeRuleEntity.setDbId(mdmModuleDbEntityList.get(i).getId()); - mdmTableCodeRuleEntity.setSts("Y"); - List mdmTableCodeRuleEntities = mdmTableCodeRuleDao.queryBase(mdmTableCodeRuleEntity); - StringBuffer document_rule = new StringBuffer(); - Integer document_rule_num = 0; - if(mdmTableCodeRuleEntities != null && mdmTableCodeRuleEntities.size() > 0){ - for (int i1 = 0; i1 < mdmTableCodeRuleEntities.size(); i1++) { - //1、连接符号 2、字符串 3、日期 4、流水号 - if("1".equals(mdmTableCodeRuleEntities.get(i1).getDbType())){ - document_rule.append("-"); - }else if("2".equals(mdmTableCodeRuleEntities.get(i1).getDbType())){ - document_rule.append(mdmTableCodeRuleEntities.get(i1).getDbValue()); - }else if("3".equals(mdmTableCodeRuleEntities.get(i1).getDbType())){ - SimpleDateFormat sdf = new SimpleDateFormat(mdmTableCodeRuleEntities.get(i1).getDbValue());//要转换的时间格式 - String stra = sdf.format(new Date()); - document_rule.append(stra); - }else if("4".equals(mdmTableCodeRuleEntities.get(i1).getDbType())){ - document_rule_num = mdmTableCodeRuleEntities.get(i1).getDbValue().length(); - } - } - } - List mdmDataFiledDtos = new ArrayList<>(); - for (int i1 = 0; i1 < fileds.size(); i1++) { - if(jsonObject.get(fileds.get(i1).getEnName()) != null ){ + + for (int i2 = 0; i2 < jsonArray.size(); i2++) { + JSONObject jsonObject = jsonArray.getJSONObject(i2); + //保存数据 + MdmDataDto mdmDataDto = new MdmDataDto(); + mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + List mdmDataFiledDtos = new ArrayList<>(); + for (int i1 = 0; i1 < fileds.size(); i1++) { MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); mdmDataFiledDto.setFiledsName(fileds.get(i1).getEnName()); mdmDataFiledDto.setFiledsValue(jsonObject.getString(fileds.get(i1).getEnName())); mdmDataFiledDtos.add(mdmDataFiledDto); } - } - MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); - mdmDataFiledDto.setFiledsName("logid"); - mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); - mdmDataFiledDtos.add(mdmDataFiledDto); - mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - if(flag){ - mdmDataDto.setId(jsonObject.getString("id")); - id = jsonObject.getString("id"); - int a = mdmModuleDao.updateForm(mdmDataDto); - }else { + MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); + mdmDataFiledDto.setFiledsName("logid"); + mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); + mdmDataFiledDtos.add(mdmDataFiledDto); + + MdmDataFiledDto formain_id = new MdmDataFiledDto(); + formain_id.setFiledsName("formmain_id"); + formain_id.setFiledsValue(id); + mdmDataFiledDtos.add(formain_id); - mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); - mdmDataDto.setDocumentRule(document_rule.toString()); - mdmDataDto.setDocumentRuleNum(document_rule_num); - MdmDataFiledDto ids = new MdmDataFiledDto(); - ids.setFiledsName("id"); - ids.setFiledsValue(id); - mdmDataFiledDtos.add(ids); mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - int a = mdmModuleDao.saveForm(mdmDataDto); - } - } - } - - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //删除明细 - FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); - formmainDeleteDto.setFormmain_id(id); - formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); - formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - mdmModuleDao.deleteTemplateById(formmainDeleteDto); - - JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); - if(jsonArray != null && jsonArray.size() > 0){ - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity1 = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity1.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsEntity1.setDbId(mdmModuleDbEntityList.get(i).getId()); - mdmModuleDbFiledsEntity1.setSts("Y"); - List fileds = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity1); - - for (int i2 = 0; i2 < jsonArray.size(); i2++) { - JSONObject jsonObject = jsonArray.getJSONObject(i2); - //保存数据 - MdmDataDto mdmDataDto = new MdmDataDto(); - mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - List mdmDataFiledDtos = new ArrayList<>(); - for (int i1 = 0; i1 < fileds.size(); i1++) { - MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); - mdmDataFiledDto.setFiledsName(fileds.get(i1).getEnName()); - mdmDataFiledDto.setFiledsValue(jsonObject.getString(fileds.get(i1).getEnName())); - mdmDataFiledDtos.add(mdmDataFiledDto); - } - MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); - mdmDataFiledDto.setFiledsName("logid"); - mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); - mdmDataFiledDtos.add(mdmDataFiledDto); - - MdmDataFiledDto formain_id = new MdmDataFiledDto(); - formain_id.setFiledsName("formmain_id"); - formain_id.setFiledsValue(id); - mdmDataFiledDtos.add(formain_id); - + if (jsonObject.getString("id") != null) { + MdmDataFiledDto sts = new MdmDataFiledDto(); + sts.setFiledsName("sts"); + sts.setFiledsValue("Y"); + mdmDataFiledDtos.add(sts); + mdmDataDto.setId(jsonObject.getString("id")); + int a = mdmModuleDao.updateForm(mdmDataDto); + } else { + MdmDataFiledDto ids = new MdmDataFiledDto(); + ids.setFiledsName("id"); + ids.setFiledsValue(UUIDUtils.getUUID()); + mdmDataFiledDtos.add(ids); mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - if(jsonObject.getString("id") != null ){ - MdmDataFiledDto sts = new MdmDataFiledDto(); - sts.setFiledsName("sts"); - sts.setFiledsValue("Y"); - mdmDataFiledDtos.add(sts); - mdmDataDto.setId(jsonObject.getString("id")); - int a = mdmModuleDao.updateForm(mdmDataDto); - }else { - MdmDataFiledDto ids = new MdmDataFiledDto(); - ids.setFiledsName("id"); - ids.setFiledsValue(UUIDUtils.getUUID()); - mdmDataFiledDtos.add(ids); - mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); - int a = mdmModuleDao.saveForm(mdmDataDto); - } + mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); + int a = mdmModuleDao.saveForm(mdmDataDto); } } } } + } } return str.toString(); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/sysInterface/entity/SysInterfaceEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/sysInterface/entity/SysInterfaceEntity.xml index 9c3af38e..c82fe9bb 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/sysInterface/entity/SysInterfaceEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/sysInterface/entity/SysInterfaceEntity.xml @@ -115,7 +115,7 @@ and company_id like concat('%',#{companyId},'%') and sts='Y' - order by sorts asc + order by sorts desc order by ${sort} ${order} From 1dec7091221f3de1d7a03ba1b454b6d1628f4b55 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Thu, 16 May 2024 08:44:50 +0800 Subject: [PATCH 47/86] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java index 2b4d7f5a..d76b13e2 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java @@ -418,6 +418,7 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { object.put("summaryId",""); object.put("currentActivityId",""); object.put("id",forMainId); + object.put("extData",requestData.getJSONObject("extData")); logger.info("Method:thirdInterfaceSeeYonDefinitionRePush 组装seeYonBean DATA: {}",seeYonBean.toJSONString()); rePushRequestData.put("jsonStr",object); From 0f2e8fb7b76adf59f455532850877401e4fbbaac Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Thu, 16 May 2024 08:38:24 +0800 Subject: [PATCH 48/86] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hzyaExtData=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=20=E5=AD=98=E6=94=BE=E4=B8=9A=E5=8A=A1=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seeyon/entity/OAWorkflowEventDataEntity.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java b/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java index 421bd2fb..341e553f 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java +++ b/service/src/main/java/com/hzya/frame/seeyon/entity/OAWorkflowEventDataEntity.java @@ -1,6 +1,8 @@ package com.hzya.frame.seeyon.entity; +import com.alibaba.fastjson.JSONObject; + import java.util.Map; /** @@ -27,7 +29,7 @@ public class OAWorkflowEventDataEntity { private Map businessData; private Map extData; private String businessDataStr; - + private JSONObject hzyaExtData;//存放一些扩展数据 private String OnProcessFinished; public String getSummaryId() { return summaryId; @@ -140,4 +142,12 @@ public class OAWorkflowEventDataEntity { public void setEventType(String eventType) { this.eventType = eventType; } + + public JSONObject getHzyaExtData() { + return hzyaExtData; + } + + public void setHzyaExtData(JSONObject hzyaExtData) { + this.hzyaExtData = hzyaExtData; + } } From fcec924c63267e195e9d35d6df3e617c32842a46 Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Thu, 16 May 2024 09:43:50 +0800 Subject: [PATCH 49/86] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=85=AC=E7=94=A8=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tegrationTaskLivingDetailsServiceImpl.java | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java index 069110eb..2011cc23 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -67,6 +67,8 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService Date: Thu, 16 May 2024 10:06:57 +0800 Subject: [PATCH 50/86] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=85=AC=E7=94=A8=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/IntegrationTaskLivingDetailsServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java index 2011cc23..856b374f 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -7,6 +7,7 @@ import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTask import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; import com.hzya.frame.sysnew.integtationTaskLog.entity.IntegrationTaskLogEntity; +import com.hzya.frame.uuid.UUIDLong; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; import com.hzya.frame.web.exception.BaseSystemException; @@ -69,6 +70,7 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService Date: Thu, 16 May 2024 10:09:31 +0800 Subject: [PATCH 51/86] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=85=AC=E7=94=A8=E6=8E=A5=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/IntegrationTaskLivingDetailsServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java index 856b374f..e846d812 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/impl/IntegrationTaskLivingDetailsServiceImpl.java @@ -67,10 +67,10 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService Date: Thu, 16 May 2024 14:13:56 +0800 Subject: [PATCH 52/86] =?UTF-8?q?seeyonExt=E9=87=8D=E8=AF=95=E6=8F=92?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/SeeyonExtPluginInitializer.java | 138 ++++++++++++++++++ .../cfgHome/plugin/seeyonExt/pluginCfg.xml | 6 + .../spring/spring-buildpackage-plugin.xml | 5 + .../test/java/com/hzya/frame/temButtom.java | 21 +++ 4 files changed, 170 insertions(+) create mode 100644 buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java create mode 100644 buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/pluginCfg.xml create mode 100644 buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/spring/spring-buildpackage-plugin.xml diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java b/buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java new file mode 100644 index 00000000..ec6ceb14 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java @@ -0,0 +1,138 @@ +package com.hzya.frame.plugin.seeyonExt.plugin; + +import cn.hutool.core.util.StrUtil; +import cn.hutool.json.JSONUtil; +import com.alibaba.fastjson.JSON; +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.base.PluginBaseEntity; +import com.hzya.frame.seeyon.service.ISeeYonInterFace; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.beans.factory.annotation.Autowired; + +import java.util.HashMap; +import java.util.Map; + +/** + * @Description + * @Author xiangerlin + * @Date 2024/5/15 08:34 + **/ +public class SeeyonExtPluginInitializer extends PluginBaseEntity { + Logger logger = LoggerFactory.getLogger(SeeyonExtPluginInitializer.class); + @Autowired + private IIntegrationTaskLivingDetailsService taskLivingDetailsService; + @Autowired + private ISeeYonInterFace seeyInterFace; + /*** + * 插件初始化方法 + * @Author 👻👻👻👻👻👻👻👻 gjh + * @Date 2023-08-02 10:48 + * @Param [] + * @return void + **/ + @Override + public void initialize() { + logger.info(getPluginLabel() + "執行初始化方法initialize()"); + } + + /**** + * 插件销毁方法 + * @author 👻👻👻👻👻👻👻👻 gjh + * @date 2023-08-02 10:48 + * @return void + **/ + @Override + public void destroy() { + logger.info(getPluginLabel() + "執行銷毀方法destroy()"); + } + + /**** + * 插件的ID + * @author 👻👻👻👻👻👻👻👻 gjh + * @date 2023-08-02 10:48 + * @return void + **/ + @Override + public String getPluginId() { + return "SeeyonExtPlugin"; + } + + /**** + * 插件的名称 + * @author 👻👻👻👻👻👻👻👻 gjh + * @date 2023-08-02 10:48 + * @return void + **/ + @Override + public String getPluginName() { + return "seeyonExt插件"; + } + + /**** + * 插件的显示值 + * @author 👻👻👻👻👻👻👻👻 gjh + * @date 2023-08-02 10:48 + * @return void + **/ + @Override + public String getPluginLabel() { + return "seeyonExt插件"; + } + + /*** + * 插件类型 1、场景插件 + * @Author 👻👻👻👻👻👻👻👻 gjh + * @Date 2023-08-02 14:01 + * @Param [] + * @return java.lang.String + **/ + @Override + public String getPluginType() { + return "1"; + } + + /*** + * seeyonExt 重试专用插件 + * @Since 3.0 + * @Author 👻👻👻👻👻👻👻👻 gjh + * @Date 2023-08-07 11:20 + * @param requestJson 执行业务代码的参数 + * @return void + **/ + @Override + public JsonResultEntity executeBusiness(JSONObject requestJson) throws Exception { + try { + //重试方法 + if (null != requestJson){ + JSONObject jsonStr = requestJson.getJSONObject("jsonStr"); + //如果这个id不为空,说明是重试的 + String id = jsonStr.getString("integration_task_living_details_id"); + if (StrUtil.isNotEmpty(id)){ + //查询日志表 + IntegrationTaskLivingDetailsEntity taskDetailEntity = taskLivingDetailsService.get(id); + if (null != taskDetailEntity && JSONUtil.isTypeJSON(taskDetailEntity.getRootAppPk())){ + //拿到这张表的源系统ID + //调用seeyon标准重试方法 + JSONObject jsonObject = JSONObject.parseObject(taskDetailEntity.getRootAppPk()); + MapextData = new HashMap<>(); + extData.put("integration_task_living_details_id",id); + jsonObject.put("hzyaExtData",extData); + JSONObject param = new JSONObject(); + param.put("jsonStr", JSON.toJSONString(jsonObject)); + seeyInterFace.thirdInterfaceSeeYonDefinitionRePush(param); + } + } + } + logger.info("执行成功"); + return BaseResult.getSuccessMessageEntity("执行成功"); + }catch (Exception e){ + e.printStackTrace(); + } + return BaseResult.getSuccessMessageEntity("执行成功"); + } +} diff --git a/buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/pluginCfg.xml b/buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/pluginCfg.xml new file mode 100644 index 00000000..458372d8 --- /dev/null +++ b/buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/pluginCfg.xml @@ -0,0 +1,6 @@ + + +SeeyonExtPlugin +seeyonExt插件 +202405150001 + diff --git a/buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/spring/spring-buildpackage-plugin.xml b/buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/spring/spring-buildpackage-plugin.xml new file mode 100644 index 00000000..cb98d142 --- /dev/null +++ b/buildpackage/src/main/resources/cfgHome/plugin/seeyonExt/spring/spring-buildpackage-plugin.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/buildpackage/src/test/java/com/hzya/frame/temButtom.java b/buildpackage/src/test/java/com/hzya/frame/temButtom.java index 5a0f030f..e3154559 100644 --- a/buildpackage/src/test/java/com/hzya/frame/temButtom.java +++ b/buildpackage/src/test/java/com/hzya/frame/temButtom.java @@ -1,11 +1,16 @@ package com.hzya.frame; +import com.alibaba.fastjson.JSON; +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.plugin.seeyonExt.plugin.SeeyonExtPluginInitializer; import com.hzya.frame.util.AESUtil; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; +import javax.annotation.Resource; + /** * @ClassName dsasas * @Description @@ -16,6 +21,21 @@ import org.springframework.test.context.junit4.SpringRunner; @SpringBootTest(classes = {WebappApplication.class}) public class temButtom { + @Resource + SeeyonExtPluginInitializer seeyonExtPluginInitializer; + @Test + public void seeyonExtTest(){ + JSONObject jsonStr = new JSONObject(); + jsonStr.put("integration_task_living_details_id","4276973516873482804"); + JSONObject requestJson = new JSONObject(); + requestJson.put("jsonStr", JSON.toJSONString(jsonStr)); + try { + seeyonExtPluginInitializer.executeBusiness(requestJson); + } catch (Exception e) { + throw new RuntimeException(e); + } + } + @Test public void test01() { String a = AESUtil.encrypt("hzya@1314"); @@ -26,4 +46,5 @@ public class temButtom { + } From 92a1f8bed7fbfe6aa93b95d6a673ad0dc0777657 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Thu, 16 May 2024 14:18:21 +0800 Subject: [PATCH 53/86] =?UTF-8?q?seeyonExt=20OA=E5=90=8C=E6=AD=A5U8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../seeyon/service/ISeeyonExtService.java | 29 +++ .../service/impl/SeeYonInterFaceImpl.java | 2 +- .../service/impl/SeeyonExtServiceImpl.java | 214 ++++++++++++++++++ .../IntegrationTaskLivingDetailsEntity.xml | 8 + 4 files changed, 252 insertions(+), 1 deletion(-) create mode 100644 service/src/main/java/com/hzya/frame/seeyon/service/ISeeyonExtService.java create mode 100644 service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/ISeeyonExtService.java b/service/src/main/java/com/hzya/frame/seeyon/service/ISeeyonExtService.java new file mode 100644 index 00000000..4f06472d --- /dev/null +++ b/service/src/main/java/com/hzya/frame/seeyon/service/ISeeyonExtService.java @@ -0,0 +1,29 @@ +package com.hzya.frame.seeyon.service; + +import com.hzya.frame.sysnew.application.entity.SysExtensionApiEntity; +import com.hzya.frame.sysnew.messageManageLog.entity.SysMessageManageLogEntity; +import com.hzya.frame.web.entity.JsonResultEntity; + +/** + * @Description seeyon扩展类 + * @Author xiangerlin + * @Date 2024/5/14 14:04 + **/ +public interface ISeeyonExtService { + + /** + * @Since 3.0 + * 英德赛 OA档案传U8 + * 根据不同formApp来调U8不同接口 + * @param entity + * @return + */ + SysExtensionApiEntity ydcSeeyon2u8(SysExtensionApiEntity entity); + + /** + * @Since 3.0 + * 回调方法 + * @param logEntity + */ + void ydcSeeyon2u8CallBack(SysMessageManageLogEntity logEntity); +} diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java index d76b13e2..41f47b1a 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeYonInterFaceImpl.java @@ -418,7 +418,7 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace { object.put("summaryId",""); object.put("currentActivityId",""); object.put("id",forMainId); - object.put("extData",requestData.getJSONObject("extData")); + object.put("hzyaExtData",requestData.getJSONObject("hzyaExtData")); logger.info("Method:thirdInterfaceSeeYonDefinitionRePush 组装seeYonBean DATA: {}",seeYonBean.toJSONString()); rePushRequestData.put("jsonStr",object); diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java new file mode 100644 index 00000000..a8bfe514 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java @@ -0,0 +1,214 @@ +package com.hzya.frame.seeyon.service.impl; + +import cn.hutool.core.util.StrUtil; +import com.alibaba.fastjson.JSON; +import com.alibaba.fastjson.JSONArray; +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.seeyon.entity.OAWorkflowEventDataEntity; +import com.hzya.frame.seeyon.service.ISeeyonExtService; +import com.hzya.frame.sysnew.application.entity.SysExtensionApiEntity; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.service.IIntegrationTaskLivingDetailsService; +import com.hzya.frame.sysnew.messageManageLog.entity.SysMessageManageLogEntity; +import com.hzya.frame.sysnew.messageManageLog.entity.SysMessageManageLogStatusEnum; +import com.hzya.frame.u8.util.U8Util; +import com.hzya.frame.uuid.UUIDLong; +import org.apache.logging.log4j.LogManager; +import org.apache.logging.log4j.Logger; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Service; + +import java.util.Date; +import java.util.HashMap; +import java.util.Map; + +/** + * @Description seeyon扩展类 + * @Author xiangerlin + * @Date 2024/5/14 14:04 + **/ +@Service(value = "seeyonExt") +public class SeeyonExtServiceImpl implements ISeeyonExtService { + + + Logger logger = LogManager.getLogger(getClass()); + + @Autowired + private IIntegrationTaskLivingDetailsService taskLivingDetailsService; + + /** + * 英德赛 OA档案传U8 + * 根据不同formApp来调U8不同接口 + * @Since 3.0 + * @param entity + * @return + */ + @Override + public SysExtensionApiEntity ydcSeeyon2u8(SysExtensionApiEntity entity) { + String bodys = entity.getBodys(); + if (StrUtil.isNotEmpty(bodys)){ + try { + OAWorkflowEventDataEntity dataEntity = JSON.parseObject(bodys,OAWorkflowEventDataEntity.class); + String businessDataStr = dataEntity.getBusinessDataStr();//oa表单参数 + JSONObject businessData = JSON.parseObject(businessDataStr); + String formApp = dataEntity.getFormApp(); + SysExtensionApiEntity param = new SysExtensionApiEntity(); + Map headerMap = entity.getHeaders(); + JSONObject hzyaExtData = dataEntity.getHzyaExtData();//扩展参数 + if (null == hzyaExtData){ + hzyaExtData = new JSONObject(); + } + //根据forApp组装不同参数 + switch (formApp){ + case "4728403652378707515":// + hzyaExtData.put("billCode", "cunhuoabc123456"); + getInventory(businessData,param); + break; + case "供应商": + hzyaExtData.put("billCode", ""); + getSupplier(businessData,param); + break; + case "客户": + hzyaExtData.put("billCode", ""); + getCustomer(businessData,param); + break; + default: + param.setBodys("未匹配到表单!当前formID:"+ formApp); + logger.error("未匹配到表单!当前formID:"+formApp); + } + headerMap.put("hzyaExtData", JSON.toJSONString(hzyaExtData)); + return param; + }catch (Exception e){ + e.printStackTrace(); + logger.error("执行英德赛OA存货同步U8接口报错:{}", e); + } + } + return null; + } + + /** + * 回调方法 + * @Since 3.0 + * @param logEntity + */ + @Override + public void ydcSeeyon2u8CallBack(SysMessageManageLogEntity logEntity) { + //在这里记录日志 + JSONObject targetData = JSON.parseObject(logEntity.getTargetData());//这个对象里的body是 发送到u8的请求报文 + JSONObject sourceData = JSON.parseObject(logEntity.getSourceData()); + JSONObject sourceHeaders = sourceData.getJSONObject("header");//源数据header + JSONObject sourceBody = sourceData.getJSONObject("body");//源数据body + JSONObject hzyaExtData = sourceHeaders.getJSONObject("hzyaExtData"); + JSONArray formMainIds = new JSONArray(); + formMainIds.add(sourceBody.getString("id")); + JSONObject param = new JSONObject(); + param.put("formAppId",sourceBody.getString("formApp")); + param.put("formMainIds",formMainIds); + param.put("dataSourceCode","ht_oa_sqlserver"); + param.put("eventType",sourceBody.getString("eventType")); + + IntegrationTaskLivingDetailsEntity logDetails = new IntegrationTaskLivingDetailsEntity(); + logDetails.setRootAppPk(JSON.toJSONString(param)); + logDetails.setRootAppBill(hzyaExtData.getString("billCode")); + logDetails.setNewTransmitInfo(logEntity.getReturnData()); + logDetails.setNewPushDate(new Date()); + logDetails.setRootAppNewData(targetData.getString("body")); + //logDetails.setNewState(SysMessageManageLogStatusEnum.statusGetValue(logEntity.getStatus())); + logDetails.setPluginId("SeeyonExtPlugin"); + try { + if (StrUtil.isEmpty(hzyaExtData.getString("integration_task_living_details_id"))){ + if (SysMessageManageLogStatusEnum.SUCCESS.getType().equals(logEntity.getStatus())) {//成功 + taskLivingDetailsService.saveLogToSuccess(logDetails); + }else { + taskLivingDetailsService.saveLogToFail(logDetails);//失败 + } + }else { + logDetails.setId(hzyaExtData.getString("integration_task_living_details_id")); + if (SysMessageManageLogStatusEnum.SUCCESS.getType().equals(logEntity.getStatus())) {//成功 + taskLivingDetailsService.saveLogFailToSuccess(logDetails); + }else { + taskLivingDetailsService.updateLogFailToSuccess(logDetails);//失败 + } + } + }catch (Exception e){ + logger.error("保存日志出错:{}",e); + } + } + + //存货参数组装 + private SysExtensionApiEntity getInventory(JSONObject businessData,SysExtensionApiEntity param){ + if (null != businessData){ + JSONObject jsonObject = new JSONObject(); + jsonObject.put("Token", "Hzya1314_CheckSkip"); + jsonObject.put("billid", "123"); + jsonObject.put("AccId", "005"); + + JSONObject oArchives = new JSONObject(); + oArchives.put("cInvCode", "cyp12"); + oArchives.put("cInvCCode", "0101"); + oArchives.put("cInvName", "测试"); + oArchives.put("cGroupCode", "01"); + oArchives.put("cComUnitCode", "0101"); + + jsonObject.put("oArchives", oArchives); + param.setBodys(JSON.toJSONString(jsonObject)); + } + return param; + } + //供应商参数组装 + private SysExtensionApiEntity getSupplier(JSONObject businessData,SysExtensionApiEntity param){ + if (null != businessData){ + JSONObject jsonObject = new JSONObject(); + jsonObject.put("billid", "123"); + jsonObject.put("AccId", "888"); + jsonObject.put("Token", U8Util.getToken()); + JSONObject oArchives = new JSONObject(); + oArchives.put("cVenCode", "0001"); + oArchives.put("cVenName ", "测试0001"); + oArchives.put("cVenAbbName", "测试0001简称"); + oArchives.put("cVCCode", "01"); + oArchives.put("cVenExch_name", "人民币"); + oArchives.put("bVenTax", "false"); + oArchives.put("bLicenceDate", "false"); + oArchives.put("bBusinessDate", "false"); + oArchives.put("bProxyDate", "false"); + oArchives.put("bPassGMP", "false"); + oArchives.put("bVenCargo", "false"); + oArchives.put("bProxyForeign", "true"); + oArchives.put("bVenService", "true"); + oArchives.put("iVenGSPType", "0"); + oArchives.put("bVenOverseas", "false"); + oArchives.put("bVenAccPeriodMng", "false"); + oArchives.put("bVenHomeBranch", "false"); + oArchives.put("dVenCreateDatetime", "2023-01-04 10:00"); + oArchives.put("cVenRegCode", "税号"); + oArchives.put("cVenBank", "开户银行"); + oArchives.put("cVenAccount", "银行账号"); + + jsonObject.put("oArchives", oArchives); + param.setBodys(JSON.toJSONString(jsonObject)); + } + return param; + } + //客户参数组装 + private SysExtensionApiEntity getCustomer(JSONObject businessData,SysExtensionApiEntity param){ + if (null != businessData){ + JSONObject jsonObject = new JSONObject(); + jsonObject.put("billid", "123"); + jsonObject.put("AccId", "888"); + jsonObject.put("Token", "Hzya1314_CheckSkip"); + + JSONObject oArchives = new JSONObject(); + oArchives.put("cCusCode", "0001"); + oArchives.put("cCusName", "测试0001"); + oArchives.put("cCusAbbName", "测试0001"); + oArchives.put("cCCCode", "01"); + oArchives.put("cCusExch_name", "人民币"); + oArchives.put("cCusMngTypeCode", "999"); + + jsonObject.put("oArchives", oArchives); + param.setBodys(JSON.toJSONString(jsonObject)); + } + return param; + } +} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml index 025035b2..918a9dfa 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml @@ -71,6 +71,14 @@ ,def4 ,def5 + + + + +SELECT + * +FROM + sys_button_config +WHERE + ( + id IN ( + SELECT + operate + FROM + sys_popedom_operate + WHERE + menu_id = #{menuId} + AND object_id = #{userId} + AND kind_id = '1' + AND sts = 'Y' + ) + OR id IN ( + SELECT + operate + FROM + sys_popedom_operate + WHERE + object_id IN ( + SELECT + role_id + FROM + sys_user_roles + WHERE + user_id = #{userId} + AND sts = 'Y' + ) + AND menu_id = #{menuId} + AND kind_id = '2' + AND sts = 'Y' + )) + AND sts = 'Y' +order by sorts asc + diff --git a/service/src/main/java/com/hzya/frame/sysnew/buttonConfig/service/ISysButtonConfigService.java b/service/src/main/java/com/hzya/frame/sysnew/buttonConfig/service/ISysButtonConfigService.java index c29ccdf0..acbf4d05 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/buttonConfig/service/ISysButtonConfigService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/buttonConfig/service/ISysButtonConfigService.java @@ -66,4 +66,14 @@ public interface ISysButtonConfigService extends IBaseService sysButtonConfigEntities = sysButtonConfigDao.getUserButton(entity); + return BaseResult.getSuccessMessageEntity("查询按钮成功",sysButtonConfigEntities); + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java index bead3beb..5e902dd0 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/IIntegrationTaskLivingDetailsDao.java @@ -1,7 +1,10 @@ package com.hzya.frame.sysnew.integtationTaskLivingDetails.dao; import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; -import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsVo; + +import java.util.List; /** * 集成任务-实例详情(integration_task_living_details: table)表数据库访问层 @@ -29,5 +32,13 @@ public interface IIntegrationTaskLivingDetailsDao extends IBaseDao queryPageLeftTask(IntegrationTaskLivingDetailsVo entity); + + Integer entity_updatebyid(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity); + + IntegrationTaskLivingDetailsEntity queryEntity(IntegrationTaskLivingDetailsEntity entity); + + Integer deleteEntity(IntegrationTaskLivingDetailsEntity deleteEntity); } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java index 1a353642..a810e396 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/dao/impl/IntegrationTaskLivingDetailsDaoImpl.java @@ -2,8 +2,12 @@ package com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.impl; import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsEntity; import com.hzya.frame.sysnew.integtationTaskLivingDetails.dao.IIntegrationTaskLivingDetailsDao; +import com.hzya.frame.sysnew.integtationTaskLivingDetails.entity.IntegrationTaskLivingDetailsVo; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; + +import java.util.List; + /** * 集成任务-实例详情(IntegrationTaskLivingDetails)表数据库访问层 * @@ -27,5 +31,26 @@ public class IntegrationTaskLivingDetailsDaoImpl extends MybatisGenericDao queryPageLeftTask(IntegrationTaskLivingDetailsVo entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "queryPageLeftTask", entity); + return o; + } + + @Override + public Integer entity_updatebyid(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity) { + return super.update(getSqlIdPrifx() + "entity_updatebyid", integrationTaskLivingDetailsEntity); + } + + @Override + public Integer deleteEntity(IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity) { + return super.update(getSqlIdPrifx() + "deleteEntity", integrationTaskLivingDetailsEntity); + } + + @Override + public IntegrationTaskLivingDetailsEntity queryEntity(IntegrationTaskLivingDetailsEntity entity) { + return (IntegrationTaskLivingDetailsEntity) super.selectOne(getSqlIdPrifx() + "queryEntity", entity); + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml index 025035b2..3042faaf 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsEntity.xml @@ -535,6 +535,197 @@ update integration_task_living_details set sts= 'N' ,modify_time = #{modify_tim delete from integration_task_living_details where id = #{id} + + + + + + id, + task_linving_id, + result, + query_condition, + root_app_pk, + root_app_bill, + root_app_new_data, + new_transmit_info, + new_push_date, + repair_pust, + sence_id, + plugin_id, + new_state, + business_date, + create_time, + create_user_id, + modify_time, + modify_user_id, + sts, + new_system_primary, + new_system_number, + processor, + processor_name, + processing_remarks, + processing_time + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + update integration_task_living_details set + + result = #{result}, + query_condition = #{query_condition}, + root_app_pk = #{root_app_pk}, + root_app_bill = #{root_app_bill}, + root_app_new_data = #{root_app_new_data}, + new_transmit_info = #{new_transmit_info}, + new_push_date = #{new_push_date}, + repair_pust = #{repair_pust}, + sence_id = #{sence_id}, + plugin_id = #{plugin_id}, + new_state = #{new_state}, + business_date = #{business_date}, + create_user_id = #{create_user_id}, + modify_user_id = #{modify_user_id}, + new_system_primary = #{new_system_primary}, + new_system_number = #{new_system_number}, + processor = #{processor}, + processor_name = #{processor_name}, + processing_remarks = #{processing_remarks}, + processing_time = #{processing_time}, + modify_time =#{modify_time} + modify_time = now() + + where id = #{id} + + +update + + integration_task_living_details + + + integration_task_living_details_success + + set sts= 'N' +where id = #{id} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsVo.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsVo.java new file mode 100644 index 00000000..2e349368 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/entity/IntegrationTaskLivingDetailsVo.java @@ -0,0 +1,347 @@ +package com.hzya.frame.sysnew.integtationTaskLivingDetails.entity; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.hzya.frame.web.entity.BaseEntity; +import org.springframework.format.annotation.DateTimeFormat; + +import java.util.Date; + +/** + * @description: 集成任务实例详情 entity + * @tableName: integration_task_living_details + * @entityName: IntegrationTaskLivingDetailsEntity + * @author: gjh + * @history: 1.0 + */ +public class IntegrationTaskLivingDetailsVo extends BaseEntity { + + /** task_name */ + private String task_name; + /** integration_task_id */ + private String task_id; + /** + * 集成任务-实例_id + */ + private String task_linving_id; + /** + * 返回结果 + */ + private String result; + /** + * 原始查询条件 + */ + private String query_condition; + /** + * 源系统主键 + */ + private String root_app_pk; + /** + * 原系统单据 + */ + private String root_app_bill; + /** + * 最新源系统数据详情(上游系统入参) + */ + private String root_app_new_data; + /** + * 最新传输信息(下游系统返回结果) + */ + private String new_transmit_info; + private String new_push_date; + /** + * 是否补推(Y是N不是) + */ + private String repair_pust; + + //场景id + private String sence_id; + + // 插件id + private String plugin_id; + + // 插件名称 + private String plugin_name; + /** + * 推送状态 + */ + private String new_state; + + /** + * 作为查询条件的推送状态 + */ + private String param_new_state; + + /** + * 单据业务日期 + */ + private String business_date; + + + /** + * 下游系统主键 + */ + private String new_system_primary; + /** + * 下游系统单号 + */ + private String new_system_number; + /** + * 处理⼈ + */ + private String processor; + + /** + * 处理⼈名称 + */ + private String processor_name; + + /** + * 处理备注 + */ + private String processing_remarks; + /** + * 处理时间 + */ + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private Date processing_time; + + + public String getParam_new_state() { + return param_new_state; + } + + public void setParam_new_state(String param_new_state) { + this.param_new_state = param_new_state; + } + + public String getBusiness_date() { + return business_date; + } + + public void setBusiness_date(String business_date) { + this.business_date = business_date; + } + + public String getNew_state() { + return new_state; + } + + public void setNew_state(String new_state) { + this.new_state = new_state; + } + + public String getSence_id() { + return sence_id; + } + + public void setSence_id(String sence_id) { + this.sence_id = sence_id; + } + + /** + * 集成任务-实例_id + */ + public void setTask_linving_id(String task_linving_id) { + this.task_linving_id = task_linving_id; + } + + /** + * 集成任务-实例_id + */ + public String getTask_linving_id() { + return task_linving_id; + } + + + /** + * 返回结果 + */ + public void setResult(String result) { + this.result = result; + } + + /** + * 返回结果 + */ + public String getResult() { + return result; + } + + + /** + * 原始查询条件 + */ + public void setQuery_condition(String query_condition) { + this.query_condition = query_condition; + } + + /** + * 原始查询条件 + */ + public String getQuery_condition() { + return query_condition; + } + + + /** + * 源系统主键 + */ + public void setRoot_app_pk(String root_app_pk) { + this.root_app_pk = root_app_pk; + } + + /** + * 源系统主键 + */ + public String getRoot_app_pk() { + return root_app_pk; + } + + + /** + * 原系统单据 + */ + public void setRoot_app_bill(String root_app_bill) { + this.root_app_bill = root_app_bill; + } + + /** + * 原系统单据 + */ + public String getRoot_app_bill() { + return root_app_bill; + } + + + /** + * 最新源系统数据详情 + */ + public void setRoot_app_new_data(String root_app_new_data) { + this.root_app_new_data = root_app_new_data; + } + + /** + * 最新源系统数据详情 + */ + public String getRoot_app_new_data() { + return root_app_new_data; + } + + + /** + * 最新传输信息 + */ + public void setNew_transmit_info(String new_transmit_info) { + this.new_transmit_info = new_transmit_info; + } + + /** + * 最新传输信息 + */ + public String getNew_transmit_info() { + return new_transmit_info; + } + + public String getNew_push_date() { + return new_push_date; + } + + public void setNew_push_date(String new_push_date) { + this.new_push_date = new_push_date; + } + + /** + * 是否补推(Y是N不是) + */ + public void setRepair_pust(String repair_pust) { + this.repair_pust = repair_pust; + } + + /** + * 是否补推(Y是N不是) + */ + public String getRepair_pust() { + return repair_pust; + } + + public String getPlugin_id() { + return plugin_id; + } + + public void setPlugin_id(String plugin_id) { + this.plugin_id = plugin_id; + } + + public String getTask_name() { + return task_name; + } + + public void setTask_name(String task_name) { + this.task_name = task_name; + } + + public String getTask_id() { + return task_id; + } + + public void setTask_id(String task_id) { + this.task_id = task_id; + } + + public String getPlugin_name() { + return plugin_name; + } + + public void setPlugin_name(String plugin_name) { + this.plugin_name = plugin_name; + } + + public String getNew_system_primary() { + return new_system_primary; + } + + public void setNew_system_primary(String new_system_primary) { + this.new_system_primary = new_system_primary; + } + + public String getNew_system_number() { + return new_system_number; + } + + public void setNew_system_number(String new_system_number) { + this.new_system_number = new_system_number; + } + + public String getProcessor() { + return processor; + } + + public void setProcessor(String processor) { + this.processor = processor; + } + + public String getProcessor_name() { + return processor_name; + } + + public void setProcessor_name(String processor_name) { + this.processor_name = processor_name; + } + + public String getProcessing_remarks() { + return processing_remarks; + } + + public void setProcessing_remarks(String processing_remarks) { + this.processing_remarks = processing_remarks; + } + + public Date getProcessing_time() { + return processing_time; + } + + public void setProcessing_time(Date processing_time) { + this.processing_time = processing_time; + } +} diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java index bbaf4243..cb8e1ea6 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLivingDetails/service/IIntegrationTaskLivingDetailsService.java @@ -53,4 +53,61 @@ public interface IIntegrationTaskLivingDetailsService extends IBaseService implements IIntegrationTaskLivingDetailsService { private IIntegrationTaskLivingDetailsDao integrationTaskLivingDetailsDao; + @Resource + private TaskExecutor taskExecutor; + @Autowired + private BaseDaoUtilImpl baseDaoUtilImpl; @Autowired public void setIntegrationTaskLivingDetailsDao(IIntegrationTaskLivingDetailsDao dao) { this.integrationTaskLivingDetailsDao = dao; @@ -194,5 +217,199 @@ public class IntegrationTaskLivingDetailsServiceImpl extends BaseService integrationTaskLivingDetailsEntityList = integrationTaskLivingDetailsDao.queryPageLeftTask(entity); + if (integrationTaskLivingDetailsEntityList != null && integrationTaskLivingDetailsEntityList.size() > 0) { + for (int i = 0; i < integrationTaskLivingDetailsEntityList.size(); i++) { + PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(integrationTaskLivingDetailsEntityList.get(i).getPlugin_id()); + if (pluginBaseEntity != null) { + integrationTaskLivingDetailsEntityList.get(i).setPlugin_name(pluginBaseEntity.getPluginName()); + } + } + } + PageInfo pageInfo = new PageInfo(integrationTaskLivingDetailsEntityList); + return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + } + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取数据 根据id + * @Date 2:18 下午 2023/7/17 + **/ + @Override + public JsonResultEntity queryEntity(JSONObject object) { + IntegrationTaskLivingDetailsEntity entity = getData("jsonStr", object, IntegrationTaskLivingDetailsEntity.class); + //判断分页 + if (entity == null || entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("请先传递请求主键"); + } + if(entity.getNewState() == null || "".equals(entity.getNewState()) ){ + return BaseResult.getFailureMessageEntity("系统错误"); + } + IntegrationTaskLivingDetailsEntity appApi = integrationTaskLivingDetailsDao.queryEntity(entity); + return BaseResult.getSuccessMessageEntity("查询数据成功", appApi); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 批量推送 + * @Date 2:18 下午 2023/7/17 + **/ + @Override + public JsonResultEntity batchPush(JSONObject object) { + if(object.get("jsonStr") == null ){ + return BaseResult.getFailureMessageEntity("请先选择要推送的数据"); + } + List jsonArray = JSONArray.parseArray(object.getString("jsonStr"),IntegrationTaskLivingDetailsEntity.class); + if(jsonArray != null && jsonArray.size() > 0){ + for (int i = 0; i < jsonArray.size(); i++) { + String plugin_id = jsonArray.get(i).getPluginId(); + PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(plugin_id); + JSONObject send = new JSONObject(); + send.put("type", "details_error"); + send.put("pluginId", plugin_id); + send.put("integration_task_living_details_id", jsonArray.get(i).getId()); + try { + taskExecutor.execute(() -> { + try { + pluginBaseEntity.executeBusiness(send); + } catch (Exception e) { + logger.error("执行任务失败"+e.getMessage()); + } + }); + + } catch (Exception e) { + logger.error("执行任务失败"+e.getMessage()); + } + } + } + + return BaseResult.getSuccessMessageEntity("重新推送成功"); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 重新推送 + * @Date 2:18 下午 2023/7/17 + **/ + @Override + public JsonResultEntity repush(JSONObject object) { + JSONObject jsonObject = getstrObj("jsonStr", object); + String id = jsonObject.getString("id"); + String status = jsonObject.getString("new_state"); + if (!checkStr(id)) { + return BaseResult.getFailureMessageEntity("请先选择要推送的数据"); + } + if (!checkStr(status)) { + return BaseResult.getFailureMessageEntity("请先选择要推送的数据"); + } + IntegrationTaskLivingDetailsEntity queryEntity = new IntegrationTaskLivingDetailsEntity(); + queryEntity.setNewState(status); + queryEntity.setId(id); + IntegrationTaskLivingDetailsEntity entity = integrationTaskLivingDetailsDao.queryEntity(queryEntity); + String plugin_id = entity.getPluginId(); + PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(plugin_id); + JSONObject send = new JSONObject(); + send.put("type", "details_error"); + send.put("pluginId", plugin_id); + send.put("integration_task_living_details_id", id); + try { + pluginBaseEntity.executeBusiness(send); + return BaseResult.getSuccessMessageEntity("重新推送成功"); + } catch (Exception e) { + return BaseResult.getFailureMessageEntity("重新推送失败"); + } + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 手工处理 + * @Date 2:18 下午 2023/7/17 + **/ + @Override + public JsonResultEntity manualProcessing(JSONObject object) { + IntegrationTaskLivingDetailsEntity integrationTaskLivingDetailsEntity = getData("jsonStr", object, IntegrationTaskLivingDetailsEntity.class); + if (integrationTaskLivingDetailsEntity == null && integrationTaskLivingDetailsEntity.getId() != null && !"".equals(integrationTaskLivingDetailsEntity.getId())) { + return BaseResult.getFailureMessageEntity("请求参数不存在"); + } + IntegrationTaskLivingDetailsEntity entity = integrationTaskLivingDetailsDao.queryEntity(integrationTaskLivingDetailsEntity); + if("N".equals(integrationTaskLivingDetailsEntity.getNewState())){ + integrationTaskLivingDetailsDao.deleteById(integrationTaskLivingDetailsEntity.getId()); + entity.setId(UUIDUtils.getUUID()); + } + entity.setModify_user_id(StpUtil.getLoginIdAsString()); + entity.setModify_time(new Date()); + entity.setProcessor(StpUtil.getLoginIdAsString()); + //检查用户名密码是否正确 + List whereList = new ArrayList<>(); + WhereCriterion passwordCondition = new WhereCriterion("", "id", ConditionType.等于.getValue(), StpUtil.getLoginIdAsString(), "", ConnectType.AND); + whereList.add(passwordCondition); + HashMap userMap = baseDaoUtilImpl.selectOne("sys_user", whereList); + entity.setProcessorName(userMap.get("login_code").toString()); + entity.setProcessingTime(new Date()); + entity.setNewState("H"); + entity.setProcessingRemarks(integrationTaskLivingDetailsEntity.getProcessingRemarks()); + if("N".equals(integrationTaskLivingDetailsEntity.getNewState())){ + integrationTaskLivingDetailsDao.saveSuccessLog(entity); + }else { + integrationTaskLivingDetailsDao.update(entity); + } + return BaseResult.getSuccessMessageEntity("手工处理成功"); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 删除 + * @Date 2:18 下午 2023/7/17 + **/ + @Override + public JsonResultEntity deleteEntity(JSONObject object) { + IntegrationTaskLivingDetailsEntity entity = getData("jsonStr", object, IntegrationTaskLivingDetailsEntity.class); + //判断编码是否重复 + if (entity == null) { + return BaseResult.getFailureMessageEntity("请先选择数据"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("请先选择数据"); + } + if (entity.getNewState() == null || "".equals(entity.getNewState())) { + return BaseResult.getFailureMessageEntity("请先选择数据"); + } + //删除 + IntegrationTaskLivingDetailsEntity deleteEntity = new IntegrationTaskLivingDetailsEntity(); + deleteEntity.setId(entity.getId()); + deleteEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + deleteEntity.setModify_time(new Date()); + deleteEntity.setSts("Y"); + deleteEntity.setNewState(entity.getNewState()); + integrationTaskLivingDetailsDao.deleteEntity(deleteEntity); + return BaseResult.getSuccessMessageEntity("删除成功"); + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java index dcaa4352..9cd32b9e 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/menuConfig/service/impl/SysMenuConfigServiceImpl.java @@ -99,6 +99,7 @@ public class SysMenuConfigServiceImpl extends BaseService Date: Fri, 17 May 2024 08:41:02 +0800 Subject: [PATCH 58/86] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B2=A1=E7=94=A8?= =?UTF-8?q?=E7=9A=84import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/seeyon/service/ISeeYonInterFace.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java b/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java index 98c5f52a..d7e93dce 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/ISeeYonInterFace.java @@ -1,16 +1,8 @@ package com.hzya.frame.seeyon.service; import com.alibaba.fastjson.JSONObject; -import com.baomidou.dynamic.datasource.annotation.DS; -import com.hzya.frame.seeyon.entity.OAWorkflowEventDataEntity; -import com.hzya.frame.seeyon.entity.SeeyonEntity; -import com.hzya.frame.seeyon.service.impl.CfsLogServiceImpl; -import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; -import java.util.List; -import java.util.Map; - /** * 致远OA接口类 * @author 👻👻👻👻👻👻👻👻👻👻 gjh From 4f76511392a5df6eaaddad72069d187009a63158 Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Fri, 17 May 2024 09:57:58 +0800 Subject: [PATCH 59/86] =?UTF-8?q?=E5=8F=96=E6=95=B0=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E4=BB=8EjsonStr=E9=87=8C=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java b/buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java index b6bd0378..94c446d8 100644 --- a/buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/seeyonExt/plugin/SeeyonExtPluginInitializer.java @@ -109,9 +109,9 @@ public class SeeyonExtPluginInitializer extends PluginBaseEntity { try { //重试方法 if (null != requestJson){ - JSONObject jsonStr = requestJson.getJSONObject("jsonStr"); + //JSONObject jsonStr = requestJson.getJSONObject("jsonStr"); //如果这个id不为空,说明是重试的 - String id = jsonStr.getString("integration_task_living_details_id"); + String id = requestJson.getString("integration_task_living_details_id"); if (StrUtil.isNotEmpty(id)){ //查询日志表 IntegrationTaskLivingDetailsEntity taskDetailEntity = taskLivingDetailsService.get(id); From 33b08d475b0d9424cc92d6b4d423d1534a728d24 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 20 May 2024 09:02:56 +0800 Subject: [PATCH 60/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java b/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java index f501eb51..5f5f6bcd 100644 --- a/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java +++ b/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java @@ -149,7 +149,7 @@ public class QuartzJobFactory implements Job { integrationTaskLivingEntity.setOldStartTime(oldStartTime); integrationTaskLivingEntity.setStartTime(startTime); integrationTaskLivingEntity.setEndTime(endTime); - integrationTaskLivingEntity.setRunNum(interval.intValue()); + integrationTaskLivingEntity.setDiffTime(interval.toString()); integrationTaskLivingEntity.setRunNum(integrationTaskLivingEntity.getRunNum()+1); integrationTaskLivingEntity.setModify_time(new Date()); iIntegrationTaskCacheableService.updateIntegrationTaskLivingEntity(integrationTaskLivingEntity); From 3826d2a96760ac5814fdcd4d561f99e486e76dbf Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 21 May 2024 11:01:21 +0800 Subject: [PATCH 61/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E5=80=99=E6=A0=A1=E9=AA=8C=E6=8E=A5=E5=8F=A3=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=8E=88=E6=9D=83=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=9A=84=E7=BC=93=E5=AD=98=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IntegrationTaskCacheableServiceImpl.java | 6 +-- .../sysnew/login/impl/LoginServiceImpl.java | 40 +++++++++++++++++++ 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java index da3c2496..dc45d538 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTask/service/impl/IntegrationTaskCacheableServiceImpl.java @@ -40,7 +40,7 @@ public class IntegrationTaskCacheableServiceImpl implements IIntegrationTaskCach } @Override - @CachePut(cacheNames="IntegrationTask",key = "#entity.id",unless = "#result == null") + @CacheEvict(cacheNames="IntegrationTask",key = "#entity.id") public IntegrationTaskEntity updateIntegrationTaskEntity(IntegrationTaskEntity entity) { if(entity.getId() != null && !"".equals(entity.getId())){ integrationTaskDao.update(entity); @@ -65,7 +65,7 @@ public class IntegrationTaskCacheableServiceImpl implements IIntegrationTaskCach } @Override - @CachePut(cacheNames="IntegrationTaskLiving",key = "#entity.id",unless = "#result == null") + @CacheEvict(cacheNames="IntegrationTaskLiving",key = "#entity.id") public IntegrationTaskLivingEntity updateIntegrationTaskLivingEntity(IntegrationTaskLivingEntity entity) { if(entity.getId() != null && !"".equals(entity.getId())){ iIntegrationTaskLivingDao.update(entity); @@ -90,7 +90,7 @@ public class IntegrationTaskCacheableServiceImpl implements IIntegrationTaskCach } @Override - @CachePut(cacheNames="sysApplicationPlugin",key = "#entity.id",unless = "#result == null") + @CacheEvict(cacheNames="sysApplicationPlugin",key = "#entity.id") public SysApplicationPluginEntity updateSysApplicationPluginEntity(SysApplicationPluginEntity entity) { if(entity.getId() != null && !"".equals(entity.getId())){ iSysApplicationPluginDao.update(entity); diff --git a/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java index 325c26eb..2fd4819a 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java @@ -6,10 +6,14 @@ import com.alibaba.fastjson.JSONObject; import com.hzya.frame.sysnew.login.ILoginService; import com.hzya.frame.sysnew.organ.dao.ISysOrganDao; import com.hzya.frame.sysnew.organ.entity.SysOrganEntity; +import com.hzya.frame.sysnew.popedomInterface.entity.SysPopedomInterfaceEntity; +import com.hzya.frame.sysnew.popedomInterface.service.impl.InterfaceCache; +import com.hzya.frame.sysnew.sysInterface.entity.SysInterfaceEntity; import com.hzya.frame.sysnew.user.dao.ISysUserDao; import com.hzya.frame.sysnew.user.entity.SysUserEntity; import com.hzya.frame.sysnew.userCompany.dao.ISysUserCompanyDao; import com.hzya.frame.sysnew.userCompany.entity.SysUserCompanyEntity; +import com.hzya.frame.sysnew.userRoles.entity.SysUserRolesEntity; import com.hzya.frame.util.AESUtil; import com.hzya.frame.web.entity.BaseResult; import com.hzya.frame.web.entity.JsonResultEntity; @@ -33,6 +37,8 @@ public class LoginServiceImpl implements ILoginService { @Resource private ISysOrganDao sysOrganDao; + @Resource + private InterfaceCache interfaceCache; /** * 登录 * @@ -57,6 +63,40 @@ public class LoginServiceImpl implements ILoginService { if (sysUserEntity.getId() == null || "".equals(sysUserEntity.getId())) { return BaseResult.getFailureMessageEntity("用户名或密码错误"); } + if (sysUserEntity.getState() == null || !"0".equals(sysUserEntity.getState())) { + return BaseResult.getFailureMessageEntity("当前用户已停用,请先启用"); + } + //校验当前登陆人是否有权限 + boolean flag = false; + SysInterfaceEntity sysInterfaceEntity = (SysInterfaceEntity) interfaceCache.get("6","beanNameloginServiceinterfacNamedoLogin"); + if(sysInterfaceEntity == null || sysInterfaceEntity.getId() == null){ + return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); + } + //查询用户权限 + if(!flag){ + SysPopedomInterfaceEntity userPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("4","userId"+sysUserEntity.getId()+"interfaceId"+sysInterfaceEntity.getId()); + if(userPopedomInterfaceEntity != null && userPopedomInterfaceEntity.getId() != null ){ + flag = true; + } + } + //查询用户角色的权限 + if(!flag){ + List userRoleMap = (List) interfaceCache.get("3",null); + if(userRoleMap != null && userRoleMap.size() > 0){ + for (SysUserRolesEntity sysUserRolesEntity : userRoleMap) { + if(sysUserRolesEntity.getUserId().equals(sysUserEntity.getId())){ + SysPopedomInterfaceEntity sysPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("5","roleId"+sysUserRolesEntity.getRoleId()+"interfaceId"+sysInterfaceEntity.getId()); + if(sysPopedomInterfaceEntity != null && sysPopedomInterfaceEntity.getId() != null ){ + flag = true; + break; + } + } + } + } + } + if(!flag){ + return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); + } //登录 StpUtil.login(sysUserEntity.getId()); //获取token From 6b422b6e1364203873b27b6357fc3907a6a9d826 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 21 May 2024 14:39:28 +0800 Subject: [PATCH 62/86] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E8=BD=AC=E5=8F=91?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/SysApplicationServiceImpl.java | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index c0582654..e97453f2 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -1647,44 +1647,52 @@ public class SysApplicationServiceImpl extends BaseService 0) { for (Method m : methods) { if (null != m) { @@ -1898,7 +1906,7 @@ public class SysApplicationServiceImpl extends BaseService 0) { for (Method m : methods) { if (null != m) { @@ -2000,7 +2008,7 @@ public class SysApplicationServiceImpl extends BaseService oldheaderMap,Map headerMap, Map headers, String oldquerys, String querys, - String body, boolean flag) { + String body, boolean flag,String msg) { SysMessageManageLogEntity sysMessageManageLogEntity = new SysMessageManageLogEntity(); //messageManageId 消息主表主键 //theme 消息主题 @@ -2027,7 +2035,7 @@ public class SysApplicationServiceImpl extends BaseService Date: Thu, 23 May 2024 15:33:25 +0800 Subject: [PATCH 63/86] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=A0=94=E7=A9=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 +- .../com/hzya/frame/WebappApplication.java | 3 +- .../src/main/resources/application-dev.yml | 6 +- .../src/main/resources/application-llg.yml | 9 +- .../src/main/resources/application-local.yml | 4 +- .../src/main/resources/application.yml | 18 + .../resources/flyway/V3.0.1__initialize.sql | 5915 +++++++++++++++++ pom.xml | 26 +- .../com/hzya/frame/home/entity/HomeEntity.xml | 10 +- .../dao/IReportAccreditDao.java | 15 + .../dao/impl/ReportAccreditDaoImpl.java | 17 + .../entity/ReportAccreditEntity.java | 55 + .../entity/ReportAccreditEntity.xml | 241 + .../service/IReportAccreditService.java | 12 + .../impl/ReportAccreditServiceImpl.java | 26 + .../dao/IReportClassifyDao.java | 15 + .../dao/impl/ReportClassifyDaoImpl.java | 17 + .../entity/ReportClassifyEntity.java | 84 + .../entity/ReportClassifyEntity.xml | 240 + .../service/IReportClassifyService.java | 65 + .../impl/ReportClassifyServiceImpl.java | 230 + .../reportManage/dao/IReportManageDao.java | 23 + .../dao/impl/ReportManageDaoImpl.java | 39 + .../reportManage/entity/JimuReportEntity.java | 45 + .../entity/ReportManageEntity.java | 85 + .../entity/ReportManageEntity.xml | 352 + .../service/IReportManageService.java | 116 + .../service/impl/ReportManageServiceImpl.java | 300 + .../user/service/impl/SysUserServiceImpl.java | 3 +- .../frame/webapp/web/init/FlywayConfig.java | 65 + 30 files changed, 8049 insertions(+), 19 deletions(-) create mode 100644 buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql create mode 100644 service/src/main/java/com/hzya/frame/report/reportAccredit/dao/IReportAccreditDao.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportAccredit/dao/impl/ReportAccreditDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/report/reportAccredit/service/IReportAccreditService.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportAccredit/service/impl/ReportAccreditServiceImpl.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportClassify/dao/IReportClassifyDao.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportClassify/dao/impl/ReportClassifyDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/report/reportClassify/service/IReportClassifyService.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportClassify/service/impl/ReportClassifyServiceImpl.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportManage/dao/IReportManageDao.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportManage/dao/impl/ReportManageDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportManage/entity/JimuReportEntity.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/report/reportManage/service/IReportManageService.java create mode 100644 service/src/main/java/com/hzya/frame/report/reportManage/service/impl/ReportManageServiceImpl.java create mode 100644 webapp/src/main/java/com/hzya/frame/webapp/web/init/FlywayConfig.java diff --git a/README.md b/README.md index 737686a8..750eae16 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,34 @@ 获取单个对象 getEntity 修改 updateEntity 删除 deleteEntity -启用停用 enableDisableEntity \ No newline at end of file +启用停用 enableDisableEntity + + +Flyway + +比较文件先后顺序规则:左对齐原则,缺位用0代替 +1.0.0.1 比 1.0.0 版本高。 +1.0.10 比 1.0.9.4 版本高。 +1.0.0_1 比 1.0.0 版本高。 +1_0_0_1 比 1_0_0 版本高。 +1.0.10 和 1.0.010 版本号一样高,这是因为每个版本号部分的前导 0 会被忽略。 + +Flyway 将 SQL 文件分为 Versioned 、Repeatable 和 Undo 三种: +Versioned 用于版本升级,每个版本有唯一的版本号并只能执行一次。 +Repeatable 可重复执行,当 Flyway 检测到 Repeatable 类型的 SQL 脚本的 checksum 有变动,Flyway 就会重新执行该脚本,它并不用于版本更新,这类的 migration 总是在 Versioned 执行之后才被执行。 +Undo 用于撤销具有相同版本的版本化迁移带来的影响。但是该回滚过于粗暴,过于机械化,一般不推荐使用。一般建议使用 Versioned 模式来解决。 + +Prefix 可配置,前缀标识,默认值 V 表示 Versioned, R 表示 Repeatable, U 表示 Undo。 +Version 标识版本号, 由一个或多个数字构成,数字之间的分隔符可用点 . 或下划线 _。 +Separator 可配置,用于分隔版本标识与描述信息,默认为两个下划线 __。 +Description 描述信息,文字之间可以用下划线 _ 或空格 分隔。 +Suffix 可配置,后续标识,默认为 .sql。 + +例如: +V3.0.1__initialize.sql 只执行一次 +V3.0.2__test_insert.sql 这个文件会在V3.0.1__initialize.sql之后执行,且只执行一次 +R__TRUNCATE_bd_app.sql 这个文件会执行多次,但是会校验是否checksum,一般不使用用:注意因为多次执行所以不能有版本号 +**校验checksum,简单来说就是文件的行数据发生改变时候会执行,如果内容不变也是不会去执行的** + +表flyway_schema_history会记录sql执行的情况 +本项目需要的sql统一放置到resources/flyway下 \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java b/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java index a6f4a72a..576e4ce4 100644 --- a/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java +++ b/buildpackage/src/main/java/com/hzya/frame/WebappApplication.java @@ -5,6 +5,7 @@ import com.baomidou.dynamic.datasource.spring.boot.autoconfigure.druid.DruidDyna import com.hzya.frame.DataSource.impl.DynamicDataSourceAssistConfiguration; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration; import org.springframework.boot.web.servlet.ServletComponentScan; @@ -17,7 +18,7 @@ import org.springframework.context.annotation.ImportResource; @ImportResource(locations = {"classpath:cfgHome/**/spring/spring-*.xml"}) @Import({DruidDynamicDataSourceConfiguration.class, DynamicDataSourceCreatorAutoConfiguration.class, DynamicDataSourceAssistConfiguration.class}) -@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class}) +@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class, FlywayAutoConfiguration.class}) public class WebappApplication { public static void main(String[] args) { diff --git a/buildpackage/src/main/resources/application-dev.yml b/buildpackage/src/main/resources/application-dev.yml index 1f0b77dd..12a82ffe 100644 --- a/buildpackage/src/main/resources/application-dev.yml +++ b/buildpackage/src/main/resources/application-dev.yml @@ -2,7 +2,7 @@ logging: #日志级别 指定目录级别 level: - root: error + root: warn encodings: UTF-8 file: # 日志保存路径 @@ -12,9 +12,9 @@ spring: dynamic: datasource: master: - url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true + url: jdbc:mysql://hzya.ufyct.com:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true username: root - password: bd993088e8a7c3dc5f44441617f9b4bf + password: 62e4295b615a30dbf3b8ee96f41c820b driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 savefile: # 文件保存路径 diff --git a/buildpackage/src/main/resources/application-llg.yml b/buildpackage/src/main/resources/application-llg.yml index 5d960999..25a80574 100644 --- a/buildpackage/src/main/resources/application-llg.yml +++ b/buildpackage/src/main/resources/application-llg.yml @@ -12,9 +12,14 @@ spring: dynamic: datasource: master: - url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true +# url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true +# url: jdbc:mysql://hzya.ufyct.com:9096/businesscenterauto?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true +# username: root +# password: bd993088e8a7c3dc5f44441617f9b4bf +# driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 + url: jdbc:mysql://hzya.ufyct.com:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true username: root - password: bd993088e8a7c3dc5f44441617f9b4bf + password: 62e4295b615a30dbf3b8ee96f41c820b driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 savefile: # 文件保存路径 diff --git a/buildpackage/src/main/resources/application-local.yml b/buildpackage/src/main/resources/application-local.yml index 5d960999..e2364fc0 100644 --- a/buildpackage/src/main/resources/application-local.yml +++ b/buildpackage/src/main/resources/application-local.yml @@ -12,9 +12,9 @@ spring: dynamic: datasource: master: - url: jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true + url: jdbc:mysql://hzya.ufyct.com:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true username: root - password: bd993088e8a7c3dc5f44441617f9b4bf + password: 62e4295b615a30dbf3b8ee96f41c820b driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 savefile: # 文件保存路径 diff --git a/buildpackage/src/main/resources/application.yml b/buildpackage/src/main/resources/application.yml index 6185f94c..a372858b 100644 --- a/buildpackage/src/main/resources/application.yml +++ b/buildpackage/src/main/resources/application.yml @@ -6,6 +6,24 @@ server: tomcat: uri-encoding: utf-8 spring: + flyway: + # 启动flyway migration, 默认为true + enabled: true + # flyway 的 clean 命令会删除指定 schema 下的所有 table, 生产务必禁掉。这个默认值是 false 理论上作为默认配置是不科学的。 + clean-disabled: true + # SQL 脚本的目录,多个路径使用逗号分隔 默认值 classpath:db/migration + locations: classpath:flyway +# - classpath:flyway + # metadata 版本控制历史表 默认 flyway_schema_history + table: flyway_schema_history + # 如果没有 flyway_schema_history 这个 metadata 表, 在执行 flyway migrate 命令之前, 必须先执行 flyway baseline 命令 + # 设置为 true 后 flyway 将在需要 baseline 的时候, 自动执行一次 baseline。 + baseline-on-migrate: true + validate-on-migrate: true + sql-migration-prefix: V + sql-migration-separator: __ + sql-migration-suffixes: .sql + placeholder-replacement: false jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 diff --git a/buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql b/buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql new file mode 100644 index 00000000..1d757e11 --- /dev/null +++ b/buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql @@ -0,0 +1,5915 @@ +/* + Navicat Premium Data Transfer + + Source Server : 237mysql8.0 + Source Server Type : MySQL + Source Server Version : 80037 + Source Host : hzya.ufyct.com:9014 + Source Schema : businesscenter + + Target Server Type : MySQL + Target Server Version : 80037 + File Encoding : 65001 + + Date: 23/05/2024 15:25:34 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for bd_app +-- ---------------------------- +DROP TABLE IF EXISTS `bd_app`; +CREATE TABLE `bd_app` ( + `id` varchar(36) NOT NULL COMMENT '主键ID', + `app_type` varchar(36) DEFAULT NULL COMMENT '应用类型(根据常量表走)', + `app_name` varchar(100) DEFAULT NULL COMMENT '应用名称', + `enabled` bit(1) NOT NULL DEFAULT b'1' COMMENT '是否启用', + `dev_id` varchar(255) DEFAULT NULL COMMENT '开发者ID', + `dev_token` varchar(255) DEFAULT NULL COMMENT '开发者token', + `dev_secret` varchar(255) DEFAULT NULL COMMENT '开发者密码', + `dev_encoding_aeskey` varchar(255) DEFAULT NULL COMMENT '消息加密密钥', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(36) DEFAULT NULL COMMENT '创建人id,引用自表:sys_employee.id', + `create_user_name` varchar(64) DEFAULT NULL COMMENT '创建人姓名冗余', + `modify_time` datetime DEFAULT NULL COMMENT '最后修改时间,用来控制是否被其他人修改过', + `modify_user_id` varchar(36) DEFAULT NULL COMMENT '最后修改人id,引用自表:sys_employee.id', + `modify_user_name` varchar(64) DEFAULT NULL COMMENT '最后修改人姓名冗余', + `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '删除标记(0未删除,1已删除)', + `remark` varchar(256) DEFAULT NULL COMMENT '备注', + `vdef1` varchar(256) DEFAULT NULL COMMENT '自定义字段', + `vdef2` varchar(256) DEFAULT NULL COMMENT '自定义字段', + `vdef4` varchar(256) DEFAULT NULL COMMENT '自定义字段', + `vdef3` varchar(256) DEFAULT NULL COMMENT '自定义字段', + `vdef5` varchar(256) DEFAULT NULL COMMENT '自定义字段', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='应用表(用作小程序)'; + +-- ---------------------------- +-- Records of bd_app +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for flyway_schema_history +-- ---------------------------- +DROP TABLE IF EXISTS `flyway_schema_history`; +CREATE TABLE `flyway_schema_history` ( + `installed_rank` int NOT NULL, + `version` varchar(50) COLLATE utf8mb4_general_ci DEFAULT NULL, + `description` varchar(200) COLLATE utf8mb4_general_ci NOT NULL, + `type` varchar(20) COLLATE utf8mb4_general_ci NOT NULL, + `script` varchar(1000) COLLATE utf8mb4_general_ci NOT NULL, + `checksum` int DEFAULT NULL, + `installed_by` varchar(100) COLLATE utf8mb4_general_ci NOT NULL, + `installed_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `execution_time` int NOT NULL, + `success` tinyint(1) NOT NULL, + PRIMARY KEY (`installed_rank`), + KEY `flyway_schema_history_s_idx` (`success`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +-- ---------------------------- +-- Records of flyway_schema_history +-- ---------------------------- +BEGIN; +INSERT INTO `flyway_schema_history` (`installed_rank`, `version`, `description`, `type`, `script`, `checksum`, `installed_by`, `installed_on`, `execution_time`, `success`) VALUES (1, '3.0.1', 'initialize', 'SQL', 'V3.0.1__initialize.sql', -803186005, 'root', '2024-05-23 15:14:05', 90500, 1); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_age +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_age`; +CREATE TABLE `huiyuan_age` ( + `id` varchar(36) NOT NULL, + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `value` varchar(20) DEFAULT NULL COMMENT '值', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_age +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_age` (`id`, `name`, `value`) VALUES ('1339875613023969282', '25岁以下', '1500'); +INSERT INTO `huiyuan_age` (`id`, `name`, `value`) VALUES ('1339875692078211073', '26~30岁', '800'); +INSERT INTO `huiyuan_age` (`id`, `name`, `value`) VALUES ('1339875766099288066', '31~35岁', '1200'); +INSERT INTO `huiyuan_age` (`id`, `name`, `value`) VALUES ('1339875822382653442', '36~40岁', '1200'); +INSERT INTO `huiyuan_age` (`id`, `name`, `value`) VALUES ('1339875892473667586', '41~45岁', '1800'); +INSERT INTO `huiyuan_age` (`id`, `name`, `value`) VALUES ('1339875949587505153', '45~50岁', '1800'); +INSERT INTO `huiyuan_age` (`id`, `name`, `value`) VALUES ('1339876015857508354', '50岁以上', '2000'); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_fengongsi +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_fengongsi`; +CREATE TABLE `huiyuan_fengongsi` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `value` varchar(20) DEFAULT NULL COMMENT '值', + `type` varchar(32) DEFAULT NULL COMMENT '类型', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_fengongsi +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_fengongsi` (`id`, `name`, `value`, `type`) VALUES ('1339888040117575682', '广州', '5800', '会员数量'); +INSERT INTO `huiyuan_fengongsi` (`id`, `name`, `value`, `type`) VALUES ('1339888087966195714', '北京', '6500', '会员数量'); +INSERT INTO `huiyuan_fengongsi` (`id`, `name`, `value`, `type`) VALUES ('1339888128680304642', '河北', '3500', '会员数量'); +INSERT INTO `huiyuan_fengongsi` (`id`, `name`, `value`, `type`) VALUES ('1339888173316087809', '天津', '3000', '会员数量'); +INSERT INTO `huiyuan_fengongsi` (`id`, `name`, `value`, `type`) VALUES ('1339888235672805377', '山东', '2500', '会员数量'); +INSERT INTO `huiyuan_fengongsi` (`id`, `name`, `value`, `type`) VALUES ('1339888289066295297', '福建', '6500', '会员数量'); +INSERT INTO `huiyuan_fengongsi` (`id`, `name`, `value`, `type`) VALUES ('1339888343613218817', '上海', '7500', '会员数量'); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_huoyuedu +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_huoyuedu`; +CREATE TABLE `huiyuan_huoyuedu` ( + `id` varchar(36) NOT NULL, + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `value` varchar(20) DEFAULT NULL COMMENT '值', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_huoyuedu +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_huoyuedu` (`id`, `name`, `value`) VALUES ('1339883861898731521', '08:00~10:00', '1500'); +INSERT INTO `huiyuan_huoyuedu` (`id`, `name`, `value`) VALUES ('1339883933516472322', '10:00~12:00', '1800'); +INSERT INTO `huiyuan_huoyuedu` (`id`, `name`, `value`) VALUES ('1339884020753801217', '12:00~14:00', '2500'); +INSERT INTO `huiyuan_huoyuedu` (`id`, `name`, `value`) VALUES ('1339884087271268353', '14:00~16:00', '3000'); +INSERT INTO `huiyuan_huoyuedu` (`id`, `name`, `value`) VALUES ('1339884151599308802', '16:00~18:00', '1500'); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_sex +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_sex`; +CREATE TABLE `huiyuan_sex` ( + `id` varchar(36) NOT NULL, + `name` varchar(50) DEFAULT NULL COMMENT '性别', + `value` varchar(20) DEFAULT NULL COMMENT '值', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_sex +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_sex` (`id`, `name`, `value`) VALUES ('1339872878782357506', '2', '8800'); +INSERT INTO `huiyuan_sex` (`id`, `name`, `value`) VALUES ('1339872907911798785', '1', '5000'); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_work +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_work`; +CREATE TABLE `huiyuan_work` ( + `id` varchar(36) NOT NULL, + `name` varchar(50) DEFAULT NULL COMMENT '姓名', + `value` varchar(20) DEFAULT NULL COMMENT '值', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_work +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_work` (`id`, `name`, `value`) VALUES ('1339878370892095489', '全职', '1200'); +INSERT INTO `huiyuan_work` (`id`, `name`, `value`) VALUES ('1339878416278659073', '兼职', '500'); +INSERT INTO `huiyuan_work` (`id`, `name`, `value`) VALUES ('1339878481793687553', '自由职业者', '5800'); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_wxtl +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_wxtl`; +CREATE TABLE `huiyuan_wxtl` ( + `id` varchar(36) NOT NULL, + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `value` varchar(20) DEFAULT NULL COMMENT '值', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_wxtl +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_wxtl` (`id`, `name`, `value`) VALUES ('1338720458886877186', '宜兴市', '250'); +INSERT INTO `huiyuan_wxtl` (`id`, `name`, `value`) VALUES ('1338720538293440513', '江阴市', '500'); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_wxtlshuliang +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_wxtlshuliang`; +CREATE TABLE `huiyuan_wxtlshuliang` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `value` int DEFAULT NULL COMMENT '值', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_wxtlshuliang +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339869672819957762', '顾客', 394); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339869752553676802', '二星', 515); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339869801396346882', '一星', 334); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339869877590073345', '明星', 150); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339869910850904066', '总监', 54); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339869987145293826', '三星', 50); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339870030401150978', '大使', 17); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339870121811812354', '高级', 7); +INSERT INTO `huiyuan_wxtlshuliang` (`id`, `name`, `value`) VALUES ('1339870161078886402', '金鹰', 2); +COMMIT; + +-- ---------------------------- +-- Table structure for huiyuan_xueli +-- ---------------------------- +DROP TABLE IF EXISTS `huiyuan_xueli`; +CREATE TABLE `huiyuan_xueli` ( + `id` varchar(36) NOT NULL, + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `value` varchar(20) DEFAULT NULL COMMENT '值', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of huiyuan_xueli +-- ---------------------------- +BEGIN; +INSERT INTO `huiyuan_xueli` (`id`, `name`, `value`) VALUES ('1339885864196546562', '本科', '9487'); +INSERT INTO `huiyuan_xueli` (`id`, `name`, `value`) VALUES ('1339885895406362625', '专科', '5400'); +INSERT INTO `huiyuan_xueli` (`id`, `name`, `value`) VALUES ('1339885927278878721', '高中', '3200'); +INSERT INTO `huiyuan_xueli` (`id`, `name`, `value`) VALUES ('1339885965992304641', '初中', '1900'); +INSERT INTO `huiyuan_xueli` (`id`, `name`, `value`) VALUES ('1339886032929202177', '未知', '1500'); +COMMIT; + +-- ---------------------------- +-- Table structure for integration_task +-- ---------------------------- +DROP TABLE IF EXISTS `integration_task`; +CREATE TABLE `integration_task` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `task_code` varchar(255) DEFAULT NULL COMMENT '任务编码', + `task_name` varchar(255) DEFAULT NULL COMMENT '任务名称', + `task_cron` varchar(255) DEFAULT NULL COMMENT '任务策略', + `task_status` varchar(255) DEFAULT NULL COMMENT '任务状态1、启用2、停用', + `task_app` varchar(255) DEFAULT NULL COMMENT '应用', + `task_plugin` varchar(255) DEFAULT NULL COMMENT '插件', + `fun_info` varchar(255) DEFAULT NULL COMMENT '功能介绍/任务描述', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=COMPACT COMMENT='集成任务'; + +-- ---------------------------- +-- Records of integration_task +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for integration_task_living +-- ---------------------------- +DROP TABLE IF EXISTS `integration_task_living`; +CREATE TABLE `integration_task_living` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `task_id` varchar(255) DEFAULT NULL COMMENT 'integration_task_id', + `task_code` varchar(255) DEFAULT NULL COMMENT '任务编码', + `task_name` varchar(255) DEFAULT NULL COMMENT '任务名称', + `task_status` varchar(255) DEFAULT NULL COMMENT '任务状态1、执行中2、待执行3、错误', + `old_start_time` datetime DEFAULT NULL COMMENT '上次开始时间', + `start_time` datetime DEFAULT NULL COMMENT '当前任务开始时间', + `end_time` datetime DEFAULT NULL COMMENT '结束时间', + `diff_time` varchar(255) DEFAULT NULL COMMENT '耗时', + `run_num` int DEFAULT NULL COMMENT '运行次数', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=COMPACT COMMENT='集成任务-实例'; + +-- ---------------------------- +-- Records of integration_task_living +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for integration_task_living_details +-- ---------------------------- +DROP TABLE IF EXISTS `integration_task_living_details`; +CREATE TABLE `integration_task_living_details` ( + `id` varchar(255) NOT NULL, + `task_linving_id` varchar(255) DEFAULT NULL COMMENT '集成任务-实例_id', + `result` varchar(255) DEFAULT NULL COMMENT '返回结果', + `query_condition` varchar(255) DEFAULT NULL COMMENT '原始查询条件', + `root_app_pk` varchar(255) DEFAULT NULL COMMENT '源系统主键', + `root_app_bill` varchar(255) DEFAULT NULL COMMENT '原系统单据', + `root_app_new_data` longtext COMMENT '最新源系统数据详情', + `new_transmit_info` longtext COMMENT '最新传输信息', + `new_push_date` datetime DEFAULT NULL COMMENT '最新推送时间', + `repair_pust` char(1) DEFAULT NULL COMMENT '是否补推(Y是N不是)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '修改人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `sorts` bigint DEFAULT NULL, + `sence_id` varchar(255) DEFAULT NULL COMMENT '场景id', + `new_state` varchar(255) DEFAULT NULL COMMENT '最新推送状态', + `business_date` varchar(255) DEFAULT NULL COMMENT '单据业务日期', + `plugin_id` varchar(255) DEFAULT NULL COMMENT '插件id', + `processing_time` datetime DEFAULT NULL COMMENT '处理时间', + `processing_remarks` varchar(255) DEFAULT NULL COMMENT '处理备注', + `processor_name` varchar(255) DEFAULT NULL COMMENT '处理⼈名称', + `processor` varchar(255) DEFAULT NULL COMMENT '处理⼈', + `new_system_number` varchar(255) DEFAULT NULL COMMENT '下游系统单号', + `new_system_primary` varchar(255) DEFAULT NULL COMMENT '下游系统主键', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `def1` varchar(200) DEFAULT NULL COMMENT '扩展1', + `def2` varchar(200) DEFAULT NULL COMMENT '扩展2', + `def3` varchar(200) DEFAULT NULL COMMENT '扩展3', + `def4` varchar(200) DEFAULT NULL COMMENT '扩展4', + `def5` varchar(200) DEFAULT NULL COMMENT '扩展5', + PRIMARY KEY (`id`) USING BTREE, + KEY `plugin_id` (`plugin_id`) USING BTREE COMMENT 'plugin_id', + KEY `root_app_pk` (`root_app_pk`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='集成任务-实例详情'; + +-- ---------------------------- +-- Records of integration_task_living_details +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for integration_task_living_details_success +-- ---------------------------- +DROP TABLE IF EXISTS `integration_task_living_details_success`; +CREATE TABLE `integration_task_living_details_success` ( + `id` varchar(255) NOT NULL, + `task_linving_id` varchar(255) DEFAULT NULL COMMENT '集成任务-实例_id', + `result` varchar(255) DEFAULT NULL COMMENT '返回结果', + `query_condition` varchar(255) DEFAULT NULL COMMENT '原始查询条件', + `root_app_pk` varchar(255) DEFAULT NULL COMMENT '源系统主键', + `root_app_bill` varchar(255) DEFAULT NULL COMMENT '原系统单据', + `root_app_new_data` longtext COMMENT '最新源系统数据详情', + `new_transmit_info` longtext COMMENT '最新传输信息', + `new_push_date` datetime DEFAULT NULL COMMENT '最新推送时间', + `repair_pust` char(1) DEFAULT NULL COMMENT '是否补推(Y是N不是)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci DEFAULT NULL COMMENT '修改人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `sorts` bigint DEFAULT NULL, + `sence_id` varchar(255) DEFAULT NULL COMMENT '场景id', + `new_state` varchar(255) DEFAULT NULL COMMENT '最新推送状态', + `business_date` varchar(255) DEFAULT NULL COMMENT '单据业务日期', + `plugin_id` varchar(255) DEFAULT NULL COMMENT '插件id', + `processing_time` datetime DEFAULT NULL COMMENT '处理时间', + `processing_remarks` varchar(255) DEFAULT NULL COMMENT '处理备注', + `processor_name` varchar(255) DEFAULT NULL COMMENT '处理⼈名称', + `processor` varchar(255) DEFAULT NULL COMMENT '处理⼈', + `new_system_number` varchar(255) DEFAULT NULL COMMENT '下游系统单号', + `new_system_primary` varchar(255) DEFAULT NULL COMMENT '下游系统主键', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `def1` varchar(200) DEFAULT NULL COMMENT '扩展1', + `def2` varchar(200) DEFAULT NULL COMMENT '扩展2', + `def3` varchar(200) DEFAULT NULL COMMENT '扩展3', + `def4` varchar(200) DEFAULT NULL COMMENT '扩展4', + `def5` varchar(200) DEFAULT NULL COMMENT '扩展5', + PRIMARY KEY (`id`) USING BTREE, + KEY `plugin_id` (`plugin_id`) USING BTREE COMMENT 'plugin_id', + KEY `root_app_pk` (`root_app_pk`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='集成任务-实例详情'; + +-- ---------------------------- +-- Records of integration_task_living_details_success +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for integration_task_log +-- ---------------------------- +DROP TABLE IF EXISTS `integration_task_log`; +CREATE TABLE `integration_task_log` ( + `id` varchar(255) NOT NULL, + `task_linving_id` varchar(255) DEFAULT NULL COMMENT '集成任务-实例_id', + `task_id` varchar(255) DEFAULT NULL COMMENT 'integration_task_id', + `task_code` varchar(255) DEFAULT NULL COMMENT '任务编码', + `task_name` varchar(255) DEFAULT NULL COMMENT '任务名称', + `task_status` varchar(255) DEFAULT NULL COMMENT '任务状态1、执行中2、执行成功 3、执行失败', + `start_time` datetime DEFAULT NULL COMMENT '当前任务开始时间', + `end_time` datetime DEFAULT NULL COMMENT '结束时间', + `diff_time` varchar(255) DEFAULT NULL COMMENT '耗时', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=430307 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='集成任务-实例详情'; + +-- ---------------------------- +-- Records of integration_task_log +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for integration_task_log_details +-- ---------------------------- +DROP TABLE IF EXISTS `integration_task_log_details`; +CREATE TABLE `integration_task_log_details` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `task_linving_id` varchar(255) DEFAULT NULL COMMENT '集成任务-实例_id', + `result` varchar(255) DEFAULT NULL COMMENT '返回结果', + `query_condition` varchar(255) DEFAULT NULL COMMENT '原始查询条件', + `root_app_pk` varchar(255) DEFAULT NULL COMMENT '源系统主键', + `root_app_bill` varchar(255) DEFAULT NULL COMMENT '原系统单据', + `root_app_new_data` text COMMENT '最新源系统数据详情', + `new_transmit_info` text COMMENT '最新传输信息', + `new_push_date` datetime DEFAULT NULL COMMENT '最新推送时间', + `root_app_code` varchar(255) DEFAULT NULL COMMENT '源系统编码', + `business_time` varchar(100) DEFAULT NULL COMMENT '业务日期', + `new_push_state` varchar(255) DEFAULT NULL COMMENT '最新推送状态', + `processor` varchar(255) DEFAULT NULL COMMENT '处理人', + `processor_time` varchar(255) DEFAULT NULL COMMENT '处理时间', + `processor_remark` varchar(255) DEFAULT NULL COMMENT '处理备注', + `new_metadata` varchar(255) DEFAULT NULL COMMENT '最新元数据', + `repair_pust` char(1) DEFAULT NULL COMMENT '是否补推(Y是N不是)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `def1` varchar(200) DEFAULT NULL COMMENT '扩展1', + `def2` varchar(200) DEFAULT NULL COMMENT '扩展2', + `def3` varchar(200) DEFAULT NULL COMMENT '扩展3', + `def4` varchar(200) DEFAULT NULL COMMENT '扩展4', + `def5` varchar(200) DEFAULT NULL COMMENT '扩展5', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='集成任务-日志详情'; + +-- ---------------------------- +-- Records of integration_task_log_details +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for integration_task_log_details_success +-- ---------------------------- +DROP TABLE IF EXISTS `integration_task_log_details_success`; +CREATE TABLE `integration_task_log_details_success` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `task_linving_id` varchar(255) DEFAULT NULL COMMENT '集成任务-实例_id', + `result` varchar(255) DEFAULT NULL COMMENT '返回结果', + `query_condition` varchar(255) DEFAULT NULL COMMENT '原始查询条件', + `root_app_pk` varchar(255) DEFAULT NULL COMMENT '源系统主键', + `root_app_bill` varchar(255) DEFAULT NULL COMMENT '原系统单据', + `root_app_new_data` text COMMENT '最新源系统数据详情', + `new_transmit_info` text COMMENT '最新传输信息', + `new_push_date` datetime DEFAULT NULL COMMENT '最新推送时间', + `root_app_code` varchar(255) DEFAULT NULL COMMENT '源系统编码', + `business_time` varchar(100) DEFAULT NULL COMMENT '业务日期', + `new_push_state` varchar(255) DEFAULT NULL COMMENT '最新推送状态', + `processor` varchar(255) DEFAULT NULL COMMENT '处理人', + `processor_time` varchar(255) DEFAULT NULL COMMENT '处理时间', + `processor_remark` varchar(255) DEFAULT NULL COMMENT '处理备注', + `new_metadata` varchar(255) DEFAULT NULL COMMENT '最新元数据', + `repair_pust` char(1) DEFAULT NULL COMMENT '是否补推(Y是N不是)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `def1` varchar(200) DEFAULT NULL COMMENT '扩展1', + `def2` varchar(200) DEFAULT NULL COMMENT '扩展2', + `def3` varchar(200) DEFAULT NULL COMMENT '扩展3', + `def4` varchar(200) DEFAULT NULL COMMENT '扩展4', + `def5` varchar(200) DEFAULT NULL COMMENT '扩展5', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='集成任务-日志详情'; + +-- ---------------------------- +-- Records of integration_task_log_details_success +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_dict +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_dict`; +CREATE TABLE `jimu_dict` ( + `id` varchar(32) NOT NULL, + `dict_name` varchar(100) DEFAULT NULL COMMENT '字典名称', + `dict_code` varchar(100) DEFAULT NULL COMMENT '字典编码', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `del_flag` int DEFAULT NULL COMMENT '删除状态', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `type` int(1) unsigned zerofill DEFAULT '0' COMMENT '字典类型0为string,1为number', + `tenant_id` varchar(10) DEFAULT NULL COMMENT '多租户标识', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uk_sd_dict_code` (`dict_code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of jimu_dict +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_dict_item +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_dict_item`; +CREATE TABLE `jimu_dict_item` ( + `id` varchar(32) NOT NULL, + `dict_id` varchar(32) DEFAULT NULL COMMENT '字典id', + `item_text` varchar(100) DEFAULT NULL COMMENT '字典项文本', + `item_value` varchar(100) DEFAULT NULL COMMENT '字典项值', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `sort_order` int DEFAULT NULL COMMENT '排序', + `status` int DEFAULT NULL COMMENT '状态(1启用 0不启用)', + `create_by` varchar(32) DEFAULT NULL, + `create_time` datetime DEFAULT NULL, + `update_by` varchar(32) DEFAULT NULL, + `update_time` datetime DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE, + KEY `idx_sdi_role_dict_id` (`dict_id`) USING BTREE, + KEY `idx_sdi_role_sort_order` (`sort_order`) USING BTREE, + KEY `idx_sdi_status` (`status`) USING BTREE, + KEY `idx_sdi_dict_val` (`dict_id`,`item_value`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of jimu_dict_item +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report`; +CREATE TABLE `jimu_report` ( + `id` varchar(32) NOT NULL COMMENT '主键', + `code` varchar(50) DEFAULT NULL COMMENT '编码', + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `note` varchar(255) DEFAULT NULL COMMENT '说明', + `status` varchar(10) DEFAULT NULL COMMENT '状态', + `type` varchar(10) DEFAULT NULL COMMENT '类型', + `json_str` longtext COMMENT 'json字符串', + `api_url` varchar(255) DEFAULT NULL COMMENT '请求地址', + `thumb` text COMMENT '缩略图', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(50) DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `del_flag` tinyint(1) DEFAULT NULL COMMENT '删除标识0-正常,1-已删除', + `api_method` varchar(255) DEFAULT NULL COMMENT '请求方法0-get,1-post', + `api_code` varchar(255) DEFAULT NULL COMMENT '请求编码', + `template` tinyint(1) DEFAULT NULL COMMENT '是否是模板 0-是,1-不是', + `view_count` bigint DEFAULT '0' COMMENT '浏览次数', + `css_str` text COMMENT 'css增强', + `js_str` text COMMENT 'js增强', + `py_str` text COMMENT 'py增强', + `tenant_id` varchar(10) DEFAULT NULL COMMENT '多租户标识', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_jmreport_code` (`code`) USING BTREE, + KEY `uniq_jmreport_createby` (`create_by`) USING BTREE, + KEY `uniq_jmreport_delflag` (`del_flag`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='在线excel设计器'; + +-- ---------------------------- +-- Records of jimu_report +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report_data_source +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report_data_source`; +CREATE TABLE `jimu_report_data_source` ( + `id` varchar(36) NOT NULL, + `name` varchar(100) DEFAULT NULL COMMENT '数据源名称', + `report_id` varchar(100) DEFAULT NULL COMMENT '报表_id', + `code` varchar(100) DEFAULT NULL COMMENT '编码', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `db_type` varchar(10) DEFAULT NULL COMMENT '数据库类型', + `db_driver` varchar(100) DEFAULT NULL COMMENT '驱动类', + `db_url` varchar(500) DEFAULT NULL COMMENT '数据源地址', + `db_username` varchar(100) DEFAULT NULL COMMENT '用户名', + `db_password` varchar(100) DEFAULT NULL COMMENT '密码', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `connect_times` int unsigned DEFAULT '0' COMMENT '连接失败次数', + `tenant_id` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT '多租户标识', + `type` varchar(10) DEFAULT NULL COMMENT '类型(report:报表;drag:仪表盘)', + PRIMARY KEY (`id`) USING BTREE, + KEY `idx_jmdatasource_report_id` (`report_id`) USING BTREE, + KEY `idx_jmdatasource_code` (`code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of jimu_report_data_source +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report_db +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report_db`; +CREATE TABLE `jimu_report_db` ( + `id` varchar(36) NOT NULL COMMENT 'id', + `jimu_report_id` varchar(32) DEFAULT NULL COMMENT '主键字段', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `db_code` varchar(32) DEFAULT NULL COMMENT '数据集编码', + `db_ch_name` varchar(50) DEFAULT NULL COMMENT '数据集名字', + `db_type` varchar(32) DEFAULT NULL COMMENT '数据源类型', + `db_table_name` varchar(32) DEFAULT NULL COMMENT '数据库表名', + `db_dyn_sql` longtext COMMENT '动态查询SQL', + `db_key` varchar(32) DEFAULT NULL COMMENT '数据源KEY', + `tb_db_key` varchar(32) DEFAULT NULL COMMENT '填报数据源', + `tb_db_table_name` varchar(32) DEFAULT NULL COMMENT '填报数据表', + `java_type` varchar(32) DEFAULT NULL COMMENT 'java类数据集 类型(spring:springkey,class:java类名)', + `java_value` varchar(255) DEFAULT NULL COMMENT 'java类数据源 数值(bean key/java类名)', + `api_url` varchar(255) DEFAULT NULL COMMENT '请求地址', + `api_method` varchar(255) DEFAULT NULL COMMENT '请求方法0-get,1-post', + `is_list` varchar(10) DEFAULT '0' COMMENT '是否是列表0否1是 默认0', + `is_page` varchar(10) DEFAULT NULL COMMENT '是否作为分页,0:不分页,1:分页', + `db_source` varchar(255) DEFAULT NULL COMMENT '数据源', + `db_source_type` varchar(50) DEFAULT NULL COMMENT '数据库类型 MYSQL ORACLE SQLSERVER', + `json_data` text COMMENT 'json数据,直接解析json内容', + `api_convert` varchar(255) DEFAULT NULL COMMENT 'api转换器', + PRIMARY KEY (`id`) USING BTREE, + KEY `idx_jmreportdb_db_key` (`db_key`) USING BTREE, + KEY `idx_jimu_report_id` (`jimu_report_id`) USING BTREE, + KEY `idx_db_source_id` (`db_source`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of jimu_report_db +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report_db_field +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report_db_field`; +CREATE TABLE `jimu_report_db_field` ( + `id` varchar(36) NOT NULL COMMENT 'id', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `jimu_report_db_id` varchar(32) DEFAULT NULL COMMENT '数据源ID', + `field_name` varchar(80) DEFAULT NULL COMMENT '字段名', + `field_text` varchar(50) DEFAULT NULL COMMENT '字段文本', + `widget_type` varchar(50) DEFAULT NULL COMMENT '控件类型', + `widget_width` int DEFAULT NULL COMMENT '控件宽度', + `order_num` int DEFAULT NULL COMMENT '排序', + `search_flag` int DEFAULT '0' COMMENT '查询标识0否1是 默认0', + `search_mode` int DEFAULT NULL COMMENT '查询模式1简单2范围', + `dict_code` varchar(255) DEFAULT NULL COMMENT '字典编码支持从表中取数据', + `search_value` varchar(100) DEFAULT NULL COMMENT '查询默认值', + `search_format` varchar(50) DEFAULT NULL COMMENT '查询时间格式化表达式', + `ext_json` text COMMENT '参数配置', + PRIMARY KEY (`id`) USING BTREE, + KEY `idx_jrdf_jimu_report_db_id` (`jimu_report_db_id`) USING BTREE, + KEY `idx_dbfield_order_num` (`order_num`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of jimu_report_db_field +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report_db_param +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report_db_param`; +CREATE TABLE `jimu_report_db_param` ( + `id` varchar(36) NOT NULL, + `jimu_report_head_id` varchar(36) NOT NULL COMMENT '动态报表ID', + `param_name` varchar(32) NOT NULL COMMENT '参数字段', + `param_txt` varchar(32) DEFAULT NULL COMMENT '参数文本', + `param_value` varchar(1000) DEFAULT NULL COMMENT '参数默认值', + `order_num` int DEFAULT NULL COMMENT '排序', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `search_flag` int DEFAULT NULL COMMENT '查询标识0否1是 默认0', + `widget_type` varchar(50) DEFAULT NULL COMMENT '查询控件类型', + `search_mode` int DEFAULT NULL COMMENT '查询模式1简单2范围', + `dict_code` varchar(255) DEFAULT NULL COMMENT '字典', + `search_format` varchar(50) DEFAULT NULL COMMENT '查询时间格式化表达式', + `ext_json` text COMMENT '参数配置', + PRIMARY KEY (`id`) USING BTREE, + KEY `idx_jmrheadid` (`jimu_report_head_id`) USING BTREE, + KEY `idx_jrdp_jimu_report_head_id` (`jimu_report_head_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of jimu_report_db_param +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report_link +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report_link`; +CREATE TABLE `jimu_report_link` ( + `id` varchar(32) NOT NULL COMMENT '主键id', + `report_id` varchar(32) DEFAULT NULL COMMENT '积木设计器id', + `parameter` text COMMENT '参数', + `eject_type` varchar(1) DEFAULT NULL COMMENT '弹出方式(0 当前页面 1 新窗口)', + `link_name` varchar(255) DEFAULT NULL COMMENT '链接名称', + `api_method` varchar(1) DEFAULT NULL COMMENT '请求方法0-get,1-post', + `link_type` varchar(1) DEFAULT NULL COMMENT '链接方式(0 网络报表 1 网络连接 2 图表联动)', + `api_url` varchar(1000) DEFAULT NULL COMMENT '外网api', + `link_chart_id` varchar(50) DEFAULT NULL COMMENT '联动图表的ID', + `expression` varchar(255) DEFAULT NULL COMMENT '表达式', + `requirement` varchar(255) DEFAULT NULL COMMENT '条件', + PRIMARY KEY (`id`) USING BTREE, + KEY `uniq_link_reportid` (`report_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='超链接配置表'; + +-- ---------------------------- +-- Records of jimu_report_link +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report_map +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report_map`; +CREATE TABLE `jimu_report_map` ( + `id` varchar(64) NOT NULL COMMENT '主键', + `label` varchar(125) DEFAULT NULL COMMENT '地图名称', + `name` varchar(125) DEFAULT NULL COMMENT '地图编码', + `data` longtext COMMENT '地图数据', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `del_flag` varchar(1) DEFAULT NULL COMMENT '0表示未删除,1表示删除', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_jmreport_map_name` (`name`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='地图配置表'; + +-- ---------------------------- +-- Records of jimu_report_map +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for jimu_report_share +-- ---------------------------- +DROP TABLE IF EXISTS `jimu_report_share`; +CREATE TABLE `jimu_report_share` ( + `id` varchar(32) NOT NULL COMMENT '主键', + `report_id` varchar(32) DEFAULT NULL COMMENT '在线excel设计器id', + `preview_url` varchar(1000) DEFAULT NULL COMMENT '预览地址', + `preview_lock` varchar(4) DEFAULT NULL COMMENT '密码锁', + `last_update_time` datetime DEFAULT NULL COMMENT '最后更新时间', + `term_of_validity` varchar(1) DEFAULT NULL COMMENT '有效期(0:永久有效,1:1天,2:7天)', + `status` varchar(1) DEFAULT NULL COMMENT '是否过期(0未过期,1已过期)', + `preview_lock_status` varchar(1) DEFAULT NULL COMMENT '密码锁状态(0不存在密码锁,1存在密码锁)', + `share_token` varchar(50) DEFAULT NULL COMMENT '分享token', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_report_id` (`report_id`) USING BTREE, + UNIQUE KEY `uniq_jrs_share_token` (`share_token`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC COMMENT='积木报表预览权限表'; + +-- ---------------------------- +-- Records of jimu_report_share +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module`; +CREATE TABLE `mdm_module` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_name` varchar(50) DEFAULT NULL COMMENT '主数据名称', + `mdm_logo` varchar(255) DEFAULT NULL COMMENT 'logo', + `mdm_code` bigint DEFAULT NULL COMMENT '主数据编码', + `mdm_type` varchar(50) DEFAULT NULL COMMENT '主数据类型 1、档案 2、单据', + `remark` varchar(200) DEFAULT NULL COMMENT '描述', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据模版'; + +-- ---------------------------- +-- Records of mdm_module +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_db +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_db`; +CREATE TABLE `mdm_module_db` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `db_name` varchar(50) DEFAULT NULL COMMENT '表名', + `db_type` varchar(50) DEFAULT NULL COMMENT '类型 1、主表 2、明细', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='模版数据库表'; + +-- ---------------------------- +-- Records of mdm_module_db +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_db_fileds +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_db_fileds`; +CREATE TABLE `mdm_module_db_fileds` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `db_id` varchar(50) DEFAULT NULL COMMENT '模版数据库id', + `ch_name` varchar(50) DEFAULT NULL COMMENT '中文名', + `en_name` varchar(200) DEFAULT NULL COMMENT '英文名', + `filed_type` varchar(200) DEFAULT NULL COMMENT '字段类型 1、BIGINT 2、DECIMAL 3、VARCHAR 4、DATETIME', + `filed_length` varchar(200) DEFAULT NULL COMMENT '长度', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='模版数据库字段表'; + +-- ---------------------------- +-- Records of mdm_module_db_fileds +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_db_fileds_rule +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_db_fileds_rule`; +CREATE TABLE `mdm_module_db_fileds_rule` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `form_name` varchar(50) DEFAULT NULL COMMENT '前端分拣用', + `db_id` varchar(50) DEFAULT NULL COMMENT '模版数据库id', + `filed_id` varchar(50) DEFAULT NULL COMMENT '模版数据库字段id', + `rule_name` varchar(50) DEFAULT NULL COMMENT '规则名称', + `rule_code` varchar(50) DEFAULT NULL COMMENT '规则编码', + `rule_value` varchar(200) DEFAULT NULL COMMENT '规则值', + `rule_type` char(1) DEFAULT NULL COMMENT '规则类型1、表单属性 2、控件属性', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='模版数据库字段规则表'; + +-- ---------------------------- +-- Records of mdm_module_db_fileds_rule +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_db_fileds_rule_files +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_db_fileds_rule_files`; +CREATE TABLE `mdm_module_db_fileds_rule_files` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `rule_name` varchar(50) DEFAULT NULL COMMENT '规则名称', + `rule_code` varchar(50) DEFAULT NULL COMMENT '规则编码', + `rule_type` char(1) DEFAULT NULL COMMENT '规则类型 1、表单属性 2、控件属性', + `rule_value` varchar(200) DEFAULT NULL COMMENT '规则值', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='模版数据库字段规则档案表'; + +-- ---------------------------- +-- Records of mdm_module_db_fileds_rule_files +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_distribute +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_distribute`; +CREATE TABLE `mdm_module_distribute` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `add_api` varchar(50) DEFAULT NULL COMMENT '新增接口', + `delete_api` varchar(50) DEFAULT NULL COMMENT '删除接口', + `add_type` varchar(50) DEFAULT NULL COMMENT '新增使用类型', + `delete_type` varchar(50) DEFAULT NULL COMMENT '删除使用类型', + `add_plug` varchar(200) DEFAULT NULL COMMENT '新增插件', + `delete_plug` varchar(200) DEFAULT NULL COMMENT '删除插件', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据功能应用分发表'; + +-- ---------------------------- +-- Records of mdm_module_distribute +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_distribute_detail +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_distribute_detail`; +CREATE TABLE `mdm_module_distribute_detail` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `distribute_id` varchar(50) DEFAULT NULL COMMENT '应用分发id', + `api_id` varchar(50) DEFAULT NULL COMMENT '接口id', + `source_field` varchar(50) DEFAULT NULL COMMENT '源API字段', + `source_name` varchar(50) DEFAULT NULL COMMENT '源API字段名', + `target_field` varchar(50) DEFAULT NULL COMMENT '目标API字段', + `target_name` varchar(50) DEFAULT NULL COMMENT '目标API字段名', + `default_vaule` varchar(50) DEFAULT NULL COMMENT '目标API字段默认值', + `source_field_path` varchar(50) DEFAULT NULL COMMENT '源字段层级', + `target_field_path` varchar(50) DEFAULT NULL COMMENT '目标字段层级', + `target_path` varchar(255) DEFAULT NULL, + `source_path` varchar(255) DEFAULT NULL, + `coordinate` varchar(500) DEFAULT NULL COMMENT '连线信息', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据功能应用分发明细表'; + +-- ---------------------------- +-- Records of mdm_module_distribute_detail +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_role +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_role`; +CREATE TABLE `mdm_module_role` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `role_id` varchar(50) DEFAULT NULL COMMENT '角色id', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据功能角色表'; + +-- ---------------------------- +-- Records of mdm_module_role +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_role_button +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_role_button`; +CREATE TABLE `mdm_module_role_button` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `module_role_id` varchar(50) DEFAULT NULL COMMENT '模块角色id', + `role_id` varchar(50) DEFAULT NULL COMMENT '角色id', + `button_type` varchar(50) DEFAULT NULL COMMENT '按钮类型', + `button_name` varchar(50) DEFAULT NULL COMMENT '按钮名', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据功能角色按钮表'; + +-- ---------------------------- +-- Records of mdm_module_role_button +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_user_view +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_user_view`; +CREATE TABLE `mdm_module_user_view` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `user_id` varchar(50) DEFAULT NULL COMMENT '用户id', + `view_detail_id` varchar(200) DEFAULT NULL COMMENT '视图明细id', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据用户视图表'; + +-- ---------------------------- +-- Records of mdm_module_user_view +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_view +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_view`; +CREATE TABLE `mdm_module_view` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `view_name` varchar(50) DEFAULT NULL COMMENT '显示类型', + `view_filed` varchar(50) DEFAULT NULL COMMENT '显示字段', + `up_id_filed` varchar(200) DEFAULT NULL COMMENT '上级id字段', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据视图表'; + +-- ---------------------------- +-- Records of mdm_module_view +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_module_view_detail +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_module_view_detail`; +CREATE TABLE `mdm_module_view_detail` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `view_id` varchar(50) DEFAULT NULL COMMENT '视图id', + `view_filed` varchar(50) DEFAULT NULL COMMENT '字段', + `view_type` varchar(200) DEFAULT NULL COMMENT '类型1、查询2、列表3、新增4、修改 5、查看', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='主数据视图明细表'; + +-- ---------------------------- +-- Records of mdm_module_view_detail +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for mdm_table_code_rule +-- ---------------------------- +DROP TABLE IF EXISTS `mdm_table_code_rule`; +CREATE TABLE `mdm_table_code_rule` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `mdm_id` varchar(50) DEFAULT NULL COMMENT '主数据模版ID', + `db_id` varchar(50) DEFAULT NULL COMMENT 'db_id', + `db_name` varchar(50) DEFAULT NULL COMMENT '规则', + `db_type` varchar(50) DEFAULT NULL COMMENT '类型 1、固定值 2、日期 3、流水', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `db_value` varchar(255) DEFAULT NULL COMMENT '规则值', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='模版数据表编码规则表'; + +-- ---------------------------- +-- Records of mdm_table_code_rule +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for rep_demo_dxtj +-- ---------------------------- +DROP TABLE IF EXISTS `rep_demo_dxtj`; +CREATE TABLE `rep_demo_dxtj` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `name` varchar(50) DEFAULT NULL COMMENT '姓名', + `gtime` datetime DEFAULT NULL COMMENT '雇佣日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '职务', + `jphone` varchar(125) DEFAULT NULL COMMENT '家庭电话', + `birth` datetime DEFAULT NULL COMMENT '出生日期', + `hukou` varchar(32) DEFAULT NULL COMMENT '户口所在地', + `laddress` varchar(125) DEFAULT NULL COMMENT '联系地址', + `jperson` varchar(32) DEFAULT NULL COMMENT '紧急联系人', + `sex` varchar(32) DEFAULT NULL COMMENT 'xingbie', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of rep_demo_dxtj +-- ---------------------------- +BEGIN; +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338808084247613441', '张三', '2019-11-06 00:00:00', '1', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('13388080842476134411', '张三', '2019-11-06 00:00:00', '1', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809169074982920', '张小哲', '2019-11-06 00:00:00', '2', '18034596971', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809448658898952', '闫妮', '2019-11-06 00:00:00', '2', '18034596972', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809620973490184', '陌生', '2019-11-06 00:00:00', '2', '18034596973', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809652606930952', '贺江', '2019-11-06 00:00:00', '2', '18034596974', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809685200867336', '村子明', '2019-11-06 00:00:00', '3', '18034596975', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809710203113481', '尚德', '2019-11-06 00:00:00', '4', '18034596977', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809749470187528', '郑恺', '2019-11-06 00:00:00', '4', '18034596978', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809774971555849', '未名园', '2019-11-06 00:00:00', '4', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809805199904777', '韩寒', '2019-11-06 00:00:00', '5', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809830017601544', '迪丽热拉', '2019-11-06 00:00:00', '6', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1338809864356368393', '张一山', '2019-11-06 00:00:00', '6', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157602480137', '张三', '2019-11-06 00:00:00', '1', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157602480146', '张大大', '2019-11-06 00:00:00', '2', '18034596971', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674439', '郭美美', '2019-11-06 00:00:00', '2', '18034596972', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674448', '莫愁', '2019-11-06 00:00:00', '2', '18034596973', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674457', '鲁与', '2019-11-06 00:00:00', '2', '18034596974', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674466', '高尚', '2019-11-06 00:00:00', '3', '18034596975', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '2'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674475', '尚北京', '2019-11-06 00:00:00', '4', '18034596977', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674484', '杨颖花', '2019-11-06 00:00:00', '4', '18034596978', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674493', '李丽', '2019-11-06 00:00:00', '4', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674502', '韩露露', '2019-11-06 00:00:00', '5', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674511', '李凯泽', '2019-11-06 00:00:00', '6', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +INSERT INTO `rep_demo_dxtj` (`id`, `name`, `gtime`, `update_by`, `jphone`, `birth`, `hukou`, `laddress`, `jperson`, `sex`) VALUES ('1339160157606674520', '王明阳', '2019-11-06 00:00:00', '6', '18034596970', '1988-12-15 00:00:00', '北京市朝阳区奥运村街道亚运村小区', '18034596972', '王亮', '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for rep_demo_employee +-- ---------------------------- +DROP TABLE IF EXISTS `rep_demo_employee`; +CREATE TABLE `rep_demo_employee` ( + `id` varchar(10) NOT NULL COMMENT '主键', + `num` varchar(50) DEFAULT NULL COMMENT '编号', + `name` varchar(100) DEFAULT NULL COMMENT '姓名', + `sex` varchar(10) DEFAULT NULL COMMENT '性别', + `birthday` datetime DEFAULT NULL COMMENT '出生日期', + `nation` varchar(30) DEFAULT NULL COMMENT '民族', + `political` varchar(30) DEFAULT NULL COMMENT '政治面貌', + `native_place` varchar(30) DEFAULT NULL COMMENT '籍贯', + `height` varchar(30) DEFAULT NULL COMMENT '身高', + `weight` varchar(30) DEFAULT NULL COMMENT '体重', + `health` varchar(30) DEFAULT NULL COMMENT '健康状况', + `id_card` varchar(80) DEFAULT NULL COMMENT '身份证号', + `education` varchar(30) DEFAULT NULL COMMENT '学历', + `school` varchar(80) DEFAULT NULL COMMENT '毕业学校', + `major` varchar(80) DEFAULT NULL COMMENT '专业', + `address` varchar(100) DEFAULT NULL COMMENT '联系地址', + `zip_code` varchar(30) DEFAULT NULL COMMENT '邮编', + `email` varchar(30) DEFAULT NULL COMMENT 'Email', + `phone` varchar(30) DEFAULT NULL COMMENT '手机号', + `foreign_language` varchar(30) DEFAULT NULL COMMENT '外语语种', + `foreign_language_level` varchar(30) DEFAULT NULL COMMENT '外语水平', + `computer_level` varchar(30) DEFAULT NULL COMMENT '计算机水平', + `graduation_time` datetime DEFAULT NULL COMMENT '毕业时间', + `arrival_time` datetime DEFAULT NULL COMMENT '到职时间', + `positional_titles` varchar(30) DEFAULT NULL COMMENT '职称', + `education_experience` text COMMENT '教育经历', + `work_experience` text COMMENT '工作经历', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `del_flag` tinyint(1) DEFAULT NULL COMMENT '删除标识0-正常,1-已删除', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of rep_demo_employee +-- ---------------------------- +BEGIN; +INSERT INTO `rep_demo_employee` (`id`, `num`, `name`, `sex`, `birthday`, `nation`, `political`, `native_place`, `height`, `weight`, `health`, `id_card`, `education`, `school`, `major`, `address`, `zip_code`, `email`, `phone`, `foreign_language`, `foreign_language_level`, `computer_level`, `graduation_time`, `arrival_time`, `positional_titles`, `education_experience`, `work_experience`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`) VALUES ('1', '001', '张三', '男', '2000-02-04 13:36:19', '汉族', '团员', '北京', '170', '65', '良好', '110101200002044853', '大专', '北京科技', '计算机', '北京朝阳区', '1001', 'zhang@163.com', '18011111111', '英语', '三级', '三级', '2019-02-04 13:41:17', '2020-02-04 13:41:31', '项目经理', '2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', '2019年5月---至今 XX公司     网络系统工程师  \n2019年5月---至今 XX公司     网络系统工程师', NULL, '2020-02-04 15:18:03', NULL, NULL, NULL); +INSERT INTO `rep_demo_employee` (`id`, `num`, `name`, `sex`, `birthday`, `nation`, `political`, `native_place`, `height`, `weight`, `health`, `id_card`, `education`, `school`, `major`, `address`, `zip_code`, `email`, `phone`, `foreign_language`, `foreign_language_level`, `computer_level`, `graduation_time`, `arrival_time`, `positional_titles`, `education_experience`, `work_experience`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`) VALUES ('2', '002', '王红', '女', '2000-02-04 13:36:19', '汉族', '团员', '北京', '170', '65', '良好', '110101200002044853', '大专', '北京科技', '计算机', '北京朝阳区', '1001', 'zhang@163.com', '18011111111', '英语', '三级', '三级', '2019-02-04 13:41:17', '2020-02-04 13:41:31', '项目经理', '2018年9月—2019年7月:北京语言文化大学比较文学研究所攻读博士学位,获得比较文学博士学位', '2019年5月---至今 XX公司     网络系统工程师  \n2019年5月---至今 XX公司     网络系统工程师', NULL, '2020-02-04 18:39:27', NULL, NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for rep_demo_gongsi +-- ---------------------------- +DROP TABLE IF EXISTS `rep_demo_gongsi`; +CREATE TABLE `rep_demo_gongsi` ( + `id` int NOT NULL AUTO_INCREMENT, + `gname` varchar(125) NOT NULL COMMENT '货品名称', + `gdata` varchar(255) NOT NULL COMMENT '返利', + `tdata` varchar(125) NOT NULL COMMENT '备注', + `didian` varchar(255) NOT NULL, + `zhaiyao` varchar(255) NOT NULL, + `num` varchar(255) NOT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of rep_demo_gongsi +-- ---------------------------- +BEGIN; +INSERT INTO `rep_demo_gongsi` (`id`, `gname`, `gdata`, `tdata`, `didian`, `zhaiyao`, `num`) VALUES (1, '北京天山海世界', '2020-02-30 11:12:25', '2020-02-25', '天山大厦', '1', '2399845661'); +INSERT INTO `rep_demo_gongsi` (`id`, `gname`, `gdata`, `tdata`, `didian`, `zhaiyao`, `num`) VALUES (2, 'dd天山海世界', '2020-02-30 11:12:25', '2020-02-25', '天山大厦', '1', '2399845661'); +COMMIT; + +-- ---------------------------- +-- Table structure for rep_demo_jianpiao +-- ---------------------------- +DROP TABLE IF EXISTS `rep_demo_jianpiao`; +CREATE TABLE `rep_demo_jianpiao` ( + `id` int NOT NULL AUTO_INCREMENT, + `bnum` varchar(125) NOT NULL, + `ftime` varchar(125) NOT NULL, + `sfkong` varchar(125) NOT NULL, + `kaishi` varchar(125) NOT NULL, + `jieshu` varchar(125) NOT NULL, + `hezairen` varchar(125) NOT NULL, + `jpnum` varchar(125) NOT NULL, + `shihelv` varchar(125) NOT NULL, + `s_id` int NOT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of rep_demo_jianpiao +-- ---------------------------- +BEGIN; +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (1, 'K7725', '21:13', '否', '秦皇岛', '邯郸', '300', '258', '86', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (2, 'k99', '16:55', '否', '包头', '广州', '800', '700', '88', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (3, 'G6737', '05:34', '否', '北京西', '邯郸东', '500', '256', '51', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (4, 'K7705', '07:03', '否', '北京', '邯郸', '400', '200', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (5, 'G437', '06:27', '否', '北京西', '兰州西', '800', '586', '73', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (6, 'G673', '06:32', '否', '北京西', '邯郸东', '300', '289', '87', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (7, 'G507', '06:43', '否', '北京西', '邯郸东', '300', '200', '67', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (8, 'G89', '06:53', '否', '北京西', '成都东', '800', '500', '62', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (9, 'K7712', '09:43', '否', '北京西', '西安北', '400', '200', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (10, 'G405', '10:05', '否', '北京西', '昆明南', '300', '200', '67', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (11, 'G6701', '10:38', '否', '北京西', '石家庄', '300', '200', '67', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (12, 'G487', '10:52', '否', '北京西', '南昌西', '800', '700', '88', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (13, 'G607', '11:14', '否', '北京西', '太原南', '400', '200', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (14, 'G667', '11:19', '否', '北京西', '西安北', '400', '200', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (15, 'Z49', '11:28', '否', '北京西', '成都', '400', '200', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (16, 'Z49', '11:28', '否', '北京西', '上海', '300', '200', '80', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (17, 'Z49', '11:56', '否', '北京西', '上海', '200', '180', '95', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (18, 'Z49', '11:36', '否', '北京南', '大晒', '200', '180', '96', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (19, 'Z123', '12:00', '否', '北京南', '重庆', '1000', '1000', '100', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (20, 'G78', '13:56', '否', '北京东', '厦门北', '800', '700', '90', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (21, 'G56', '18:36', '否', '上海西', '深圳', '800', '700', '90', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (22, 'H78', '12:00', '否', '上海', '北京西', '800', '700', '90', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (23, 'H78', '12:00', '否', '上海', '北京西', '800', '700', '90', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (24, 'H78', '12:00', '否', '上海', '北京西', '800', '700', '90', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (25, 'H78', '12:00', '否', '北京西', '南昌', '800', '700', '90', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (26, 'G70', '7:23', '是', '北京西', '厦门', '500', '450', '95', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (27, 'G14', '9:50', '是', '北京西', '上海', '800', '700', '95', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (28, 'G90', '8:30', '是', '北京南', '武昌', '1000', '1000', '100', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (29, 'G25', '7:56', '是', '厦门北', '福州', '500', '100', '20', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (30, 'G50', '14:23', '否', '北京西', '深圳', '500', '100', '20', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (31, 'G10', '13:00', '否', '北京西', '深圳', '500', '100', '20', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (32, 'G10', '13:00', '否', '北京西', '深圳', '500', '100', '20', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (33, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (34, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (35, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (36, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (37, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (38, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (39, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (40, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (41, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (42, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (43, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (44, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (45, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (46, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (47, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (48, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (49, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (50, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (51, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (52, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (53, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (54, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (55, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (56, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (57, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (58, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (59, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (60, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (61, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (62, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (63, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (64, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (65, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (66, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (67, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (68, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (69, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (70, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (71, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (72, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (73, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (74, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (75, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (76, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (77, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (78, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (79, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (80, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (81, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (82, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (83, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (84, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (85, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +INSERT INTO `rep_demo_jianpiao` (`id`, `bnum`, `ftime`, `sfkong`, `kaishi`, `jieshu`, `hezairen`, `jpnum`, `shihelv`, `s_id`) VALUES (86, 'G10', '13:00', '否', '北京西', '深圳', '200', '100', '50', 1); +COMMIT; + +-- ---------------------------- +-- Table structure for rep_demo_xiaoshou +-- ---------------------------- +DROP TABLE IF EXISTS `rep_demo_xiaoshou`; +CREATE TABLE `rep_demo_xiaoshou` ( + `id` int NOT NULL AUTO_INCREMENT, + `hnum` varchar(125) NOT NULL COMMENT '货品编码', + `hname` varchar(125) NOT NULL COMMENT '货品名称', + `xinghao` varchar(125) NOT NULL COMMENT '单位', + `fahuocangku` varchar(125) NOT NULL COMMENT '数量', + `danwei` varchar(125) NOT NULL COMMENT '单价', + `num` int NOT NULL COMMENT '返利', + `danjia` varchar(125) NOT NULL COMMENT '备注', + `zhekoulv` int NOT NULL, + `xiaoshoujine` varchar(125) NOT NULL, + `beizhu` varchar(125) DEFAULT NULL, + `s_id` varchar(11) NOT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of rep_demo_xiaoshou +-- ---------------------------- +BEGIN; +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (1, '5896', '冰箱', 'H2563', '上海', '件', 300, '1', 20, '1000', '晚上送', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (2, '4596', '空调', 'M79', '上海', '件', 800, '2', 10, '2560', '上门安装', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (3, '3695', '洗衣机', 'H90', '杭州', '件', 500, '3', 50, '259', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (4, '1258', '微波炉', 'J89', '广州', '件', 400, '4', 20, '259', '多个排水管', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (5, '1258', '烤箱', 'K56', '广州', '件', 800, '5', 50, '368', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (6, '5623', '电饼铛', 'H56', '上海', '件', 300, '6', 40, '456', '中午送', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (7, '5894', '早餐机', 'K67', '杭州', '件', 300, '7', 30, '147', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (8, '4578', '电饭锅', 'M45', '广州', '件', 800, '8', 50, '148', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (9, '2589', '豆浆机', 'H56', '上海', '件', 400, '9', 20, '258', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (10, '1456', '榨汁机', 'H45', '杭州', '件', 300, '10', 10, '456', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (11, '2578', '热水壶', 'U78', '广州', '件', 300, '11', 50, '258', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (12, '1369', '热水器', 'J78', '上海', '件', 800, '12', 80, '158', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (13, '5642', '吸尘器', 'R45', '上海', '件', 400, '13', 90, '125', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (14, '1356', '挂烫机', 'U67', '上海', '件', 400, '14', 50, '120', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (15, '2587', '破壁机', 'H56', '杭州', '件', 400, '15', 15, '258', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (16, '2578', '热水壶11', 'U78', '广州', '件', 300, '11', 50, '258', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (17, '2578', '热水壶22', 'U78', '广州', '件', 300, '11', 50, '258', '', '1'); +INSERT INTO `rep_demo_xiaoshou` (`id`, `hnum`, `hname`, `xinghao`, `fahuocangku`, `danwei`, `num`, `danjia`, `zhekoulv`, `xiaoshoujine`, `beizhu`, `s_id`) VALUES (18, '2589', '电脑', 'XXP', '北京', '台', 56, '1220', 20, '1000', '', '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for report_accredit +-- ---------------------------- +DROP TABLE IF EXISTS `report_accredit`; +CREATE TABLE `report_accredit` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `object_id` varchar(50) DEFAULT NULL COMMENT '权限赋予对象id', + `report_id` varchar(50) DEFAULT NULL COMMENT '报表ID', + `kind_id` char(1) DEFAULT NULL COMMENT '权限类型(1、应用2、人员)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=COMPACT COMMENT='报表授权表'; + +-- ---------------------------- +-- Records of report_accredit +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for report_classify +-- ---------------------------- +DROP TABLE IF EXISTS `report_classify`; +CREATE TABLE `report_classify` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `code` varchar(50) DEFAULT NULL COMMENT '编码', + `name` varchar(255) DEFAULT NULL COMMENT '名称', + `parent_id` varchar(50) DEFAULT NULL COMMENT '上级id', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=COMPACT COMMENT='报表分类表'; + +-- ---------------------------- +-- Records of report_classify +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for report_manage +-- ---------------------------- +DROP TABLE IF EXISTS `report_manage`; +CREATE TABLE `report_manage` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `report_id` varchar(50) DEFAULT NULL COMMENT '报表ID', + `report_name` varchar(255) DEFAULT NULL COMMENT '报表名称', + `classify_id` varchar(50) DEFAULT NULL COMMENT '类别id', + `preview_address` varchar(255) DEFAULT NULL COMMENT '预览地址', + `state` char(1) DEFAULT NULL COMMENT '状态: 0启用 1 停用', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=COMPACT COMMENT='报表管理表'; + +-- ---------------------------- +-- Records of report_manage +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_api_reflection +-- ---------------------------- +DROP TABLE IF EXISTS `sys_api_reflection`; +CREATE TABLE `sys_api_reflection` ( + `id` varchar(255) NOT NULL COMMENT '主键id', + `source_api_id` varchar(255) DEFAULT NULL COMMENT '源接口ID', + `target_api_id` varchar(255) DEFAULT NULL COMMENT '目标接口ID', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `create_user_id` varchar(255) DEFAULT NULL COMMENT '操作人id', + `create_time` datetime DEFAULT NULL COMMENT '保存时间', + `modify_user_id` varchar(255) DEFAULT NULL COMMENT '修改人', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(255) DEFAULT NULL COMMENT '状态', + `sorts` varchar(255) DEFAULT NULL COMMENT '排序', + `org_id` varchar(255) DEFAULT NULL, + `source_api_app` varchar(255) DEFAULT NULL COMMENT '源应用id', + `target_api_app` varchar(255) DEFAULT NULL COMMENT '目标应用id', + `ref_code` varchar(255) DEFAULT NULL COMMENT '场景编码', + `ref_name` varchar(255) DEFAULT NULL COMMENT '场景名称', + `ref_type` varchar(255) DEFAULT NULL COMMENT '场景分类', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `plug` varchar(50) DEFAULT NULL, + `plug_id` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='接口映射配置'; + +-- ---------------------------- +-- Records of sys_api_reflection +-- ---------------------------- +BEGIN; +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-1441864586144431218', NULL, NULL, '20231212速网测试-速网U8C调拨订单,推送旺店通调拨单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 08:58:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 08:58:50', 'Y', '10', NULL, 'bc6d7be70b7c41f69302ef89f62b4854', 'bc6d7be70b7c41f69302ef89f62b4854', 'suwang_test20231212', '20231212速网测试-速网U8C调拨订单,推送旺店通调拨单', '1', '20231212速网测试-速网U8C调拨订单,推送旺店通调拨单', '1', 'com.hzya.frame.plugin.sowow.plugin.ohter.WdtStocktransferEditCreateOrderPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-2035231693252508377', '97cad2e8bfc048c2825b3d00bbbd5671', 'f7d216219a1248559769fa444595a4dd', 'U9C客户新建', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 14:56:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 14:56:19', 'Y', '10', NULL, '19fd5110767b46d2853d359a97303bb6', 'eb5bbdc57e7e4fac993304267e74c37e', 'U9C_20231108_test_shopQuery', 'U9C客户新建', '1', 'U9C客户新建', '1', 'com.hzya.frame.plugin.henghua.plugin.base.BdShopQueryPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-2096332459097178103', '588511322c5211eea2cd00ffb4e96929', 'd2f06bcb3d014d689bf257d75d98f4de', '速网(TOC)旺店通销售出库单生成U8C销售订单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:05:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:05:29', 'Y', '10', NULL, '19fd5110767b46d2853d359a97303bb6', '3d205f45e1844942991f65e0c96e19c5', '速网(TOC)旺店通销售出库单生成U8C销售订单', '速网(TOC)旺店通销售出库单生成U8C销售订单', '1', '速网(TOC)旺店通销售出库单生成U8C销售订单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.SoSaleOutPluginInitializerToC'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-2272726809820773420', '2fcbf0799b9d4e2998a352355a3455f1', 'f7d216219a1248559769fa444595a4dd', '速网(TOB)U8C销售订单,推送旺店通原始订单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:06:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:06:01', 'Y', '10', NULL, '59f22fc3d803450c9387ac621b5430c2', 'eb5bbdc57e7e4fac993304267e74c37e', '速网(TOB)U8C销售订单,推送旺店通原始订单', '速网(TOB)U8C销售订单,推送旺店通原始订单', '1', '速网(TOB)U8C销售订单,推送旺店通原始订单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.SoSalePluginInitializerToB'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-2504180309163491146', NULL, NULL, '速网U8C红字采购订单,推送旺店通采购退货单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:43:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:43:12', 'Y', '10', NULL, '032618ebb2b9468990e9c6d668577c0e', '032618ebb2b9468990e9c6d668577c0e', '速网U8C红字采购订单,推送旺店通采购退货单', '速网U8C红字采购订单,推送旺店通采购退货单', '1', '速网U8C红字采购订单,推送旺店通采购退货单', '1', 'com.hzya.frame.plugin.sowow.plugin.purchase.RedPoOrderPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-2771652075759843619', '68e01326c2454bef8a38377b983030dd', '676750094da643daa3776b2238dc5420', '12312312', '1', '2024-04-09 17:01:20', '1', '2024-04-09 17:01:20', 'Y', '10', NULL, 'bc6d7be70b7c41f69302ef89f62b4854', 'bc6d7be70b7c41f69302ef89f62b4854', '123123123', '1231231', '1', '123123', '1', 'SysMessageManageLogPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-288558669085783551', '00d0f8419d4047a49a32e867429bc3cc', '0bf4f154ebde49a7bf1cae20e749fdaf', 'nc202005收款,无主子表', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 14:39:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 14:39:06', 'Y', '6', NULL, '19fd5110767b46d2853d359a97303bb6', '59f22fc3d803450c9387ac621b5430c2', 'nc202005sk2', 'nc202005收款无主子表', '1', 'nc202005收款无主子表', '2', NULL); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-3055225098368170559', NULL, NULL, '速网旺店通预入库生成红字销售订单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 11:01:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 11:01:47', 'Y', '10', NULL, '032618ebb2b9468990e9c6d668577c0e', '032618ebb2b9468990e9c6d668577c0e', '速网旺店通预入库生成红字销售订单', '速网旺店通预入库生成红字销售订单', '1', '速网旺店通预入库生成红字销售订单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.PreWarehPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-3460660608052541571', 'f7d216219a1248559769fa444595a4dd', 'f7d216219a1248559769fa444595a4dd', 'U9C计量单位同步睿本云', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-23 17:04:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-23 17:04:56', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', 'reabam_unit', 'U9C计量单位同步睿本云', '1', 'U9C计量单位同步睿本云', '1', 'Bhu9cUnitPluginIn'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-5157429581828111341', '2fcbf0799b9d4e2998a352355a3455f1', '2fcbf0799b9d4e2998a352355a3455f1', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:44:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:44:46', 'Y', '10', NULL, '59f22fc3d803450c9387ac621b5430c2', '59f22fc3d803450c9387ac621b5430c2', 'OMS达人寄样销售出库生成U8C销售订单', 'OMS达人寄样销售出库生成U8C销售订单', '1', 'OMS达人寄样销售出库生成U8C销售订单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.ExpertSendingSamplesPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-5214785127254374421', NULL, NULL, '博华U9C库存同步CRM', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 11:51:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 11:51:29', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', '博华U9C库存同步CRM', '博华U9C库存同步CRM', '1', '博华U9C库存同步CRM', '1', 'Bhu9cWarehousetocrmPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-5349751178612684811', '97cad2e8bfc048c2825b3d00bbbd5671', '97cad2e8bfc048c2825b3d00bbbd5671', '08/11周五测试', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-11 11:10:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-11 11:10:20', 'Y', '3', NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', '08/11周五测试', '08/11周五测试', '1', '08/11周五测试', '1', 'kangarooDataCenterPluginDemo'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-5613277148950148449', '9bbfb4a8d06642c58c1a207ae91e3cf3', '2a9ab72bace8439186e0b132f54f3cfe', '240104速网U8C调拨订单,推送旺店通调拨单202301041420', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-04 14:20:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-04 14:20:12', 'Y', '10', NULL, '3d205f45e1844942991f65e0c96e19c5', 'bc6d7be70b7c41f69302ef89f62b4854', '240104速网U8C调拨订单,推送旺店通调拨单', '240104速网U8C调拨订单,推送旺店通调拨单', '1', '240104速网U8C调拨订单,推送旺店通调拨单', '1', 'com.hzya.frame.plugin.sowow.plugin.ohter.WdtStocktransferEditCreateOrderPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-6531285889174713448', 'a0a64273e60b4ccdb245683dfefdade6', 'a0a64273e60b4ccdb245683dfefdade6', 'U8C红字采购订单,推送旺店通采购退货单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 10:54:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 10:54:54', 'Y', '10', NULL, '3b12f5e26ab64c408feb5342ad9c9cef', '3b12f5e26ab64c408feb5342ad9c9cef', 'U8C红字采购订单,推送旺店通采购退货单', 'U8C红字采购订单,推送旺店通采购退货单', '1', 'U8C红字采购订单,推送旺店通采购退货单', '1', 'com.hzya.frame.plugin.sowow.plugin.purchase.RedPoOrderPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-6824026946508533933', NULL, NULL, '速网旺店通采购退货出库单,生成U8C红字采购入库', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 10:59:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 10:59:40', 'Y', '10', NULL, '032618ebb2b9468990e9c6d668577c0e', '032618ebb2b9468990e9c6d668577c0e', '速网旺店通采购退货出库单,生成U8C红字采购入库', '速网旺店通采购退货出库单,生成U8C红字采购入库', '1', '速网旺店通采购退货出库单,生成U8C红字采购入库', '1', 'com.hzya.frame.plugin.sowow.plugin.purchase.RedPoOrderWarePluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-7237168345287865501', NULL, NULL, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 08:39:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 08:39:32', 'Y', '10', NULL, '032618ebb2b9468990e9c6d668577c0e', '032618ebb2b9468990e9c6d668577c0e', 'U8C采购订单同步', 'U8C采购订单同步', '1', '11', '1', 'com.hzya.frame.plugin.henghua.plugin.base.BdShopQueryPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-7330346495509836251', '2ef885e4c7d94ad9b832931adb23b342', '81cba40a6c63467c9d120329b6e700ef', '杭泰BIP内部组织传递OA', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-28 14:57:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-28 14:57:34', 'Y', '9', NULL, '3b12f5e26ab64c408feb5342ad9c9cef', '3b12f5e26ab64c408feb5342ad9c9cef', 'HT-202309280001', 'BIP组织传递OA', '1', '杭泰BIP内部组织传递OA', '1', 'BipOaOrgPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-758158546668992260', NULL, NULL, 'kangarooDataCenterPluginDemo', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 15:10:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 15:10:16', 'Y', '10', NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', '测试定时任务demo1', '测试定时任务demo1', '1', 'kangarooDataCenterPluginDemo', '1', 'kangarooDataCenterPluginDemo'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-7768168847972480407', 'a0a64273e60b4ccdb245683dfefdade5', 'aba9ad4d04a641848ba01ad83d28d65f', '杭泰Bip供应商传递OA', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-25 16:19:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-25 16:19:55', 'Y', '7', NULL, '3b12f5e26ab64c408feb5342ad9c9cef', '3b12f5e26ab64c408feb5342ad9c9cef', 'Bipgys', 'Bip供应商', '1', 'Bip供应商传递OA', '2', NULL); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-8292452668588736197', '9bbfb4a8d06642c58c1a207ae91e3cf3', '3963dc1f23cf4064a760d9d2be14145c', '240104U8C生产组装拆分单,同步旺店通生产单推送202401040946', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-04 09:44:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-04 09:44:14', 'Y', '10', NULL, '3d205f45e1844942991f65e0c96e19c5', 'bc6d7be70b7c41f69302ef89f62b4854', '240104U8C生产组装拆分单,同步旺店通生产单推送', '240104U8C生产组装拆分单,同步旺店通生产单推送', '1', '240104U8C生产组装拆分单,同步旺店通生产单推送', '1', 'com.hzya.frame.plugin.sowow.plugin.ohter.WdtProcessProcessUploadPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('-8799210971327215481', NULL, NULL, '旺店通采购入库单,生成U8C采购入库', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 10:53:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 10:53:07', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', '旺店通采购入库单,生成U8C采购入库', '旺店通采购入库单,生成U8C采购入库', '1', '旺店通采购入库单,生成U8C采购入库', '1', 'com.hzya.frame.plugin.sowow.plugin.purchase.PoOrderWarePluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('1816805818974881488', '588511322c5211eea2cd00ffb4e96929', '2fcbf0799b9d4e2998a352355a3455f1', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-31 10:35:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-31 10:35:43', 'Y', '10', NULL, '19fd5110767b46d2853d359a97303bb6', '59f22fc3d803450c9387ac621b5430c2', '123', '231', '1', '123', '2', NULL); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('1899453083253362243', '00d0f8419d4047a49a32e867429bc3ce', '0bf4f154ebde49a7bf1cae20e749fdaf', '测试新增收款数据,有主子表', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 14:34:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 14:34:53', 'Y', '5', NULL, '19fd5110767b46d2853d359a97303bb6', '59f22fc3d803450c9387ac621b5430c2', 'nc202005sk', 'nc202005收款新增', '1', '测试新增收款数据', '2', NULL); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('2249014831209531487', NULL, NULL, 'u9c标准收货传睿本云总部调拨单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:55:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:55:31', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', 'reabam_allot', 'u9c标准收货传睿本云总部调拨单', '1', 'u9c标准收货传睿本云总部调拨单', '1', 'Bhu9cmaterialtorbyPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('2260255636347898359', 'f7d216219a1248559769fa444595a4dd', NULL, '速网U8C采购订单推送旺店通采购订单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 09:44:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 09:44:55', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', '032618ebb2b9468990e9c6d668577c0e', '速网U8C采购订单推送旺店通采购订单', '速网U8C采购订单推送旺店通采购订单', '1', '速网U8C采购订单推送旺店通采购订单', '1', 'com.hzya.frame.plugin.sowow.plugin.purchase.PoOrderPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('2389386409758573889', NULL, NULL, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-20 11:56:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-20 11:56:45', 'Y', '10', NULL, '46589afb9de1436ab70521932f08809f', '46589afb9de1436ab70521932f08809f', '科来华客商自动分配', '科来华客商自动分配', '1', '科来华客商自动分配', '1', 'AutoAssginPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('275161461400883128', 'f7d216219a1248559769fa444595a4dd', '2fcbf0799b9d4e2998a352355a3455f1', '速网(TOC)退货入库单生成U8C红字销售订单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:03:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:03:29', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', '59f22fc3d803450c9387ac621b5430c2', '速网(TOC)退货入库单生成U8C红字销售订单', '速网(TOC)退货入库单生成U8C红字销售订单', '1', '速网(TOC)退货入库单生成U8C红字销售订单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.ReturnWarePluginInitializerToC'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('3493627508988527641', 'd2f06bcb3d014d689bf257d75d98f4de', 'f7d216219a1248559769fa444595a4dd', '速网(TOB)旺店通销售出库单,生成U8C销售出库单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:04:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:04:39', 'Y', '10', NULL, '3d205f45e1844942991f65e0c96e19c5', 'eb5bbdc57e7e4fac993304267e74c37e', '速网(TOB)旺店通销售出库单,生成U8C销售出库单', '速网(TOB)旺店通销售出库单,生成U8C销售出库单', '1', '速网(TOB)旺店通销售出库单,生成U8C销售出库单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.SoSaleOutPluginInitializerToB'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('3623780403245762629', NULL, NULL, 'u9cBom同步睿本云', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-16 13:40:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-16 13:40:35', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', 'reabam_bom', 'u9cBom同步睿本云', '1', 'u9cBom同步睿本云', '1', 'Bhu9cmaterialtocrmPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('3944764855041081789', NULL, NULL, '速网(TOC)旺店通换货出库,生成U8C销售订单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 11:01:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-28 11:01:08', 'Y', '10', NULL, '032618ebb2b9468990e9c6d668577c0e', '032618ebb2b9468990e9c6d668577c0e', '速网(TOC)旺店通换货出库,生成U8C销售订单', '速网(TOC)旺店通换货出库,生成U8C销售订单', '1', '速网(TOC)旺店通换货出库,生成U8C销售订单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.ExWarePluginInitializerToC'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('4069869450615213597', '97cad2e8bfc048c2825b3d00bbbd5671', '97cad2e8bfc048c2825b3d00bbbd5671', 'ESB消息日志备份', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-08 14:10:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-08 14:10:23', 'Y', '10', NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', 'esb_log_back', 'ESB消息日志备份', '1', 'ESB消息日志备份', '1', 'SysMessageManageLogPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('4265311769801935216', NULL, 'f7d216219a1248559769fa444595a4dd', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:42:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:42:13', 'Y', '10', NULL, '032618ebb2b9468990e9c6d668577c0e', 'eb5bbdc57e7e4fac993304267e74c37e', '速网旺店通采购入库单,生成U8C采购入库', '速网旺店通采购入库单,生成U8C采购入库', '1', '111', '1', 'com.hzya.frame.plugin.sowow.plugin.purchase.PoOrderWarePluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('5709599514525057961', 'd2f06bcb3d014d689bf257d75d98f4de', 'f7d216219a1248559769fa444595a4dd', NULL, '1', '2024-04-09 17:16:18', '1', '2024-04-09 17:16:18', 'Y', '10', NULL, '3d205f45e1844942991f65e0c96e19c5', 'eb5bbdc57e7e4fac993304267e74c37e', '123', '123', '1', '123', '1', 'SysMessageManageLogPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('6013206725146856648', '2fcbf0799b9d4e2998a352355a3455f1', NULL, '速网(TOB)旺店通退货入库单生成U8C红字销售出库单', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:01:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 16:01:28', 'Y', '10', NULL, '59f22fc3d803450c9387ac621b5430c2', '032618ebb2b9468990e9c6d668577c0e', '速网(TOB)旺店通退货入库单生成U8C红字销售出库单', '速网(TOB)旺店通退货入库单生成U8C红字销售出库单', '1', '速网(TOB)旺店通退货入库单生成U8C红字销售出库单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.ReturnWarePluginInitializerToB'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('6101576173796215325', NULL, NULL, 'u9c料品同步睿本云', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-16 13:18:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-16 13:18:49', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', 'reabam_material', 'u9c料品同步睿本云', '1', 'u9c料品同步睿本云', '1', 'Bhu9cmaterialtorbyPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('6204088915237617752', 'f7d216219a1248559769fa444595a4dd', NULL, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:58:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-28 15:58:08', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', '032618ebb2b9468990e9c6d668577c0e', '速网(TOB)红字销售订单同步旺店通退换单', '速网(TOB)红字销售订单同步旺店通退换单', '1', '速网(TOB)红字销售订单同步旺店通退换单', '1', 'com.hzya.frame.plugin.sowow.plugin.sales.RawTradeReGoodToB'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('6772908377400560438', '588511322c5211eea2cd00ffb4e96929', '588511322c5211eea2cd00ffb4e96929', '时代的', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-11 17:08:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-11 17:08:51', 'Y', '4', NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', '开会测试用', '开会测试用', '1', '是的', '1', 'kangarooDataCenterPluginDemo'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('7083456594636063687', '314209434101447fbc7ae397741eabeb', 'ab4a81932c5211eea2cd00ffb4e96929', NULL, NULL, '2023-08-08 09:46:03', NULL, '2023-08-08 09:46:03', 'Y', '1', NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', 'add_sup', '增加供应商', '1', '增加供应商', NULL, NULL); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('7338447876018421910', '314209434101447fbc7ae397741eabeb', 'ab4a81932c5211eea2cd00ffb4e96929', '供应商新增测试', NULL, '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', 'Y', '2', NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', 'add_sup_test', '供应商新增测试', '1', '供应商新增测试', NULL, NULL); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('7400948123595328603', NULL, NULL, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 11:52:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 11:52:46', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', '博华U9C回款单同步CRM', '博华U9C回款单同步CRM', '1', '博华U9C回款单同步CRM', '1', 'Bhu9cSaleRecivertocrmPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('7430180341506261259', '581c01e0bec44afd9401219cb2250997', 'f7d216219a1248559769fa444595a4dd', '速网U8C供应商档案生成旺店通供应商档案', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-02 10:40:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-02 10:40:12', 'Y', '10', NULL, 'e3ad64d5104e47fcaf8f261d8d730e35', 'eb5bbdc57e7e4fac993304267e74c37e', '速网U8C供应商档案生成旺店通供应商档案', '速网U8C供应商档案生成旺店通供应商档案', '1', '速网U8C供应商档案生成旺店通供应商档案', '1', 'com.hzya.frame.plugin.sowow.plugin.basdoc.SupplierPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('7492934454804104765', '581c01e0bec44afd9401219cb2250997', '24ab371a8ac244938e3595f56f528cee', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-06 15:14:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-06 15:14:53', 'Y', '10', NULL, 'e3ad64d5104e47fcaf8f261d8d730e35', 'ed6b95b8d0be46c1ae0b95f63cbdd33a', '杭泰OA合同档案传递钉钉', '杭泰OA合同档案传递钉钉', '1', '杭泰OA合同档案传递钉钉', '1', 'SaleConDocPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('7543284322680523023', 'f7d216219a1248559769fa444595a4dd', '581c01e0bec44afd9401219cb2250997', '速网U8C存货档案生成旺店通货品档案', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-02 10:36:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-02 10:36:39', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'e3ad64d5104e47fcaf8f261d8d730e35', '速网U8C存货档案生成旺店通货品档案', '速网U8C存货档案生成旺店通货品档案', '1', '速网U8C存货档案生成旺店通货品档案', '1', 'com.hzya.frame.plugin.sowow.plugin.basdoc.InvbasdocPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('7545010590675914098', NULL, NULL, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-19 17:45:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-19 17:45:16', 'Y', '10', NULL, '032618ebb2b9468990e9c6d668577c0e', '032618ebb2b9468990e9c6d668577c0e', 'test20240219', 'test20240219', '1', 'test20240219', '1', 'Bhu9cmaterialtocrmPlugin'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('8017050740659865289', NULL, NULL, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 11:52:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 11:52:21', 'Y', '10', NULL, 'eb5bbdc57e7e4fac993304267e74c37e', 'eb5bbdc57e7e4fac993304267e74c37e', '博华U9C发货单同步CRM', '博华U9C发货单同步CRM', '1', '博华U9C发货单同步CRM', '1', 'Bhu9cSaleDelivertocrmPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('8039317856189959623', NULL, NULL, '致远OA销售合同推送钉钉集成场景', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-21 17:01:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-21 17:01:59', 'Y', '8', NULL, 'ed6b95b8d0be46c1ae0b95f63cbdd33a', 'ed6b95b8d0be46c1ae0b95f63cbdd33a', 'HT-20230921001', '致远OA销售合同推送钉钉集成场景', '1', '致远OA销售合同推送钉钉集成场景', '1', 'SaleConDocPluginInitializer'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('8055923660107694105', 'a0a64273e60b4ccdb245683dfefdade6', 'a0a64273e60b4ccdb245683dfefdade6', '1111', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-18 10:44:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-18 10:44:01', 'Y', '10', NULL, '3b12f5e26ab64c408feb5342ad9c9cef', '3b12f5e26ab64c408feb5342ad9c9cef', '111', '111', '1', '111111', '1', NULL); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('9085888236198643059', NULL, NULL, '测试任务demo2', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 15:10:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 15:10:47', 'Y', '10', NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', '测试任务demo2', '测试任务demo2', '1', '测试任务demo2', '1', 'kangarooDataCenterPluginDemo'); +INSERT INTO `sys_api_reflection` (`id`, `source_api_id`, `target_api_id`, `remark`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `sorts`, `org_id`, `source_api_app`, `target_api_app`, `ref_code`, `ref_name`, `ref_type`, `description`, `plug`, `plug_id`) VALUES ('913673726545775601', '97cad2e8bfc048c2825b3d00bbbd5671', '588511322c5211eea2cd00ffb4e96929', NULL, '1', '2023-08-08 08:41:37', '1', '2023-08-08 08:41:37', 'Y', NULL, NULL, '19fd5110767b46d2853d359a97303bb6', '19fd5110767b46d2853d359a97303bb6', '使用插件测试', '使用插件测试', '1', '使用插件测试', '1', 'kangarooDataCenterPluginDemo'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_api_reflection_detail +-- ---------------------------- +DROP TABLE IF EXISTS `sys_api_reflection_detail`; +CREATE TABLE `sys_api_reflection_detail` ( + `id` varchar(255) NOT NULL COMMENT '主键id', + `mainid` varchar(255) DEFAULT NULL COMMENT '主表id', + `source_field` varchar(255) DEFAULT NULL COMMENT '源API字段', + `source_name` varchar(255) DEFAULT NULL COMMENT '源API字段名', + `target_field` varchar(255) DEFAULT NULL COMMENT '目标API字段', + `target_name` varchar(255) DEFAULT NULL COMMENT '目标API字段名', + `default_vaule` varchar(255) DEFAULT NULL COMMENT '目标API字段默认值', + `source_field_path` varchar(255) DEFAULT NULL COMMENT '源字段层级', + `target_field_path` varchar(255) DEFAULT NULL COMMENT '目标字段层级', + `target_path` varchar(255) DEFAULT NULL, + `source_path` varchar(255) DEFAULT NULL, + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(255) DEFAULT NULL COMMENT '创建人', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(255) DEFAULT NULL COMMENT '修改人', + `sts` varchar(255) DEFAULT NULL COMMENT '状态', + `sorts` varchar(255) DEFAULT NULL, + `org_id` varchar(255) DEFAULT NULL, + `coordinate` text, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='接口映射配置明细表'; + +-- ---------------------------- +-- Records of sys_api_reflection_detail +-- ---------------------------- +BEGIN; +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-181725397205366475', '1899453083253362243', '[\"source_flag\"]', 'attribute.head.source_flag', '[\"source_flag\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"c6014a84-0573-4e83-8741-d06ab7ed6db4\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"e6fb206c-4c77-46ed-806f-4d0002f51357\"]', 'head.source_flag', 'attribute.head.source_flag', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.source_flag\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"e6fb206c-4c77-46ed-806f-4d0002f51357\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"c6014a84-0573-4e83-8741-d06ab7ed6db4\"],\"leftid\":\"c6014a84-0573-4e83-8741-d06ab7ed6db4\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.source_flag\",\"y1\":704.59375,\"rightid\":\"e6fb206c-4c77-46ed-806f-4d0002f51357\",\"width\":1,\"x1\":-5,\"y2\":469.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-2268590586916158090', '7338447876018421910', 'field0010', 'attribute.field0010', 'field0010', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4dd9e27b-3207-4fd3-8f18-343886a52dc7\"]', '[1690441065184,1690447479294]', 'data.field0010', 'attribute.field0010', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0010\",\"rightidarr\":[1690441065184,1690447479294],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4dd9e27b-3207-4fd3-8f18-343886a52dc7\"],\"leftid\":\"4dd9e27b-3207-4fd3-8f18-343886a52dc7\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0010\",\"y1\":328.59375,\"rightid\":1690447479294,\"width\":1,\"x1\":0,\"y2\":657.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-2403875837941889490', '1899453083253362243', '[\"pk_currtype\"]', 'attribute.body.pk_currtype', '[\"pk_currtype\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"6618e61d-2f26-4ddb-a241-09d2c861a680\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"0995ca16-5d11-4b90-99b5-78919de224f1\"]', 'body.pk_currtype', 'attribute.body.pk_currtype', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.pk_currtype\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"0995ca16-5d11-4b90-99b5-78919de224f1\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"6618e61d-2f26-4ddb-a241-09d2c861a680\"],\"leftid\":\"6618e61d-2f26-4ddb-a241-09d2c861a680\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_currtype\",\"y1\":1033.59375,\"rightid\":\"0995ca16-5d11-4b90-99b5-78919de224f1\",\"width\":1,\"x1\":-5,\"y2\":798.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-2711005082090846791', '7338447876018421910', 'field0005', 'attribute.field0005', 'field0005', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9f60ffc2-f86e-4943-bb21-2d3434578ccf\"]', '[1690441065184,1690447503458,1690447946602]', 'data.formson_0004_Detail.field0005', 'attribute.field0005', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0005\",\"rightidarr\":[1690441065184,1690447503458,1690447946602],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9f60ffc2-f86e-4943-bb21-2d3434578ccf\"],\"leftid\":\"9f60ffc2-f86e-4943-bb21-2d3434578ccf\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0005\",\"y1\":610.59375,\"rightid\":1690447946602,\"width\":1,\"x1\":0,\"y2\":1033.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-2744008542624200767', '-288558669085783551', '[\"pk_currtype\"]', 'attribute.pk_currtype', '[\"pk_currtype\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"f71f256a-d8b4-4661-8534-eb1038830c66\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"cf57ec9a-a469-4b74-ac3a-bce6f06c96c7\"]', 'head.pk_currtype', 'attribute.pk_currtype', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.pk_currtype\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"cf57ec9a-a469-4b74-ac3a-bce6f06c96c7\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"f71f256a-d8b4-4661-8534-eb1038830c66\"],\"leftid\":\"f71f256a-d8b4-4661-8534-eb1038830c66\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.pk_currtype\",\"y1\":422.59375,\"rightid\":\"cf57ec9a-a469-4b74-ac3a-bce6f06c96c7\",\"width\":1,\"x1\":-5,\"y2\":234.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-3083056173580794885', '7338447876018421910', 'field0011', 'attribute.field0011', 'field0011', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"5000f690-88a9-4d29-b74a-70ba809416a6\"]', '[1690441065184,1690447480915]', 'data.field0011', 'attribute.field0011', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0011\",\"rightidarr\":[1690441065184,1690447480915],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"5000f690-88a9-4d29-b74a-70ba809416a6\"],\"leftid\":\"5000f690-88a9-4d29-b74a-70ba809416a6\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0011\",\"y1\":375.59375,\"rightid\":1690447480915,\"width\":1,\"x1\":0,\"y2\":704.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-317568859238284730', '1816805818974881488', '[\"msg\"]', 'msg', '[\"client_id\"]', NULL, NULL, '[1690441563345]', '[\"f260d1ae-e9a2-4ecf-8a5a-c551d07d5845\"]', 'client_id', 'msg', '2023-10-31 10:48:36', NULL, '2023-10-31 10:48:36', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"msg\",\"rightidarr\":[\"f260d1ae-e9a2-4ecf-8a5a-c551d07d5845\"],\"leftidarr\":[1690441563345],\"leftid\":1690441563345,\"stroke\":\"#409EFF\",\"rightTitle\":\"client_id\",\"y1\":93.59375,\"rightid\":\"f260d1ae-e9a2-4ecf-8a5a-c551d07d5845\",\"width\":1,\"x1\":-5,\"y2\":93.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-3316806585942061184', '7083456594636063687', 'attribute.field0010', 'attribute.field0010', 'data.field0010', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4dd9e27b-3207-4fd3-8f18-343886a52dc7\"]', '[1690441065184,1690447479294]', 'data.field0010', 'attribute.field0010', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0010\",\"rightidarr\":[1690441065184,1690447479294],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4dd9e27b-3207-4fd3-8f18-343886a52dc7\"],\"leftid\":\"4dd9e27b-3207-4fd3-8f18-343886a52dc7\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0010\",\"y1\":328.59375,\"rightid\":1690447479294,\"width\":1,\"x1\":0,\"y2\":657.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-3340962590909577345', '1899453083253362243', '[\"pk_customer\"]', 'attribute.body.pk_customer', '[\"pk_customer\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"8eace838-19e5-4bc2-be4e-b11ee9060a9e\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7e3e5280-5613-47c3-842e-f19381847d7f\"]', 'body.pk_customer', 'attribute.body.pk_customer', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.pk_customer\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7e3e5280-5613-47c3-842e-f19381847d7f\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"8eace838-19e5-4bc2-be4e-b11ee9060a9e\"],\"leftid\":\"8eace838-19e5-4bc2-be4e-b11ee9060a9e\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_customer\",\"y1\":892.59375,\"rightid\":\"7e3e5280-5613-47c3-842e-f19381847d7f\",\"width\":1,\"x1\":-5,\"y2\":657.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-4001636289953772391', '1899453083253362243', '[\"pk_org\"]', 'attribute.head.pk_org', '[\"pk_org\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"ef96bbcd-2119-449c-9011-be3c9b4ce538\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"c243fd03-4e03-47b5-a2b3-05c16b55b230\"]', 'head.pk_org', 'attribute.head.pk_org', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.pk_org\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"c243fd03-4e03-47b5-a2b3-05c16b55b230\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"ef96bbcd-2119-449c-9011-be3c9b4ce538\"],\"leftid\":\"ef96bbcd-2119-449c-9011-be3c9b4ce538\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.pk_org\",\"y1\":751.59375,\"rightid\":\"c243fd03-4e03-47b5-a2b3-05c16b55b230\",\"width\":1,\"x1\":-5,\"y2\":516.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-4289024948289451259', '1899453083253362243', '[\"pk_org\"]', 'attribute.body.pk_org', '[\"pk_org\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"3b88c88b-9b3a-44a1-8b51-36b376aec6a3\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"31ec5d4c-b2e6-4446-9b01-47d350b2ee41\"]', 'body.pk_org', 'attribute.body.pk_org', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.pk_org\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"31ec5d4c-b2e6-4446-9b01-47d350b2ee41\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"3b88c88b-9b3a-44a1-8b51-36b376aec6a3\"],\"leftid\":\"3b88c88b-9b3a-44a1-8b51-36b376aec6a3\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_org\",\"y1\":1268.59375,\"rightid\":\"31ec5d4c-b2e6-4446-9b01-47d350b2ee41\",\"width\":1,\"x1\":-5,\"y2\":1033.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-4310002475234144986', '1899453083253362243', '[\"objecttype\"]', 'attribute.head.objecttype', '[\"objecttype\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"53a6cac7-f20b-4fba-91c9-da0a705d1f40\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"6455a577-e447-4ef6-b4b4-bda22be8fd20\"]', 'head.objecttype', 'attribute.head.objecttype', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.objecttype\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"6455a577-e447-4ef6-b4b4-bda22be8fd20\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"53a6cac7-f20b-4fba-91c9-da0a705d1f40\"],\"leftid\":\"53a6cac7-f20b-4fba-91c9-da0a705d1f40\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.objecttype\",\"y1\":657.59375,\"rightid\":\"6455a577-e447-4ef6-b4b4-bda22be8fd20\",\"width\":1,\"x1\":-5,\"y2\":422.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-4934839180549994386', '1899453083253362243', '[\"objecttype\"]', 'attribute.body.objecttype', '[\"objecttype\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"e29dc83d-6149-461f-b5f5-8437222369ff\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"11714c25-87b1-498a-8307-fa2b50ec0a64\"]', 'body.objecttype', 'attribute.body.objecttype', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.objecttype\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"11714c25-87b1-498a-8307-fa2b50ec0a64\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"e29dc83d-6149-461f-b5f5-8437222369ff\"],\"leftid\":\"e29dc83d-6149-461f-b5f5-8437222369ff\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.objecttype\",\"y1\":1221.59375,\"rightid\":\"11714c25-87b1-498a-8307-fa2b50ec0a64\",\"width\":1,\"x1\":-5,\"y2\":986.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-5096350295364645058', '1816805818974881488', '[\"status\"]', 'status', '[\"username\"]', NULL, NULL, '[1690441582044]', '[\"6b8a4b53-4164-402b-948b-9caa5811dc68\"]', 'username', 'status', '2023-10-31 10:48:36', NULL, '2023-10-31 10:48:36', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"status\",\"rightidarr\":[\"6b8a4b53-4164-402b-948b-9caa5811dc68\"],\"leftidarr\":[1690441582044],\"leftid\":1690441582044,\"stroke\":\"#409EFF\",\"rightTitle\":\"username\",\"y1\":234.59375,\"rightid\":\"6b8a4b53-4164-402b-948b-9caa5811dc68\",\"width\":1,\"x1\":-5,\"y2\":234.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-5106364052968226348', '-7768168847972480407', '[\"def1\"]', 'attribute.def1', '[\"def1\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"93cc1bba-58ca-4500-a6cb-cfafb9f4708f\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"972732d5-cfd7-4fc9-81d7-7225c1b48f92\"]', 'attribute.def1', 'attribute.def1', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.def1\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"972732d5-cfd7-4fc9-81d7-7225c1b48f92\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"93cc1bba-58ca-4500-a6cb-cfafb9f4708f\"],\"leftid\":\"93cc1bba-58ca-4500-a6cb-cfafb9f4708f\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.def1\",\"y1\":378.59375,\"rightid\":\"972732d5-cfd7-4fc9-81d7-7225c1b48f92\",\"width\":1,\"x1\":0,\"y2\":378.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-5409204662382279155', '7338447876018421910', 'field0003', 'attribute.field0003', 'field0003', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"14158701-63af-4480-8b8a-1af722402355\"]', '[1690441065184,1690441221050]', 'data.field0003', 'attribute.field0003', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0003\",\"rightidarr\":[1690441065184,1690441221050],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"14158701-63af-4480-8b8a-1af722402355\"],\"leftid\":\"14158701-63af-4480-8b8a-1af722402355\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0003\",\"y1\":516.59375,\"rightid\":1690441221050,\"width\":1,\"x1\":0,\"y2\":328.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-5740895471057614020', '-7768168847972480407', '[\"isdefault\"]', 'attribute.details.isdefault', '[\"isdefault\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"0629cc81-3652-4d5f-acb4-b9028822bf3c\",\"a6148436-2b0f-4599-9141-dfe381c429ff\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"c85467c4-80fe-43c1-91f8-ca83193a7544\",\"1aef02bb-4287-4dbc-9f46-de7eecbb7996\"]', 'attribute.details.isdefault', 'attribute.details.isdefault', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.details.isdefault\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"c85467c4-80fe-43c1-91f8-ca83193a7544\",\"1aef02bb-4287-4dbc-9f46-de7eecbb7996\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"0629cc81-3652-4d5f-acb4-b9028822bf3c\",\"a6148436-2b0f-4599-9141-dfe381c429ff\"],\"leftid\":\"a6148436-2b0f-4599-9141-dfe381c429ff\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.details.isdefault\",\"y1\":711.09375,\"rightid\":\"1aef02bb-4287-4dbc-9f46-de7eecbb7996\",\"width\":1,\"x1\":0,\"y2\":663.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-5976062253890845559', '1899453083253362243', '[\"pk_recproject\"]', 'attribute.body.pk_recproject', '[\"pk_recproject\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"79beec10-c90f-44ed-baed-aaa28ab6b009\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"61083ebf-8c09-4480-8ede-340066d78873\"]', 'body.pk_recproject', 'attribute.body.pk_recproject', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.pk_recproject\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"61083ebf-8c09-4480-8ede-340066d78873\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"79beec10-c90f-44ed-baed-aaa28ab6b009\"],\"leftid\":\"79beec10-c90f-44ed-baed-aaa28ab6b009\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_recproject\",\"y1\":986.59375,\"rightid\":\"61083ebf-8c09-4480-8ede-340066d78873\",\"width\":1,\"x1\":-5,\"y2\":751.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-634430899975402535', '1899453083253362243', '[\"creationtime\"]', 'attribute.body.creationtime', '[\"creationtime\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"8087adb6-40a3-4e95-90c6-1427efcc1c1b\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"ffd449cd-e6b3-436d-bb69-db8d7968fa72\"]', 'body.creationtime', 'attribute.body.creationtime', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.creationtime\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"ffd449cd-e6b3-436d-bb69-db8d7968fa72\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"8087adb6-40a3-4e95-90c6-1427efcc1c1b\"],\"leftid\":\"8087adb6-40a3-4e95-90c6-1427efcc1c1b\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.creationtime\",\"y1\":1174.59375,\"rightid\":\"ffd449cd-e6b3-436d-bb69-db8d7968fa72\",\"width\":1,\"x1\":-5,\"y2\":939.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-6393902489751042314', '-288558669085783551', '[\"primal_money\"]', 'attribute.primal_money', '[\"primal_money\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"e5a38ec3-dd6e-4fd9-9f3e-823e19ea4a2c\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"01f95dc2-2676-48e0-b291-5f367c033a79\"]', 'head.primal_money', 'attribute.primal_money', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.primal_money\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"01f95dc2-2676-48e0-b291-5f367c033a79\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"e5a38ec3-dd6e-4fd9-9f3e-823e19ea4a2c\"],\"leftid\":\"e5a38ec3-dd6e-4fd9-9f3e-823e19ea4a2c\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.primal_money\",\"y1\":328.59375,\"rightid\":\"01f95dc2-2676-48e0-b291-5f367c033a79\",\"width\":1,\"x1\":-5,\"y2\":140.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-6636396692371193588', '-288558669085783551', '[\"trade_type\"]', 'attribute.trade_type', '[\"trade_type\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"a8dc3e17-fdd0-41ba-bf45-2363c0e8e3d3\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"411e2518-2c77-4998-bb8c-732854e7b401\"]', 'head.trade_type', 'attribute.trade_type', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.trade_type\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"411e2518-2c77-4998-bb8c-732854e7b401\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"a8dc3e17-fdd0-41ba-bf45-2363c0e8e3d3\"],\"leftid\":\"a8dc3e17-fdd0-41ba-bf45-2363c0e8e3d3\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.trade_type\",\"y1\":516.59375,\"rightid\":\"411e2518-2c77-4998-bb8c-732854e7b401\",\"width\":1,\"x1\":-5,\"y2\":328.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-6773323174789626483', '1899453083253362243', '[\"bill_type\"]', 'attribute.body.bill_type', '[\"bill_type\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"f50c03be-b782-4cf9-945b-667071a90b88\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1cea438f-7093-4c74-83fd-aacad6d2faa2\"]', 'body.bill_type', 'attribute.body.bill_type', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.bill_type\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1cea438f-7093-4c74-83fd-aacad6d2faa2\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"f50c03be-b782-4cf9-945b-667071a90b88\"],\"leftid\":\"f50c03be-b782-4cf9-945b-667071a90b88\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.bill_type\",\"y1\":1080.59375,\"rightid\":\"1cea438f-7093-4c74-83fd-aacad6d2faa2\",\"width\":1,\"x1\":-5,\"y2\":845.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-6923913967518528193', '-288558669085783551', '[\"rec_primal\"]', 'attribute.rec_primal', '[\"rec_primal\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"dd6e4e18-3dcc-4255-8c5d-3fc1c8478c1f\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"e1323a4b-de27-4ebb-9c1c-6424198491b0\"]', 'body.rec_primal', 'attribute.rec_primal', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.rec_primal\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"e1323a4b-de27-4ebb-9c1c-6424198491b0\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"dd6e4e18-3dcc-4255-8c5d-3fc1c8478c1f\"],\"leftid\":\"dd6e4e18-3dcc-4255-8c5d-3fc1c8478c1f\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.rec_primal\",\"y1\":1268.59375,\"rightid\":\"e1323a4b-de27-4ebb-9c1c-6424198491b0\",\"width\":1,\"x1\":-5,\"y2\":1127.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-7002376139610765872', '7083456594636063687', 'attribute.field0001', 'attribute.field0001', 'data.field0001', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"c773cf9f-692c-46e4-8039-9f7d0c678c00\"]', '[1690441065184,1690441189644]', 'data.field0001', 'attribute.field0001', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0001\",\"rightidarr\":[1690441065184,1690441189644],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"c773cf9f-692c-46e4-8039-9f7d0c678c00\"],\"leftid\":\"c773cf9f-692c-46e4-8039-9f7d0c678c00\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0001\",\"y1\":986.59375,\"rightid\":1690441189644,\"width\":1,\"x1\":0,\"y2\":234.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-7167421093350715926', '-288558669085783551', '[\"objecttype\"]', 'attribute.objecttype', '[\"objecttype\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"eac977fd-78d5-4c46-92ab-cc507424f13d\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"6455a577-e447-4ef6-b4b4-bda22be8fd20\"]', 'head.objecttype', 'attribute.objecttype', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.objecttype\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"6455a577-e447-4ef6-b4b4-bda22be8fd20\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"eac977fd-78d5-4c46-92ab-cc507424f13d\"],\"leftid\":\"eac977fd-78d5-4c46-92ab-cc507424f13d\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.objecttype\",\"y1\":610.59375,\"rightid\":\"6455a577-e447-4ef6-b4b4-bda22be8fd20\",\"width\":1,\"x1\":-5,\"y2\":422.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-7512779981353434458', '7338447876018421910', 'field0003', 'attribute.formson_0004_Detail.field0003', 'field0003', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"0d4a6584-d136-4bff-b973-d28a6a64fcfa\"]', '[1690441065184,1690447503458,1690447942122]', 'data.formson_0004_Detail.field0003', 'attribute.formson_0004_Detail.field0003', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0003\",\"rightidarr\":[1690441065184,1690447503458,1690447942122],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"0d4a6584-d136-4bff-b973-d28a6a64fcfa\"],\"leftid\":\"0d4a6584-d136-4bff-b973-d28a6a64fcfa\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0003\",\"y1\":845.59375,\"rightid\":1690447942122,\"width\":1,\"x1\":0,\"y2\":939.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-7548854867927415061', '7338447876018421910', 'field0004', 'attribute.field0004', 'field0004', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9fc5d9fe-82e5-437d-82d9-8e5b472eef4b\"]', '[1690441065184,1690441222389]', 'data.field0004', 'attribute.field0004', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0004\",\"rightidarr\":[1690441065184,1690441222389],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9fc5d9fe-82e5-437d-82d9-8e5b472eef4b\"],\"leftid\":\"9fc5d9fe-82e5-437d-82d9-8e5b472eef4b\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0004\",\"y1\":563.59375,\"rightid\":1690441222389,\"width\":1,\"x1\":0,\"y2\":375.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-7945835397211797370', '1899453083253362243', '[\"primal_money\"]', 'attribute.head.primal_money', '[\"primal_money\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"63157cf5-3bd1-43d5-8e5e-41e0e6762d78\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"01f95dc2-2676-48e0-b291-5f367c033a79\"]', 'head.primal_money', 'attribute.head.primal_money', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.primal_money\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"01f95dc2-2676-48e0-b291-5f367c033a79\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"63157cf5-3bd1-43d5-8e5e-41e0e6762d78\"],\"leftid\":\"63157cf5-3bd1-43d5-8e5e-41e0e6762d78\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.primal_money\",\"y1\":375.59375,\"rightid\":\"01f95dc2-2676-48e0-b291-5f367c033a79\",\"width\":1,\"x1\":-5,\"y2\":140.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-8499306568572321008', '1899453083253362243', '[\"bill_date\"]', 'attribute.head.bill_date', '[\"bill_date\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"36c61764-aaf9-4b7d-8e67-9778c9c1b7fa\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"3dfa8dc4-1c60-4109-a6bc-fc6e5b4ea7c0\"]', 'head.bill_date', 'attribute.head.bill_date', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.bill_date\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"3dfa8dc4-1c60-4109-a6bc-fc6e5b4ea7c0\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"36c61764-aaf9-4b7d-8e67-9778c9c1b7fa\"],\"leftid\":\"36c61764-aaf9-4b7d-8e67-9778c9c1b7fa\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.bill_date\",\"y1\":422.59375,\"rightid\":\"3dfa8dc4-1c60-4109-a6bc-fc6e5b4ea7c0\",\"width\":1,\"x1\":-5,\"y2\":187.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-864235545320273685', '1816805818974881488', '[\"attribute\"]', 'attribute', '[\"pwd\"]', NULL, NULL, '[1690441588910]', '[\"2d8af6c3-e9f8-48d4-8ba4-2421f1d19a93\"]', 'pwd', 'attribute', '2023-10-31 10:48:36', NULL, '2023-10-31 10:48:36', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute\",\"rightidarr\":[\"2d8af6c3-e9f8-48d4-8ba4-2421f1d19a93\"],\"leftidarr\":[1690441588910],\"leftid\":1690441588910,\"stroke\":\"#409EFF\",\"rightTitle\":\"pwd\",\"y1\":281.59375,\"rightid\":\"2d8af6c3-e9f8-48d4-8ba4-2421f1d19a93\",\"width\":1,\"x1\":-5,\"y2\":281.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-8716249300622294011', '1899453083253362243', '[\"rec_primal\"]', 'attribute.body.rec_primal', '[\"rec_primal\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"2c00edbd-6028-49e1-8c16-9f4aef90aae7\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"e1323a4b-de27-4ebb-9c1c-6424198491b0\"]', 'body.rec_primal', 'attribute.body.rec_primal', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.rec_primal\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"e1323a4b-de27-4ebb-9c1c-6424198491b0\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"2c00edbd-6028-49e1-8c16-9f4aef90aae7\"],\"leftid\":\"2c00edbd-6028-49e1-8c16-9f4aef90aae7\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.rec_primal\",\"y1\":1362.59375,\"rightid\":\"e1323a4b-de27-4ebb-9c1c-6424198491b0\",\"width\":1,\"x1\":-5,\"y2\":1127.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-8744634998309957978', '7083456594636063687', 'attribute.formson_0004_Detail.field0002', 'attribute.formson_0004_Detail.field0002', 'data.formson_0004_Detail.field0002', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"eb879f86-2108-4dd8-b9b8-7e800b3265c6\"]', '[1690441065184,1690447503458,1690447940660]', 'data.formson_0004_Detail.field0002', 'attribute.formson_0004_Detail.field0002', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0002\",\"rightidarr\":[1690441065184,1690447503458,1690447940660],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"eb879f86-2108-4dd8-b9b8-7e800b3265c6\"],\"leftid\":\"eb879f86-2108-4dd8-b9b8-7e800b3265c6\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0002\",\"y1\":798.59375,\"rightid\":1690447940660,\"width\":1,\"x1\":0,\"y2\":892.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-8794201512950478235', '1899453083253362243', '[\"direction\"]', 'attribute.body.direction', '[\"direction\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"dba969e4-3984-415f-a01b-6be384086837\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7fa2ff6c-4d3f-43ad-8a9c-ed242a3aa972\"]', 'body.direction', 'attribute.body.direction', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.direction\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7fa2ff6c-4d3f-43ad-8a9c-ed242a3aa972\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"dba969e4-3984-415f-a01b-6be384086837\"],\"leftid\":\"dba969e4-3984-415f-a01b-6be384086837\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.direction\",\"y1\":1315.59375,\"rightid\":\"7fa2ff6c-4d3f-43ad-8a9c-ed242a3aa972\",\"width\":1,\"x1\":-5,\"y2\":1080.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-8830260399709270108', '-288558669085783551', '[\"creationtime\"]', 'attribute.creationtime', '[\"creationtime\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"afac1027-cce2-499b-a3cc-fba625a20a34\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"ffd449cd-e6b3-436d-bb69-db8d7968fa72\"]', 'body.creationtime', 'attribute.creationtime', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.creationtime\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"ffd449cd-e6b3-436d-bb69-db8d7968fa72\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"afac1027-cce2-499b-a3cc-fba625a20a34\"],\"leftid\":\"afac1027-cce2-499b-a3cc-fba625a20a34\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.creationtime\",\"y1\":1080.59375,\"rightid\":\"ffd449cd-e6b3-436d-bb69-db8d7968fa72\",\"width\":1,\"x1\":-5,\"y2\":939.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-8966734131353204543', '7083456594636063687', 'attribute.field0011', 'attribute.field0011', 'data.field0011', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"5000f690-88a9-4d29-b74a-70ba809416a6\"]', '[1690441065184,1690447480915]', 'data.field0011', 'attribute.field0011', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', NULL, NULL, '{\"leftTitle\":\"attribute.field0011\",\"rightidarr\":[1690441065184,1690447480915],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"5000f690-88a9-4d29-b74a-70ba809416a6\"],\"leftid\":\"5000f690-88a9-4d29-b74a-70ba809416a6\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0011\",\"y1\":375.59375,\"rightid\":1690447480915,\"width\":1,\"x1\":0,\"y2\":704.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-9108106905925957729', '1899453083253362243', '[\"bill_type\"]', 'attribute.head.bill_type', '[\"bill_type\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"b1bc91c1-dd33-4702-aef8-53ce6002ae4f\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"7cfaedde-f60b-4298-99dd-21c760e7f958\"]', 'head.bill_type', 'attribute.head.bill_type', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.bill_type\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"7cfaedde-f60b-4298-99dd-21c760e7f958\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"b1bc91c1-dd33-4702-aef8-53ce6002ae4f\"],\"leftid\":\"b1bc91c1-dd33-4702-aef8-53ce6002ae4f\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.bill_type\",\"y1\":516.59375,\"rightid\":\"7cfaedde-f60b-4298-99dd-21c760e7f958\",\"width\":1,\"x1\":-5,\"y2\":281.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('-9199176475967469953', '1899453083253362243', '[\"trade_type\"]', 'attribute.head.trade_type', '[\"trade_type\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"22b78838-18e2-4cd3-bb03-eda253bfad0f\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"411e2518-2c77-4998-bb8c-732854e7b401\"]', 'head.trade_type', 'attribute.head.trade_type', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.trade_type\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"411e2518-2c77-4998-bb8c-732854e7b401\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"22b78838-18e2-4cd3-bb03-eda253bfad0f\"],\"leftid\":\"22b78838-18e2-4cd3-bb03-eda253bfad0f\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.trade_type\",\"y1\":563.59375,\"rightid\":\"411e2518-2c77-4998-bb8c-732854e7b401\",\"width\":1,\"x1\":-5,\"y2\":328.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('1146089618684659859', '-7768168847972480407', '[\"bankaccno\"]', 'attribute.details.bankaccno', '[\"bankaccno\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"0629cc81-3652-4d5f-acb4-b9028822bf3c\",\"11af3f66-366a-491b-901b-199c6704a07c\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"c85467c4-80fe-43c1-91f8-ca83193a7544\",\"987ec693-6484-4024-a5f3-e37949731e96\"]', 'attribute.details.bankaccno', 'attribute.details.bankaccno', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.details.bankaccno\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"c85467c4-80fe-43c1-91f8-ca83193a7544\",\"987ec693-6484-4024-a5f3-e37949731e96\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"0629cc81-3652-4d5f-acb4-b9028822bf3c\",\"11af3f66-366a-491b-901b-199c6704a07c\"],\"leftid\":\"11af3f66-366a-491b-901b-199c6704a07c\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.details.bankaccno\",\"y1\":663.59375,\"rightid\":\"987ec693-6484-4024-a5f3-e37949731e96\",\"width\":1,\"x1\":0,\"y2\":616.09375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('145812371412698551', '-288558669085783551', '[\"bill_date1\"]', 'attribute.bill_date1', '[\"bill_date\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"6619ba0c-af09-4da8-af3c-2467ec85b789\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1612da38-9b9e-42df-8018-c9956aab002d\"]', 'body.bill_date', 'attribute.bill_date1', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.bill_date1\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1612da38-9b9e-42df-8018-c9956aab002d\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"6619ba0c-af09-4da8-af3c-2467ec85b789\"],\"leftid\":\"6619ba0c-af09-4da8-af3c-2467ec85b789\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.bill_date\",\"y1\":751.59375,\"rightid\":\"1612da38-9b9e-42df-8018-c9956aab002d\",\"width\":1,\"x1\":-5,\"y2\":610.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('1826393796296068285', '-288558669085783551', '[\"bill_type1\"]', 'attribute.bill_type1', '[\"bill_type\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"17526780-c625-4b5e-b3c6-eb4ac6ddcff4\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1cea438f-7093-4c74-83fd-aacad6d2faa2\"]', 'body.bill_type', 'attribute.bill_type1', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.bill_type1\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1cea438f-7093-4c74-83fd-aacad6d2faa2\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"17526780-c625-4b5e-b3c6-eb4ac6ddcff4\"],\"leftid\":\"17526780-c625-4b5e-b3c6-eb4ac6ddcff4\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.bill_type\",\"y1\":986.59375,\"rightid\":\"1cea438f-7093-4c74-83fd-aacad6d2faa2\",\"width\":1,\"x1\":-5,\"y2\":845.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2022545357770869633', '7338447876018421910', 'field0001', 'attribute.formson_0004_Detail.field0001', 'field0001', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"28d2868b-adcd-4498-a205-a2a9ee0aefee\"]', '[1690441065184,1690447503458,1690447903101]', 'data.formson_0004_Detail.field0001', 'attribute.formson_0004_Detail.field0001', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0001\",\"rightidarr\":[1690441065184,1690447503458,1690447903101],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"28d2868b-adcd-4498-a205-a2a9ee0aefee\"],\"leftid\":\"28d2868b-adcd-4498-a205-a2a9ee0aefee\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0001\",\"y1\":751.59375,\"rightid\":1690447903101,\"width\":1,\"x1\":0,\"y2\":845.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2206665960750334404', '7083456594636063687', 'attribute.formson_0004_Detail.field0003', 'attribute.formson_0004_Detail.field0003', 'data.formson_0004_Detail.field0003', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"0d4a6584-d136-4bff-b973-d28a6a64fcfa\"]', '[1690441065184,1690447503458,1690447942122]', 'data.formson_0004_Detail.field0003', 'attribute.formson_0004_Detail.field0003', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '7', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0003\",\"rightidarr\":[1690441065184,1690447503458,1690447942122],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"0d4a6584-d136-4bff-b973-d28a6a64fcfa\"],\"leftid\":\"0d4a6584-d136-4bff-b973-d28a6a64fcfa\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0003\",\"y1\":845.59375,\"rightid\":1690447942122,\"width\":1,\"x1\":0,\"y2\":939.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2454876330782313184', '-288558669085783551', '[\"trade_type1\"]', 'attribute.trade_type1', '[\"trade_type\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"885ab194-5a56-4736-8963-cacec912ed9e\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"fb244d6b-ec7f-41cf-a526-e8719ee3bc81\"]', 'body.trade_type', 'attribute.trade_type1', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.trade_type1\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"fb244d6b-ec7f-41cf-a526-e8719ee3bc81\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"885ab194-5a56-4736-8963-cacec912ed9e\"],\"leftid\":\"885ab194-5a56-4736-8963-cacec912ed9e\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.trade_type\",\"y1\":1033.59375,\"rightid\":\"fb244d6b-ec7f-41cf-a526-e8719ee3bc81\",\"width\":1,\"x1\":-5,\"y2\":892.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2461619182206535005', '7338447876018421910', 'field0001', 'attribute.field0001', 'field0001', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"c773cf9f-692c-46e4-8039-9f7d0c678c00\"]', '[1690441065184,1690441189644]', 'data.field0001', 'attribute.field0001', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0001\",\"rightidarr\":[1690441065184,1690441189644],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"c773cf9f-692c-46e4-8039-9f7d0c678c00\"],\"leftid\":\"c773cf9f-692c-46e4-8039-9f7d0c678c00\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0001\",\"y1\":986.59375,\"rightid\":1690441189644,\"width\":1,\"x1\":0,\"y2\":234.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2674723686929810251', '-7768168847972480407', '[\"def3\"]', 'attribute.def3', '[\"def3\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"6b31e4ed-d036-4c45-9e18-f2609be9ba64\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"3e9fd618-afd9-465c-ae32-cb32f98ea22c\"]', 'attribute.def3', 'attribute.def3', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.def3\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"3e9fd618-afd9-465c-ae32-cb32f98ea22c\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"6b31e4ed-d036-4c45-9e18-f2609be9ba64\"],\"leftid\":\"6b31e4ed-d036-4c45-9e18-f2609be9ba64\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.def3\",\"y1\":331.09375,\"rightid\":\"3e9fd618-afd9-465c-ae32-cb32f98ea22c\",\"width\":1,\"x1\":0,\"y2\":473.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2772703591696844332', '-288558669085783551', '[\"pk_currtype1\"]', 'attribute.pk_currtype1', '[\"pk_currtype\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"cd06e947-ff3d-4d0f-8502-ab9ff9881f3b\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"0995ca16-5d11-4b90-99b5-78919de224f1\"]', 'body.pk_currtype', 'attribute.pk_currtype1', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.pk_currtype1\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"0995ca16-5d11-4b90-99b5-78919de224f1\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"cd06e947-ff3d-4d0f-8502-ab9ff9881f3b\"],\"leftid\":\"cd06e947-ff3d-4d0f-8502-ab9ff9881f3b\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_currtype\",\"y1\":939.59375,\"rightid\":\"0995ca16-5d11-4b90-99b5-78919de224f1\",\"width\":1,\"x1\":-5,\"y2\":798.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2778482873558452677', '-7768168847972480407', '[\"taxpayerid\"]', 'attribute.taxpayerid', '[\"taxpayerid\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"c528e978-2c56-4027-b9f0-11b105f5c1d3\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"63880d7d-49b3-4799-812c-f47ac227f4c0\"]', 'attribute.taxpayerid', 'attribute.taxpayerid', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.taxpayerid\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"63880d7d-49b3-4799-812c-f47ac227f4c0\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"c528e978-2c56-4027-b9f0-11b105f5c1d3\"],\"leftid\":\"c528e978-2c56-4027-b9f0-11b105f5c1d3\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.taxpayerid\",\"y1\":758.59375,\"rightid\":\"63880d7d-49b3-4799-812c-f47ac227f4c0\",\"width\":1,\"x1\":0,\"y2\":331.09375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('2786997740828774272', '-288558669085783551', '[\"pk_customer\"]', 'attribute.pk_customer', '[\"pk_customer\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"c672897e-0957-487f-8a4b-98b7d18b65de\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7e3e5280-5613-47c3-842e-f19381847d7f\"]', 'body.pk_customer', 'attribute.pk_customer', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.pk_customer\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7e3e5280-5613-47c3-842e-f19381847d7f\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"c672897e-0957-487f-8a4b-98b7d18b65de\"],\"leftid\":\"c672897e-0957-487f-8a4b-98b7d18b65de\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_customer\",\"y1\":798.59375,\"rightid\":\"7e3e5280-5613-47c3-842e-f19381847d7f\",\"width\":1,\"x1\":-5,\"y2\":657.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('3056239545002902859', '7083456594636063687', 'attribute.field0004', 'attribute.field0004', 'data.field0004', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9fc5d9fe-82e5-437d-82d9-8e5b472eef4b\"]', '[1690441065184,1690441222389]', 'data.field0004', 'attribute.field0004', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '4', NULL, '{\"leftTitle\":\"attribute.field0004\",\"rightidarr\":[1690441065184,1690441222389],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9fc5d9fe-82e5-437d-82d9-8e5b472eef4b\"],\"leftid\":\"9fc5d9fe-82e5-437d-82d9-8e5b472eef4b\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0004\",\"y1\":563.59375,\"rightid\":1690441222389,\"width\":1,\"x1\":0,\"y2\":375.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('3319037544806893422', '7338447876018421910', 'field0004', 'attribute.formson_0004_Detail.field0004', 'field0004', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"3bfea837-54f0-48d4-b709-cd51d42a9ee2\"]', '[1690441065184,1690447503458,1690447943676]', 'data.formson_0004_Detail.field0004', 'attribute.formson_0004_Detail.field0004', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0004\",\"rightidarr\":[1690441065184,1690447503458,1690447943676],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"3bfea837-54f0-48d4-b709-cd51d42a9ee2\"],\"leftid\":\"3bfea837-54f0-48d4-b709-cd51d42a9ee2\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0004\",\"y1\":892.59375,\"rightid\":1690447943676,\"width\":1,\"x1\":0,\"y2\":986.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('3345189943056745793', '-7768168847972480407', '[\"name\"]', 'attribute.name', '[\"name\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"64cf99fa-a513-4d17-af04-ed88ac7d3c67\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"4faccc47-5273-4a27-b905-667cfcbbc809\"]', 'attribute.name', 'attribute.name', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.name\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"4faccc47-5273-4a27-b905-667cfcbbc809\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"64cf99fa-a513-4d17-af04-ed88ac7d3c67\"],\"leftid\":\"64cf99fa-a513-4d17-af04-ed88ac7d3c67\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.name\",\"y1\":521.09375,\"rightid\":\"4faccc47-5273-4a27-b905-667cfcbbc809\",\"width\":1,\"x1\":0,\"y2\":283.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('3415204686196395709', '-288558669085783551', '[\"pk_org\"]', 'attribute.pk_org', '[\"pk_org\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"b68a3923-9810-4a45-b015-b98a23d81fa1\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"c243fd03-4e03-47b5-a2b3-05c16b55b230\"]', 'head.pk_org', 'attribute.pk_org', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.pk_org\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"c243fd03-4e03-47b5-a2b3-05c16b55b230\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"b68a3923-9810-4a45-b015-b98a23d81fa1\"],\"leftid\":\"b68a3923-9810-4a45-b015-b98a23d81fa1\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.pk_org\",\"y1\":704.59375,\"rightid\":\"c243fd03-4e03-47b5-a2b3-05c16b55b230\",\"width\":1,\"x1\":-5,\"y2\":516.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('4009251683155201644', '7083456594636063687', 'attribute.formson_0004_Detail.field0004', 'attribute.formson_0004_Detail.field0004', 'data.formson_0004_Detail.field0004', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"3bfea837-54f0-48d4-b709-cd51d42a9ee2\"]', '[1690441065184,1690447503458,1690447943676]', 'data.formson_0004_Detail.field0004', 'attribute.formson_0004_Detail.field0004', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '6', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0004\",\"rightidarr\":[1690441065184,1690447503458,1690447943676],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"3bfea837-54f0-48d4-b709-cd51d42a9ee2\"],\"leftid\":\"3bfea837-54f0-48d4-b709-cd51d42a9ee2\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0004\",\"y1\":892.59375,\"rightid\":1690447943676,\"width\":1,\"x1\":0,\"y2\":986.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('4047958369656915390', '1899453083253362243', '[\"pk_currtype\"]', 'attribute.head.pk_currtype', '[\"pk_currtype\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"75c92b1e-dbfc-48e6-9af1-b40b66039e64\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"cf57ec9a-a469-4b74-ac3a-bce6f06c96c7\"]', 'head.pk_currtype', 'attribute.head.pk_currtype', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.pk_currtype\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"cf57ec9a-a469-4b74-ac3a-bce6f06c96c7\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"75c92b1e-dbfc-48e6-9af1-b40b66039e64\"],\"leftid\":\"75c92b1e-dbfc-48e6-9af1-b40b66039e64\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.pk_currtype\",\"y1\":469.59375,\"rightid\":\"cf57ec9a-a469-4b74-ac3a-bce6f06c96c7\",\"width\":1,\"x1\":-5,\"y2\":234.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('4096343693271449910', '-288558669085783551', '[\"bill_date\"]', 'attribute.bill_date', '[\"bill_date\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"495abe5f-0927-4bb3-b62d-b8f7a7ae75d8\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"3dfa8dc4-1c60-4109-a6bc-fc6e5b4ea7c0\"]', 'head.bill_date', 'attribute.bill_date', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.bill_date\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"3dfa8dc4-1c60-4109-a6bc-fc6e5b4ea7c0\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"495abe5f-0927-4bb3-b62d-b8f7a7ae75d8\"],\"leftid\":\"495abe5f-0927-4bb3-b62d-b8f7a7ae75d8\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.bill_date\",\"y1\":375.59375,\"rightid\":\"3dfa8dc4-1c60-4109-a6bc-fc6e5b4ea7c0\",\"width\":1,\"x1\":-5,\"y2\":187.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('4099640436715700529', '-7768168847972480407', '[\"def2\"]', 'attribute.def2', '[\"def2\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"a55246e5-e979-49fe-b8c4-580ef4782a8c\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"2c10ce8a-6a99-441b-bf14-e55a93144164\"]', 'attribute.def2', 'attribute.def2', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.def2\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"2c10ce8a-6a99-441b-bf14-e55a93144164\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"a55246e5-e979-49fe-b8c4-580ef4782a8c\"],\"leftid\":\"a55246e5-e979-49fe-b8c4-580ef4782a8c\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.def2\",\"y1\":473.59375,\"rightid\":\"2c10ce8a-6a99-441b-bf14-e55a93144164\",\"width\":1,\"x1\":0,\"y2\":426.09375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('4857224207137786218', '7083456594636063687', 'attribute.formson_0004_Detail.field0005', 'attribute.formson_0004_Detail.field0005', 'data.formson_0004_Detail.field0005', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"4ac71968-f4a8-40f7-9bd2-6fb8e0f2fb5f\"]', '[1690441065184,1690447503458,1690447946602]', 'data.formson_0004_Detail.field0005', 'attribute.formson_0004_Detail.field0005', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '1', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0005\",\"rightidarr\":[1690441065184,1690447503458,1690447946602],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"4ac71968-f4a8-40f7-9bd2-6fb8e0f2fb5f\"],\"leftid\":\"4ac71968-f4a8-40f7-9bd2-6fb8e0f2fb5f\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0005\",\"y1\":939.59375,\"rightid\":1690447946602,\"width\":1,\"x1\":0,\"y2\":1033.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('4898036624875275411', '-288558669085783551', '[\"pk_recproject\"]', 'attribute.pk_recproject', '[\"pk_recproject\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"5c158de7-3aba-4e7c-a3d4-566170dec83e\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"61083ebf-8c09-4480-8ede-340066d78873\"]', 'body.pk_recproject', 'attribute.pk_recproject', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.pk_recproject\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"61083ebf-8c09-4480-8ede-340066d78873\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"5c158de7-3aba-4e7c-a3d4-566170dec83e\"],\"leftid\":\"5c158de7-3aba-4e7c-a3d4-566170dec83e\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_recproject\",\"y1\":892.59375,\"rightid\":\"61083ebf-8c09-4480-8ede-340066d78873\",\"width\":1,\"x1\":-5,\"y2\":751.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('4934042669373868479', '1816805818974881488', '[\"flag\"]', 'flag', '[\"client_secret\"]', NULL, NULL, '[1690441575318]', '[\"abe6c6c0-d68b-4609-8191-2819629b533c\"]', 'client_secret', 'flag', '2023-10-31 10:48:36', NULL, '2023-10-31 10:48:36', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"flag\",\"rightidarr\":[\"abe6c6c0-d68b-4609-8191-2819629b533c\"],\"leftidarr\":[1690441575318],\"leftid\":1690441575318,\"stroke\":\"#409EFF\",\"rightTitle\":\"client_secret\",\"y1\":187.59375,\"rightid\":\"abe6c6c0-d68b-4609-8191-2819629b533c\",\"width\":1,\"x1\":-5,\"y2\":187.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5030947285701904975', '7083456594636063687', 'attribute.field0005', 'attribute.field0005', 'data.field0005', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9f60ffc2-f86e-4943-bb21-2d3434578ccf\"]', '[1690441065184,1690441233786]', 'data.field0005', 'attribute.field0005', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '8', NULL, '{\"leftTitle\":\"attribute.field0005\",\"rightidarr\":[1690441065184,1690441233786],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"9f60ffc2-f86e-4943-bb21-2d3434578ccf\"],\"leftid\":\"9f60ffc2-f86e-4943-bb21-2d3434578ccf\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0005\",\"y1\":610.59375,\"rightid\":1690441233786,\"width\":1,\"x1\":0,\"y2\":422.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5058300710021517019', '-288558669085783551', '[\"pk_org1\"]', 'attribute.pk_org1', '[\"pk_org\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"b10befa8-e54f-40b6-a74d-348743cae301\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"31ec5d4c-b2e6-4446-9b01-47d350b2ee41\"]', 'body.pk_org', 'attribute.pk_org1', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.pk_org1\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"31ec5d4c-b2e6-4446-9b01-47d350b2ee41\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"b10befa8-e54f-40b6-a74d-348743cae301\"],\"leftid\":\"b10befa8-e54f-40b6-a74d-348743cae301\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_org\",\"y1\":1174.59375,\"rightid\":\"31ec5d4c-b2e6-4446-9b01-47d350b2ee41\",\"width\":1,\"x1\":-5,\"y2\":1033.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('506881725882648984', '-288558669085783551', '[\"objecttype1\"]', 'attribute.objecttype1', '[\"objecttype\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"a75ea5f7-2480-49ae-b3bf-e406cbdcd01d\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"11714c25-87b1-498a-8307-fa2b50ec0a64\"]', 'body.objecttype', 'attribute.objecttype1', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.objecttype1\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"11714c25-87b1-498a-8307-fa2b50ec0a64\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"a75ea5f7-2480-49ae-b3bf-e406cbdcd01d\"],\"leftid\":\"a75ea5f7-2480-49ae-b3bf-e406cbdcd01d\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.objecttype\",\"y1\":1127.59375,\"rightid\":\"11714c25-87b1-498a-8307-fa2b50ec0a64\",\"width\":1,\"x1\":-5,\"y2\":986.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5273554080543428023', '7083456594636063687', 'attribute.field0012', 'attribute.field0012', 'data.field0012', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4897fd2e-0a3d-4785-b2c7-45b5c376c5ab\"]', '[1690441065184,1690447483141]', 'data.field0012', 'attribute.field0012', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '5', NULL, '{\"leftTitle\":\"attribute.field0012\",\"rightidarr\":[1690441065184,1690447483141],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4897fd2e-0a3d-4785-b2c7-45b5c376c5ab\"],\"leftid\":\"4897fd2e-0a3d-4785-b2c7-45b5c376c5ab\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0012\",\"y1\":422.59375,\"rightid\":1690447483141,\"width\":1,\"x1\":0,\"y2\":751.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5452410559525111101', '1899453083253362243', '[\"billmaker_date\"]', 'attribute.head.billmaker_date', '[\"billmaker_date\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"edf6ee1d-0735-4479-b4f3-293c8a26e145\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"80030046-0c7d-4368-92cf-49a7499cd635\"]', 'head.billmaker_date', 'attribute.head.billmaker_date', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head.billmaker_date\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"80030046-0c7d-4368-92cf-49a7499cd635\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"edf6ee1d-0735-4479-b4f3-293c8a26e145\"],\"leftid\":\"edf6ee1d-0735-4479-b4f3-293c8a26e145\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.billmaker_date\",\"y1\":610.59375,\"rightid\":\"80030046-0c7d-4368-92cf-49a7499cd635\",\"width\":1,\"x1\":-5,\"y2\":375.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5615363766593933082', '7338447876018421910', 'field0002', 'attribute.formson_0004_Detail.field0002', 'field0002', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"eb879f86-2108-4dd8-b9b8-7e800b3265c6\"]', '[1690441065184,1690447503458,1690447940660]', 'data.formson_0004_Detail.field0002', 'attribute.formson_0004_Detail.field0002', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0002\",\"rightidarr\":[1690441065184,1690447503458,1690447940660],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"eb879f86-2108-4dd8-b9b8-7e800b3265c6\"],\"leftid\":\"eb879f86-2108-4dd8-b9b8-7e800b3265c6\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0002\",\"y1\":798.59375,\"rightid\":1690447940660,\"width\":1,\"x1\":0,\"y2\":892.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5759956830110500504', '-288558669085783551', '[\"bill_type\"]', 'attribute.bill_type', '[\"bill_type\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"aa3b1551-6c0b-40e8-8113-7dd6a04053d8\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"7cfaedde-f60b-4298-99dd-21c760e7f958\"]', 'head.bill_type', 'attribute.bill_type', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.bill_type\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"7cfaedde-f60b-4298-99dd-21c760e7f958\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"aa3b1551-6c0b-40e8-8113-7dd6a04053d8\"],\"leftid\":\"aa3b1551-6c0b-40e8-8113-7dd6a04053d8\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.bill_type\",\"y1\":469.59375,\"rightid\":\"7cfaedde-f60b-4298-99dd-21c760e7f958\",\"width\":1,\"x1\":-5,\"y2\":281.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5875101545220754656', '1899453083253362243', '[\"bill_date\"]', 'attribute.body.bill_date', '[\"bill_date\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"1fd24687-18b0-4aff-a003-ccf0cec309b0\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1612da38-9b9e-42df-8018-c9956aab002d\"]', 'body.bill_date', 'attribute.body.bill_date', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.bill_date\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"1612da38-9b9e-42df-8018-c9956aab002d\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"1fd24687-18b0-4aff-a003-ccf0cec309b0\"],\"leftid\":\"1fd24687-18b0-4aff-a003-ccf0cec309b0\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.bill_date\",\"y1\":845.59375,\"rightid\":\"1612da38-9b9e-42df-8018-c9956aab002d\",\"width\":1,\"x1\":-5,\"y2\":610.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5902634015343133791', '-288558669085783551', '[\"billmaker_date\"]', 'attribute.billmaker_date', '[\"billmaker_date\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"11f98ba0-5256-4cfe-8eb5-c8d1687128e5\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"80030046-0c7d-4368-92cf-49a7499cd635\"]', 'head.billmaker_date', 'attribute.billmaker_date', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.billmaker_date\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"80030046-0c7d-4368-92cf-49a7499cd635\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"11f98ba0-5256-4cfe-8eb5-c8d1687128e5\"],\"leftid\":\"11f98ba0-5256-4cfe-8eb5-c8d1687128e5\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.billmaker_date\",\"y1\":563.59375,\"rightid\":\"80030046-0c7d-4368-92cf-49a7499cd635\",\"width\":1,\"x1\":-5,\"y2\":375.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('5942880437650802480', '7338447876018421910', 'field0002', 'attribute.field0002', 'field0002', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"003f97aa-56f5-46d0-9e6b-3ac9b2b0d020\"]', '[1690441065184,1690441215717]', 'data.field0002', 'attribute.field0002', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0002\",\"rightidarr\":[1690441065184,1690441215717],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"003f97aa-56f5-46d0-9e6b-3ac9b2b0d020\"],\"leftid\":\"003f97aa-56f5-46d0-9e6b-3ac9b2b0d020\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0002\",\"y1\":469.59375,\"rightid\":1690441215717,\"width\":1,\"x1\":0,\"y2\":281.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('6006980449236371891', '1816805818974881488', '[\"type\"]', 'type', '[\"pubKey\"]', NULL, NULL, '[1690441571572]', '[\"845b3272-bfd7-4bd7-866b-9bf6c088ed03\"]', 'pubKey', 'type', '2023-10-31 10:48:36', NULL, '2023-10-31 10:48:36', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"type\",\"rightidarr\":[\"845b3272-bfd7-4bd7-866b-9bf6c088ed03\"],\"leftidarr\":[1690441571572],\"leftid\":1690441571572,\"stroke\":\"#409EFF\",\"rightTitle\":\"pubKey\",\"y1\":140.59375,\"rightid\":\"845b3272-bfd7-4bd7-866b-9bf6c088ed03\",\"width\":1,\"x1\":-5,\"y2\":140.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('6617979981224495152', '-7768168847972480407', '[\"code\"]', 'attribute.code', '[\"code\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"d028cc33-6add-451e-8184-3c5b0f9a55a9\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"ff95802b-8268-4a10-9845-c975138a5d43\"]', 'attribute.code', 'attribute.code', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.code\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"ff95802b-8268-4a10-9845-c975138a5d43\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"d028cc33-6add-451e-8184-3c5b0f9a55a9\"],\"leftid\":\"d028cc33-6add-451e-8184-3c5b0f9a55a9\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.code\",\"y1\":426.09375,\"rightid\":\"ff95802b-8268-4a10-9845-c975138a5d43\",\"width\":1,\"x1\":0,\"y2\":236.09375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('6738667068602532284', '7338447876018421910', 'field0012', 'attribute.field0012', 'field0012', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4897fd2e-0a3d-4785-b2c7-45b5c376c5ab\"]', '[1690441065184,1690447483141]', 'data.field0012', 'attribute.field0012', '2023-08-08 11:44:44', NULL, '2023-08-08 11:44:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.field0012\",\"rightidarr\":[1690441065184,1690447483141],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"4897fd2e-0a3d-4785-b2c7-45b5c376c5ab\"],\"leftid\":\"4897fd2e-0a3d-4785-b2c7-45b5c376c5ab\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0012\",\"y1\":422.59375,\"rightid\":1690447483141,\"width\":1,\"x1\":0,\"y2\":751.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('7007307036100608530', '1899453083253362243', '[\"head\"]', 'attribute.head', '[\"head\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\"]', 'head', 'attribute.head', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.head\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"4835bf6a-d010-47a7-9f94-25b0e36662a5\"],\"leftid\":\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head\",\"y1\":328.59375,\"rightid\":\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"width\":1,\"x1\":-5,\"y2\":93.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('7048717755432127991', '-288558669085783551', '[\"direction\"]', 'attribute.direction', '[\"direction\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"c1373b80-7f46-4934-be52-afee2b20268d\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7fa2ff6c-4d3f-43ad-8a9c-ed242a3aa972\"]', 'body.direction', 'attribute.direction', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.direction\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"7fa2ff6c-4d3f-43ad-8a9c-ed242a3aa972\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"c1373b80-7f46-4934-be52-afee2b20268d\"],\"leftid\":\"c1373b80-7f46-4934-be52-afee2b20268d\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.direction\",\"y1\":1221.59375,\"rightid\":\"7fa2ff6c-4d3f-43ad-8a9c-ed242a3aa972\",\"width\":1,\"x1\":-5,\"y2\":1080.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('7214646882842070978', '-7768168847972480407', '[\"thirdInterfaceSend\"]', 'attribute.thirdInterfaceSend', '[\"thirdInterfaceSend\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"6c6316b7-7c52-400e-bc49-479194a8a64c\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"d277a50b-fdcf-4cc0-9f46-c72075d78b70\"]', 'attribute.thirdInterfaceSend', 'attribute.thirdInterfaceSend', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.thirdInterfaceSend\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"d277a50b-fdcf-4cc0-9f46-c72075d78b70\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"6c6316b7-7c52-400e-bc49-479194a8a64c\"],\"leftid\":\"6c6316b7-7c52-400e-bc49-479194a8a64c\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.thirdInterfaceSend\",\"y1\":805.1528015136719,\"rightid\":\"d277a50b-fdcf-4cc0-9f46-c72075d78b70\",\"width\":1,\"x1\":0,\"y2\":710.263916015625,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('7330292094868603273', '7083456594636063687', 'attribute.field0002', 'attribute.field0002', 'data.field0002', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"003f97aa-56f5-46d0-9e6b-3ac9b2b0d020\"]', '[1690441065184,1690441215717]', 'data.field0002', 'attribute.field0002', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '3', NULL, '{\"leftTitle\":\"attribute.field0002\",\"rightidarr\":[1690441065184,1690441215717],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"003f97aa-56f5-46d0-9e6b-3ac9b2b0d020\"],\"leftid\":\"003f97aa-56f5-46d0-9e6b-3ac9b2b0d020\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0002\",\"y1\":469.59375,\"rightid\":1690441215717,\"width\":1,\"x1\":0,\"y2\":281.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('8096326599450642193', '-288558669085783551', '[\"source_flag\"]', 'attribute.source_flag', '[\"source_flag\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"748b63b9-3486-40ca-92de-260be3a5f33f\"]', '[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"e6fb206c-4c77-46ed-806f-4d0002f51357\"]', 'head.source_flag', 'attribute.source_flag', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.source_flag\",\"rightidarr\":[\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"e6fb206c-4c77-46ed-806f-4d0002f51357\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"748b63b9-3486-40ca-92de-260be3a5f33f\"],\"leftid\":\"748b63b9-3486-40ca-92de-260be3a5f33f\",\"stroke\":\"#409EFF\",\"rightTitle\":\"head.source_flag\",\"y1\":657.59375,\"rightid\":\"e6fb206c-4c77-46ed-806f-4d0002f51357\",\"width\":1,\"x1\":-5,\"y2\":469.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('8203753638497697862', '7083456594636063687', 'attribute.field0003', 'attribute.field0003', 'data.field0003', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"14158701-63af-4480-8b8a-1af722402355\"]', '[1690441065184,1690441221050]', 'data.field0003', 'attribute.field0003', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '2', NULL, '{\"leftTitle\":\"attribute.field0003\",\"rightidarr\":[1690441065184,1690441221050],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"14158701-63af-4480-8b8a-1af722402355\"],\"leftid\":\"14158701-63af-4480-8b8a-1af722402355\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.field0003\",\"y1\":516.59375,\"rightid\":1690441221050,\"width\":1,\"x1\":0,\"y2\":328.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('8322626971983630325', '-288558669085783551', '[\"pk_account\"]', 'attribute.pk_account', '[\"pk_account\"]', NULL, NULL, '[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"4b4f4f63-5e99-40aa-9d20-ec3dae8c9088\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"4a513695-be67-4d51-a511-b9f375d2e81c\"]', 'body.pk_account', 'attribute.pk_account', '2023-09-18 14:43:44', NULL, '2023-09-18 14:43:44', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.pk_account\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"4a513695-be67-4d51-a511-b9f375d2e81c\"],\"leftidarr\":[\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"4b4f4f63-5e99-40aa-9d20-ec3dae8c9088\"],\"leftid\":\"4b4f4f63-5e99-40aa-9d20-ec3dae8c9088\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_account\",\"y1\":845.59375,\"rightid\":\"4a513695-be67-4d51-a511-b9f375d2e81c\",\"width\":1,\"x1\":-5,\"y2\":704.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('8399220713043607755', '7083456594636063687', 'attribute.formson_0004_Detail.field0001', 'attribute.formson_0004_Detail.field0001', 'data.formson_0004_Detail.field0001', NULL, NULL, '[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"28d2868b-adcd-4498-a205-a2a9ee0aefee\"]', '[1690441065184,1690447503458,1690447903101]', 'data.formson_0004_Detail.field0001', 'attribute.formson_0004_Detail.field0001', '2023-08-08 11:12:59', NULL, '2023-08-08 11:12:59', NULL, 'Y', '9', NULL, '{\"leftTitle\":\"attribute.formson_0004_Detail.field0001\",\"rightidarr\":[1690441065184,1690447503458,1690447903101],\"leftidarr\":[\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"28d2868b-adcd-4498-a205-a2a9ee0aefee\"],\"leftid\":\"28d2868b-adcd-4498-a205-a2a9ee0aefee\",\"stroke\":\"#409EFF\",\"rightTitle\":\"data.formson_0004_Detail.field0001\",\"y1\":751.59375,\"rightid\":1690447903101,\"width\":1,\"x1\":0,\"y2\":845.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('8759096089641830668', '1899453083253362243', '[\"pk_account\"]', 'attribute.body.pk_account', '[\"pk_account\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"1f2a537b-cc27-41a5-828f-8ccd31f91b02\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"4a513695-be67-4d51-a511-b9f375d2e81c\"]', 'body.pk_account', 'attribute.body.pk_account', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.pk_account\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"4a513695-be67-4d51-a511-b9f375d2e81c\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"1f2a537b-cc27-41a5-828f-8ccd31f91b02\"],\"leftid\":\"1f2a537b-cc27-41a5-828f-8ccd31f91b02\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.pk_account\",\"y1\":939.59375,\"rightid\":\"4a513695-be67-4d51-a511-b9f375d2e81c\",\"width\":1,\"x1\":-5,\"y2\":704.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('8877609629364997859', '1899453083253362243', '[\"trade_type\"]', 'attribute.body.trade_type', '[\"trade_type\"]', NULL, NULL, '[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"630ae18a-8bfb-4f3a-a099-43bdc11cea29\"]', '[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"fb244d6b-ec7f-41cf-a526-e8719ee3bc81\"]', 'body.trade_type', 'attribute.body.trade_type', '2023-08-15 14:35:38', NULL, '2023-08-15 14:35:38', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.body.trade_type\",\"rightidarr\":[\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"fb244d6b-ec7f-41cf-a526-e8719ee3bc81\"],\"leftidarr\":[\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"630ae18a-8bfb-4f3a-a099-43bdc11cea29\"],\"leftid\":\"630ae18a-8bfb-4f3a-a099-43bdc11cea29\",\"stroke\":\"#409EFF\",\"rightTitle\":\"body.trade_type\",\"y1\":1127.59375,\"rightid\":\"fb244d6b-ec7f-41cf-a526-e8719ee3bc81\",\"width\":1,\"x1\":-5,\"y2\":892.59375,\"x2\":255,\"z\":4}'); +INSERT INTO `sys_api_reflection_detail` (`id`, `mainid`, `source_field`, `source_name`, `target_field`, `target_name`, `default_vaule`, `source_field_path`, `target_field_path`, `target_path`, `source_path`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`, `sts`, `sorts`, `org_id`, `coordinate`) VALUES ('9164369150644209840', '-7768168847972480407', '[\"splitbank\"]', 'attribute.details.splitbank', '[\"splitbank\"]', NULL, NULL, '[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"0629cc81-3652-4d5f-acb4-b9028822bf3c\",\"01e17060-80e2-4cb8-bcb4-872c573c0807\"]', '[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"c85467c4-80fe-43c1-91f8-ca83193a7544\",\"2d9ff4c2-978f-46c7-b2c9-cad75bfe25d2\"]', 'attribute.details.splitbank', 'attribute.details.splitbank', '2023-08-30 16:21:53', NULL, '2023-08-30 16:21:53', NULL, 'Y', '10', NULL, '{\"leftTitle\":\"attribute.details.splitbank\",\"rightidarr\":[\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"c85467c4-80fe-43c1-91f8-ca83193a7544\",\"2d9ff4c2-978f-46c7-b2c9-cad75bfe25d2\"],\"leftidarr\":[\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"0629cc81-3652-4d5f-acb4-b9028822bf3c\",\"01e17060-80e2-4cb8-bcb4-872c573c0807\"],\"leftid\":\"01e17060-80e2-4cb8-bcb4-872c573c0807\",\"stroke\":\"#409EFF\",\"rightTitle\":\"attribute.details.splitbank\",\"y1\":616.09375,\"rightid\":\"2d9ff4c2-978f-46c7-b2c9-cad75bfe25d2\",\"width\":1,\"x1\":0,\"y2\":568.59375,\"x2\":255,\"z\":4}'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_app +-- ---------------------------- +DROP TABLE IF EXISTS `sys_app`; +CREATE TABLE `sys_app` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `product_id` varchar(50) DEFAULT NULL COMMENT '产品id', + `name` varchar(50) DEFAULT NULL COMMENT '应用名称', + `code` varchar(50) DEFAULT NULL COMMENT '应用编号', + `pc_path` varchar(200) DEFAULT NULL COMMENT '应用图标PC地址', + `phone_path` varchar(200) DEFAULT NULL COMMENT '应用图标移动端地址', + `registered_product_code` varchar(50) DEFAULT NULL COMMENT '登记产品编码', + `version_number` varchar(50) DEFAULT NULL COMMENT '版本号', + `version_description` varchar(200) DEFAULT NULL COMMENT '版本说明', + `app_description` varchar(200) DEFAULT NULL COMMENT '应用说明', + `app_label` varchar(50) DEFAULT NULL COMMENT '应用标签', + `app_service_provider` varchar(200) DEFAULT NULL COMMENT '应用服务商', + `access_mode` char(1) DEFAULT NULL COMMENT '接入方式', + `sorts` bigint DEFAULT NULL COMMENT '排序号', + `org_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='应用表'; + +-- ---------------------------- +-- Records of sys_app +-- ---------------------------- +BEGIN; +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('032618ebb2b9468990e9c6d668577c0e', NULL, 'U8C科来华', 'U8CKLH', NULL, NULL, 'e1e4b6f3aaef4a909d37c62790bf6dfe', '08461135b3944a3bbf874ae992c94156', '12138', '12138', '无', '1', '1', NULL, '', 'Y', '2023-10-23 15:19:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 15:19:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('19fd5110767b46d2853d359a97303bb6', NULL, '中台', 'ZT', NULL, NULL, 'ec17f777dc244b6192c06db391c2f8e4', 'bdbd48a82f804fc4b31d97998eab6ede', '中台系统1.0', '中台系统1.0', '中台系统1.0', '杭州用安', '4', NULL, '', 'Y', '2023-07-27 11:25:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-22 14:03:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3b12f5e26ab64c408feb5342ad9c9cef', NULL, 'BipV32207', 'V32207', NULL, NULL, '577e6cd9391840318b36aaece47b6f62', '3192cb4af0a94b499ae66e498d0375f5', 'bip V3 2207', 'bip V3 2207', '测试', '致远', '1', NULL, '', 'Y', '2023-08-21 11:43:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:43:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3d205f45e1844942991f65e0c96e19c5', NULL, '1', '1', NULL, NULL, 'c02610bab42c4ad1ac0eac8f7aa322c5', '2c801b8a540340bfab0d02e4cf0cb1de', '1', '1', NULL, '1', '6', NULL, '', 'Y', '2023-07-10 13:56:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-10 13:56:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('46589afb9de1436ab70521932f08809f', NULL, 'U8C', 'u8c', NULL, NULL, 'e1e4b6f3aaef4a909d37c62790bf6dfe', '08461135b3944a3bbf874ae992c94156', '1', '1', '1', '1', '5', NULL, '', 'Y', '2023-08-29 14:05:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 14:05:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('59f22fc3d803450c9387ac621b5430c2', NULL, 'nc202005', 'nc202005', NULL, NULL, '2', 'eaa97902bd0c40cdb55ccf7f2c92c28a', '202005版本', '202005版本', '202005', '用友', '1', NULL, '', 'Y', '2023-08-14 16:00:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-14 16:00:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('9becc7fd95cf409fa14350a0d9c49205', NULL, 'U8', 'U8', NULL, NULL, '8f53ab2992fd4a13ada20291b2e1f430', 'c0e161e6d29742b8b1020b2325dd7a12', 'U8', 'U8', '财务,erp', '用友', '7', NULL, '', 'Y', '2023-09-06 16:36:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-06 16:36:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('b585ef6f52554ef69d3e1c4c2c10dcba', '1', '致远V80', '2016', NULL, NULL, '9880b484de8740a5a11240f6ac2577ca', 'a0c9010ac944457194941141c675d192', '8.0sp1', '表示A8本身环境,方便使用', 'SEEYON', '致远互联', '1', 3, '', 'Y', '2023-03-06 15:17:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-25 14:45:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('bc6d7be70b7c41f69302ef89f62b4854', NULL, '速网U8C', '速网U8C', NULL, NULL, '4466b92fd2014d13b3e18cf3590a4612', 'da599379f6984519b2012c579c22a6e0', '速网U8C', '速网U8C', '速网U8C', '速网U8C', '5', NULL, '', 'Y', '2023-09-26 11:17:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 11:17:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e3ad64d5104e47fcaf8f261d8d730e35', NULL, '杭泰致远8.2', 'HTOA', NULL, NULL, '0d7941c5ebf24bffb39a980a3748ec8a', '260bef60e09c408cbd4f255c9c449dd3', '1', '1', '1', '1', '6', NULL, '', 'Y', '2023-08-28 16:36:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-28 16:36:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('eb5bbdc57e7e4fac993304267e74c37e', NULL, '博华U9C', 'BH-U9C', NULL, NULL, '799380af6850476a9d2333be7c145722', 'fa7dd132567e4dda9d6152e92dade0f6', '博华U9C', '博华U9C', '博华U9C', 'yongyou', '5', NULL, '', 'Y', '2023-09-25 13:44:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-25 13:44:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_app` (`id`, `product_id`, `name`, `code`, `pc_path`, `phone_path`, `registered_product_code`, `version_number`, `version_description`, `app_description`, `app_label`, `app_service_provider`, `access_mode`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('ed6b95b8d0be46c1ae0b95f63cbdd33a', NULL, '钉钉', 'DD', NULL, NULL, '84bd173d4357411eb1545bce11a0d038', '9f9eeacee5e24e8fb5aa979fc5ece4d7', '1', '1', '1', '1', '5', NULL, '', 'Y', '2023-08-28 11:18:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-28 11:18:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_app_api +-- ---------------------------- +DROP TABLE IF EXISTS `sys_app_api`; +CREATE TABLE `sys_app_api` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `app_id` varchar(50) DEFAULT NULL COMMENT 'api从属系统', + `api_name` varchar(50) DEFAULT NULL COMMENT '中文名称', + `api_code` varchar(50) DEFAULT NULL COMMENT 'api名称', + `api_remark` varchar(200) DEFAULT NULL COMMENT 'api描述', + `need_Login` varchar(1) DEFAULT NULL COMMENT '是否需要登录 1、是 2、否', + `authentication_port` varchar(50) DEFAULT NULL COMMENT '认证接口', + `parameter_passing_mode` varchar(1) DEFAULT NULL COMMENT '传参方式 1、query 2、data', + `enable_access_entry` varchar(50) DEFAULT NULL COMMENT '允许访问入口 1、app 2、H5', + `service_access_protocol` varchar(1) DEFAULT NULL COMMENT '服务接入协议 1、HTTP 2、HTTPS', + `destination_address` varchar(200) DEFAULT NULL COMMENT '目标地址', + `request_coding` varchar(1) DEFAULT NULL COMMENT '请求编码 1、UTF-8', + `request_method` varchar(1) DEFAULT NULL COMMENT '请求方法 1、POST 2、GET', + `timeout_period` varchar(50) DEFAULT NULL COMMENT '超时时间 6000 ms', + `current_limiting` varchar(50) DEFAULT NULL COMMENT '限流 6000 ms', + `header_in` text COMMENT 'Header入参 JSON', + `query_in` text COMMENT 'Query入参 JSON', + `body_in_type` varchar(1) DEFAULT NULL COMMENT 'Body 入参类型 1、Application/json', + `body_in` text COMMENT 'Body 入参 JSON', + `body_out` text COMMENT 'Body 出参 JSON', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='应用api'; + +-- ---------------------------- +-- Records of sys_app_api +-- ---------------------------- +BEGIN; +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('00d0f8419d4047a49a32e867429bc3cc', '19fd5110767b46d2853d359a97303bb6', 'nc202005收款数据明细', 'nc202005收款数据明细', 'nc202005收款数据明细', '1', '97cad2e8bfc048c2825b3d00bbbd5672', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"0edfbcff-7e1e-4082-b4ee-2803999ce058\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"nccV202005Service\",\"description\":\"1\",\"sorts\":\"1\"},{\"id\":\"e702b2d8-c9b4-43c4-b33a-672930b577e4\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\",\"description\":\"1\",\"sorts\":\"2\"},{\"id\":\"e1890e30-aa3b-4a3c-bd2e-a00a856f1959\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"getNccDataDetail\",\"description\":\"1\",\"sorts\":\"3\"},{\"id\":\"1fd2d484-3c52-4fa8-a23d-937dee289709\",\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"required\":true,\"concreteType\":\"String\",\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"description\":\"1\",\"sorts\":\"4\"}]', '[]', '1', '[]', '[{\"concreteType\":\"String\",\"example\":\"查询数据成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"fddf417f-cc93-4987-8970-63c386bfa5cf\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"queryEntity\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"7a26b607-8e1a-444b-82f5-1d40dde4d665\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"04e662ee-b624-4903-adad-12ebcf4d48e6\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"847b528b-a832-4496-a724-a70c8b25e383\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"70189f0f-4542-4fcf-b39d-b40df01876a9\",\"children\":[{\"concreteType\":\"String\",\"example\":\"489.00\",\"parameterName\":\"primal_money\",\"parameterType\":\"fundamental\",\"id\":\"e5a38ec3-dd6e-4fd9-9f3e-823e19ea4a2c\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"bill_date\",\"parameterType\":\"fundamental\",\"id\":\"495abe5f-0927-4bb3-b62d-b8f7a7ae75d8\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"1002Z0100000000001K1\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"f71f256a-d8b4-4661-8534-eb1038830c66\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"F4\",\"parameterName\":\"bill_type\",\"parameterType\":\"fundamental\",\"id\":\"aa3b1551-6c0b-40e8-8113-7dd6a04053d8\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"D4\",\"parameterName\":\"trade_type\",\"parameterType\":\"fundamental\",\"id\":\"a8dc3e17-fdd0-41ba-bf45-2363c0e8e3d3\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"billmaker_date\",\"parameterType\":\"fundamental\",\"id\":\"11f98ba0-5256-4cfe-8eb5-c8d1687128e5\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"objecttype\",\"parameterType\":\"fundamental\",\"id\":\"eac977fd-78d5-4c46-92ab-cc507424f13d\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"source_flag\",\"parameterType\":\"fundamental\",\"id\":\"748b63b9-3486-40ca-92de-260be3a5f33f\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"0001W310000000002WN9\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"b68a3923-9810-4a45-b015-b98a23d81fa1\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"bill_date1\",\"parameterType\":\"fundamental\",\"id\":\"6619ba0c-af09-4da8-af3c-2467ec85b789\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007PV\",\"parameterName\":\"pk_customer\",\"parameterType\":\"fundamental\",\"id\":\"c672897e-0957-487f-8a4b-98b7d18b65de\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007RQ\",\"parameterName\":\"pk_account\",\"parameterType\":\"fundamental\",\"id\":\"4b4f4f63-5e99-40aa-9d20-ec3dae8c9088\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007QR\",\"parameterName\":\"pk_recproject\",\"parameterType\":\"fundamental\",\"id\":\"5c158de7-3aba-4e7c-a3d4-566170dec83e\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"1002Z0100000000001K1\",\"parameterName\":\"pk_currtype1\",\"parameterType\":\"fundamental\",\"id\":\"cd06e947-ff3d-4d0f-8502-ab9ff9881f3b\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"F4\",\"parameterName\":\"bill_type1\",\"parameterType\":\"fundamental\",\"id\":\"17526780-c625-4b5e-b3c6-eb4ac6ddcff4\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"D4\",\"parameterName\":\"trade_type1\",\"parameterType\":\"fundamental\",\"id\":\"885ab194-5a56-4736-8963-cacec912ed9e\",\"index\":20},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"creationtime\",\"parameterType\":\"fundamental\",\"id\":\"afac1027-cce2-499b-a3cc-fba625a20a34\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"objecttype1\",\"parameterType\":\"fundamental\",\"id\":\"a75ea5f7-2480-49ae-b3bf-e406cbdcd01d\",\"index\":22},{\"concreteType\":\"String\",\"example\":\"0001W310000000002WN9\",\"parameterName\":\"pk_org1\",\"parameterType\":\"fundamental\",\"id\":\"b10befa8-e54f-40b6-a74d-348743cae301\",\"index\":23},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"direction\",\"parameterType\":\"fundamental\",\"id\":\"c1373b80-7f46-4934-be52-afee2b20268d\",\"index\":24},{\"concreteType\":\"String\",\"example\":\"489.00\",\"parameterName\":\"rec_primal\",\"parameterType\":\"fundamental\",\"id\":\"dd6e4e18-3dcc-4255-8c5d-3fc1c8478c1f\",\"index\":25}],\"index\":4}]', 34, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 11:31:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-18 16:50:39', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('00d0f8419d4047a49a32e867429bc3ce', '19fd5110767b46d2853d359a97303bb6', 'nc202005收款数据', 'nc202005收款数据', 'nc202005收款数据', '1', '97cad2e8bfc048c2825b3d00bbbd5672', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"0edfbcff-7e1e-4082-b4ee-2803999ce058\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"nccV202005Service\",\"description\":\"1\",\"sorts\":\"1\"},{\"id\":\"e702b2d8-c9b4-43c4-b33a-672930b577e4\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\",\"description\":\"1\",\"sorts\":\"2\"},{\"id\":\"e1890e30-aa3b-4a3c-bd2e-a00a856f1959\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"getNccData\",\"description\":\"1\",\"sorts\":\"3\"},{\"id\":\"1fd2d484-3c52-4fa8-a23d-937dee289709\",\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"required\":true,\"concreteType\":\"String\",\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"description\":\"1\",\"sorts\":\"4\"}]', '[]', '1', '[]', '[{\"concreteType\":\"String\",\"example\":\"查询数据成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"a9e1ca06-f50b-424a-a091-6939116a7228\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"queryEntity\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"11d089ec-d2bb-470d-a676-6c1f215f988c\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"b0c58ecf-5c21-4d32-a43d-e7eac94f6148\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"4f0055d4-4cb8-4f26-8a53-a6ef5914f158\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"5d41b2dd-84bd-47c1-bd7d-a6dc738ae305\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"head\",\"parameterType\":\"complex\",\"id\":\"4835bf6a-d010-47a7-9f94-25b0e36662a5\",\"children\":[{\"concreteType\":\"String\",\"example\":\"489.00\",\"parameterName\":\"primal_money\",\"parameterType\":\"fundamental\",\"id\":\"63157cf5-3bd1-43d5-8e5e-41e0e6762d78\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"bill_date\",\"parameterType\":\"fundamental\",\"id\":\"36c61764-aaf9-4b7d-8e67-9778c9c1b7fa\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"1002Z0100000000001K1\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"75c92b1e-dbfc-48e6-9af1-b40b66039e64\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"F4\",\"parameterName\":\"bill_type\",\"parameterType\":\"fundamental\",\"id\":\"b1bc91c1-dd33-4702-aef8-53ce6002ae4f\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"D4\",\"parameterName\":\"trade_type\",\"parameterType\":\"fundamental\",\"id\":\"22b78838-18e2-4cd3-bb03-eda253bfad0f\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"billmaker_date\",\"parameterType\":\"fundamental\",\"id\":\"edf6ee1d-0735-4479-b4f3-293c8a26e145\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"objecttype\",\"parameterType\":\"fundamental\",\"id\":\"53a6cac7-f20b-4fba-91c9-da0a705d1f40\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"source_flag\",\"parameterType\":\"fundamental\",\"id\":\"c6014a84-0573-4e83-8741-d06ab7ed6db4\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"0001W310000000002WN9\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"ef96bbcd-2119-449c-9011-be3c9b4ce538\",\"index\":14}],\"index\":5},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"body\",\"id\":\"a80862ff-47cc-4113-9bb0-8553bea8bbca\",\"children\":[{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"bill_date\",\"parameterType\":\"fundamental\",\"id\":\"1fd24687-18b0-4aff-a003-ccf0cec309b0\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007PV\",\"parameterName\":\"pk_customer\",\"parameterType\":\"fundamental\",\"id\":\"8eace838-19e5-4bc2-be4e-b11ee9060a9e\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007RQ\",\"parameterName\":\"pk_account\",\"parameterType\":\"fundamental\",\"id\":\"1f2a537b-cc27-41a5-828f-8ccd31f91b02\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007QR\",\"parameterName\":\"pk_recproject\",\"parameterType\":\"fundamental\",\"id\":\"79beec10-c90f-44ed-baed-aaa28ab6b009\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"1002Z0100000000001K1\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"6618e61d-2f26-4ddb-a241-09d2c861a680\",\"index\":20},{\"concreteType\":\"String\",\"example\":\"F4\",\"parameterName\":\"bill_type\",\"parameterType\":\"fundamental\",\"id\":\"f50c03be-b782-4cf9-945b-667071a90b88\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"D4\",\"parameterName\":\"trade_type\",\"parameterType\":\"fundamental\",\"id\":\"630ae18a-8bfb-4f3a-a099-43bdc11cea29\",\"index\":22},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"creationtime\",\"parameterType\":\"fundamental\",\"id\":\"8087adb6-40a3-4e95-90c6-1427efcc1c1b\",\"index\":23},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"objecttype\",\"parameterType\":\"fundamental\",\"id\":\"e29dc83d-6149-461f-b5f5-8437222369ff\",\"index\":24},{\"concreteType\":\"String\",\"example\":\"0001W310000000002WN9\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"3b88c88b-9b3a-44a1-8b51-36b376aec6a3\",\"index\":25},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"direction\",\"parameterType\":\"fundamental\",\"id\":\"dba969e4-3984-415f-a01b-6be384086837\",\"index\":26},{\"concreteType\":\"String\",\"example\":\"489.00\",\"parameterName\":\"rec_primal\",\"parameterType\":\"fundamental\",\"id\":\"2c00edbd-6028-49e1-8c16-9f4aef90aae7\",\"index\":27}],\"index\":15}],\"index\":4}]', 33, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 11:31:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-18 16:50:24', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0bd08c5aff994a4fa629dc4764cb08c4', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_销售订单保存即审批', '速网U8C_销售订单保存即审批', '速网U8C_销售订单保存即审批', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/so/saleorder/saveapprove', '1', '1', '10000', '100', '[{\"id\":\"a3a2db03-2b0d-45e5-8893-5a0fb0e805f1\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"091b9aca-fcff-47d2-ab62-6b89662f88d3\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"61de349b-1a69-4441-9e06-b11d57359a02\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"c1126b8e-3c2d-4883-a6d8-55ce9ab41779\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"concreteType\":\"Object\",\"parameterName\":\"saleorder\",\"parameterType\":\"complex\",\"id\":\"184e2389-5f97-46bb-81f0-5c5e99c37b92\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"childrenvo\",\"id\":\"c3671c2a-77ef-49d8-9fbf-a20f07af343d\",\"children\":[{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"blargessflag\",\"parameterType\":\"fundamental\",\"id\":\"52c118a1-336a-4db3-83bf-320a5771df20\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0YF\",\"parameterName\":\"cadvisecalbodyid\",\"parameterType\":\"fundamental\",\"id\":\"ac0eec51-4988-4d9b-8c6c-bfba61ee043b\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJR7\",\"parameterName\":\"cinventoryid\",\"parameterType\":\"fundamental\",\"id\":\"94b5bfb1-5807-4a8d-acf3-dee6830bd8e4\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"nnumber\",\"parameterType\":\"fundamental\",\"id\":\"6c460f70-1c74-4864-b453-a751dac1fef3\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"8.85\",\"parameterName\":\"noriginalcurprice\",\"parameterType\":\"fundamental\",\"id\":\"3bef3568-c6db-4606-bbe1-3de1f227160a\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"new\",\"parameterName\":\"vostatus\",\"parameterType\":\"fundamental\",\"id\":\"9181080a-c265-4517-9c08-81142a5c2458\",\"index\":7}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"8e10303d-8920-488c-9880-216d1a49a812\",\"children\":[{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"bretinvflag\",\"parameterType\":\"fundamental\",\"id\":\"3fe1b681-10c7-4b3e-8f51-a3769f979e24\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"1001F810000000000003\",\"parameterName\":\"cbiztype\",\"parameterType\":\"fundamental\",\"id\":\"5f952b2e-b759-4757-ae00-99f348e2cda0\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"1001F81000000000290R\",\"parameterName\":\"ccalbodyid\",\"parameterType\":\"fundamental\",\"id\":\"a816ef84-de3d-495c-8e8d-e4813956f552\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJRD\",\"parameterName\":\"ccustomerid\",\"parameterType\":\"fundamental\",\"id\":\"085027a0-2002-41cf-a77f-58cfd23d84f6\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I2BN\",\"parameterName\":\"cdeptid\",\"parameterType\":\"fundamental\",\"id\":\"b0f8878e-92aa-4b4a-a527-b607f7212542\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGZ1\",\"parameterName\":\"coperatorid\",\"parameterType\":\"fundamental\",\"id\":\"1410f0a9-d372-4183-98b6-491f17972f91\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HKST\",\"parameterName\":\"csalecorpid\",\"parameterType\":\"fundamental\",\"id\":\"89d36872-0fd7-4ff8-ae6f-e21a9bd8ad58\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"1007\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"81c952df-8b9d-4fa8-a774-e7aecc4827a2\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"ceshi002\",\"parameterName\":\"vreceiptcode\",\"parameterType\":\"fundamental\",\"id\":\"d0f56863-c800-40da-a5be-08727d62eec4\",\"index\":17}],\"index\":8}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"b327e8bf-7a2c-4a12-ba17-1aabc1402735\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"pk_corp\\\":\\\"1007\\\",\\\"corp_code\\\":\\\"001\\\",\\\"corp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"cbiztype\\\":\\\"1001F810000000000003\\\",\\\"ccustomerid\\\":\\\"0001F81000000000HJRD\\\",\\\"customer_code\\\":\\\"20170808001\\\",\\\"customer_name\\\":\\\"测试供应商\\\",\\\"csalecorpid\\\":\\\"0001F81000000000HKST\\\",\\\"salecorp_code\\\":\\\"666\\\",\\\"salecorp_name\\\":\\\"测试销售组织\\\",\\\"ccalbodyid\\\":\\\"1001F81000000000290R\\\",\\\"coperatorid\\\":\\\"0001F81000000000HGZ1\\\",\\\"operator_code\\\":\\\"13846319397\\\",\\\"operator_name\\\":\\\"孙玉\\\",\\\"cdeptid\\\":\\\"1007F81000000000I2BN\\\",\\\"dept_code\\\":\\\"999\\\",\\\"dept_name\\\":\\\"测试销售\\\",\\\"vreceiptcode\\\":\\\"ceshi001\\\",\\\"dbilldate\\\":\\\"2023-10-07\\\",\\\"dmakedate\\\":\\\"2023-10-07\\\",\\\"dbilltime\\\":\\\"2023-10-07 10:17:49\\\",\\\"dapprovedate\\\":\\\"2023-10-07\\\",\\\"daudittime\\\":\\\"2023-10-07 10:17:50\\\",\\\"dmoditime\\\":\\\"2023-10-07 10:17:49\\\",\\\"capproveid\\\":\\\"0001F81000000000HGZ1\\\",\\\"approver_code\\\":\\\"13846319397\\\",\\\"approver_name\\\":\\\"孙玉\\\",\\\"creceiptcustomerid\\\":\\\"0001F81000000000HJRD\\\",\\\"receiptcustomer_code\\\":\\\"20170808001\\\",\\\"receiptcustomer_name\\\":\\\"测试供应商\\\",\\\"creceiptcorpid\\\":\\\"0001F81000000000HJRD\\\",\\\"receiptcorp_code\\\":\\\"20170808001\\\",\\\"receiptcorp_name\\\":\\\"测试供应商\\\",\\\"ndiscountrate\\\":100,\\\"csaleid\\\":\\\"1007F81000000000I42M\\\",\\\"fstatus\\\":\\\"1\\\",\\\"ccurrencytypeid\\\":\\\"00010000000000000001\\\",\\\"currencytype_code\\\":\\\"CNY\\\",\\\"currencytype_name\\\":\\\"人民币\\\",\\\"nheadsummny\\\":10},\\\"childrenvo\\\":[{\\\"cinventoryid\\\":\\\"0001F81000000000HJR7\\\",\\\"inventory_code\\\":\\\"A054\\\",\\\"inventory_name\\\":\\\"A054(测试)\\\",\\\"nnumber\\\":1,\\\"noriginalcursummny\\\":10,\\\"cunitid\\\":\\\"0001F81000000000HJ8M\\\",\\\"unit_code\\\":\\\"01\\\",\\\"unit_name\\\":\\\"个\\\",\\\"creceiptcorpid\\\":\\\"0001F81000000000HJRD\\\",\\\"receiptcorp_code\\\":\\\"20170808001\\\",\\\"receiptcorp_name\\\":\\\"测试供应商\\\",\\\"blargessflag\\\":false,\\\"noriginalcurprice\\\":8.85,\\\"crowno\\\":\\\"10\\\",\\\"ntaxrate\\\":13,\\\"noriginalcurtaxprice\\\":10,\\\"noriginalcurmny\\\":8.85,\\\"noriginalcurtaxmny\\\":1.15,\\\"ndiscountrate\\\":100,\\\"nitemdiscountrate\\\":100,\\\"noriginalcurnetprice\\\":8.85,\\\"noriginalcurtaxnetprice\\\":10,\\\"noriginalcurdiscountmny\\\":0,\\\"dconsigndate\\\":\\\"2023-10-07\\\",\\\"ddeliverdate\\\":\\\"2023-10-07\\\",\\\"cquoteunitid\\\":\\\"0001F81000000000HJ8M\\\",\\\"cquoteunit_code\\\":\\\"01\\\",\\\"cquoteunit_name\\\":\\\"个\\\",\\\"csaleid\\\":\\\"1007F81000000000I42M\\\",\\\"corder_bid\\\":\\\"1007F81000000000I42N\\\",\\\"nexchangeotobrate\\\":1,\\\"ccurrencytypeid\\\":\\\"00010000000000000001\\\",\\\"ccurrencyid_code\\\":\\\"CNY\\\",\\\"ccurrencyid_name\\\":\\\"人民币\\\",\\\"cinvbasdocid\\\":\\\"0001F81000000000HJR4\\\",\\\"cadvisecalbodyid\\\":\\\"1007F81000000000I0YF\\\",\\\"advisecalbody_code\\\":\\\"suwang3-test3\\\",\\\"advisecalbody_name\\\":\\\"测试采购库存组织\\\",\\\"cconsigncorpid\\\":\\\"1007\\\",\\\"consigncorp_code\\\":\\\"001\\\",\\\"consigncorp_name\\\":\\\"浙江速网电子商务有限公司\\\"}]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"07ea7324-f9d9-4395-8b38-c585b7f9b81e\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202310070018\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"b1af76ef-75f6-408c-8260-ed66b55f769e\",\"index\":2}]', 77, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 10:22:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 10:22:21', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0bf4f154ebde49a7bf1cae20e749fdaf', '59f22fc3d803450c9387ac621b5430c2', 'nc202005收款接口', 'nc202005收款接口', 'nc202005收款接口', '1', '2fcbf0799b9d4e2998a352355a3455f1', '1', '[\"2\"]', '1', '192.168.2.237:60000/nccloud/api/cmp/recbillAdd/addBill', '1', '1', '10000', '100', '[{\"id\":\"6ee0a887-1fc7-4783-8196-fab88d3c0b68\",\"index\":0,\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"data\",\"access_token\"]},{\"id\":\"f9be50ba-e420-4871-a3f1-21dfecd4ccf8\",\"index\":1,\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"xlnc\"},{\"id\":\"fd188980-ec3d-41f7-a6cc-f6a57a2124aa\",\"index\":2,\"parameterName\":\"signature\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"100\",\"example\":\"2fd9709f147b8c13f46588c5cb9255a2ba9d44c3e158af987b5aec0a4cf55221\",\"required\":true},{\"id\":\"0911fe69-2ff5-4181-b3b9-1c0eb4a29d60\",\"index\":3,\"parameterName\":\"ucg_flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"y\"}]', '[]', '1', '[{\"concreteType\":\"Object\",\"parameterName\":\"head\",\"parameterType\":\"complex\",\"id\":\"92057d63-e2a6-4a8a-8e3c-c17428ec20e9\",\"children\":[{\"concreteType\":\"String\",\"example\":\"489.00\",\"parameterName\":\"primal_money\",\"parameterType\":\"fundamental\",\"id\":\"01f95dc2-2676-48e0-b291-5f367c033a79\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"bill_date\",\"parameterType\":\"fundamental\",\"id\":\"3dfa8dc4-1c60-4109-a6bc-fc6e5b4ea7c0\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"1002Z0100000000001K1\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"cf57ec9a-a469-4b74-ac3a-bce6f06c96c7\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"F4\",\"parameterName\":\"bill_type\",\"parameterType\":\"fundamental\",\"id\":\"7cfaedde-f60b-4298-99dd-21c760e7f958\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"D4\",\"parameterName\":\"trade_type\",\"parameterType\":\"fundamental\",\"id\":\"411e2518-2c77-4998-bb8c-732854e7b401\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"billmaker_date\",\"parameterType\":\"fundamental\",\"id\":\"80030046-0c7d-4368-92cf-49a7499cd635\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"objecttype\",\"parameterType\":\"fundamental\",\"id\":\"6455a577-e447-4ef6-b4b4-bda22be8fd20\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"source_flag\",\"parameterType\":\"fundamental\",\"id\":\"e6fb206c-4c77-46ed-806f-4d0002f51357\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"0001W310000000002WN9\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"c243fd03-4e03-47b5-a2b3-05c16b55b230\",\"index\":9}],\"index\":0},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"body\",\"id\":\"8f7d6d97-8207-43a9-9ee0-41c31cb28a10\",\"children\":[{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"bill_date\",\"parameterType\":\"fundamental\",\"id\":\"1612da38-9b9e-42df-8018-c9956aab002d\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007PV\",\"parameterName\":\"pk_customer\",\"parameterType\":\"fundamental\",\"id\":\"7e3e5280-5613-47c3-842e-f19381847d7f\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007RQ\",\"parameterName\":\"pk_account\",\"parameterType\":\"fundamental\",\"id\":\"4a513695-be67-4d51-a511-b9f375d2e81c\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"1001W3100000000007QR\",\"parameterName\":\"pk_recproject\",\"parameterType\":\"fundamental\",\"id\":\"61083ebf-8c09-4480-8ede-340066d78873\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"1002Z0100000000001K1\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"0995ca16-5d11-4b90-99b5-78919de224f1\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"F4\",\"parameterName\":\"bill_type\",\"parameterType\":\"fundamental\",\"id\":\"1cea438f-7093-4c74-83fd-aacad6d2faa2\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"D4\",\"parameterName\":\"trade_type\",\"parameterType\":\"fundamental\",\"id\":\"fb244d6b-ec7f-41cf-a526-e8719ee3bc81\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"2023-08-15 06:10:01\",\"parameterName\":\"creationtime\",\"parameterType\":\"fundamental\",\"id\":\"ffd449cd-e6b3-436d-bb69-db8d7968fa72\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"objecttype\",\"parameterType\":\"fundamental\",\"id\":\"11714c25-87b1-498a-8307-fa2b50ec0a64\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"0001W310000000002WN9\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"31ec5d4c-b2e6-4446-9b01-47d350b2ee41\",\"index\":20},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"direction\",\"parameterType\":\"fundamental\",\"id\":\"7fa2ff6c-4d3f-43ad-8a9c-ed242a3aa972\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"489.00\",\"parameterName\":\"rec_primal\",\"parameterType\":\"fundamental\",\"id\":\"e1323a4b-de27-4ebb-9c1c-6424198491b0\",\"index\":22}],\"index\":10}]', '[{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"6eef1d5b-94d5-4c4c-adaa-2adb0cc98fa0\",\"index\":0},{\"concreteType\":\"Object\",\"parameterName\":\"data\",\"parameterType\":\"complex\",\"id\":\"afc4d6bc-2aad-403b-841f-ae91d6af75f0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"F42023081500000006\",\"parameterName\":\"bill_no\",\"parameterType\":\"fundamental\",\"id\":\"1ff9eeb3-47a5-4cd9-907f-dff631f3d881\",\"index\":2}],\"index\":1},{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"5d52f0a4-d1d7-49b8-a493-83281c0e8f4a\",\"index\":3}]', 35, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 14:26:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-15 14:28:15', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('14119c49b14f4008a479f2f4adefc142', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_销售出库单保存即审核', '速网U8C_销售出库单保存即审核', '速网U8C_销售出库单保存即审核', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/ic/saleout/save/sign', '1', '1', '10000', '100', '[{\"id\":\"b37aeb71-f531-44e6-a55f-ff5bb17f3385\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"172bb87f-9d56-4176-8840-ceff3f5dd060\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"2c1194a2-40d5-4702-83e5-69e0691ab7a1\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"772baf00-fbec-4113-b3cf-961afa0d833b\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"concreteType\":\"Object\",\"parameterName\":\"GeneralBillVO\",\"parameterType\":\"complex\",\"id\":\"48b9d34c-b7c7-47e1-8955-20ff36c185fb\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"childrenvo\",\"id\":\"d59864c0-b9df-458f-99e4-2178b0eb58a9\",\"children\":[{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"bonroadflag\",\"parameterType\":\"fundamental\",\"id\":\"f76c5025-17f7-4e63-982f-ccfb60d5ff9d\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HSBH\",\"parameterName\":\"cinventoryid\",\"parameterType\":\"fundamental\",\"id\":\"0928c0a5-1e77-402f-9569-7d26febafe90\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HS6I\",\"parameterName\":\"cvendorid\",\"parameterType\":\"fundamental\",\"id\":\"37e93b03-572e-4b35-8310-30cde55d192b\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"2023-11-13\",\"parameterName\":\"dbizdate\",\"parameterType\":\"fundamental\",\"id\":\"d6c56a06-5154-4d0b-8a74-31877db712a8\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"2023-11-14\",\"parameterName\":\"ddeliverdate\",\"parameterType\":\"fundamental\",\"id\":\"df15c469-f41f-41af-9cc7-d7bddc9c9b0a\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"2023-12-13\",\"parameterName\":\"dstandbydate\",\"parameterType\":\"fundamental\",\"id\":\"87b48aae-4593-4284-b53c-97d1e39c2b50\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"2023-12-13\",\"parameterName\":\"dvalidate\",\"parameterType\":\"fundamental\",\"id\":\"2c5933a1-055c-4ae1-ba06-3f0af04dcb7f\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"flargess\",\"parameterType\":\"fundamental\",\"id\":\"9af07acc-4fa2-4d87-98f2-8740a6beaf7b\",\"index\":9},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"locator\",\"id\":\"98a084c7-0406-4afd-843f-102085e8ea24\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1002F8100000000013CT\",\"parameterName\":\"cspaceid\",\"parameterType\":\"fundamental\",\"id\":\"01855a9a-577d-449a-8b5b-e16e8041ebf3\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"noutspacenum\",\"parameterType\":\"fundamental\",\"id\":\"7ae53c82-70ab-4b69-977c-902f489633c3\",\"index\":12}],\"index\":10},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"nmny\",\"parameterType\":\"fundamental\",\"id\":\"b79ef776-35dc-4bb1-91b5-d76eb3ac93ca\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"noutnum\",\"parameterType\":\"fundamental\",\"id\":\"721b5e39-3119-4676-8cea-b0aa4cc0733f\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"nprice\",\"parameterType\":\"fundamental\",\"id\":\"4d96c08b-1bf7-4e0e-a2d8-68443983c6b7\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"nshouldoutnum\",\"parameterType\":\"fundamental\",\"id\":\"5580b410-6da1-47df-9632-4c984a3c268e\",\"index\":16},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"parameterName\":\"serial\",\"id\":\"51aa815f-e35c-42a4-bfa4-03e809ee39e3\",\"index\":17}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"efac5901-ddc9-4e64-ab79-ae9a7384c16c\",\"children\":[{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"boutretflag\",\"parameterType\":\"fundamental\",\"id\":\"5371da8c-17e6-498a-b94a-8bd52e7c94f7\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"bsalecooppur\",\"parameterType\":\"fundamental\",\"id\":\"89ed28b5-4653-4ee6-a7a0-1e8cb6696957\",\"index\":20},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HS6I\",\"parameterName\":\"ccustomerid\",\"parameterType\":\"fundamental\",\"id\":\"e2fd1816-1c1e-4330-a179-68d3324c74ec\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGZ1\",\"parameterName\":\"coperatorid\",\"parameterType\":\"fundamental\",\"id\":\"64e078be-01d1-4205-b324-07a829d79214\",\"index\":22},{\"concreteType\":\"String\",\"example\":\"1002F8100000000013CS\",\"parameterName\":\"cwarehouseid\",\"parameterType\":\"fundamental\",\"id\":\"839c8aee-6e32-4495-94b5-9ab4dce01528\",\"index\":23},{\"concreteType\":\"String\",\"example\":\"2023-11-13\",\"parameterName\":\"dbilldate\",\"parameterType\":\"fundamental\",\"id\":\"a1107263-655e-4600-a8b8-06e128ec1bab\",\"index\":24},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"freplenishflag\",\"parameterType\":\"fundamental\",\"id\":\"33259c46-c58a-4252-9b43-e57ce37b818e\",\"index\":25},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"isautopick\",\"parameterType\":\"fundamental\",\"id\":\"6feb378d-8a21-4118-a1a7-2eafb9dc5fa0\",\"index\":26},{\"concreteType\":\"String\",\"example\":\"1001F81000000000290R\",\"parameterName\":\"pk_calbody\",\"parameterType\":\"fundamental\",\"id\":\"995bbdfa-fa18-4cbb-a073-514255ec3dfa\",\"index\":27},{\"concreteType\":\"String\",\"example\":\"1001\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"490946a9-61ed-4fbd-8ded-2b2eb50f5331\",\"index\":28},{\"concreteType\":\"String\",\"example\":\"CR2311130004\",\"parameterName\":\"vbillcode\",\"parameterType\":\"fundamental\",\"id\":\"fa5045af-035f-4e4b-99fa-6542cbde773f\",\"index\":29}],\"index\":18}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"7c20a02d-9c4f-4906-9d6a-a38b1b575b75\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"pk_corp\\\":\\\"1002\\\",\\\"corp_code\\\":\\\"002\\\",\\\"corp_name\\\":\\\"杭州七羽品牌管理有限公司\\\",\\\"coperatorid\\\":\\\"0001F81000000000HGZ1\\\",\\\"operator_code\\\":\\\"13846319397\\\",\\\"operator_name\\\":\\\"孙玉\\\",\\\"cwarehouseid\\\":\\\"1002F8100000000013CS\\\",\\\"warehouseid_code\\\":\\\"suwang3-test3\\\",\\\"warehouseid_name\\\":\\\"测试采购仓库\\\",\\\"pk_calbody\\\":\\\"1002F8100000000013CQ\\\",\\\"calbody_code\\\":\\\"2023100901\\\",\\\"calbody_name\\\":\\\"测试采购库存组织(七羽)\\\",\\\"ccustomerid\\\":\\\"0001F81000000000HS6I\\\",\\\"daccountdate\\\":\\\"2023-11-13\\\",\\\"fbillflag\\\":\\\"3\\\",\\\"bsalecooppur\\\":false,\\\"dbilldate\\\":\\\"2023-11-13\\\",\\\"taccounttime\\\":\\\"2023-11-13 10:25:41\\\",\\\"tlastmoditime\\\":\\\"2023-11-13 10:25:41\\\",\\\"tmaketime\\\":\\\"2023-11-13 00:00:00\\\",\\\"ts\\\":\\\"2023-11-13 10:25:41\\\",\\\"boutretflag\\\":false,\\\"freplenishflag\\\":false,\\\"vbillcode\\\":\\\"CR2311130002\\\",\\\"bassetcard\\\":false,\\\"bdirecttranflag\\\":false,\\\"cbilltypecode\\\":\\\"4C\\\",\\\"clastmodiid\\\":\\\"0001F81000000000HGZ1\\\",\\\"lastmodi_code\\\":\\\"13846319397\\\",\\\"lastmodi_name\\\":\\\"孙玉\\\",\\\"cregister\\\":\\\"0001F81000000000HGZ1\\\",\\\"register_code\\\":\\\"13846319397\\\",\\\"register_name\\\":\\\"孙玉\\\"},\\\"childrenvo\\\":[{\\\"cgeneralbid\\\":\\\"1002F8100000000014WX\\\",\\\"cgeneralhid\\\":\\\"1002F8100000000014WW\\\",\\\"crowno\\\":\\\"10\\\",\\\"ddeliverdate\\\":\\\"2023-11-14\\\",\\\"noutnum\\\":1,\\\"cinventoryid\\\":\\\"0001F81000000000HSBH\\\",\\\"inventory_code\\\":\\\"B01008A\\\",\\\"inventory_name\\\":\\\"习惯茶之女儿红/葡萄乌龙\\\",\\\"cvendorid\\\":\\\"0001F81000000000HS6I\\\",\\\"locator\\\":[{\\\"cspaceid\\\":\\\"1002F8100000000013CT\\\",\\\"space_code\\\":\\\"01\\\",\\\"space_name\\\":\\\"J1\\\",\\\"noutspacenum\\\":1}],\\\"pk_measdoc\\\":\\\"0001F81000000000HJ8M\\\",\\\"measdoc _code\\\":\\\"01\\\",\\\"measdoc _name\\\":\\\"个\\\",\\\"nprice\\\":2,\\\"bonroadflag\\\":false,\\\"dstandbydate\\\":\\\"2023-12-13\\\",\\\"flargess\\\":false,\\\"nshouldoutnum\\\":1,\\\"ts\\\":\\\"2023-11-13 10:25:41\\\",\\\"nmny\\\":2,\\\"bsafeprice\\\":false,\\\"breturnprofit\\\":false,\\\"bsourcelargess\\\":false,\\\"bsupplyflag\\\":false,\\\"cbodybilltypecode\\\":\\\"4C\\\",\\\"cbodywarehouseid\\\":\\\"1002F8100000000013CS\\\",\\\"bodywarehouse_code\\\":\\\"suwang3-test3\\\",\\\"bodywarehouse_name\\\":\\\"测试采购仓库\\\",\\\"dbizdate\\\":\\\"2023-11-13\\\",\\\"fassertcardflag\\\":false,\\\"btou8rm\\\":false}]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"7a2a659f-a4eb-4218-8f5c-25f8bd757ba1\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202311130042\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"46a85cd1-b911-4708-b995-e8f8dc1e1515\",\"index\":2}]', 83, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 14:33:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 14:34:26', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('189cae7b28224c0094b7cede5984dd45', '3d205f45e1844942991f65e0c96e19c5', '认证接口测试', '认证接口测试', '认证接口测试', '2', NULL, '1', '[\"1\"]', '1', 'hzya.ufyct.com:8044/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690271044876,\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"100\",\"example\":\"loginService\",\"required\":true},{\"id\":1690271054335,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"sys_user\"},{\"id\":1690271068183,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"doLogin\"}]', '[]', '1', '[{\"id\":1690271110441,\"index\":0,\"parameterName\":\"login_name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"admin\"},{\"id\":1690271125468,\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"123456\"}]', '[{\"id\":1690271495604,\"index\":0,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":1690271545422,\"index\":1,\"parameterName\":\"token\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"}]}]', 9, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-25 15:45:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-26 11:33:44', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('18e6472a094c4fb2bdd3ade7c597e7b5', '3d205f45e1844942991f65e0c96e19c5', '测试还在', '测试中', '123', '1', '4ae38a6163784e278bd7b9c5cb01d243', '1', '[\"1\"]', '2', 'https://www.baidu.com/', '1', '1', '10000', '100', '[{\"id\":1689929321290,\"index\":0,\"parameterName\":\"\"}]', '[{\"id\":\"a417bdf6-fbd5-4ff6-b268-5d96ce98abca\",\"index\":0,\"parameterName\":\"aaaa\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"id\"]},{\"id\":\"117c762b-e2e8-4cc1-83d8-61e8986c65b7\",\"index\":1,\"parameterName\":\"qqq\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"bindingUser\",\"loginState\"]}]', '1', '[]', '[]', 7, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-21 16:49:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 11:50:25', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1ecda39632dc40daab79fcf8160fc3b3', '3d205f45e1844942991f65e0c96e19c5', '认证测试接口二', '认证测试接口(需要认证)', '认证测试接口(需要认证)', '1', '189cae7b28224c0094b7cede5984dd45', '1', '[\"1\"]', '1', 'http://hzya.ufyct.com:8044/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690271297217,\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"generalServiceImpl\"},{\"id\":1690271325170,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"dictionaryshop\"},{\"id\":1690271337735,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"selectDictionaryshop\"},{\"id\":1690271604962,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"example\":[\"attribute\",\"token\"]}]', '[]', '1', '[]', '[]', 10, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-25 15:50:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-26 10:35:58', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2295bca7cb994977b42ab6698cef7a34', 'b585ef6f52554ef69d3e1c4c2c10dcba', '导出无流程表单数据', '导出无流程表单数据', '导出无流程表单数据', '1', '4ae38a6163784e278bd7b9c5cb01d243', '1', '[\"2\"]', '1', '60.191.69.250:9977/seeyon/rest/form/export/{templateCode}', '1', '2', '10000', '100', '[{\"id\":\"44a0ca5d-43f7-4fbb-acd0-af32f1fa8ff7\",\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"id\"]}]', '[{\"id\":\"9a8697a6-b40e-4214-a521-9843dc86e147\",\"index\":0,\"parameterName\":\"beginDateTime\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"yyyy-MM-dd HH:mm:ss 格式的时间\",\"example\":\"2023-08-16 16:55:37\"},{\"id\":\"2ae5a532-f1e3-435f-9e6f-825cc7f73af3\",\"index\":1,\"parameterName\":\"endDateTime\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"yyyy-MM-dd HH:mm:ss 格式的时间\",\"example\":\"2023-08-16 16:55:37\"}]', '1', '[]', '[]', 38, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 17:02:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 17:02:10', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('24ab371a8ac244938e3595f56f528cee', 'ed6b95b8d0be46c1ae0b95f63cbdd33a', '接收OA合同档案数据传递钉钉', '接收OA合同档案数据传递钉钉', '接收OA合同档案数据传递钉钉', '2', NULL, '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":\"textField_lm092dcs\",\"parameterName\":\"textField_lm092dcs\",\"parameterType\":\"fundamental\",\"id\":\"7b64c6c9-4e92-44a5-b509-2160425cadb0\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"textField_lm092da0\",\"parameterName\":\"textField_lm092da0\",\"parameterType\":\"fundamental\",\"id\":\"d8e290e8-fee2-45b6-9c07-08ed4a2d1504\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"textField_lm092dcq\",\"parameterName\":\"textField_lm092dcq\",\"parameterType\":\"fundamental\",\"id\":\"c3c1d27a-4750-4a71-9783-891477074874\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"textField_lm092dc\",\"parameterName\":\"textField_lm092dco\",\"parameterType\":\"fundamental\",\"id\":\"79be93ab-47b1-42c1-bdba-734df211f8bc\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"textField_lm092dak\",\"parameterName\":\"textField_lm092dak\",\"parameterType\":\"fundamental\",\"id\":\"4876d87c-fed1-40e7-b7af-feb7534670ef\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"numberField_lm092dde\",\"parameterName\":\"numberField_lm092dde\",\"parameterType\":\"fundamental\",\"id\":\"8256a32a-f4e8-4c13-9358-f9860436e840\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"textareaField_lm092ddi\",\"parameterName\":\"textareaField_lm092ddi\",\"parameterType\":\"fundamental\",\"id\":\"5c8c8a1c-a12b-4709-8280-06acf1397be2\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"dateField_lm092dcy\",\"parameterName\":\"dateField_lm092dcy\",\"parameterType\":\"fundamental\",\"id\":\"7289b584-d3f7-4e6b-a68d-abce1eb55027\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"numberField_lm092dd0\",\"parameterName\":\"numberField_lm092dd0\",\"parameterType\":\"fundamental\",\"id\":\"f7afd6d2-081b-4ab8-957d-69715906b009\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"numberField_lm092ddp\",\"parameterType\":\"fundamental\",\"id\":\"de483604-c088-4a3e-be6c-b7722367ca86\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"dateField_lm092dcw\",\"parameterName\":\"dateField_lm092dcw\",\"parameterType\":\"fundamental\",\"id\":\"cac13751-759b-48f4-b34d-dbd764b627cb\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"textField_lm092d9t\",\"parameterName\":\"textField_lm092d9t\",\"parameterType\":\"fundamental\",\"id\":\"ca3f0768-9d98-4fa5-a976-4adec37b938c\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"numberField_lm092ddn\",\"parameterType\":\"fundamental\",\"id\":\"12665e71-5dd4-4f5e-917c-65ac864a38d7\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"dateField_lm092dcu\",\"parameterName\":\"dateField_lm092dcu\",\"parameterType\":\"fundamental\",\"id\":\"87836d28-efd0-418f-a587-53a7dcc8852c\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"numberField_lm092ddu\",\"parameterType\":\"fundamental\",\"id\":\"abaac8bd-87d7-4b4b-9ef0-99897bbdcfcc\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"numberField_lm092ddr\",\"parameterType\":\"fundamental\",\"id\":\"cbffd13c-28de-486e-8fcf-5b3f36d9f334\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"textField_lm092dd8\",\"parameterName\":\"textField_lm092dd8\",\"parameterType\":\"fundamental\",\"id\":\"0cfe927b-9c55-4923-b969-89b6fa34bbdd\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"textField_lm092db3\",\"parameterName\":\"textField_lm092db3\",\"parameterType\":\"fundamental\",\"id\":\"f67e8dba-5b92-4f91-bbe1-f64bbdf7393d\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"textField_lm092dd2 \",\"parameterName\":\"textField_lm092dd2\",\"parameterType\":\"fundamental\",\"id\":\"f6f09c70-5584-4443-b46c-5958985f05c3\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"textField_lm092d9e\",\"parameterName\":\"textField_lm092d9e\",\"parameterType\":\"fundamental\",\"id\":\"ba624abf-ee72-4391-abf6-c886afef2bfe\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"textField_lm092d9c\",\"parameterName\":\"textField_lm092d9c\",\"parameterType\":\"fundamental\",\"id\":\"ef063106-514f-4e3c-8855-f7c992cf647f\",\"index\":20},{\"concreteType\":\"String\",\"example\":\"textField_lm092ddk\",\"parameterName\":\"textField_lm092ddk\",\"parameterType\":\"fundamental\",\"id\":\"73572137-46e0-4821-8c3d-9fbfcda03678\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"textField_lm092d\",\"parameterName\":\"textField_lm092dbp \",\"parameterType\":\"fundamental\",\"id\":\"475591c4-54fd-4ac0-997d-1a6072248d8a\",\"index\":22},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"tableField_lm092de3\",\"id\":\"37132845-587a-475a-b42d-be1c68adadde\",\"children\":[{\"concreteType\":\"String\",\"example\":\"textField_lm092de5\",\"parameterName\":\"textField_lm092de5\",\"parameterType\":\"fundamental\",\"id\":\"5658290e-bffc-4d24-88bd-6171ece7b4da\",\"index\":24},{\"concreteType\":\"String\",\"example\":\"textField_lm092de4\",\"parameterName\":\"textField_lm092de4\",\"parameterType\":\"fundamental\",\"id\":\"69a7b808-3a8f-41db-9cd6-98c927c9d00a\",\"index\":25}],\"index\":23},{\"concreteType\":\"String\",\"example\":\"textField_lm092ddc\",\"parameterName\":\"textField_lm092ddc\",\"parameterType\":\"fundamental\",\"id\":\"975beb9c-391c-40cb-b111-989d04b6952e\",\"index\":26},{\"concreteType\":\"String\",\"example\":\"textField_lm092dda\",\"parameterName\":\"textField_lm092dda\",\"parameterType\":\"fundamental\",\"id\":\"ceecb91d-3ca4-431f-8fd7-3bc18daa5ba1\",\"index\":27},{\"concreteType\":\"String\",\"example\":\"textField_lm092d8r\",\"parameterName\":\"textField_lm092d8r\",\"parameterType\":\"fundamental\",\"id\":\"e605f2d2-f658-49d3-a684-eb2b5001d166\",\"index\":28},{\"concreteType\":\"String\",\"example\":\"dateField_lm092d94\",\"parameterName\":\"dateField_lm092d94\",\"parameterType\":\"fundamental\",\"id\":\"061b6a66-add4-40c4-8bf6-fa27c1a9ca94\",\"index\":29},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"tableField_llxg3rfq\",\"id\":\"8a4e7ed6-bed7-47eb-a602-c55671ff69b5\",\"children\":[{\"concreteType\":\"String\",\"example\":\"textField_llxg3rfu\",\"parameterName\":\"textField_llxg3rfu\",\"parameterType\":\"fundamental\",\"id\":\"43930564-b6d4-4a7e-9f8b-928a54bb9247\",\"index\":31},{\"concreteType\":\"String\",\"example\":\"textField_ll\",\"parameterName\":\"textField_llxg3rg6\",\"parameterType\":\"fundamental\",\"id\":\"8677a9dc-62ef-4cee-a405-fc44bf3b00ed\",\"index\":32},{\"concreteType\":\"String\",\"example\":\"textField_llxg3rfs\",\"parameterName\":\"textField_llxg3rfs\",\"parameterType\":\"fundamental\",\"id\":\"95172463-86cd-4f2f-b1aa-e1a29949fe0b\",\"index\":33},{\"concreteType\":\"String\",\"example\":\"textField_lm092de2\",\"parameterName\":\"textField_lm092de2\",\"parameterType\":\"fundamental\",\"id\":\"d19890a3-c9a9-4ebf-8cd6-3e417eec6c8f\",\"index\":34},{\"concreteType\":\"String\",\"example\":\"numberField_llxm\",\"parameterName\":\"numberField_llxmd0\",\"parameterType\":\"fundamental\",\"id\":\"e5e85284-b6de-432f-9d8e-f2cb574c877c\",\"index\":35},{\"concreteType\":\"String\",\"example\":\"numberField_lm092d\",\"parameterName\":\"numberField_lm092de0\",\"parameterType\":\"fundamental\",\"id\":\"9e789fa4-c398-4b45-8ebc-0383017eb55f\",\"index\":36},{\"concreteType\":\"String\",\"example\":\"textField_lm092dc7\",\"parameterName\":\"textField_lm092dc7\",\"parameterType\":\"fundamental\",\"id\":\"a142054f-e5f2-4130-a03f-7309828d0c99\",\"index\":37},{\"concreteType\":\"String\",\"example\":\"numberField_lm092d\",\"parameterName\":\"numberField_lm092ddy\",\"parameterType\":\"fundamental\",\"id\":\"78f163e9-13fe-42d6-a315-ae8b553dab87\",\"index\":38},{\"concreteType\":\"String\",\"example\":\"textField_llxg3rfw\",\"parameterName\":\"textField_llxg3rfw\",\"parameterType\":\"fundamental\",\"id\":\"6db23ecf-29fc-4a72-a3c9-e8f8b255d0f7\",\"index\":39},{\"concreteType\":\"String\",\"example\":\"numberField_lm09\",\"parameterName\":\"numberField_lm092d\",\"parameterType\":\"fundamental\",\"id\":\"cce6a6a0-5a01-45e7-975c-d1670120bf99\",\"index\":40},{\"concreteType\":\"String\",\"example\":\"numberField_lm092d\",\"parameterName\":\"numberField_lm092ddw\",\"parameterType\":\"fundamental\",\"id\":\"b2345800-b03c-46a7-8839-4613b48e3be6\",\"index\":41}],\"index\":30},{\"concreteType\":\"String\",\"example\":\"textareaField_lm092dc6\",\"parameterName\":\"textareaField_lm092dc6\",\"parameterType\":\"fundamental\",\"id\":\"290d26f8-53ec-4d8e-91fd-fe37cc4f4e8d\",\"index\":42}]', '[{\"concreteType\":\"String\",\"example\":\"销售订单同步成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"dae377c9-4fe9-4ba6-9133-87c57bcdb571\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"sendConDocTodd\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"e5308a27-79fa-4090-82d8-1488a2bc0aa6\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"aa44f25e-8363-40a3-a5b3-a2517f827327\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"9cb158f7-583b-4ff7-b846-8135404382d1\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"{\\\"result\\\":\\\"FINST-6D966PA1RKVDZL4XDNNU94D32D0F31FMOK1MLKX\\\"}\",\"parameterName\":\"attribute\",\"parameterType\":\"fundamental\",\"id\":\"a6fc9410-1d17-4573-b2b4-c2594d682266\",\"index\":4},{\"concreteType\":\"String\",\"parameterName\":\"headMsg\",\"parameterType\":\"fundamental\",\"id\":\"86249e7e-23e3-44bf-9a6f-67fb3761ac40\",\"index\":5}]', 65, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-02 13:46:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-02 13:46:34', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2a9ab72bace8439186e0b132f54f3cfe', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_客商档案分配', '速网U8C_客商档案分配', '速网U8C_客商档案分配', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/uapbd/custdoc/assign', '1', '1', '10000', '100', '[{\"id\":\"dc363e97-cf7c-4ea2-b028-b0902b9ca491\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"bb4180e6-1d72-478d-aa6c-45cb0155ebb0\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"7128ade6-f23d-40b8-878c-e1032ac93256\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"cde3a62e-162e-447f-876d-fe471d0ba8a3\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"custbasvo\",\"id\":\"3e9cd9a7-4dd4-4715-b211-68eaf0958fe6\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1004\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"cb392972-9b51-448c-8bac-db087c18d79b\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"custprop\",\"parameterType\":\"fundamental\",\"id\":\"7b6a507a-a9f7-4652-b6f9-9f0f10bf6aca\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"0001F810000000000FE0\",\"parameterName\":\"pk_cubasdoc\",\"parameterType\":\"fundamental\",\"id\":\"34e46618-8c13-4791-88d6-052b95db41cc\",\"index\":3}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"eeca9053-b3c9-4072-a220-9226106440de\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"pk_corp\\\":\\\"1001\\\",\\\"corp_code\\\":\\\"0000\\\",\\\"corp_name\\\":\\\"五一放假\\\",\\\"pk_cubasdoc\\\":\\\"0001ZZ1000000000DWRV\\\",\\\"custprop\\\":\\\"2\\\"}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"f066cf71-21a9-4901-8e62-4b8ebe1cc273\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202107140045\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"93f09a50-e0bf-4744-b6fb-cb0546c96c79\",\"index\":2}]', 71, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 13:45:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 09:11:20', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2ef885e4c7d94ad9b832931adb23b342', '3b12f5e26ab64c408feb5342ad9c9cef', 'BIPV32207组织获取', 'BIPV32207组织获取', '从BIP获取组织数据', '2', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"ea55973c-c7ea-446c-b687-29add9696fa9\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"6f4ce6f0-b5ae-4d05-84ca-2f9e4a1a7257\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"ea49112b-d30a-462c-8d38-ddd70377ccd3\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceGetOrgs\",\"description\":\"获取组织数据\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"d78c8f22-b601-49fd-8425-fbd43260fbf0\",\"index\":0},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"a340eefa-805d-4cfc-89e9-f25c4109fbbc\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"http://10.211.55.12/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"ecbc0731-5635-42b7-be6f-68358168237b\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/suppliermanage/supplier/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"9b905427-2a10-4faa-8439-9ad5bbfc12a6\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"kqcz\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"8e359287-5090-44e7-87a1-e2e6a47e01dc\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr5CIJvvbLOuwmY6FaVSV+9Dy4FN4cSAxFwTZMdeeK51thvq2eeKN7hQI0BasQNEp9tmCuLcIHU1qmwSgnuy9PeJYyi/b7i7i8MlVNmisEeNeXZKaU4ihR04M6p3uzhsyicQW7pq6JtXi1XSiG/2wyxwG1EXf/q82iRLP2oRyOKUlbfNliEqmfgBEAf3Wh0I6+YE4ETl5i2V2Djg+Qz9wZMFz/EbFWHW/FkoPJuez5xj+LSN/namLs/sGdRcL3GVPqrDvJPKxFzWOQAdJCpKATLTaUwv5JAGg5D+Vfdn644ZX5thZ5UM9mZxtirhd5vJERIE79alsaFG3DIWRjNoTyQIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"595ffdaf-a872-4da9-a85e-07ee69a3b86c\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ba1e4ac-0bd4-44d1-b706-aeef10d5ba6c\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"0f992aef-1d26-41d4-a017-ef1ae963d5a3\",\"index\":7},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"176734a9-78d1-490f-91d8-803ce00ee44f\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1WRTS99QWU9L\",\"parameterName\":\"innercode\",\"parameterType\":\"fundamental\",\"id\":\"3ec9b604-544a-4e42-aec7-164d3281f033\",\"index\":9}],\"index\":8}]', '[{\"concreteType\":\"String\",\"example\":\"查询成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"2d963e62-973b-44ed-9120-52d882660a43\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceGetOrgs\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"2a8e6557-9a3f-466d-8f73-e99c59e7d9ec\",\"index\":1},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"attribute\",\"id\":\"487e3ff5-7400-4952-8dfa-002db701da53\",\"children\":[{\"concreteType\":\"String\",\"example\":\"X0142\",\"parameterName\":\"innercode\",\"parameterType\":\"fundamental\",\"id\":\"ab2d1cb8-5680-4594-bacb-7ab9ef61797b\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"武汉杭泰电力有限公司\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"78865f3f-d220-42c0-bd84-10f32e3e329d\",\"index\":4},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"details\",\"id\":\"06207d3b-c249-45bb-a874-1bcaf3955082\",\"children\":[{\"concreteType\":\"String\",\"example\":\"0202\",\"parameterName\":\"bankCode\",\"parameterType\":\"fundamental\",\"id\":\"4a622bbb-b72d-47b0-9542-355d9b8f494c\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"中国农业银行杭州高新支行\",\"parameterName\":\"bankName\",\"parameterType\":\"fundamental\",\"id\":\"84590243-f80e-4092-a234-5e73c88b979b\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"000401040008682\",\"parameterName\":\"accnum\",\"parameterType\":\"fundamental\",\"id\":\"e29d420e-af35-4dbc-8d92-616a6f485f8c\",\"index\":8}],\"index\":5},{\"concreteType\":\"String\",\"example\":\"1001A11000000000PY0X\",\"parameterName\":\"tripartiteId\",\"parameterType\":\"fundamental\",\"id\":\"491c8980-c120-4407-bc81-5007f663db7b\",\"index\":9}],\"index\":2},{\"id\":\"d284fafa-1879-41aa-91c1-734ad0d92fdf\",\"index\":10,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"true\"},{\"id\":\"50f09ab3-b340-4046-8770-b7400fcec1aa\",\"index\":11,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"200\"},{\"id\":\"9ab0a3f0-5df8-4eee-8417-2c0a4e239562\",\"index\":12,\"parameterName\":\"headMsg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"Head信息:[ tl: bipV32207Service as: bipV32207 dj: th\"}]', 68, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 11:33:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 16:24:38', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2fcbf0799b9d4e2998a352355a3455f1', '59f22fc3d803450c9387ac621b5430c2', 'nc202005Token获取', 'nc202005Token获取', 'nc202005Token获取', '2', NULL, '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"9cfceeae-8ae1-4d58-9561-2d470a94a5f6\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"nccV202005Service\",\"sorts\":\"1\"},{\"id\":\"22e4dd0e-01af-48a4-b342-93a7256704c7\",\"index\":1,\"example\":\"thirdInterface\",\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"2\"},{\"id\":\"ebd9d939-39c8-41aa-83be-974185347f13\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceGetToken\",\"sorts\":\"3\"}]', '[]', '1', '[{\"id\":\"f260d1ae-e9a2-4ecf-8a5a-c551d07d5845\",\"index\":0,\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"xlnc\",\"description\":\"APP ID\",\"sorts\":\"1\"},{\"id\":\"845b3272-bfd7-4bd7-866b-9bf6c088ed03\",\"index\":1,\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKnQL0svUX8lNhYBHSo5aeFHGq66fjhZmbSs4e3ydtFGrHUW+wtfWgZap6EjlBQEXhUd5Hx/zp5+Mr5lDz3QCFSbIRyf1jsxbU+5DVrhsoz4RkBPav86hDwGTk74k36f2fwm1oe2zKgZ4Am/eYASsMLIcO7HIvisLZnSf7F2stPQIDAQAB\",\"description\":\"公钥\",\"sorts\":\"2\"},{\"id\":\"abe6c6c0-d68b-4609-8191-2819629b533c\",\"index\":2,\"parameterName\":\"client_secret\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"3\",\"description\":\"对应于第三方应用注册当中的app_secret\",\"example\":\"8e636ee21f17490f8b49\"},{\"id\":\"6b8a4b53-4164-402b-948b-9caa5811dc68\",\"index\":3,\"parameterName\":\"username\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"4\",\"example\":\"yy01\",\"description\":\"ncc用户名\"},{\"id\":\"2d8af6c3-e9f8-48d4-8ba4-2421f1d19a93\",\"index\":4,\"parameterName\":\"pwd\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"5\",\"example\":\"hzya@1314\",\"description\":\"ncc用户密码\"},{\"id\":\"6192f2e7-e982-4e37-bfd3-58e65fc7510f\",\"index\":5,\"parameterName\":\"busi_center\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"6\",\"example\":\"01\",\"description\":\"访问的nccloud系统的账套code\"},{\"id\":\"20815d1b-4471-4bfb-bf2c-44a57d14659b\",\"index\":6,\"parameterName\":\"dsname\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"7\",\"example\":\"ncc\"},{\"id\":\"13f05ef5-9874-4093-9c0e-467bd6bfdf4c\",\"index\":7,\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"8\",\"example\":\"http://192.168.2.237:60000\",\"description\":\"服务器ip:port\"}]', '[{\"concreteType\":\"String\",\"example\":\"获取token成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"c9bfbb8f-fa41-42e9-bd34-3d8145d63a37\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceGetToken\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"9e7d3ebd-d980-44e2-b58e-3cd7c0620e27\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"641a1860-92d4-47f7-98ef-f7032bff33c4\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"31852a59-22b8-4e3b-8420-a0e8e63d150f\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"dfb3606f-c204-420b-a597-4aeb21368d5d\",\"children\":[{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"62219da7-948e-4ad7-8b73-8230589596e0\",\"index\":5},{\"concreteType\":\"Object\",\"parameterName\":\"data\",\"parameterType\":\"complex\",\"id\":\"6d2912d2-8f68-4acc-9440-c88c5667b75a\",\"children\":[{\"concreteType\":\"String\",\"example\":\"b6983cbde6e978fee8a1ffd4befcda28\",\"parameterName\":\"access_token\",\"parameterType\":\"fundamental\",\"id\":\"8bef0aaf-278c-4baf-8eda-c3eec9ed7d0c\",\"index\":7},{\"concreteType\":\"Number\",\"example\":\"1000000\",\"parameterName\":\"expires_in\",\"parameterType\":\"fundamental\",\"id\":\"147dcb77-3d71-4fa5-b6bb-197cd1f0e51d\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"25d8e4045065c41c0056e86921fa379f\",\"parameterName\":\"refresh_token\",\"parameterType\":\"fundamental\",\"id\":\"a30f6d83-9ec7-4e65-a012-60c8bb65e4a1\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"3RE4J3e+RHJGnKCrYGNNctj1jhQj3FIX6zyhX5cA+08=\",\"parameterName\":\"security_key\",\"parameterType\":\"fundamental\",\"id\":\"8623a177-5133-427c-ba27-8ca66a1edfa4\",\"index\":10},{\"concreteType\":\"Number\",\"example\":\"1692067889157\",\"parameterName\":\"ts\",\"parameterType\":\"fundamental\",\"id\":\"2fabee5d-17d8-452c-97c1-a942ebfa3702\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"password\",\"parameterName\":\"grant_type\",\"parameterType\":\"fundamental\",\"id\":\"2d85e215-255d-439e-aa51-8174c8efd629\",\"index\":12}],\"index\":6},{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"ebed77ed-f1bc-4b1b-a289-3ef379d60f21\",\"index\":13}],\"index\":4}]', 32, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-14 16:08:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-18 16:51:29', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('30fc9ac79e7b425ba99b1c5f4bf4a1f4', 'b585ef6f52554ef69d3e1c4c2c10dcba', '附件上传', '附件上传', '附件上传', '1', '4ae38a6163784e278bd7b9c5cb01d243', '1', '[\"2\"]', '1', '60.191.69.250:9977/seeyon/rest/attachment', '1', '1', '10000', '100', '[]', '[{\"id\":\"db876655-b314-463c-a65e-b0b1b39b2ebc\",\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"id\"]},{\"id\":\"c08921bf-3fc9-4a81-8409-10dbac03afc3\",\"index\":1,\"parameterName\":\"applicationCategory\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1\",\"description\":\"固定传1\"},{\"id\":\"de3ce902-6fec-42df-a028-9f27ddee18b9\",\"index\":2,\"parameterName\":\"firstSave\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"true\",\"description\":\"固定传true\"}]', '1', '[{\"id\":\"a6fb6c20-0659-4050-ac6f-1f657924e3a6\",\"index\":0,\"parameterName\":\"file\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"附件\"}]', '[]', 40, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 17:15:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 17:15:11', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('314209434101447fbc7ae397741eabeb', '19fd5110767b46d2853d359a97303bb6', '中台主数据供应商查询', '中台主数据供应商查询', '中台主数据供应商查询', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:8044/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"1153e39f-fc02-4b72-a18d-31c8033e95ae\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"optionService\"},{\"id\":\"d6529fc9-75f6-4dd5-bd10-74eb18444581\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"sys_template\"},{\"id\":\"59482f79-c6b3-4f93-9944-528aa2daa924\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"queryTemplateServiceData\"},{\"id\":\"44ac0f31-5ddc-4e1a-a840-ca113bf94c8d\",\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"],\"required\":true}]', '[]', '1', '[{\"id\":\"93af8963-5550-4dcf-8430-6d8fbb85bd0d\",\"index\":0,\"parameterName\":\"service\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"formmain_0017\"},{\"id\":\"a69eb7a6-b19e-400c-915f-30d72137a744\",\"index\":1,\"parameterName\":\"templateViewType\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"4\"},{\"id\":\"2ba9c2e0-bfad-4619-9eb5-a8f1974a9d2f\",\"index\":2,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"1001AA100000000CFCXU\"}]', '[{\"id\":\"449ef4f6-21f9-4f13-839b-72f3f34663ef\",\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"db0b34ff-4199-4eec-ab93-b80fed39023c\",\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"de038a57-9846-4be8-b856-b1c4783e7ac7\",\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true},{\"id\":\"003f8d02-e64c-4edf-81f7-4a9af13f737d\",\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"0c0458ff-fc87-414d-86d1-5132e4e40a9f\",\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"children\":[{\"id\":\"4dd9e27b-3207-4fd3-8f18-343886a52dc7\",\"index\":5,\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"5000f690-88a9-4d29-b74a-70ba809416a6\",\"index\":6,\"parameterName\":\"field0011\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"4897fd2e-0a3d-4785-b2c7-45b5c376c5ab\",\"index\":7,\"parameterName\":\"field0012\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"003f97aa-56f5-46d0-9e6b-3ac9b2b0d020\",\"index\":8,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"14158701-63af-4480-8b8a-1af722402355\",\"index\":9,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"9fc5d9fe-82e5-437d-82d9-8e5b472eef4b\",\"index\":10,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"9f60ffc2-f86e-4943-bb21-2d3434578ccf\",\"index\":11,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"aa5069f2-df6b-4ef5-bf22-7a3095f0ef74\",\"index\":12,\"parameterName\":\"formson_0004_Detail\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"children\":[{\"id\":\"b9d81e26-2fa1-42a9-a3ba-94ab0b47f0fd\",\"index\":13,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"28d2868b-adcd-4498-a205-a2a9ee0aefee\",\"index\":14,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"eb879f86-2108-4dd8-b9b8-7e800b3265c6\",\"index\":15,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"0d4a6584-d136-4bff-b973-d28a6a64fcfa\",\"index\":16,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"3bfea837-54f0-48d4-b709-cd51d42a9ee2\",\"index\":17,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"4ac71968-f4a8-40f7-9bd2-6fb8e0f2fb5f\",\"index\":18,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"}]},{\"id\":\"c773cf9f-692c-46e4-8039-9f7d0c678c00\",\"index\":19,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"}]}]', 25, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-01 17:03:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-08 11:04:58', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3963dc1f23cf4064a760d9d2be14145c', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_物料(存货)档案分配', '速网U8C_物料(存货)档案分配', '速网U8C_物料(存货)档案分配', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/uapbd/invbasdoc/assign', '1', '1', '10000', '100', '[{\"id\":\"1012f1db-03e2-4293-815e-3242f6c8d0c8\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"2fdb9731-60ac-471d-8f42-967d86f732a1\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"c876e2cf-ba59-4b5d-aca3-b4c9f0435635\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"bf0018ff-a704-4e5d-add8-eb3d467334ea\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"invbasdocvo\",\"id\":\"ed60c394-afa4-4f08-84ff-764f03757939\",\"children\":[{\"concreteType\":\"String\",\"example\":\"B01008A\",\"parameterName\":\"pk_invbasdoc\",\"parameterType\":\"fundamental\",\"id\":\"dd2c3779-497c-4de6-b6e7-1df036bd7040\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"0001\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"cff1518e-275d-4aa5-b9f6-88fd96ebb836\",\"index\":2}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"f1145fcb-e180-45c6-ab4e-ac410eef49c4\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"pk_invbasdoc\\\":\\\"0001211000000000I7GG\\\",\\\"pk_corp\\\":\\\"1001\\\"}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"077fe097-9c9f-4289-8596-3646cad994e7\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202107280092\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"c08e56da-4a14-4ddb-8fb2-5f8ef7f84b6a\",\"index\":2}]', 75, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 16:01:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-27 14:52:23', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('39fb7f1ef0ee4665ad3482775d395a05', 'b585ef6f52554ef69d3e1c4c2c10dcba', '发起流程表单', '发起流程表单', '发起流程表单', '1', '4ae38a6163784e278bd7b9c5cb01d243', '1', '[\"2\"]', '1', '60.191.69.250:9977/seeyon/rest/bpm/process/start', '1', '1', '10000', '100', '[{\"id\":\"81babc7f-b116-4e89-86bd-7b795ba524ea\",\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"id\"]}]', '[]', '1', '[{\"id\":\"ec43054c-db0a-4dce-85af-8888fa605c87\",\"index\":0,\"parameterName\":\"appName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"collaboration\",\"description\":\"固定写collaboration\"},{\"id\":\"3910dc45-491c-406a-9d1f-8012970d33bb\",\"index\":1,\"parameterName\":\"data\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":\"5d62a78b-c3de-4af9-88c3-d7f8160324b1\",\"index\":2,\"parameterName\":\"templateCode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"模版编号\"},{\"id\":\"aa585b9e-194c-4b94-adf9-5e440364a100\",\"index\":3,\"parameterName\":\"draft\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"是否为待发:0:新建-发送;1:新建-保存待发\",\"example\":\"0\"},{\"id\":\"fe690a8e-8266-417d-843d-583a7a658ee2\",\"index\":4,\"parameterName\":\"subject\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"流程标题,未设置取模板设置的标题\"},{\"id\":\"fc6f9545-9f5a-478a-a18a-f67b247fdcbf\",\"index\":5,\"parameterName\":\"data\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"description\":\"表单参数\"}]}]', '[]', 39, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 17:11:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 17:11:40', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4ae38a6163784e278bd7b9c5cb01d243', 'b585ef6f52554ef69d3e1c4c2c10dcba', '获取token(OA)', 'getToken', '获取token', '2', NULL, '1', '[\"1\"]', '1', 'http://60.191.69.250:9977/seeyon/rest/token', '1', '1', '50000', '2', '[]', '[]', '1', '[{\"id\":\"153fa4c9-52a7-4696-9c68-e52e297abb35\",\"index\":0,\"parameterName\":\"userName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"rest\"},{\"id\":\"40a1a752-8b6e-4ee9-92ec-e6a988ba6c0a\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"ef6491d9-8597-4cfd-82fe-9ac93a2f5e0a\"},{\"id\":\"111a4065-41ec-44f8-8d8c-88da6dc078c1\",\"index\":2,\"parameterName\":\"loginName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"hzya\"}]', '[{\"concreteType\":\"Object\",\"parameterName\":\"bindingUser\",\"parameterType\":\"complex\",\"id\":\"ac942d82-908c-4991-898e-357c79a8d5e1\",\"children\":[{\"concreteType\":\"String\",\"example\":\"logging\",\"parameterName\":\"loginState\",\"parameterType\":\"fundamental\",\"id\":\"67333344-8c8b-4b2a-be1a-b253e6ed5f86\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"24B8E9FB1FD52D0D3EACA1FA4FA7CB78\",\"parameterName\":\"sessionId\",\"parameterType\":\"fundamental\",\"id\":\"ac4f2cac-6a45-4161-9a4c-4540b82d6588\",\"index\":2},{\"concreteType\":\"Number\",\"example\":\"4175006528371575000\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"129f5efe-0359-4356-af02-347377fc6b71\",\"index\":3},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"securityKey\",\"parameterType\":\"fundamental\",\"id\":\"d25fc459-d22b-4ae7-a050-d9d40bdc5abb\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"loginName\",\"parameterType\":\"fundamental\",\"id\":\"6b0a0af2-9259-4f01-8360-d8eedb0d185c\",\"index\":5},{\"concreteType\":\"String\",\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"id\":\"17d9318a-38ae-4449-8cc3-08675bb2a72a\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"管理员1\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"95661407-abe0-4664-862a-b710fe37f5f1\",\"index\":7},{\"concreteType\":\"Number\",\"example\":\"670869647114347\",\"parameterName\":\"loginAccount\",\"parameterType\":\"fundamental\",\"id\":\"b91fecf6-bf87-4f96-8024-5a0ff65362e0\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"浙江大洋生物科技集团股份有限公司\",\"parameterName\":\"loginAccountName\",\"parameterType\":\"fundamental\",\"id\":\"4899f0b0-159c-4792-a738-10a499f0d35a\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"大洋生物\",\"parameterName\":\"loginAccountShortName\",\"parameterType\":\"fundamental\",\"id\":\"b6ae5553-9bad-4771-9c2e-c0ace679c0d0\",\"index\":10},{\"concreteType\":\"String\",\"parameterName\":\"province\",\"parameterType\":\"fundamental\",\"id\":\"12e7e8bf-4f8c-4fcf-9700-12d6786543e3\",\"index\":11},{\"concreteType\":\"String\",\"parameterName\":\"city\",\"parameterType\":\"fundamental\",\"id\":\"a98a2687-d74a-4fe4-be45-05dc4a137f1a\",\"index\":12},{\"concreteType\":\"String\",\"parameterName\":\"rectangle\",\"parameterType\":\"fundamental\",\"id\":\"73c6dcf8-0459-4e74-98e4-9dbfcb9a868f\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"nodeIndex\",\"parameterType\":\"fundamental\",\"id\":\"653c749c-ae38-4aea-980f-13ff644fa2a3\",\"index\":14},{\"concreteType\":\"Number\",\"example\":\"-8827797068902282000\",\"parameterName\":\"departmentId\",\"parameterType\":\"fundamental\",\"id\":\"3140032a-e788-4bb3-b778-6297bd524dac\",\"index\":15},{\"concreteType\":\"Number\",\"example\":\"-5590346426431684000\",\"parameterName\":\"levelId\",\"parameterType\":\"fundamental\",\"id\":\"a678f7fd-3e9a-40ad-b3be-58162935d0b9\",\"index\":16},{\"concreteType\":\"Number\",\"example\":\"5648868195563489000\",\"parameterName\":\"postId\",\"parameterType\":\"fundamental\",\"id\":\"f367ef90-4abe-4c29-b3c3-ad7914723b33\",\"index\":17},{\"concreteType\":\"Number\",\"example\":\"670869647114347\",\"parameterName\":\"accountId\",\"parameterType\":\"fundamental\",\"id\":\"03c2ed35-56cd-46d8-9dce-c6dd4e5e5e57\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"192.168.1.251\",\"parameterName\":\"remoteAddr\",\"parameterType\":\"fundamental\",\"id\":\"d3d23cd6-e01d-4791-8df3-bbc043edbf34\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"iphone\",\"parameterName\":\"userAgentFrom\",\"parameterType\":\"fundamental\",\"id\":\"3f638b6b-e1a7-4f5f-87f5-ee3e96579c39\",\"index\":20},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"externalType\",\"parameterType\":\"fundamental\",\"id\":\"4708db04-0a13-4aa1-b814-a7ff2f7e0785\",\"index\":21},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"administrator\",\"parameterType\":\"fundamental\",\"id\":\"70da5efe-f477-4656-9d14-625835480208\",\"index\":22},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"groupAdmin\",\"parameterType\":\"fundamental\",\"id\":\"5b50d533-bf3b-4082-b425-f0ad3b08d5fa\",\"index\":23},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"superAdmin\",\"parameterType\":\"fundamental\",\"id\":\"c07a448b-2ea8-40dd-82d8-46570d4dee55\",\"index\":24},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"systemAdmin\",\"parameterType\":\"fundamental\",\"id\":\"322b0624-460c-4f8f-b3ff-d4151e12ed34\",\"index\":25},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"auditAdmin\",\"parameterType\":\"fundamental\",\"id\":\"67a85352-019b-4f87-ba14-a86a4c870acc\",\"index\":26},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"platformAdmin\",\"parameterType\":\"fundamental\",\"id\":\"d5598b26-2ce3-4894-b20a-fc07ecd33032\",\"index\":27},{\"concreteType\":\"String\",\"example\":\"zh_CN\",\"parameterName\":\"locale\",\"parameterType\":\"fundamental\",\"id\":\"9cd36aa6-6c67-4750-8f8f-261ce25cdf9f\",\"index\":28},{\"concreteType\":\"Number\",\"example\":\"1692155230878\",\"parameterName\":\"loginTimestamp\",\"parameterType\":\"fundamental\",\"id\":\"f9129755-f975-407c-a58c-ff1527d9771e\",\"index\":29},{\"concreteType\":\"String\",\"parameterName\":\"loginLogId\",\"parameterType\":\"fundamental\",\"id\":\"372fdf92-4ccb-4dee-82cf-4f5b79f1d681\",\"index\":30},{\"concreteType\":\"String\",\"example\":\"default\",\"parameterName\":\"skin\",\"parameterType\":\"fundamental\",\"id\":\"d5a77c78-779a-417f-b74e-a7e9805fbe55\",\"index\":31},{\"concreteType\":\"String\",\"parameterName\":\"userSSOFrom\",\"parameterType\":\"fundamental\",\"id\":\"6d239439-3066-422c-bb24-ee1e1dac9a48\",\"index\":32},{\"concreteType\":\"String\",\"parameterName\":\"browser\",\"parameterType\":\"fundamental\",\"id\":\"e19a4fc4-6a71-47f4-82e6-eeebe6216838\",\"index\":33},{\"concreteType\":\"String\",\"example\":\"Asia/Shanghai\",\"parameterName\":\"timeZone\",\"parameterType\":\"fundamental\",\"id\":\"7f5fc438-3e7f-4730-a286-519b88df7bf1\",\"index\":34},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"canSendSMS\",\"parameterType\":\"fundamental\",\"id\":\"0a07e3c0-bc72-419e-9f18-09c1654e62ec\",\"index\":35},{\"concreteType\":\"String\",\"example\":\"-2006348880\",\"parameterName\":\"etagRandom\",\"parameterType\":\"fundamental\",\"id\":\"0513e0f3-7676-4884-844a-68e221cd49fc\",\"index\":36},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"admin\",\"parameterType\":\"fundamental\",\"id\":\"3399d361-038a-4615-9423-c168ddbdf184\",\"index\":37},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"visitor\",\"parameterType\":\"fundamental\",\"id\":\"8b4aba42-35ac-4736-9454-3e3062daca27\",\"index\":38},{\"concreteType\":\"Number\",\"example\":\"2\",\"parameterName\":\"loginSign\",\"parameterType\":\"fundamental\",\"id\":\"bfeacdd6-380f-425d-8876-239ba3041828\",\"index\":39},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"internal\",\"parameterType\":\"fundamental\",\"id\":\"2dcfe2b0-62df-411b-876f-bc42396f0e8f\",\"index\":40},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"guest\",\"parameterType\":\"fundamental\",\"id\":\"f19fe009-a09b-4df7-9814-aba492a29a97\",\"index\":41},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"fromM1\",\"parameterType\":\"fundamental\",\"id\":\"ef614e79-8200-45df-a057-cfc35f873bdb\",\"index\":42},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"screenGuest\",\"parameterType\":\"fundamental\",\"id\":\"3a650622-68a7-44f6-9f0d-46d805470409\",\"index\":43},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"v5Member\",\"parameterType\":\"fundamental\",\"id\":\"5622b6c5-b31f-47b2-95da-29e83c443bf4\",\"index\":44},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"vjoinMember\",\"parameterType\":\"fundamental\",\"id\":\"e10c77f8-64ef-4216-a647-90c7a2565896\",\"index\":45},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"defaultGuest\",\"parameterType\":\"fundamental\",\"id\":\"fa4853c1-f998-44f5-bd12-a987f3909fcc\",\"index\":46},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"v5External\",\"parameterType\":\"fundamental\",\"id\":\"ecaeacdf-14e6-42e2-83f2-95a508e37b7b\",\"index\":47}],\"index\":0},{\"concreteType\":\"String\",\"example\":\"2f01f2d3-67a2-4f6c-a789-7bad254e24b5\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"edb206d7-588b-4739-a23c-a404fa88834c\",\"index\":48}]', 12, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 09:38:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 16:15:43', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4dc776cd42f011eea2cd00ffb4e83624', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207凭证新增接口', 'BipV32207凭证新增接口', 'BipV32207凭证新增接口', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9067/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/gl/voucher/insert\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"id\":\"e7a7b1f2-5f1a-48d9-92a7-1e047675174f\",\"index\":10,\"parameterName\":\"accbookCode\",\"description\":\"核算账簿编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"X0644-0001\"},{\"id\":\"e0838ce2-2477-4986-bd84-9db22bc56d96\",\"index\":11,\"parameterName\":\"prepareddate\",\"description\":\"制单日期,yyyy-MM-dd编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"2023-09-19\"},{\"id\":\"627f5f57-8531-4a84-8dbe-51c8650fa45c\",\"index\":12,\"parameterName\":\"year\",\"description\":\"会计年度\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"2023\"},{\"id\":\"64c975ad-9b41-42ec-810f-1f9cb8450c47\",\"index\":13,\"parameterName\":\"num\",\"description\":\"凭证号\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"2\"},{\"id\":\"61fb54fc-dc1d-4732-864e-59fb444aab38\",\"index\":14,\"parameterName\":\"detail\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"description\":\"分录信息\",\"children\":[{\"id\":\"213ada59-33c5-489b-bbba-fe07a674451e\",\"index\":15,\"parameterName\":\"detailindex\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"分录号\",\"required\":true,\"example\":\"1\"},{\"id\":\"8df424ec-856f-4b1b-9dfe-4e25c7c83c95\",\"index\":16,\"parameterName\":\"explanation\",\"description\":\"摘要\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"测试\"},{\"id\":\"b644ad71-fd71-4d89-90e1-8f9857f092a0\",\"index\":17,\"parameterName\":\"accountCode\",\"description\":\"科目编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"150401\"},{\"id\":\"93863eda-786f-4e23-bbff-b989b261e1ef\",\"index\":18,\"parameterName\":\"currtypeCode\",\"description\":\"币种编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"CNY\"},{\"id\":\"3b5a9aa8-bfcb-4e64-8288-2925ca416312\",\"index\":19,\"parameterName\":\"amount\",\"description\":\"原币金额\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"1000\"},{\"id\":\"1710a53a-f4b2-4639-9c15-5ccd4ac08169\",\"index\":20,\"parameterName\":\"localdebitamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"组织本币借方金额\",\"required\":true,\"example\":\"1000\"},{\"id\":\"55dfd37a-27fb-48b5-8429-1cc18c270004\",\"index\":21,\"parameterName\":\"localcreditamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"组织本币贷方金额\",\"required\":true,\"example\":\"0\"},{\"id\":\"6a9fc1ce-e756-4d31-9a47-09faea532796\",\"index\":22,\"parameterName\":\"groupdebitamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"集团本币借方金额\",\"required\":true,\"example\":\"1000\"},{\"id\":\"8baa47d2-2c52-4904-9f5a-5551a5884dcf\",\"index\":23,\"parameterName\":\"groupcreditamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"集团本币贷方金额\",\"required\":true,\"example\":\"0\"},{\"id\":\"6cf0aa1b-7cbe-4835-b90e-fab31ddaa5ad\",\"index\":24,\"parameterName\":\"globaldebitamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"全局本币借方金额\",\"required\":true,\"example\":\"1000\"},{\"id\":\"0be771cc-612e-4dec-92c5-5dfc6de313d4\",\"index\":25,\"parameterName\":\"globalcreditamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"全局本币贷方金额\",\"required\":true,\"example\":\"0\"},{\"id\":\"f96e35dc-27c7-4804-b468-d392ebd5e33a\",\"index\":26,\"parameterName\":\"busidate\",\"description\":\"业务日期\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"2023-09-19\"},{\"id\":\"1d216608-289d-4ff9-9630-d2b4ecfbcc82\",\"index\":27,\"parameterName\":\"ass\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"description\":\"辅助核算\",\"children\":[{\"id\":\"03e7510a-36bd-4162-be2f-b06c7225b810\",\"index\":28,\"parameterName\":\"checktypecode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"辅助核算类型编码\",\"example\":\"0004\"},{\"id\":\"39ef86bc-0bd7-4a04-9d03-a40ccb9180fa\",\"index\":29,\"parameterName\":\"checkvaluecode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"辅助核算值编码\",\"example\":\"X0015\"}]}],\"required\":true},{\"id\":\"49bb74b6-adb9-4da7-87ab-f6e2a0e01616\",\"index\":30,\"parameterName\":\"period\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"09\",\"required\":true,\"description\":\"期间\"},{\"id\":\"3b8a923f-4c2c-4b7d-9dc9-7cccb6bb2a19\",\"index\":31,\"parameterName\":\"vouchertype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"凭证类别编码\",\"example\":\"01\"},{\"id\":\"c8efaabf-38b1-40dd-8665-774cd0d28b1f\",\"index\":32,\"parameterName\":\"attachment\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"0\",\"required\":true,\"description\":\"附单据数\"},{\"id\":\"79cbbdb9-65a3-468f-bc33-29d528b17d82\",\"index\":33,\"parameterName\":\"prepared\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"zhuc\",\"description\":\"制单人编码\"}],\"index\":9,\"required\":true}]', '[]', 66, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 11:08:16', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4dc776cd42f011eea2cd00ffb4e83625', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207杭泰正式环境凭证新增接口', 'BipV32207杭泰正式环境凭证新增接口', 'BipV32207杭泰正式环境凭证新增接口', '1', 'a0a64273e60b4ccdb245683dfefdade6', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9067/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8088/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/gl/voucher/insert\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"yonyou\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEj3X6VynJmaVHBVU48d5ssVURfF3frgoBqUl4Glwqa3KqtsOgTLb+ZoAcD4hO6Trtqi3TUOMQlvBEUXiSCLTO2uqkDCRuhG796Pu/3r01QvJJQXcA4vQVUxIAxw4zWWZkjCT1Enu54vicbm2V3fK9CXJOq6hu32zq5yQjLKfkXFR372gkbB3o0H4bw6JxvXia66w/9/DTmHV+7ae5CX8zlap1k1x6Cg10Vb+6Gl1raz7P8iqdCxlbtcSQRmowLNYLf4jzSWXc8nFrp6XTumeq5H9kEpGo0qjHibwBVsIh0yjt+gbuSWyISkiniW6XV2T4ejRjahght7zWB1WWsmrwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"id\":\"e7a7b1f2-5f1a-48d9-92a7-1e047675174f\",\"index\":10,\"parameterName\":\"accbookCode\",\"description\":\"核算账簿编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"X0644-0001\"},{\"id\":\"e0838ce2-2477-4986-bd84-9db22bc56d96\",\"index\":11,\"parameterName\":\"prepareddate\",\"description\":\"制单日期,yyyy-MM-dd编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"2023-09-19\"},{\"id\":\"627f5f57-8531-4a84-8dbe-51c8650fa45c\",\"index\":12,\"parameterName\":\"year\",\"description\":\"会计年度\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"2023\"},{\"id\":\"64c975ad-9b41-42ec-810f-1f9cb8450c47\",\"index\":13,\"parameterName\":\"num\",\"description\":\"凭证号\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"2\"},{\"id\":\"61fb54fc-dc1d-4732-864e-59fb444aab38\",\"index\":14,\"parameterName\":\"detail\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"description\":\"分录信息\",\"children\":[{\"id\":\"213ada59-33c5-489b-bbba-fe07a674451e\",\"index\":15,\"parameterName\":\"detailindex\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"分录号\",\"required\":true,\"example\":\"1\"},{\"id\":\"8df424ec-856f-4b1b-9dfe-4e25c7c83c95\",\"index\":16,\"parameterName\":\"explanation\",\"description\":\"摘要\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"测试\"},{\"id\":\"b644ad71-fd71-4d89-90e1-8f9857f092a0\",\"index\":17,\"parameterName\":\"accountCode\",\"description\":\"科目编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"150401\"},{\"id\":\"93863eda-786f-4e23-bbff-b989b261e1ef\",\"index\":18,\"parameterName\":\"currtypeCode\",\"description\":\"币种编码\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"CNY\"},{\"id\":\"3b5a9aa8-bfcb-4e64-8288-2925ca416312\",\"index\":19,\"parameterName\":\"amount\",\"description\":\"原币金额\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"1000\"},{\"id\":\"1710a53a-f4b2-4639-9c15-5ccd4ac08169\",\"index\":20,\"parameterName\":\"localdebitamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"组织本币借方金额\",\"required\":true,\"example\":\"1000\"},{\"id\":\"55dfd37a-27fb-48b5-8429-1cc18c270004\",\"index\":21,\"parameterName\":\"localcreditamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"组织本币贷方金额\",\"required\":true,\"example\":\"0\"},{\"id\":\"6a9fc1ce-e756-4d31-9a47-09faea532796\",\"index\":22,\"parameterName\":\"groupdebitamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"集团本币借方金额\",\"required\":true,\"example\":\"1000\"},{\"id\":\"8baa47d2-2c52-4904-9f5a-5551a5884dcf\",\"index\":23,\"parameterName\":\"groupcreditamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"集团本币贷方金额\",\"required\":true,\"example\":\"0\"},{\"id\":\"6cf0aa1b-7cbe-4835-b90e-fab31ddaa5ad\",\"index\":24,\"parameterName\":\"globaldebitamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"全局本币借方金额\",\"required\":true,\"example\":\"1000\"},{\"id\":\"0be771cc-612e-4dec-92c5-5dfc6de313d4\",\"index\":25,\"parameterName\":\"globalcreditamount\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"全局本币贷方金额\",\"required\":true,\"example\":\"0\"},{\"id\":\"f96e35dc-27c7-4804-b468-d392ebd5e33a\",\"index\":26,\"parameterName\":\"busidate\",\"description\":\"业务日期\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"2023-09-19\"},{\"id\":\"1d216608-289d-4ff9-9630-d2b4ecfbcc82\",\"index\":27,\"parameterName\":\"ass\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"description\":\"辅助核算\",\"children\":[{\"id\":\"03e7510a-36bd-4162-be2f-b06c7225b810\",\"index\":28,\"parameterName\":\"checktypecode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"辅助核算类型编码\",\"example\":\"0004\"},{\"id\":\"39ef86bc-0bd7-4a04-9d03-a40ccb9180fa\",\"index\":29,\"parameterName\":\"checkvaluecode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"辅助核算值编码\",\"example\":\"X0015\"}]}],\"required\":true},{\"id\":\"49bb74b6-adb9-4da7-87ab-f6e2a0e01616\",\"index\":30,\"parameterName\":\"period\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"09\",\"required\":true,\"description\":\"期间\"},{\"id\":\"3b8a923f-4c2c-4b7d-9dc9-7cccb6bb2a19\",\"index\":31,\"parameterName\":\"vouchertype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"凭证类别编码\",\"example\":\"01\"},{\"id\":\"c8efaabf-38b1-40dd-8665-774cd0d28b1f\",\"index\":32,\"parameterName\":\"attachment\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"0\",\"required\":true,\"description\":\"附单据数\"},{\"id\":\"79cbbdb9-65a3-468f-bc33-29d528b17d82\",\"index\":33,\"parameterName\":\"prepared\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"zhuc\",\"description\":\"制单人编码\"}],\"index\":9,\"required\":true}]', '[]', 66, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-08 11:29:48', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4dc776cd42f011eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207收款结算单新增接口', 'BipV32207收款结算单新增接口', 'BipV32207收款结算单新增接口', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/cmp/recbillAdd/addBill\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"id\":\"932255ed-b3ef-4c87-969f-23ead8845e45\",\"index\":10,\"parameterName\":\"head\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"children\":[{\"id\":\"4978e64c-efe8-4d92-aa23-b69a36cb4880\",\"index\":11,\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"组织名称或者编码\",\"example\":\"X0645\"},{\"id\":\"35b4f174-a957-452b-b998-e3b7d644f144\",\"index\":12,\"parameterName\":\"bill_type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"单据类型,默认F4\",\"example\":\"F4\"},{\"id\":\"4aa432b8-7a77-471e-ae7c-ec8fc640a2fc\",\"index\":13,\"parameterName\":\"trade_type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"付款结算类型,默认D4\",\"example\":\"D4\"},{\"id\":\"3df49b05-3556-47d8-9fc2-3dcabd4fb5d3\",\"index\":14,\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"币种名称\",\"example\":\"人民币\"},{\"id\":\"9b4d01d6-acec-4b28-a7c7-313c39942a88\",\"index\":15,\"parameterName\":\"bill_date\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"单据日期\",\"example\":\"2023-08-24 12:05:47\"},{\"id\":\"94e8fad1-cbd4-4e96-8af4-80734b44373a\",\"index\":16,\"parameterName\":\"primal_money\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"收款款原币金额\",\"example\":\"123.23\"},{\"id\":\"54530c0f-7514-499c-99b0-14226e5dfc57\",\"index\":17,\"parameterName\":\"creationtime\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"创建时间\",\"example\":\"2023-08-24 12:05:47\"},{\"id\":\"29dd7e74-88ad-4a47-bd0d-d51c9a428fab\",\"index\":18,\"parameterName\":\"source_flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"来源系统\",\"example\":\"hzya\"},{\"id\":\"42275d53-f743-4107-8a67-1177169f22cd\",\"index\":19,\"parameterName\":\"billmaker_date\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"制单日期\",\"example\":\"2023-08-24 12:05:47\"},{\"id\":\"f493ef0a-9ab4-4abf-8717-c457a0d19b8c\",\"index\":20,\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"集团名称或者code\",\"example\":\"01\"}]},{\"id\":\"7aaadec1-4f57-499f-a6de-00508d704f02\",\"index\":21,\"parameterName\":\"body\",\"required\":true,\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"children\":[{\"id\":\"2457e995-0157-4a5f-9959-ef2f90f5f655\",\"index\":22,\"parameterName\":\"bill_type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"单据类型,默认F4\",\"example\":\"F4\"},{\"id\":\"9462a08a-ba5c-4c5f-94bf-3557a176522a\",\"index\":23,\"parameterName\":\"trade_type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"付款结算类型,默认D4\",\"example\":\"D4\"},{\"id\":\"a36751e3-01c2-41f0-be48-04d9589efe24\",\"index\":24,\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"币种名称\",\"example\":\"人民币\"},{\"id\":\"78db425f-cb4c-461c-ab96-f042bc3b5efc\",\"index\":25,\"parameterName\":\"bill_date\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"单据日期\",\"example\":\"2023-08-24 12:05:47\"},{\"id\":\"f24e2e01-291e-4a34-b45b-b0694965e39b\",\"index\":26,\"parameterName\":\"rec_primal\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"收款原币金额\",\"example\":\"123.23\"},{\"id\":\"4092e97b-cacf-4779-a809-1f6959b70688\",\"index\":27,\"parameterName\":\"creationtime\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"创建时间\",\"example\":\"2023-08-24 12:05:47\"},{\"id\":\"4d616b9c-37d9-4407-8576-e642fb6b5a9c\",\"index\":28,\"parameterName\":\"direction\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"方向:1=收\",\"example\":\"1\"},{\"id\":\"4c0e1bb7-24b1-4af9-a7c5-6f80c8de8cd7\",\"index\":29,\"parameterName\":\"objecttype\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"交易类型:0=客户;1=供应商;2=部门;3=人员;4=散户\",\"example\":\"0\"},{\"id\":\"0f601924-e6c5-4d9c-b57e-915056dad09a\",\"index\":30,\"parameterName\":\"pk_account\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"收款银行账户编码或者名称\",\"example\":\"11212312112\"},{\"id\":\"7af99b6f-3e7d-41ff-87a0-9e3ddcf3333f\",\"index\":31,\"parameterName\":\"pk_customer\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"客户名称或者编码\",\"example\":\"hzya003\"},{\"id\":\"82550fb5-e1d4-4c4c-aff4-513d649946ed\",\"index\":32,\"parameterName\":\"pk_oppaccount\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"对方银行账号的编码:这里指的是收款结算单的付款银行账号\",\"example\":\"54232342\"}]}],\"index\":9,\"required\":true}]', '[]', 55, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-25 11:44:00', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4f2c06e859d5479c8271fb11455b08e3', '3d205f45e1844942991f65e0c96e19c5', '测试第三方推送数组', '测试第三方推送数组', '测试第三方推送数组', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/testOption', '1', '1', '10000', '100', '[{\"id\":\"068077cf-1563-47c1-9d71-8eb15b2f1f12\",\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"]},{\"id\":\"f21797e1-0094-44b4-8c16-758ff60e5ef9\",\"index\":1,\"parameterName\":\"ID\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1\"}]', '[{\"id\":\"7971d917-d525-417a-9076-09e6bed3a793\",\"index\":0,\"parameterName\":\"asd\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1123\"},{\"id\":\"37c6e3f1-0b1f-48f6-864d-f4c02ac64875\",\"index\":1,\"parameterName\":\"id\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"userInfo\",\"id\"]}]', '1', '[{\"id\":\"c0d13b2b-13ac-41b1-b95a-805bb9b30f45\",\"index\":0,\"parameterName\":\"info\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"children\":[{\"id\":\"e426657e-e461-4030-aa50-da9a0d0d4985\",\"index\":1,\"parameterName\":\"ID\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"123\"},{\"id\":\"4b60c713-ae7a-41c6-9150-1ffef3971df6\",\"index\":2,\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"parameterName\":\"user\",\"children\":[{\"id\":\"014e1756-08fe-4cfa-b3c0-609cc3c77975\",\"index\":3,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"张三\"}]},{\"id\":\"61c6b134-867e-48b2-ae60-91899a04e501\",\"index\":4,\"parameterType\":\"fundamentallist\",\"parameterName\":\"citys\",\"concreteType\":\"String\",\"example\":\"杭州\"},{\"id\":\"4b285c2e-0a26-44fc-a0ad-daeb1d95e544\",\"index\":5,\"parameterType\":\"complexlist\",\"parameterName\":\"phones\",\"concreteType\":\"ObjectCom\",\"children\":[{\"id\":\"7f03cbc0-982d-4dd2-97da-89811817fe52\",\"index\":6,\"parameterName\":\"tel\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"137578897687\"}]}]}]', '[]', 64, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 10:46:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 17:09:07', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5053699a3e6e46a6b3554aae212f4988', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_库存其他入库保存即签字', '速网U8C_库存其他入库保存即签字', '速网U8C_库存其他入库保存即签字', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/ic/otherin/save/sign', '1', '1', '10000', '100', '[{\"id\":\"f784e604-517c-4e74-b361-719c05cbed82\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"tbadmin\",\"required\":true},{\"id\":\"4fa84930-ce02-4f93-8a9c-b5868ee401b5\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"c4ca4238a0b923820dcc509a6f75849b\",\"required\":true},{\"id\":\"89322f9f-f6d6-412f-9ad7-9ee0f2f44e13\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"7a0f2001-ab96-435e-ab80-93830903955b\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"GeneralBillVO_4A\",\"id\":\"35fed79f-f9df-4827-b464-543b0b98a829\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"childrenvo\",\"id\":\"b2649555-412e-4f9d-b2af-cfc28b03a89c\",\"children\":[{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"bonroadflag\",\"parameterType\":\"fundamental\",\"id\":\"d4eb01b7-64f2-44e1-bfa3-49fd323c7b7f\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJFH\",\"parameterName\":\"cinventoryid\",\"parameterType\":\"fundamental\",\"id\":\"4f925072-76e8-48e9-873d-f292735e9db6\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"2023-10-07\",\"parameterName\":\"dbizdate\",\"parameterType\":\"fundamental\",\"id\":\"9a728d48-b41e-45e9-bfed-219e82c2e957\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"flargess\",\"parameterType\":\"fundamental\",\"id\":\"e36bc4c6-c19f-4425-a2ac-b5436abaf0cf\",\"index\":5},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"locator\",\"id\":\"bf05ebb5-2bea-46b0-972f-61463bf79931\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1007F81000000000I19T\",\"parameterName\":\"cspaceid\",\"parameterType\":\"fundamental\",\"id\":\"d5d5b7f0-94b7-4554-94cc-7c08a51b67b2\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"ninspacenum\",\"parameterType\":\"fundamental\",\"id\":\"a3122af5-0ca2-4916-81d3-f3ed1bd2c50d\",\"index\":8}],\"index\":6},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"ninnum\",\"parameterType\":\"fundamental\",\"id\":\"7cd728ef-1fcf-456d-86dd-557393674282\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"nshouldinnum\",\"parameterType\":\"fundamental\",\"id\":\"83bd239f-46d0-41da-8784-83cae7cd82a3\",\"index\":10}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"3996c68c-351d-4ed4-a7b9-ec2c466edd5b\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0YI\",\"parameterName\":\"cbizid\",\"parameterType\":\"fundamental\",\"id\":\"ca1780b7-9c63-4a51-8b3c-449a98bcfe53\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJDM\",\"parameterName\":\"cbiztype\",\"parameterType\":\"fundamental\",\"id\":\"91e3d087-3b27-42c5-964a-2b2aec16a2ec\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJRD\",\"parameterName\":\"ccustomerid\",\"parameterType\":\"fundamental\",\"id\":\"ae678e81-c674-4ecf-ac15-f6f1d3e540c8\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGZ1\",\"parameterName\":\"coperatorid\",\"parameterType\":\"fundamental\",\"id\":\"296986d6-827d-42ad-91f7-ca81cbe8087f\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0Z7\",\"parameterName\":\"cotherwhid\",\"parameterType\":\"fundamental\",\"id\":\"a781b730-25b9-4a81-a4b2-c726dff7c7eb\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0Z7\",\"parameterName\":\"cwarehouseid\",\"parameterType\":\"fundamental\",\"id\":\"637f22c5-8c0e-4f4e-b605-cb4be8c72a03\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"2023-10-07\",\"parameterName\":\"dauditdate\",\"parameterType\":\"fundamental\",\"id\":\"c02e6ce7-054b-41b5-80da-e4074ef132f0\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"2023-10-07\",\"parameterName\":\"dbilldate\",\"parameterType\":\"fundamental\",\"id\":\"2c3a523b-93f8-453f-84b6-c2a88657e6d9\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0YF\",\"parameterName\":\"pk_calbody\",\"parameterType\":\"fundamental\",\"id\":\"ea0be77d-f7e2-471a-ab97-467da2abac08\",\"index\":20},{\"concreteType\":\"String\",\"example\":\"1007\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"43a104c1-8aab-4716-b380-998430b4b99e\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"ceshi004\",\"parameterName\":\"vbillcode\",\"parameterType\":\"fundamental\",\"id\":\"fff86528-05b9-43e4-b7a4-cb0c5baca026\",\"index\":22}],\"index\":11}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"7b57e2bb-dd0b-4770-a0ab-9403ec61747c\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"cbizid\\\":\\\"1007F81000000000I0YI\\\",\\\"employee_code\\\":\\\"666\\\",\\\"employee_name\\\":\\\"测试小明\\\",\\\"cbiztype\\\":\\\"0001F81000000000HJDM\\\",\\\"biztype_code\\\":\\\"ce01\\\",\\\"biztype_name\\\":\\\"普通采购流程(测试)\\\",\\\"ccustomerid\\\":\\\"0001F81000000000HJRD\\\",\\\"customer_code\\\":\\\"20170808001\\\",\\\"customer_name\\\":\\\"测试供应商\\\",\\\"cdptid\\\":\\\"1007F81000000000I0Y1\\\",\\\"dept_code\\\":\\\"666\\\",\\\"dept_name\\\":\\\"测试采购\\\",\\\"coperatorid\\\":\\\"0001F81000000000HGZ1\\\",\\\"operator_code\\\":\\\"13846319397\\\",\\\"operator_name\\\":\\\"孙玉\\\",\\\"cotherwhid\\\":\\\"1007F81000000000I0Z7\\\",\\\"otherwhid_code\\\":\\\"suwang3-test3\\\",\\\"otherwhid_name\\\":\\\"测试采购仓库\\\",\\\"cwarehouseid\\\":\\\"1007F81000000000I0Z7\\\",\\\"warehouseid_code\\\":\\\"suwang3-test3\\\",\\\"warehouseid_name\\\":\\\"测试采购仓库\\\",\\\"pk_calbody\\\":\\\"1007F81000000000I0YF\\\",\\\"calbody_code\\\":\\\"suwang3-test3\\\",\\\"calbody_name\\\":\\\"测试采购库存组织\\\",\\\"pk_corp\\\":\\\"1007\\\",\\\"corp_code\\\":\\\"001\\\",\\\"corp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"bsalecooppur\\\":false,\\\"bassetcard\\\":false,\\\"clastmodiid\\\":\\\"0001F81000000000HGZ1\\\",\\\"lastmodi_code\\\":\\\"13846319397\\\",\\\"lastmodi_name\\\":\\\"孙玉\\\",\\\"cregister\\\":\\\"0001F81000000000HGZ1\\\",\\\"register_code\\\":\\\"13846319397\\\",\\\"register_name\\\":\\\"孙玉\\\",\\\"daccountdate\\\":\\\"2023-10-07\\\",\\\"fbillflag\\\":\\\"3\\\",\\\"taccounttime\\\":\\\"2023-10-07 11:21:55\\\",\\\"tlastmoditime\\\":\\\"2023-10-07 11:21:54\\\",\\\"tmaketime\\\":\\\"2023-10-07 00:00:00\\\",\\\"ts\\\":\\\"2023-10-07 11:21:55\\\",\\\"bdirecttranflag\\\":false,\\\"cbilltypecode\\\":\\\"4A\\\",\\\"vbillcode\\\":\\\"ceshi001\\\",\\\"dbilldate\\\":\\\"2023-10-07\\\"},\\\"childrenvo\\\":[{\\\"cinventoryid\\\":\\\"0001F81000000000HJFH\\\",\\\"inventory_code\\\":\\\"A003-1\\\",\\\"inventory_name\\\":\\\"测试A003-1\\\",\\\"ninnum\\\":1,\\\"pk_measdoc\\\":\\\"0001F81000000000HJ8M\\\",\\\"measdoc _code\\\":\\\"01\\\",\\\"measdoc _name\\\":\\\"个\\\",\\\"bonroadflag\\\":false,\\\"flargess\\\":false,\\\"nshouldinnum\\\":1,\\\"dbizdate\\\":\\\"2023-10-07\\\",\\\"btou8rm\\\":false,\\\"breturnprofit\\\":false,\\\"bsafeprice\\\":false,\\\"bsourcelargess\\\":false,\\\"bsupplyflag\\\":false,\\\"cbodybilltypecode\\\":\\\"4A\\\",\\\"cbodywarehouseid\\\":\\\"1007F81000000000I0Z7\\\",\\\"bodywarehouse_code\\\":\\\"suwang3-test3\\\",\\\"bodywarehouse_name\\\":\\\"测试采购仓库\\\",\\\"ts\\\":\\\"2023-10-07 11:21:55\\\",\\\"fassertcardflag\\\":false,\\\"pk_bodycalbody\\\":\\\"1007F81000000000I0YF\\\",\\\"bodycalbody_code\\\":\\\"suwang3-test3\\\",\\\"bodycalbody_name\\\":\\\"测试采购库存组织\\\",\\\"bbarcodeclose\\\":false}]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"4b5b8a57-7220-4396-9ce0-65afbd77b951\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202310070034\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"5ce8cf13-b3ea-4e12-9181-4a78c53edfa5\",\"index\":2}]', 78, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 11:27:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 11:42:31', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('52af5d5a816941c8bff274260f829b17', '19fd5110767b46d2853d359a97303bb6', '中台测试对照数据(借方)', '中台测试对照数据(借方)', '中台测试对照数据(借方)', '1', '97cad2e8bfc048c2825b3d00bbbd5672', '1', '[\"2\"]', '1', '192.168.2.78:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"081b9e9e-2165-4ab8-9f8d-202aa040e3da\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sysContrastTaskService\"},{\"id\":\"1e8b33e0-8519-47f0-a39f-5b4d631e0dd2\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_contrast_task\"},{\"id\":\"4976c5cd-ee11-42c5-8e0e-d62925de053c\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"controlData\"},{\"id\":\"18f61096-ba8a-431e-8d06-fa106b0349ba\",\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"]}]', '[]', '1', '[{\"id\":\"948fa532-54a2-42ce-a15b-549af1ed480e\",\"index\":0,\"parameterName\":\"types\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"example\":\"1\",\"required\":true},{\"id\":\"2418370a-59c0-413d-a9d1-abe6436c6574\",\"index\":1,\"parameterName\":\"control\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"customer\"}]', '[{\"concreteType\":\"String\",\"example\":\"查询应用不存在\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"c807266b-7cf1-4e78-9dbe-11042155191e\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"queryApp\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"c38bd3ad-bec1-43b1-af59-ceb88bbf76bb\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"8666bc30-e54d-4fdd-8d31-6aacdf058b57\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"500\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"816618ba-95d2-45b4-8e17-3d15b79319b4\",\"index\":3},{\"concreteType\":\"String\",\"parameterName\":\"attribute\",\"parameterType\":\"fundamental\",\"id\":\"bdd2ea1f-7f19-4461-a38f-6e9d2e3ce576\",\"index\":4}]', 29, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-10 15:31:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-10 16:09:21', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('52af5d5a816941c8bff274260f829b18', '19fd5110767b46d2853d359a97303bb6', '中台测试对照数据(贷方)', '中台测试对照数据(贷方)', '中台测试对照数据(贷方)', '1', '97cad2e8bfc048c2825b3d00bbbd5672', '1', '[\"2\"]', '1', '192.168.2.78:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"081b9e9e-2165-4ab8-9f8d-202aa040e3da\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sysContrastTaskService\"},{\"id\":\"1e8b33e0-8519-47f0-a39f-5b4d631e0dd2\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_contrast_task\"},{\"id\":\"4976c5cd-ee11-42c5-8e0e-d62925de053c\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"controlData\"},{\"id\":\"18f61096-ba8a-431e-8d06-fa106b0349ba\",\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"]}]', '[]', '1', '[{\"id\":\"948fa532-54a2-42ce-a15b-549af1ed480e\",\"index\":0,\"parameterName\":\"types\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"example\":\"2\",\"required\":true},{\"id\":\"2418370a-59c0-413d-a9d1-abe6436c6574\",\"index\":1,\"parameterName\":\"control\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"customer\"}]', '[{\"concreteType\":\"String\",\"example\":\"查询应用不存在\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"c807266b-7cf1-4e78-9dbe-11042155191e\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"queryApp\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"c38bd3ad-bec1-43b1-af59-ceb88bbf76bb\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"8666bc30-e54d-4fdd-8d31-6aacdf058b57\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"500\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"816618ba-95d2-45b4-8e17-3d15b79319b4\",\"index\":3},{\"concreteType\":\"String\",\"parameterName\":\"attribute\",\"parameterType\":\"fundamental\",\"id\":\"bdd2ea1f-7f19-4461-a38f-6e9d2e3ce576\",\"index\":4}]', 30, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-10 15:31:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-10 16:09:41', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('581c01e0bec44afd9401219cb2250997', 'e3ad64d5104e47fcaf8f261d8d730e35', '获取OA合同档案信息', '获取OA合同档案信息', '获取OA合同档案信息', '2', NULL, '1', '[\"2\"]', '1', '192.168.2.85:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"9e619225-619e-4274-a20b-cda8df0ebbb7\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"seeYonInterFace\"},{\"id\":\"f3013a40-9b99-45c5-9fc4-8959a50649b4\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"seeYonInterFace\"},{\"id\":\"1af8aa4b-8915-4fc6-87be-f9ee0b46876a\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"thirdInterfacegetOADataByType\"}]', '[]', '1', '[]', '[{\"concreteType\":\"String\",\"example\":\"数据获取成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"4a05aa59-7316-4d64-888a-97698c5874d7\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfacegetOADataByType\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"b46c83f8-188c-4a7c-9306-0eab7053ea56\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"e70e2582-e8ee-4ed5-a788-c6c7622c0925\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"259750d3-4478-4378-8bbe-0bc90116cc70\",\"index\":3},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"attribute\",\"id\":\"dd036443-273d-4879-8928-76f71db07e00\",\"children\":[{\"concreteType\":\"String\",\"example\":\"3934790993865231912\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"fcf41370-9294-4360-bc17-c7eb07bf27a9\",\"index\":5},{\"concreteType\":\"String\",\"parameterName\":\"create_user_id\",\"parameterType\":\"fundamental\",\"id\":\"e8991410-139c-493c-bb61-0e0f40d4b4d2\",\"index\":6},{\"concreteType\":\"String\",\"parameterName\":\"subUserIdList\",\"parameterType\":\"fundamental\",\"id\":\"d6cc6111-9f30-4a97-ae58-cd65bf2257f6\",\"index\":7},{\"concreteType\":\"String\",\"parameterName\":\"create_time\",\"parameterType\":\"fundamental\",\"id\":\"a865931d-4020-46eb-9b74-092c82cbb4b1\",\"index\":8},{\"concreteType\":\"String\",\"parameterName\":\"modify_time\",\"parameterType\":\"fundamental\",\"id\":\"4fd5898a-1bf6-4432-92a3-692d3af61aac\",\"index\":9},{\"concreteType\":\"String\",\"parameterName\":\"modify_user_id\",\"parameterType\":\"fundamental\",\"id\":\"75fef0a6-181c-40cc-8948-974e8edc65e9\",\"index\":10},{\"concreteType\":\"String\",\"parameterName\":\"createUserName\",\"parameterType\":\"fundamental\",\"id\":\"af2506d5-bf4e-4187-8676-359b6235c2f3\",\"index\":11},{\"concreteType\":\"String\",\"parameterName\":\"org_id\",\"parameterType\":\"fundamental\",\"id\":\"09e10e2f-afe6-45de-94b8-9edd206deb8d\",\"index\":12},{\"concreteType\":\"String\",\"parameterName\":\"company_org_id\",\"parameterType\":\"fundamental\",\"id\":\"d91d42b8-0542-4987-8b38-f120ab7918f9\",\"index\":13},{\"concreteType\":\"String\",\"parameterName\":\"sts\",\"parameterType\":\"fundamental\",\"id\":\"01e91e94-3cf7-4125-885f-2110b7852059\",\"index\":14},{\"concreteType\":\"String\",\"parameterName\":\"start\",\"parameterType\":\"fundamental\",\"id\":\"0e8e0cb0-ca0d-400b-a34d-83de2046f5b8\",\"index\":15},{\"concreteType\":\"String\",\"parameterName\":\"limit\",\"parameterType\":\"fundamental\",\"id\":\"634aee3c-0909-4401-b152-c744769c5f3e\",\"index\":16},{\"concreteType\":\"String\",\"parameterName\":\"offset\",\"parameterType\":\"fundamental\",\"id\":\"a7b27a48-fe2a-4ecb-aca3-11ffdec6d144\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"sort\",\"parameterType\":\"fundamental\",\"id\":\"b7deabbd-9407-43ab-9c62-6e3e060c3009\",\"index\":18},{\"concreteType\":\"String\",\"parameterName\":\"order\",\"parameterType\":\"fundamental\",\"id\":\"dc840e16-9777-4728-833a-552a09bfab24\",\"index\":19},{\"concreteType\":\"String\",\"parameterName\":\"dir\",\"parameterType\":\"fundamental\",\"id\":\"87a0e8ea-45d7-4e0b-a5e0-8cfb8dc4386a\",\"index\":20},{\"concreteType\":\"String\",\"parameterName\":\"rows\",\"parameterType\":\"fundamental\",\"id\":\"fd38d67b-31b5-427b-adc5-002c03a593d9\",\"index\":21},{\"concreteType\":\"String\",\"parameterName\":\"page\",\"parameterType\":\"fundamental\",\"id\":\"104b2e81-fafc-44a1-8e63-d567f64066e6\",\"index\":22},{\"concreteType\":\"String\",\"parameterName\":\"acc_name\",\"parameterType\":\"fundamental\",\"id\":\"ca5ce828-a086-4ca2-bb6b-94b6e7491a62\",\"index\":23},{\"concreteType\":\"String\",\"parameterName\":\"dialect_type\",\"parameterType\":\"fundamental\",\"id\":\"69a7dfd9-82bb-4bb3-804e-2c2dba8717ba\",\"index\":24},{\"concreteType\":\"String\",\"parameterName\":\"pageNum\",\"parameterType\":\"fundamental\",\"id\":\"994a99c8-1177-4d33-91af-a04b19ed326f\",\"index\":25},{\"concreteType\":\"String\",\"parameterName\":\"pageSize\",\"parameterType\":\"fundamental\",\"id\":\"311dd5d2-4a5c-4fe7-9776-070598220ee1\",\"index\":26},{\"concreteType\":\"String\",\"parameterName\":\"dataSourceCode\",\"parameterType\":\"fundamental\",\"id\":\"8ffb56e2-5049-4765-8d23-dc239dc70e35\",\"index\":27},{\"concreteType\":\"String\",\"parameterName\":\"field0026\",\"parameterType\":\"fundamental\",\"id\":\"a11bba43-4148-498e-9949-d1b21e64d778\",\"index\":28},{\"concreteType\":\"String\",\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"id\":\"2338904c-8dea-4776-baf5-0179f8a9f128\",\"index\":29},{\"concreteType\":\"String\",\"example\":\"00001\",\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"id\":\"f1c1c3ad-f9c1-45f6-a73e-77f72db3ab8f\",\"index\":30},{\"concreteType\":\"String\",\"example\":\"2023-08-30 00:00:00.0\",\"parameterName\":\"field0016\",\"parameterType\":\"fundamental\",\"id\":\"69880d0a-e2e7-41a3-8e3e-7077b8c2ac07\",\"index\":31},{\"concreteType\":\"String\",\"example\":\"测试合同\",\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"id\":\"09d4c9ae-8955-432a-9938-ec38d0e6ab4f\",\"index\":32},{\"concreteType\":\"String\",\"example\":\"测试公司\",\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"id\":\"4b500b64-fd67-4092-b03c-68707f28a991\",\"index\":33},{\"concreteType\":\"String\",\"example\":\"测试供应商\",\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"id\":\"338b552e-f57f-491b-8d11-d8b5a8fe77f6\",\"index\":34},{\"concreteType\":\"String\",\"example\":\"8351334324233978010\",\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"id\":\"c250539a-fb04-44a6-8418-7f85870f1f51\",\"index\":35},{\"concreteType\":\"String\",\"parameterName\":\"field0015\",\"parameterType\":\"fundamental\",\"id\":\"85173444-1ab8-4405-b8dd-bde8a006a711\",\"index\":36},{\"concreteType\":\"String\",\"example\":\"2023-08-30 00:00:00.0\",\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"id\":\"56ce32c2-fce6-4202-99fe-81b91ef54b2e\",\"index\":37},{\"concreteType\":\"String\",\"example\":\"2023-08-31 00:00:00.0\",\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"id\":\"1a8f2a27-0b3d-4104-bfb0-9942c14c5d3c\",\"index\":38},{\"concreteType\":\"String\",\"example\":\"-8073674727882144390\",\"parameterName\":\"field0012\",\"parameterType\":\"fundamental\",\"id\":\"1bc38ed4-d195-4c6f-9bce-3a2a00694e12\",\"index\":39},{\"concreteType\":\"String\",\"parameterName\":\"field0013\",\"parameterType\":\"fundamental\",\"id\":\"9cec35e4-7d31-48dd-9f09-5100fbb1cc0d\",\"index\":40},{\"concreteType\":\"String\",\"parameterName\":\"field0027\",\"parameterType\":\"fundamental\",\"id\":\"8c5151f1-5677-450e-9415-9afe8d943dbb\",\"index\":41},{\"concreteType\":\"String\",\"example\":\"测试项目\",\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"id\":\"e0268a12-8aa9-4707-ae4b-b59da72c8b30\",\"index\":42},{\"concreteType\":\"String\",\"parameterName\":\"field0032\",\"parameterType\":\"fundamental\",\"id\":\"bb3e7630-7dbd-404c-a910-5fa75b54b5d2\",\"index\":43},{\"concreteType\":\"String\",\"parameterName\":\"field0033\",\"parameterType\":\"fundamental\",\"id\":\"fa0d5510-9604-4be8-b647-98d2c1193f4d\",\"index\":44},{\"concreteType\":\"String\",\"example\":\"1988587434506339302\",\"parameterName\":\"field0034\",\"parameterType\":\"fundamental\",\"id\":\"db0a59a8-8716-43b1-91d8-677fb7285d60\",\"index\":45},{\"concreteType\":\"String\",\"example\":\"7023805444901782716\",\"parameterName\":\"field0035\",\"parameterType\":\"fundamental\",\"id\":\"860118ed-15a2-45aa-8039-3ea5528c6c1a\",\"index\":46},{\"concreteType\":\"String\",\"parameterName\":\"field0038\",\"parameterType\":\"fundamental\",\"id\":\"ff189a0b-5c13-419a-ba15-27aec50c22c0\",\"index\":47},{\"concreteType\":\"String\",\"parameterName\":\"field0039\",\"parameterType\":\"fundamental\",\"id\":\"80b4f411-bca5-4f9c-b36f-9651031f21b3\",\"index\":48},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"field0044\",\"parameterType\":\"fundamental\",\"id\":\"4472b9cb-3b7a-4d58-8b9f-c072b199b7f9\",\"index\":49},{\"concreteType\":\"String\",\"example\":\"-5024002117726027593\",\"parameterName\":\"field0047\",\"parameterType\":\"fundamental\",\"id\":\"62394e9f-a1e7-4847-834f-2cb02f42767f\",\"index\":50},{\"concreteType\":\"String\",\"example\":\"111\",\"parameterName\":\"field0048\",\"parameterType\":\"fundamental\",\"id\":\"989c95b9-bea7-4ce9-8f81-a0742a04b5c5\",\"index\":51},{\"concreteType\":\"String\",\"example\":\"-8073674727882144390\",\"parameterName\":\"field0049\",\"parameterType\":\"fundamental\",\"id\":\"41263782-d561-407c-8ae3-480b735f5c42\",\"index\":52},{\"concreteType\":\"String\",\"example\":\"-6698829233380899499\",\"parameterName\":\"field0050\",\"parameterType\":\"fundamental\",\"id\":\"d6491f9c-888b-4677-a3e5-b6d6f9f13d90\",\"index\":53},{\"concreteType\":\"String\",\"example\":\"9.00\",\"parameterName\":\"field0054\",\"parameterType\":\"fundamental\",\"id\":\"69095315-ba48-4e07-ae7b-4f7d4b0f0b85\",\"index\":54},{\"concreteType\":\"String\",\"example\":\"10.00\",\"parameterName\":\"field0055\",\"parameterType\":\"fundamental\",\"id\":\"62080921-7bf8-4d93-b735-abbc440a10f2\",\"index\":55},{\"concreteType\":\"String\",\"example\":\"1.00\",\"parameterName\":\"field0056\",\"parameterType\":\"fundamental\",\"id\":\"ebe6b233-9e61-4e65-a226-95f113ae2ffe\",\"index\":56},{\"concreteType\":\"String\",\"example\":\"10.00\",\"parameterName\":\"field0057\",\"parameterType\":\"fundamental\",\"id\":\"b0ddb21c-c8b4-4941-9f79-2cb4c147e5c7\",\"index\":57},{\"concreteType\":\"String\",\"parameterName\":\"field0017\",\"parameterType\":\"fundamental\",\"id\":\"424b724a-0fd2-41e0-be42-5b7c8bad8210\",\"index\":58},{\"concreteType\":\"String\",\"parameterName\":\"field0018\",\"parameterType\":\"fundamental\",\"id\":\"69b2c2a5-8e1a-4ce8-9881-7e08b8545708\",\"index\":59},{\"concreteType\":\"String\",\"parameterName\":\"field0019\",\"parameterType\":\"fundamental\",\"id\":\"b3c3defb-aa63-4fbf-bc81-a832134a7a7f\",\"index\":60},{\"concreteType\":\"String\",\"parameterName\":\"field0021\",\"parameterType\":\"fundamental\",\"id\":\"8eea48d6-78cc-46b6-a3fb-4bf170c1cb75\",\"index\":61},{\"concreteType\":\"String\",\"parameterName\":\"field0022\",\"parameterType\":\"fundamental\",\"id\":\"6b77a63b-1dea-4ab5-acde-b4a801f067d7\",\"index\":62},{\"concreteType\":\"String\",\"parameterName\":\"field0023\",\"parameterType\":\"fundamental\",\"id\":\"5ae7e8dd-6bba-419a-b2c5-602d3c08e81d\",\"index\":63},{\"concreteType\":\"String\",\"parameterName\":\"field0024\",\"parameterType\":\"fundamental\",\"id\":\"cd0fbf60-df71-4c9d-84c5-0605fbf05478\",\"index\":64},{\"concreteType\":\"String\",\"parameterName\":\"field0025\",\"parameterType\":\"fundamental\",\"id\":\"8a0fa87c-3f70-403f-a107-3c9bfdb474d8\",\"index\":65},{\"concreteType\":\"String\",\"parameterName\":\"field0036\",\"parameterType\":\"fundamental\",\"id\":\"2f6d3ea9-e187-4a13-915f-6808cbe7cc69\",\"index\":66},{\"concreteType\":\"String\",\"parameterName\":\"field0037\",\"parameterType\":\"fundamental\",\"id\":\"187fd077-f78d-47b6-ac12-9c10da105e03\",\"index\":67},{\"concreteType\":\"String\",\"parameterName\":\"field0040\",\"parameterType\":\"fundamental\",\"id\":\"f7ef2a56-85d7-485d-b4e1-afee98ef24a8\",\"index\":68},{\"concreteType\":\"String\",\"parameterName\":\"field0041\",\"parameterType\":\"fundamental\",\"id\":\"8b7fa400-4235-4b17-a428-c48c9e7ae397\",\"index\":69},{\"concreteType\":\"String\",\"parameterName\":\"field0042\",\"parameterType\":\"fundamental\",\"id\":\"42f7d8dc-1689-4b51-9c6f-089ee742afc2\",\"index\":70},{\"concreteType\":\"String\",\"parameterName\":\"field0051\",\"parameterType\":\"fundamental\",\"id\":\"fe5098f8-665c-4ea2-a6f9-f26e777a9564\",\"index\":71},{\"concreteType\":\"String\",\"parameterName\":\"field0052\",\"parameterType\":\"fundamental\",\"id\":\"1632e46f-d676-461c-9e55-d16f9b299ae6\",\"index\":72},{\"concreteType\":\"String\",\"parameterName\":\"field0053\",\"parameterType\":\"fundamental\",\"id\":\"9700eba8-919a-4a90-b8ca-3c655b6c5e8c\",\"index\":73},{\"concreteType\":\"String\",\"example\":\"formson_0352\",\"parameterName\":\"tableName\",\"parameterType\":\"fundamental\",\"id\":\"043477c1-2211-4191-acc3-ba000f206c30\",\"index\":74},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"formson_0324\",\"id\":\"0ad35482-3cae-4278-af16-5632ae891a10\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1718129603564423161\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"486381f2-2237-4b4e-b68d-8568b7cdf3e3\",\"index\":76},{\"concreteType\":\"String\",\"parameterName\":\"create_user_id\",\"parameterType\":\"fundamental\",\"id\":\"c1fc4bc0-8a49-4ad1-9f0b-f01aa35a695f\",\"index\":77},{\"concreteType\":\"String\",\"parameterName\":\"subUserIdList\",\"parameterType\":\"fundamental\",\"id\":\"76004641-5947-4c94-8f2a-dcbc62ade499\",\"index\":78},{\"concreteType\":\"String\",\"parameterName\":\"create_time\",\"parameterType\":\"fundamental\",\"id\":\"c14554ad-7a0f-40f7-9392-1f41f0a7dbb6\",\"index\":79},{\"concreteType\":\"String\",\"parameterName\":\"modify_time\",\"parameterType\":\"fundamental\",\"id\":\"a5aded4a-2a64-4679-b9de-fd7439796770\",\"index\":80},{\"concreteType\":\"String\",\"parameterName\":\"modify_user_id\",\"parameterType\":\"fundamental\",\"id\":\"a5aac8f9-4107-414a-95a8-16cded4a27e2\",\"index\":81},{\"concreteType\":\"String\",\"parameterName\":\"createUserName\",\"parameterType\":\"fundamental\",\"id\":\"176e666b-5432-4a55-b24d-270721421cd0\",\"index\":82},{\"concreteType\":\"String\",\"parameterName\":\"org_id\",\"parameterType\":\"fundamental\",\"id\":\"5257ca19-70c3-4a2a-8941-5425a0285fec\",\"index\":83},{\"concreteType\":\"String\",\"parameterName\":\"company_org_id\",\"parameterType\":\"fundamental\",\"id\":\"f7efd613-f417-4dea-b733-dce5af619e4c\",\"index\":84},{\"concreteType\":\"String\",\"parameterName\":\"sts\",\"parameterType\":\"fundamental\",\"id\":\"b0a27eed-71f7-4485-b347-48fdb41ff74b\",\"index\":85},{\"concreteType\":\"String\",\"parameterName\":\"start\",\"parameterType\":\"fundamental\",\"id\":\"1fda9106-2b1b-439d-bf2e-f305d7c088f0\",\"index\":86},{\"concreteType\":\"String\",\"parameterName\":\"limit\",\"parameterType\":\"fundamental\",\"id\":\"e9b485bd-4536-4ea6-959c-881239eec303\",\"index\":87},{\"concreteType\":\"String\",\"parameterName\":\"offset\",\"parameterType\":\"fundamental\",\"id\":\"054be05b-1dc0-4be5-b2a5-7de16c4488b6\",\"index\":88},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"sort\",\"parameterType\":\"fundamental\",\"id\":\"ae2839d8-f0d0-45f5-9067-1125694054fa\",\"index\":89},{\"concreteType\":\"String\",\"parameterName\":\"order\",\"parameterType\":\"fundamental\",\"id\":\"73ce6eee-eccf-47d5-8eb1-0bdd761a8bbc\",\"index\":90},{\"concreteType\":\"String\",\"parameterName\":\"dir\",\"parameterType\":\"fundamental\",\"id\":\"cc6b2179-e12f-49f6-85f2-37a30c264cb5\",\"index\":91},{\"concreteType\":\"String\",\"parameterName\":\"rows\",\"parameterType\":\"fundamental\",\"id\":\"6fde81eb-512d-449a-af00-458a9e7b8dfe\",\"index\":92},{\"concreteType\":\"String\",\"parameterName\":\"page\",\"parameterType\":\"fundamental\",\"id\":\"56a18fbf-4a78-42eb-91a0-96bf305f86f1\",\"index\":93},{\"concreteType\":\"String\",\"parameterName\":\"acc_name\",\"parameterType\":\"fundamental\",\"id\":\"cebac5cc-0e82-47c0-a1eb-dd485c2180ae\",\"index\":94},{\"concreteType\":\"String\",\"parameterName\":\"dialect_type\",\"parameterType\":\"fundamental\",\"id\":\"09201674-c02a-423c-a664-14bc30f343c5\",\"index\":95},{\"concreteType\":\"String\",\"parameterName\":\"pageNum\",\"parameterType\":\"fundamental\",\"id\":\"951826e5-4bf5-455d-91b9-55ab0991a253\",\"index\":96},{\"concreteType\":\"String\",\"parameterName\":\"pageSize\",\"parameterType\":\"fundamental\",\"id\":\"8602db5b-7ba2-4aca-964e-fb3480c15bd5\",\"index\":97},{\"concreteType\":\"String\",\"parameterName\":\"dataSourceCode\",\"parameterType\":\"fundamental\",\"id\":\"93fd1030-8990-4c93-b466-d3bda5b624c8\",\"index\":98},{\"concreteType\":\"String\",\"parameterName\":\"field0026\",\"parameterType\":\"fundamental\",\"id\":\"b192bccb-b465-4928-a91e-95e720c93c7e\",\"index\":99},{\"concreteType\":\"String\",\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"id\":\"ff1a1c77-a30b-45ee-b6bc-f5d5da70539f\",\"index\":100},{\"concreteType\":\"String\",\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"id\":\"75e3c656-671d-4807-bd53-3afb9bb808bd\",\"index\":101},{\"concreteType\":\"String\",\"parameterName\":\"field0016\",\"parameterType\":\"fundamental\",\"id\":\"bce8956e-3625-40f9-8f51-38bd83138338\",\"index\":102},{\"concreteType\":\"String\",\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"id\":\"494cdf81-b3cc-4a5f-8eef-ac48c7db90c4\",\"index\":103},{\"concreteType\":\"String\",\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"id\":\"fdc7ce2e-c40d-4d63-b992-d5f226f3d4dc\",\"index\":104},{\"concreteType\":\"String\",\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"id\":\"8493d5d6-acae-421f-8c15-be764842773f\",\"index\":105},{\"concreteType\":\"String\",\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"id\":\"767ea674-3d0e-4f76-87b6-b2d2fbeb515f\",\"index\":106},{\"concreteType\":\"String\",\"parameterName\":\"field0015\",\"parameterType\":\"fundamental\",\"id\":\"dd65db60-eecf-428f-937e-d1c935e29ac9\",\"index\":107},{\"concreteType\":\"String\",\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"id\":\"b4903290-bc9f-49a1-97f0-b6b72d6434cf\",\"index\":108},{\"concreteType\":\"String\",\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"id\":\"d19b2fbe-cfb0-48c0-a5f2-5ad972de0f32\",\"index\":109},{\"concreteType\":\"String\",\"parameterName\":\"field0012\",\"parameterType\":\"fundamental\",\"id\":\"13856a0e-92b0-4082-8914-c0c573eea316\",\"index\":110},{\"concreteType\":\"String\",\"parameterName\":\"field0013\",\"parameterType\":\"fundamental\",\"id\":\"4f565f1e-e940-4d78-b342-ac5b579f1b51\",\"index\":111},{\"concreteType\":\"String\",\"parameterName\":\"field0027\",\"parameterType\":\"fundamental\",\"id\":\"acb7f717-50fb-43c4-bf7a-779491e3b5bb\",\"index\":112},{\"concreteType\":\"String\",\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"id\":\"50a2df86-2af2-4231-8ab8-544592a50688\",\"index\":113},{\"concreteType\":\"String\",\"parameterName\":\"field0032\",\"parameterType\":\"fundamental\",\"id\":\"2c997d33-fb73-442e-a67e-050e743bd9ff\",\"index\":114},{\"concreteType\":\"String\",\"parameterName\":\"field0033\",\"parameterType\":\"fundamental\",\"id\":\"8f25dc25-fb06-45e1-8a6c-24cb2dd5a8e5\",\"index\":115},{\"concreteType\":\"String\",\"parameterName\":\"field0034\",\"parameterType\":\"fundamental\",\"id\":\"f0af77a4-88b3-4daa-9ff9-49ead9ea9783\",\"index\":116},{\"concreteType\":\"String\",\"parameterName\":\"field0035\",\"parameterType\":\"fundamental\",\"id\":\"8d63c355-1337-4dd9-88f2-44b119e4c9bb\",\"index\":117},{\"concreteType\":\"String\",\"parameterName\":\"field0038\",\"parameterType\":\"fundamental\",\"id\":\"7b42cd41-895b-4cd0-89a7-9cb4db2d8566\",\"index\":118},{\"concreteType\":\"String\",\"parameterName\":\"field0039\",\"parameterType\":\"fundamental\",\"id\":\"5f3d4fa9-c567-43ec-ac70-0e8fadd8e950\",\"index\":119},{\"concreteType\":\"String\",\"parameterName\":\"field0044\",\"parameterType\":\"fundamental\",\"id\":\"b8b31285-e0cb-4394-8597-c2ae1144d92a\",\"index\":120},{\"concreteType\":\"String\",\"parameterName\":\"field0047\",\"parameterType\":\"fundamental\",\"id\":\"307e4acd-ad86-422e-9679-628a9b6422b5\",\"index\":121},{\"concreteType\":\"String\",\"parameterName\":\"field0048\",\"parameterType\":\"fundamental\",\"id\":\"831c1897-4a08-47ee-8a66-2477301a8c64\",\"index\":122},{\"concreteType\":\"String\",\"parameterName\":\"field0049\",\"parameterType\":\"fundamental\",\"id\":\"f47658f3-9390-470f-aa40-7b13dca8e8a9\",\"index\":123},{\"concreteType\":\"String\",\"parameterName\":\"field0050\",\"parameterType\":\"fundamental\",\"id\":\"e9d93a8f-8088-4e46-9274-6768345b6dc1\",\"index\":124},{\"concreteType\":\"String\",\"parameterName\":\"field0054\",\"parameterType\":\"fundamental\",\"id\":\"23c41a4c-4eef-4b76-9a5d-08bb7593fc4b\",\"index\":125},{\"concreteType\":\"String\",\"parameterName\":\"field0055\",\"parameterType\":\"fundamental\",\"id\":\"1bd73ae1-3f5f-454b-8d35-807ca543bc7a\",\"index\":126},{\"concreteType\":\"String\",\"parameterName\":\"field0056\",\"parameterType\":\"fundamental\",\"id\":\"1bb69034-ee76-44c7-ae9e-a86600e48f8b\",\"index\":127},{\"concreteType\":\"String\",\"parameterName\":\"field0057\",\"parameterType\":\"fundamental\",\"id\":\"f84760ed-61bb-4d9b-a5de-91103aa613a3\",\"index\":128},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"field0017\",\"parameterType\":\"fundamental\",\"id\":\"b8af1ced-87d8-4265-8362-d6d9fa858af1\",\"index\":129},{\"concreteType\":\"String\",\"example\":\"测试物料名称\",\"parameterName\":\"field0018\",\"parameterType\":\"fundamental\",\"id\":\"b55b7b5c-331f-443e-b960-6353d980221d\",\"index\":130},{\"concreteType\":\"String\",\"example\":\"HT00001\",\"parameterName\":\"field0019\",\"parameterType\":\"fundamental\",\"id\":\"f78c7715-91dd-4f04-8879-cdd823618cf2\",\"index\":131},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"field0021\",\"parameterType\":\"fundamental\",\"id\":\"5e3fd088-037d-4313-9f9b-92ccbc1467f5\",\"index\":132},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"field0022\",\"parameterType\":\"fundamental\",\"id\":\"5a0f820a-859f-42c8-8afd-97d22225a518\",\"index\":133},{\"concreteType\":\"String\",\"example\":\"5.00\",\"parameterName\":\"field0023\",\"parameterType\":\"fundamental\",\"id\":\"69965f50-ca77-4d34-aa79-7373f0d03efe\",\"index\":134},{\"concreteType\":\"String\",\"example\":\"10.00\",\"parameterName\":\"field0024\",\"parameterType\":\"fundamental\",\"id\":\"c06bacd9-3883-4f7a-b91c-cf2faae46dd4\",\"index\":135},{\"concreteType\":\"String\",\"example\":\"10.00\",\"parameterName\":\"field0025\",\"parameterType\":\"fundamental\",\"id\":\"3434af4c-2630-452b-9c1f-2a8eb96e3b53\",\"index\":136},{\"concreteType\":\"String\",\"example\":\"7253068617599044491\",\"parameterName\":\"field0036\",\"parameterType\":\"fundamental\",\"id\":\"494f0097-ca1e-4cbf-898b-f884ef8c21c6\",\"index\":137},{\"concreteType\":\"String\",\"parameterName\":\"field0037\",\"parameterType\":\"fundamental\",\"id\":\"d9ea28a8-e11b-40da-926f-a7617c43336a\",\"index\":138},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"field0040\",\"parameterType\":\"fundamental\",\"id\":\"a3fddffb-a5bd-4244-9429-04719083c924\",\"index\":139},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"field0041\",\"parameterType\":\"fundamental\",\"id\":\"b8c5be3c-f413-48a1-9338-51f8833a7395\",\"index\":140},{\"concreteType\":\"String\",\"parameterName\":\"field0042\",\"parameterType\":\"fundamental\",\"id\":\"853a33c8-a4cf-42ed-a480-df5bdf7025d2\",\"index\":141},{\"concreteType\":\"String\",\"example\":\"测试项目\",\"parameterName\":\"field0051\",\"parameterType\":\"fundamental\",\"id\":\"141c9b5e-60f0-4c99-a0bf-9dd1cf741c6d\",\"index\":142},{\"concreteType\":\"String\",\"parameterName\":\"field0052\",\"parameterType\":\"fundamental\",\"id\":\"aae218fe-b4a3-436f-bbad-28f69fc1f554\",\"index\":143},{\"concreteType\":\"String\",\"parameterName\":\"field0053\",\"parameterType\":\"fundamental\",\"id\":\"3a71dc91-7fbc-4f14-9d8a-62b2f77a22f5\",\"index\":144},{\"concreteType\":\"String\",\"parameterName\":\"tableName\",\"parameterType\":\"fundamental\",\"id\":\"314e0e5f-f088-49a8-afe9-544447d3f6b0\",\"index\":145},{\"concreteType\":\"String\",\"parameterName\":\"formson_0324\",\"parameterType\":\"fundamental\",\"id\":\"1f7e9874-67c3-4550-8f38-632884d597df\",\"index\":146},{\"concreteType\":\"String\",\"parameterName\":\"formson_0352\",\"parameterType\":\"fundamental\",\"id\":\"bd5e1db5-f75b-43a4-9d51-fd3897b686ae\",\"index\":147},{\"concreteType\":\"String\",\"parameterName\":\"formmain_id\",\"parameterType\":\"fundamental\",\"id\":\"a36e7cbc-2e44-4c89-aca0-9bd735c6d42c\",\"index\":148}],\"index\":75},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"formson_0352\",\"id\":\"bce529fd-de70-4ba3-a7f5-f2db0a62daf3\",\"children\":[{\"concreteType\":\"String\",\"example\":\"5386038270943121264\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"7c15381f-3443-45fd-bbe9-ac9083378eda\",\"index\":150},{\"concreteType\":\"String\",\"parameterName\":\"create_user_id\",\"parameterType\":\"fundamental\",\"id\":\"1b6aaebf-e66c-468e-bb61-f8fc34f6331d\",\"index\":151},{\"concreteType\":\"String\",\"parameterName\":\"subUserIdList\",\"parameterType\":\"fundamental\",\"id\":\"e01401d6-fc32-4a55-9193-f08c1f50d166\",\"index\":152},{\"concreteType\":\"String\",\"parameterName\":\"create_time\",\"parameterType\":\"fundamental\",\"id\":\"3b7d7dd2-76e2-4f19-a68c-9dfa06504b3a\",\"index\":153},{\"concreteType\":\"String\",\"parameterName\":\"modify_time\",\"parameterType\":\"fundamental\",\"id\":\"60d13694-2f26-4a64-9c1e-24b0961e8902\",\"index\":154},{\"concreteType\":\"String\",\"parameterName\":\"modify_user_id\",\"parameterType\":\"fundamental\",\"id\":\"5499b680-bca0-4a8e-bd8e-a4f3f7ae11e8\",\"index\":155},{\"concreteType\":\"String\",\"parameterName\":\"createUserName\",\"parameterType\":\"fundamental\",\"id\":\"14892177-cfd2-439c-a32d-09b793b5f5ab\",\"index\":156},{\"concreteType\":\"String\",\"parameterName\":\"org_id\",\"parameterType\":\"fundamental\",\"id\":\"08d26dbf-1515-4dfb-b7de-74f21ef70d21\",\"index\":157},{\"concreteType\":\"String\",\"parameterName\":\"company_org_id\",\"parameterType\":\"fundamental\",\"id\":\"123a7bb2-c511-48e7-aeab-d777f6925afa\",\"index\":158},{\"concreteType\":\"String\",\"parameterName\":\"sts\",\"parameterType\":\"fundamental\",\"id\":\"52345815-2f0a-4b71-83c0-80336ca02a86\",\"index\":159},{\"concreteType\":\"String\",\"parameterName\":\"start\",\"parameterType\":\"fundamental\",\"id\":\"8a38ba7e-8236-439c-a151-36e7708e886b\",\"index\":160},{\"concreteType\":\"String\",\"parameterName\":\"limit\",\"parameterType\":\"fundamental\",\"id\":\"48141078-b37d-470b-be97-7b8557877fc3\",\"index\":161},{\"concreteType\":\"String\",\"parameterName\":\"offset\",\"parameterType\":\"fundamental\",\"id\":\"9f96ef31-bbde-47fa-b16a-f717319930ca\",\"index\":162},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"sort\",\"parameterType\":\"fundamental\",\"id\":\"01cd818f-c55e-4e41-9342-a6f0185383ad\",\"index\":163},{\"concreteType\":\"String\",\"parameterName\":\"order\",\"parameterType\":\"fundamental\",\"id\":\"4327c427-8fb1-47e3-8654-2e2a800ef83f\",\"index\":164},{\"concreteType\":\"String\",\"parameterName\":\"dir\",\"parameterType\":\"fundamental\",\"id\":\"60b103d9-46b4-4e88-93ed-11630600a96f\",\"index\":165},{\"concreteType\":\"String\",\"parameterName\":\"rows\",\"parameterType\":\"fundamental\",\"id\":\"805909c7-d0e3-4dd3-9833-76ba8f00eb56\",\"index\":166},{\"concreteType\":\"String\",\"parameterName\":\"page\",\"parameterType\":\"fundamental\",\"id\":\"f24b496a-9291-48f3-953e-0a713e5dfb30\",\"index\":167},{\"concreteType\":\"String\",\"parameterName\":\"acc_name\",\"parameterType\":\"fundamental\",\"id\":\"ec7a5ef8-c1a6-413f-9ab7-b4a73af4be2a\",\"index\":168},{\"concreteType\":\"String\",\"parameterName\":\"dialect_type\",\"parameterType\":\"fundamental\",\"id\":\"9bed5cd6-bf1d-43e3-9595-fcbf8e674ac5\",\"index\":169},{\"concreteType\":\"String\",\"parameterName\":\"pageNum\",\"parameterType\":\"fundamental\",\"id\":\"63f3ad73-acf8-4254-b10e-4545044870d1\",\"index\":170},{\"concreteType\":\"String\",\"parameterName\":\"pageSize\",\"parameterType\":\"fundamental\",\"id\":\"9fa36ee1-16dd-4e08-bc32-2bf9c1aa3f74\",\"index\":171},{\"concreteType\":\"String\",\"parameterName\":\"dataSourceCode\",\"parameterType\":\"fundamental\",\"id\":\"18012d95-5d9b-4b20-a235-855a76e76c61\",\"index\":172},{\"concreteType\":\"String\",\"parameterName\":\"field0026\",\"parameterType\":\"fundamental\",\"id\":\"f9558cd3-28b8-4b2b-b4fb-edb29609204f\",\"index\":173},{\"concreteType\":\"String\",\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"id\":\"8a93a5f9-b148-4043-ad3b-d457b4a0db49\",\"index\":174},{\"concreteType\":\"String\",\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"id\":\"bc494860-efb9-4f1c-b578-07e49b2ccae5\",\"index\":175},{\"concreteType\":\"String\",\"parameterName\":\"field0016\",\"parameterType\":\"fundamental\",\"id\":\"5aa182cf-66fa-444c-98dc-db669d788baa\",\"index\":176},{\"concreteType\":\"String\",\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"id\":\"bf959eb6-d217-439b-ab02-ef0889dc5686\",\"index\":177},{\"concreteType\":\"String\",\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"id\":\"97772ddb-d3c8-4423-8a42-6392e656788a\",\"index\":178},{\"concreteType\":\"String\",\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"id\":\"11ed72e9-0f09-4d78-901e-4108f1753fbb\",\"index\":179},{\"concreteType\":\"String\",\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"id\":\"d8d2ea9a-613b-4353-9d4b-7b69216da55a\",\"index\":180},{\"concreteType\":\"String\",\"parameterName\":\"field0015\",\"parameterType\":\"fundamental\",\"id\":\"1305c5c6-c56d-42a8-8195-6253d9399405\",\"index\":181},{\"concreteType\":\"String\",\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"id\":\"9f244cf7-eb4d-47d8-9c55-e565dbb267d2\",\"index\":182},{\"concreteType\":\"String\",\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"id\":\"e820dc50-84ba-4b55-8c4c-87253ad2db83\",\"index\":183},{\"concreteType\":\"String\",\"parameterName\":\"field0012\",\"parameterType\":\"fundamental\",\"id\":\"40933263-6b71-4272-8008-9df52bec04b7\",\"index\":184},{\"concreteType\":\"String\",\"parameterName\":\"field0013\",\"parameterType\":\"fundamental\",\"id\":\"4b526302-aa9f-4758-b95d-8ba954b1b67b\",\"index\":185},{\"concreteType\":\"String\",\"parameterName\":\"field0027\",\"parameterType\":\"fundamental\",\"id\":\"926bd6f4-e040-4269-8b1a-3a425cc4d319\",\"index\":186},{\"concreteType\":\"String\",\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"id\":\"16586783-a990-4776-9de2-573061767995\",\"index\":187},{\"concreteType\":\"String\",\"parameterName\":\"field0032\",\"parameterType\":\"fundamental\",\"id\":\"7b0b206c-85b8-401a-931a-6059f49dd13d\",\"index\":188},{\"concreteType\":\"String\",\"parameterName\":\"field0033\",\"parameterType\":\"fundamental\",\"id\":\"b6925fd5-add9-4d04-a368-ee08a15545af\",\"index\":189},{\"concreteType\":\"String\",\"parameterName\":\"field0034\",\"parameterType\":\"fundamental\",\"id\":\"ace47b8e-9558-44a1-b277-59e42848253f\",\"index\":190},{\"concreteType\":\"String\",\"parameterName\":\"field0035\",\"parameterType\":\"fundamental\",\"id\":\"1098428d-d38d-4b7f-b920-238057378060\",\"index\":191},{\"concreteType\":\"String\",\"parameterName\":\"field0038\",\"parameterType\":\"fundamental\",\"id\":\"e1117f40-0982-4c25-9476-01ac26d7a6aa\",\"index\":192},{\"concreteType\":\"String\",\"parameterName\":\"field0039\",\"parameterType\":\"fundamental\",\"id\":\"23e97e19-a3ef-4692-829e-4f8df32340cf\",\"index\":193},{\"concreteType\":\"String\",\"parameterName\":\"field0044\",\"parameterType\":\"fundamental\",\"id\":\"388b4b5f-b019-4343-842e-9b8ad6eff166\",\"index\":194},{\"concreteType\":\"String\",\"parameterName\":\"field0047\",\"parameterType\":\"fundamental\",\"id\":\"43a4295c-40a4-4411-bc77-c4c5866c8737\",\"index\":195},{\"concreteType\":\"String\",\"parameterName\":\"field0048\",\"parameterType\":\"fundamental\",\"id\":\"e0c9fbbe-8175-4f3f-9c8e-7007e1edcba4\",\"index\":196},{\"concreteType\":\"String\",\"parameterName\":\"field0049\",\"parameterType\":\"fundamental\",\"id\":\"42c070c2-8cf0-4453-91d5-ba5ec0c11d65\",\"index\":197},{\"concreteType\":\"String\",\"parameterName\":\"field0050\",\"parameterType\":\"fundamental\",\"id\":\"e55ebdc8-1da0-4265-b01c-6a6d99a763c1\",\"index\":198},{\"concreteType\":\"String\",\"parameterName\":\"field0054\",\"parameterType\":\"fundamental\",\"id\":\"3ef68a24-f5c1-4951-b4e1-394b1db4872e\",\"index\":199},{\"concreteType\":\"String\",\"parameterName\":\"field0055\",\"parameterType\":\"fundamental\",\"id\":\"7462c3cb-70f1-40e2-bf9d-6d3d8ac1c3e3\",\"index\":200},{\"concreteType\":\"String\",\"parameterName\":\"field0056\",\"parameterType\":\"fundamental\",\"id\":\"a7a80a2a-63ad-4d83-bf1b-739c9680d358\",\"index\":201},{\"concreteType\":\"String\",\"parameterName\":\"field0057\",\"parameterType\":\"fundamental\",\"id\":\"3266edb9-c8d9-47da-a24b-264a0954ce6b\",\"index\":202},{\"concreteType\":\"String\",\"parameterName\":\"field0017\",\"parameterType\":\"fundamental\",\"id\":\"e59b3f94-c5d5-4e93-87c5-c2836869d5d1\",\"index\":203},{\"concreteType\":\"String\",\"parameterName\":\"field0018\",\"parameterType\":\"fundamental\",\"id\":\"7ccdd7d3-4fa2-4818-8e24-94e8439bb815\",\"index\":204},{\"concreteType\":\"String\",\"parameterName\":\"field0019\",\"parameterType\":\"fundamental\",\"id\":\"d9190c86-87a7-4ba1-84b0-98a4fe674413\",\"index\":205},{\"concreteType\":\"String\",\"parameterName\":\"field0021\",\"parameterType\":\"fundamental\",\"id\":\"3371da51-3844-4a3a-8430-b025a1adacc1\",\"index\":206},{\"concreteType\":\"String\",\"parameterName\":\"field0022\",\"parameterType\":\"fundamental\",\"id\":\"79d65be9-6107-4ad1-9ab3-6b229b40b5d0\",\"index\":207},{\"concreteType\":\"String\",\"parameterName\":\"field0023\",\"parameterType\":\"fundamental\",\"id\":\"f0f1e311-1f33-48ad-bffb-ad5e0d24c195\",\"index\":208},{\"concreteType\":\"String\",\"parameterName\":\"field0024\",\"parameterType\":\"fundamental\",\"id\":\"4d03e043-cd95-4578-aef1-5b5d0ff6a3f4\",\"index\":209},{\"concreteType\":\"String\",\"parameterName\":\"field0025\",\"parameterType\":\"fundamental\",\"id\":\"198634d8-8d39-452e-bd6c-9f8cf058b259\",\"index\":210},{\"concreteType\":\"String\",\"parameterName\":\"field0036\",\"parameterType\":\"fundamental\",\"id\":\"d5ca4f13-ae3f-45a4-b87e-baf9d1b21066\",\"index\":211},{\"concreteType\":\"String\",\"parameterName\":\"field0037\",\"parameterType\":\"fundamental\",\"id\":\"7f1aaa4b-0588-41ef-9ee7-674597064e29\",\"index\":212},{\"concreteType\":\"String\",\"parameterName\":\"field0040\",\"parameterType\":\"fundamental\",\"id\":\"8d305f60-ce0c-45ba-aa1e-c385e17df62f\",\"index\":213},{\"concreteType\":\"String\",\"parameterName\":\"field0041\",\"parameterType\":\"fundamental\",\"id\":\"d940acc3-91be-4251-9c25-42cd8254c44b\",\"index\":214},{\"concreteType\":\"String\",\"parameterName\":\"field0042\",\"parameterType\":\"fundamental\",\"id\":\"a1b0350f-ca89-4231-89bd-641ecae9a95d\",\"index\":215},{\"concreteType\":\"String\",\"parameterName\":\"field0051\",\"parameterType\":\"fundamental\",\"id\":\"24f5511b-096a-4c3a-a9f0-25e75e785f7d\",\"index\":216},{\"concreteType\":\"String\",\"example\":\"7371345229030706738\",\"parameterName\":\"field0052\",\"parameterType\":\"fundamental\",\"id\":\"81882f13-7eba-492d-a594-e0f007840ced\",\"index\":217},{\"concreteType\":\"String\",\"example\":\"向对方\",\"parameterName\":\"field0053\",\"parameterType\":\"fundamental\",\"id\":\"947ee55b-a620-4c00-87cf-b0b696689dcb\",\"index\":218},{\"concreteType\":\"String\",\"parameterName\":\"tableName\",\"parameterType\":\"fundamental\",\"id\":\"da3f3dd3-688e-4f1c-856c-7d5c308c562e\",\"index\":219},{\"concreteType\":\"String\",\"parameterName\":\"formson_0324\",\"parameterType\":\"fundamental\",\"id\":\"3c2eb5d9-9dac-4e1a-9652-8032b6f4e019\",\"index\":220},{\"concreteType\":\"String\",\"parameterName\":\"formson_0352\",\"parameterType\":\"fundamental\",\"id\":\"b4a00b82-0413-4a48-8774-88648874e758\",\"index\":221},{\"concreteType\":\"String\",\"parameterName\":\"formmain_id\",\"parameterType\":\"fundamental\",\"id\":\"5976b15b-ee2b-4ce2-8b97-45bca11aeaec\",\"index\":222}],\"index\":149},{\"concreteType\":\"String\",\"parameterName\":\"formmain_id\",\"parameterType\":\"fundamental\",\"id\":\"5ec4e6b3-b723-437d-b197-fc3beacad583\",\"index\":223}],\"index\":4},{\"concreteType\":\"String\",\"parameterName\":\"headMsg\",\"parameterType\":\"fundamental\",\"id\":\"ee2326bf-c6f4-4db2-af1a-02cec0c2653b\",\"index\":224}]', 62, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-30 11:52:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-30 13:42:15', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('588511322c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据客户新增', '中台主数据客户新增', '中台主数据客户新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0015\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"a648cf712b68491da6c2aa1a08b47fe2\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"客户编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"hzya\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"客户名称\",\"length\":\"250\",\"required\":true,\"sorts\":\"6\",\"example\":\"杭州用安\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"客户分类\",\"sorts\":\"7\",\"example\":\"c4d12213a62942fcb796bde30111502c\",\"required\":true},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"助记码\",\"sorts\":\"8\",\"example\":\"hzya\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"地区\",\"sorts\":\"9\",\"example\":\"浙江\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"详细地址\",\"sorts\":\"10\",\"example\":\"浙江省杭州市余杭区\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"行业\",\"sorts\":\"11\",\"example\":\"计算机\"},{\"id\":1690444775373,\"index\":11,\"description\":\"法人\",\"parameterName\":\"field0009\",\"length\":\"50\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"sorts\":\"12\",\"example\":\"张三\"},{\"id\":1690444778299,\"index\":12,\"description\":\"电话\",\"parameterName\":\"field0010\",\"length\":\"50\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"sorts\":\"13\",\"example\":\"123123123\"},{\"id\":1690444778859,\"index\":13,\"description\":\"纳税人识别号\",\"parameterName\":\"field0011\",\"length\":\"200\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"sorts\":\"14\",\"example\":\"wedasd123asd12\"},{\"id\":1690444779468,\"index\":14,\"description\":\"备注\",\"parameterName\":\"field0012\",\"length\":\"200\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"sorts\":\"15\",\"example\":\"测试客户\"},{\"id\":1690444780750,\"index\":15,\"parameterName\":\"formson_0002_Detail\",\"description\":\"银行账号\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"required\":true,\"length\":\"300\",\"children\":[{\"id\":1690445249411,\"index\":16,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"17\",\"description\":\"账号\",\"example\":\"1231231231\"},{\"id\":1690445270419,\"index\":17,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"18\",\"description\":\"户名\",\"example\":\"张三\"},{\"id\":1690445272005,\"index\":18,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"19\",\"description\":\"开户银行\",\"example\":\"6b48879138c34011b2ca1b5313ca19f5\"},{\"id\":1690445273481,\"index\":19,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"20\",\"description\":\"银行类别\",\"example\":\"17dadcc5354c4472ba4a4c8f3ad6f9ff\"},{\"id\":1690445278532,\"index\":20,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"21\",\"description\":\"币别\",\"example\":\"fe1308a708f543e9b2d4528e00a3c325\"},{\"id\":1690445280781,\"index\":21,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"sorts\":\"22\",\"description\":\"备注\",\"example\":\"备注\"}],\"sorts\":\"16\"},{\"id\":1690445220539,\"index\":22,\"parameterName\":\"formson_0003_Detail\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"required\":true,\"length\":\"300\",\"description\":\"联系人\",\"sorts\":\"23\",\"children\":[{\"id\":1690445656514,\"index\":23,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"联系人\",\"sorts\":\"24\",\"example\":\"49f02cfecc9b4c43b2e99a0a76e8ba2d\"},{\"id\":1690445679203,\"index\":24,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"性别\",\"sorts\":\"25\",\"example\":\"0220adaf1614415c879c730aabfe9867\"},{\"id\":1690445684817,\"index\":25,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"职位\",\"sorts\":\"26\",\"example\":\"368055d150514c509a80ab0beb83967d\"},{\"id\":1690445686473,\"index\":26,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"电话\",\"sorts\":\"27\",\"example\":\"17852365423\"},{\"id\":1690445687328,\"index\":27,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"手机\",\"sorts\":\"28\",\"example\":\"17852365423\"},{\"id\":1690445688678,\"index\":28,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"微信\",\"sorts\":\"29\",\"example\":\"wwd23344\"},{\"id\":1690445690747,\"index\":29,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"备注\",\"sorts\":\"30\",\"example\":\"浙江省杭州市\"}]}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 15, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 16:17:31', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5c77d60684784ecba1bacada505f5fe8', '19fd5110767b46d2853d359a97303bb6', '11111111', '11111111', '11111111', '2', NULL, '1', '[\"2\"]', '1', 'aaaaaaaaaaaaa', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 27, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-05 18:13:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-05 18:13:35', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5d2a6cd842f011eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207付款结算单新增接口', 'BipV32207付款结算单新增接口', 'BipV32207付款结算单新增接口', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/suppliermanage/supplier/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"94767257-5590-48cf-a3e6-bb296afc1036\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"43908b1c-ec2e-4d4c-8a7d-cad3d16ed8c6\",\"index\":11,\"description\":\"账套编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"supplier\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"90f227ba-feab-4729-8146-a57dd72d9648\",\"index\":12,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"90a2d8e9-f9e3-4367-a7d8-9b097ad27749\",\"index\":13,\"description\":\"集团编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"bb6a10fa-aa47-4fc5-a7d7-48898b15a834\",\"index\":14,\"description\":\"是否使用NC翻译,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"dca5aa8f-f95d-47bb-b94b-9f150d965ea3\",\"index\":15,\"description\":\"是否允许更新,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"bill\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"a019b1ce-8c8a-461f-9c3b-cb04ce6495a5\",\"index\":16,\"description\":\"根标签\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"00d4722c-e1e4-440e-96fd-65bd559b71a8\",\"index\":17,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"orgcode\",\"parameterType\":\"fundamental\",\"id\":\"874962e8-6c5c-402f-a4be-ca9a5c7b2867\",\"index\":18,\"description\":\"组织编码,一般不需要添加\",\"required\":false},{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"107e35f0-c148-4581-8ace-24991c5a7d59\",\"index\":19,\"description\":\"当前类型单据对应的id,如果填写要求唯一;如果不写系统自动生成一个\"},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"25765f3f-fcae-4b58-bd2c-dc4c241bf58a\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"ba282fef-104a-458f-8a28-f97b97229cb4\",\"index\":21,\"description\":\"id\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"9da1f912-fe96-45cd-b298-e11674326b53\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"ec59728e-0969-46f3-9961-8677a19511a4\",\"index\":23,\"description\":\"集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"2a66d3ca-a0f4-4904-a1f8-056ac621b84e\",\"index\":24,\"description\":\"所属财务组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_respdept\",\"parameterType\":\"fundamental\",\"id\":\"f3ed15fb-2551-40be-b3fb-a33d5081ee62\",\"index\":25,\"description\":\"专管部门\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_resppsn\",\"parameterType\":\"fundamental\",\"id\":\"45b2dbe2-a75e-4542-9ca2-c90f574558b5\",\"index\":26,\"description\":\"专管业务员\"},{\"concreteType\":\"String\",\"example\":\"CN\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"f90b8249-5cc9-4c5b-bffb-55bc355c3b51\",\"index\":27,\"description\":\"默认交易币种\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_payterm\",\"parameterType\":\"fundamental\",\"id\":\"8371d455-68d0-4872-b8c6-aa60fbd1123e\",\"index\":28,\"description\":\"默认收款协议\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"cooperateflag\",\"parameterType\":\"fundamental\",\"id\":\"6385a239-fb3d-42fc-a9d9-18a21e4f8ee1\",\"index\":29,\"description\":\"是否协同\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"creditbound\",\"parameterType\":\"fundamental\",\"id\":\"f1330620-cf0d-4ffe-b4a7-7b2b07be12da\",\"index\":30,\"description\":\"信用额度\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"makeoutfreezeflag\",\"parameterType\":\"fundamental\",\"id\":\"27930f55-2b27-4de1-b27f-0b605f87bf15\",\"index\":31,\"description\":\"开票冻结\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"grade\",\"parameterType\":\"fundamental\",\"id\":\"b146c8ba-b2db-4102-ab93-edb9681b5d0d\",\"index\":32,\"description\":\"等级\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"paypriority\",\"parameterType\":\"fundamental\",\"id\":\"cbeb2166-9355-4c81-8103-7a945bece384\",\"index\":33,\"description\":\"付款优先级\"},{\"concreteType\":\"Object\",\"parameterName\":\"corpaddress\",\"parameterType\":\"complex\",\"id\":\"0e9ef458-c065-418f-aab1-e13ae0254ee7\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"item\",\"parameterType\":\"complex\",\"id\":\"ab209870-bb74-4c3c-badd-9953840d21f0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"zhuc\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"7fa8f9c3-429e-4cf5-b157-dc5c605cba9d\",\"index\":36,\"description\":\"编码\"},{\"concreteType\":\"String\",\"example\":\"中国\",\"parameterName\":\"country\",\"parameterType\":\"fundamental\",\"id\":\"42962f73-36bb-4196-a5af-0922a2127774\",\"index\":37,\"description\":\"国家\"},{\"concreteType\":\"String\",\"example\":\"杭州西湖\",\"parameterName\":\"detailinfo\",\"parameterType\":\"fundamental\",\"id\":\"04eb9258-abfa-4244-b96d-e4e2da8f4449\",\"index\":38,\"description\":\"地址详址\"},{\"concreteType\":\"String\",\"example\":\"322100\",\"parameterName\":\"postcode\",\"parameterType\":\"fundamental\",\"id\":\"83b684e8-7224-403c-a591-0e1f922c762b\",\"index\":39,\"description\":\"邮政编码\"},{\"concreteType\":\"String\",\"example\":\"浙江\",\"parameterName\":\"province\",\"parameterType\":\"fundamental\",\"id\":\"fb4c213a-3dc9-4eee-a5be-e49babae547d\",\"index\":40,\"description\":\"省份\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"vsection\",\"parameterType\":\"fundamental\",\"id\":\"481eb1e0-d4c6-46a5-bfb6-79a84efa81af\",\"index\":41,\"description\":\"县区\"}],\"index\":35}],\"index\":34,\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"2ca07ad8-ef21-4ba3-961f-218619a7e15c\",\"index\":42,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"1f711dbc-741a-4a8a-bd74-cd5637086818\",\"index\":43,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"efb42743-0d7f-4b13-b595-20c440fc2e46\",\"index\":44,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def4\",\"parameterType\":\"fundamental\",\"id\":\"e72c19f3-fcba-47ad-abe3-ca684a2fdb02\",\"index\":45,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def5\",\"parameterType\":\"fundamental\",\"id\":\"cdbcc29a-f12a-45b0-aa73-8b4eb458a5f5\",\"index\":46,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def6\",\"parameterType\":\"fundamental\",\"id\":\"79cccbe0-9fc2-41e1-9654-7b094271e4dd\",\"index\":47,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def7\",\"parameterType\":\"fundamental\",\"id\":\"03e33855-80e9-4014-b6ee-ba81c7ab9745\",\"index\":48,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def8\",\"parameterType\":\"fundamental\",\"id\":\"a26bb838-eefe-44e0-a115-d6e2467ea77f\",\"index\":49,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def9\",\"parameterType\":\"fundamental\",\"id\":\"ee1ecc28-f8a8-4c42-b931-897af791725b\",\"index\":50,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def10\",\"parameterType\":\"fundamental\",\"id\":\"b0ebafc3-a7a8-4ec3-a263-645c8ab88064\",\"index\":51,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def11\",\"parameterType\":\"fundamental\",\"id\":\"aadad789-760a-4a86-97c9-19de68c7f2ff\",\"index\":52,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def12\",\"parameterType\":\"fundamental\",\"id\":\"344b6a39-e74a-411f-86db-025914396aa9\",\"index\":53,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def13\",\"parameterType\":\"fundamental\",\"id\":\"7e5dc5b9-c4db-4f67-a2e8-7ef4362e6230\",\"index\":54,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def14\",\"parameterType\":\"fundamental\",\"id\":\"34463445-2588-4db4-b19f-eb3d68facc10\",\"index\":55,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def15\",\"parameterType\":\"fundamental\",\"id\":\"f567b4ea-dad5-4bc5-868f-9bfd02989b97\",\"index\":56,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def16\",\"parameterType\":\"fundamental\",\"id\":\"2916ca31-085c-4634-aced-6ab378b0effc\",\"index\":57,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def17\",\"parameterType\":\"fundamental\",\"id\":\"b38f62d6-b491-4176-bab8-5680bd1c6730\",\"index\":58,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def18\",\"parameterType\":\"fundamental\",\"id\":\"cfa5a35f-ffa2-4208-9d48-d98b1b019d59\",\"index\":59,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def19\",\"parameterType\":\"fundamental\",\"id\":\"2d285671-a8b6-4065-bc9d-0e5e0b3c0d47\",\"index\":60,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def20\",\"parameterType\":\"fundamental\",\"id\":\"86daca65-02ce-4691-bf27-b50fa16fb6a5\",\"index\":61,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def21\",\"parameterType\":\"fundamental\",\"id\":\"3685c3ca-9652-4312-ab31-a091bb17f239\",\"index\":62,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def22\",\"parameterType\":\"fundamental\",\"id\":\"761dc19e-c894-4feb-8a99-dab0ee272853\",\"index\":63,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def23\",\"parameterType\":\"fundamental\",\"id\":\"825e2f7d-300d-424d-bd7b-dc7ea14ea98d\",\"index\":64,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def24\",\"parameterType\":\"fundamental\",\"id\":\"bcad5523-3d0b-453b-92ac-b986a8ae731d\",\"index\":65,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def25\",\"parameterType\":\"fundamental\",\"id\":\"e798c681-d415-4920-a4f0-ef4f11cd83cb\",\"index\":66,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def26\",\"parameterType\":\"fundamental\",\"id\":\"faa3bd56-1815-4018-b372-66a34cd63ae1\",\"index\":67,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def27\",\"parameterType\":\"fundamental\",\"id\":\"b31f916e-1423-4a6b-ad67-190e41673726\",\"index\":68,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def28\",\"parameterType\":\"fundamental\",\"id\":\"f92b53aa-390d-4f52-b8ba-3edae609b9f3\",\"index\":69,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def29\",\"parameterType\":\"fundamental\",\"id\":\"ff088249-712b-426d-9d7e-db4e07d84286\",\"index\":70,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def30\",\"parameterType\":\"fundamental\",\"id\":\"b3a45baf-1bd7-4574-8991-f30c014cd58c\",\"index\":71,\"description\":\"自定义项\"},{\"id\":\"86b5e184-1b43-4192-b667-091e01d97dd4\",\"index\":72,\"parameterName\":\"code\",\"description\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"00gg000007\",\"required\":true},{\"id\":\"72f78fc1-b25c-49c9-afa3-66200bfffd2c\",\"index\":73,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"测试供应商7\",\"description\":\"名称\",\"required\":true},{\"id\":\"70e529bd-26f1-47cf-9a22-c367ff0df9a2\",\"index\":74,\"parameterName\":\"pk_format\",\"example\":\"ZH-CN\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"6b7e197a-55b9-4653-85dc-4a6acae92a60\",\"index\":75,\"parameterName\":\"pk_timezone\",\"example\":\"P0800\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"0182bbf9-9af8-4ea0-b987-8e085b529fe2\",\"index\":76,\"parameterName\":\"pk_supplierclass\",\"example\":\"03\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"81873ab4-c806-464b-a2d0-7246f24ede9d\",\"index\":77,\"parameterName\":\"enablestate\",\"example\":\"2\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"9aa7760f-0e4f-44e6-abf3-c88b58ebab22\",\"index\":78,\"parameterName\":\"pk_country\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"CN\",\"required\":true}],\"index\":22,\"required\":true}],\"index\":20}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[]', 56, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-22 16:29:50', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('67318cba6ea549bb8d8493b25753f9b0', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_调拨订单保存即审批', '速网U8C_调拨订单保存即审批', '速网U8C_调拨订单保存即审批', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/to/transorder/saveapprove', '1', '1', '10000', '100', '[{\"id\":\"ee6091e0-93d1-4a36-8c56-8d4a2cd8dbae\",\"index\":0,\"parameterName\":\"usercode\",\"example\":\"tbadmin\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"3f438378-925c-408b-820c-e28fb43dea67\",\"index\":1,\"parameterName\":\"password\",\"example\":\"c4ca4238a0b923820dcc509a6f75849b\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"ceb97d42-7b2f-4c19-9ebf-ee1d44bb537b\",\"index\":2,\"parameterName\":\"trantype\",\"example\":\"pk\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"08668884-d638-4050-a013-342b28a78b52\",\"index\":3,\"parameterName\":\"system\",\"example\":\"SOWOW\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true}]', '[]', '1', '[{\"concreteType\":\"Object\",\"parameterName\":\"billvo\",\"parameterType\":\"complex\",\"id\":\"2e4c7c9f-c4a4-4bbd-a087-0cb298319e9d\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"childrenvo\",\"id\":\"4ed394dd-a89c-4590-a7a0-3cf3c375c094\",\"children\":[{\"concreteType\":\"String\",\"example\":\"B01008A\",\"parameterName\":\"cinvbasid\",\"parameterType\":\"fundamental\",\"id\":\"3ea7b9a2-b8de-4c5c-b251-14573d94efa4\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"nnum\",\"parameterType\":\"fundamental\",\"id\":\"23d98bf8-39a5-40fd-ab2c-740b03c37111\",\"index\":3}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"016ff508-9974-4feb-bacf-936b27265acc\",\"children\":[{\"concreteType\":\"String\",\"example\":\"0001ZZ1000000000UFQ0\",\"parameterName\":\"cbiztypeid\",\"parameterType\":\"fundamental\",\"id\":\"e475c0b6-e072-4f43-ac2d-347de23f4aad\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0YF\",\"parameterName\":\"cincbid\",\"parameterType\":\"fundamental\",\"id\":\"d29b27d5-46ee-4fe6-aff7-8492aa60eea5\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"1007\",\"parameterName\":\"cincorpid\",\"parameterType\":\"fundamental\",\"id\":\"59e142cc-bf1c-400c-9265-96c1224e416b\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I13S\",\"parameterName\":\"cinwhid\",\"parameterType\":\"fundamental\",\"id\":\"0c7925a3-8ed4-43d8-ace6-3676534f9bd2\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGYQ\",\"parameterName\":\"coperatorid\",\"parameterType\":\"fundamental\",\"id\":\"d397af34-db38-44fc-b73d-4ee7a6f87456\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0YF\",\"parameterName\":\"coutcbid\",\"parameterType\":\"fundamental\",\"id\":\"93efab77-599b-47f8-b2b9-381d5d280e9a\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"1007\",\"parameterName\":\"coutcorpid\",\"parameterType\":\"fundamental\",\"id\":\"584a0cdd-bc0e-4cf8-a3fb-b24a3b2643c8\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0Z7\",\"parameterName\":\"coutwhid\",\"parameterType\":\"fundamental\",\"id\":\"4bd9efe8-7e47-43dd-a7f0-2a21cd0bc447\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"ceshi002\",\"parameterName\":\"vcode\",\"parameterType\":\"fundamental\",\"id\":\"c80f5a50-229b-42ae-8736-505af5324902\",\"index\":13}],\"index\":4}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"cfb69af8-1794-4dc5-ae2b-b3a844263179\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"vcode\\\":\\\"ceshi001\\\",\\\"dbilldate\\\":\\\"2023-10-07\\\",\\\"coutcorpid\\\":\\\"1007\\\",\\\"coutcorpid_code\\\":\\\"001\\\",\\\"coutcorpid_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"coutcbid\\\":\\\"1007F81000000000I0YF\\\",\\\"coutcbid_code\\\":\\\"suwang3-test3\\\",\\\"coutcbid_name\\\":\\\"测试采购库存组织\\\",\\\"coutwhid\\\":\\\"1007F81000000000I0Z7\\\",\\\"coutwhid_code\\\":\\\"suwang3-test3\\\",\\\"coutwhid_name\\\":\\\"测试采购仓库\\\",\\\"coperatorid\\\":\\\"0001F81000000000HGYQ\\\",\\\"coperatorid_code\\\":\\\"18846145294\\\",\\\"coperatorid_name\\\":\\\"李佳妮\\\",\\\"coutcurrtype\\\":\\\"00010000000000000001\\\",\\\"coutcurrtype_code\\\":\\\"CNY\\\",\\\"coutcurrtype_name\\\":\\\"人民币\\\",\\\"ctypecode\\\":\\\"5I\\\",\\\"cbiztypeid\\\":\\\"0001ZZ1000000000UFQ0\\\",\\\"cbiztypeid_code\\\":\\\"to01\\\",\\\"cbiztypeid_name\\\":\\\"内部调拨\\\",\\\"fstatusflag\\\":\\\"1\\\",\\\"cauditorid\\\":\\\"0001F81000000000HGYQ\\\",\\\"cauditorid_code\\\":\\\"18846145294\\\",\\\"cauditorid_name\\\":\\\"李佳妮\\\",\\\"dauditdate\\\":\\\"2023-10-07\\\",\\\"taudittime\\\":\\\"2023-10-07 15:53:30\\\",\\\"tmaketime\\\":\\\"2023-10-07 15:53:30\\\",\\\"clastmodifierid\\\":\\\"0001F81000000000HGYQ\\\",\\\"clastmodifierid_code\\\":\\\"18846145294\\\",\\\"clastmodifierid_name\\\":\\\"李佳妮\\\",\\\"tlastmodifytime\\\":\\\"2023-10-07 15:53:30\\\",\\\"cbillid\\\":\\\"1007F81000000000I487\\\",\\\"ts\\\":\\\"2023-10-07 15:53:30\\\",\\\"fallocflag\\\":\\\"1\\\",\\\"cincorpid\\\":\\\"1007\\\",\\\"cincorpid_code\\\":\\\"001\\\",\\\"cincorpid_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"cincbid\\\":\\\"1007F81000000000I0YF\\\",\\\"cincbid_code\\\":\\\"suwang3-test3\\\",\\\"cincbid_name\\\":\\\"测试采购库存组织\\\",\\\"cinwhid\\\":\\\"1007F81000000000I13S\\\",\\\"cinwhid_code\\\":\\\"suwang4-test4\\\",\\\"cinwhid_name\\\":\\\"测试仓库\\\"},\\\"childrenvo\\\":[{\\\"coutcorpid\\\":\\\"1007\\\",\\\"coutcorpid_code\\\":\\\"001\\\",\\\"coutcorpid_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"crowno\\\":\\\"10\\\",\\\"flargess\\\":false,\\\"nnum\\\":1,\\\"dplanoutdate\\\":\\\"2023-10-07\\\",\\\"dplanarrivedate\\\":\\\"2023-10-07\\\",\\\"ts\\\":\\\"2023-10-07 15:53:30\\\",\\\"cbill_bid\\\":\\\"1007F81000000000I488\\\",\\\"cbillid\\\":\\\"1007F81000000000I487\\\",\\\"coutinvid\\\":\\\"0001F81000000000HM5B\\\",\\\"outinv_code\\\":\\\"B01008A\\\",\\\"outinv_name\\\":\\\"习惯茶之女儿红/葡萄乌龙\\\",\\\"cininvid\\\":\\\"0001F81000000000HM5B\\\",\\\"ininv_code\\\":\\\"B01008A\\\",\\\"ininv_name\\\":\\\"习惯茶之女儿红/葡萄乌龙\\\",\\\"cincorpid\\\":\\\"1007\\\",\\\"cincorpid_code\\\":\\\"001\\\",\\\"cincorpid_name\\\":\\\"浙江速网电子商务有限公司\\\"}]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"818109f0-a595-4f6c-96ee-4bcef7d41714\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202310070077\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"7da9120e-c5bb-4ec5-a865-8a1e615fc466\",\"index\":2}]', 80, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 15:56:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 15:56:27', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('676750094da643daa3776b2238dc5420', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_采购订单保存即审核', '速网U8C_采购订单保存即审核', '速网U8C_采购订单保存即审核', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/pu/order/saveapprove', '1', '1', '10000', '100', '[{\"id\":\"322f8a66-e9f3-4373-8d69-23b7859bc822\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"b7cd8938-5ec6-46f3-ad65-5039f791243c\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"60efc3c7-3870-44af-9145-e416b077c940\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"0975311f-a383-4c35-9a69-99b5caf4920b\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"concreteType\":\"Object\",\"parameterName\":\"puordervo\",\"parameterType\":\"complex\",\"id\":\"2d10b30d-5bfa-48c7-af69-1e9549539677\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"childrenvo\",\"id\":\"91fb9dd6-e719-48f7-ad3a-8b1d42e5f2cb\",\"children\":[{\"concreteType\":\"String\",\"example\":\"0001F81000000000HNQW\",\"parameterName\":\"cmangid\",\"parameterType\":\"fundamental\",\"id\":\"04f41b43-de50-4bd0-98c5-776261dfcf45\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"nordernum\",\"parameterType\":\"fundamental\",\"id\":\"c30a82ed-680e-479b-8683-14906130974e\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"10\",\"parameterName\":\"norgtaxprice\",\"parameterType\":\"fundamental\",\"id\":\"b10e41c6-f3ae-483e-b3d7-bd0da2f6d7d9\",\"index\":4}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"730c82ee-9dd1-4db1-bb58-6f6fc3baffaf\",\"children\":[{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJDM\",\"parameterName\":\"cbiztype\",\"parameterType\":\"fundamental\",\"id\":\"1c99a5de-9e87-4a3b-891f-2fade2ff790c\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0Y1\",\"parameterName\":\"cdeptid\",\"parameterType\":\"fundamental\",\"id\":\"48950434-9f32-482c-b78d-84d4fca96ae5\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGZ1\",\"parameterName\":\"coperator\",\"parameterType\":\"fundamental\",\"id\":\"9d537267-9eeb-453e-9d37-d92409f653ff\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJEN\",\"parameterName\":\"cpurorganization\",\"parameterType\":\"fundamental\",\"id\":\"151ee048-fc9b-43b2-b5af-ee457f2c394d\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"0001F810000000000VZB\",\"parameterName\":\"cvendormangid\",\"parameterType\":\"fundamental\",\"id\":\"603274ba-4b52-4585-9b81-baca0f2dc92c\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"1007\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"c9d045d7-0b49-4998-9e35-d8bf5e383e9e\",\"index\":11}],\"index\":5}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"df0f8e93-9955-4105-9934-c3ffd7009cee\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"pk_corp\\\":\\\"1007\\\",\\\"unitcode\\\":\\\"001\\\",\\\"corp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"cbiztype\\\":\\\"0001F81000000000HJDM\\\",\\\"busicode\\\":\\\"ce01\\\",\\\"cbiztype_name\\\":\\\"普通采购流程(测试)\\\",\\\"cpurorganization\\\":\\\"0001F81000000000HJEN\\\",\\\"code\\\":\\\"666\\\",\\\"cpurorganization_name\\\":\\\"测试采购组织\\\",\\\"cdeptid\\\":\\\"1007F81000000000I0Y1\\\",\\\"deptcode\\\":\\\"666\\\",\\\"cdept_name\\\":\\\"测试采购\\\",\\\"cauditpsn\\\":\\\"0001F81000000000HGZ1\\\",\\\"user_code\\\":\\\"13846319397\\\",\\\"cauditpsn_name\\\":\\\"孙玉\\\",\\\"coperator\\\":\\\"0001F81000000000HGZ1\\\",\\\"coperator_name\\\":\\\"孙玉\\\",\\\"corderid\\\":\\\"1007F81000000000I41A\\\",\\\"dorderdate\\\":\\\"2023-09-27\\\",\\\"forderstatus\\\":\\\"3\\\",\\\"vordercode\\\":\\\"CD2309270001\\\",\\\"ts\\\":\\\"2023-09-27 16:36:34\\\",\\\"nversion\\\":\\\"1\\\",\\\"taudittime\\\":\\\"2023-09-27 16:36:31\\\",\\\"tmaketime\\\":\\\"2023-09-27 16:36:31\\\",\\\"breturn\\\":false,\\\"bislatest\\\":true,\\\"cvendormangid\\\":\\\"0001F810000000000VZB\\\",\\\"custcode\\\":\\\"990006\\\",\\\"cvendormang_name\\\":\\\"杭州六章品牌管理有限责任公司\\\",\\\"bisreplenish\\\":false,\\\"cvendorbaseid\\\":\\\"0001F810000000000FDP\\\",\\\"ccurrencytypeid\\\":\\\"00010000000000000001\\\",\\\"currtype_code\\\":\\\"CNY\\\",\\\"currtype_name\\\":\\\"人民币\\\",\\\"nexchangeotobrate\\\":1},\\\"childrenvo\\\":[{\\\"ccurrencytypeid\\\":\\\"00010000000000000001\\\",\\\"termid\\\":\\\"CNY\\\",\\\"ccurrencytype_name\\\":\\\"人民币\\\",\\\"cmangid\\\":\\\"0001F81000000000HNQW\\\",\\\"pk_invoicecorp\\\":\\\"1007\\\",\\\"unitcode\\\":\\\"001\\\",\\\"invoicecorp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"pk_arrvcorp\\\":\\\"1007\\\",\\\"arrvcorp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"pk_corp\\\":\\\"1007\\\",\\\"corp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"corder_bid\\\":\\\"1007F81000000000I41B\\\",\\\"corderid\\\":\\\"1007F81000000000I41A\\\",\\\"crowno\\\":\\\"10\\\",\\\"nexchangeotobrate\\\":1,\\\"nmoney\\\":8.85,\\\"nordernum\\\":1,\\\"norgnettaxprice\\\":10,\\\"norgtaxprice\\\":10,\\\"noriginalcurmny\\\":8.85,\\\"noriginalcurprice\\\":8.85,\\\"noriginalnetprice\\\":8.85,\\\"noriginaltaxmny\\\":1.15,\\\"noriginaltaxpricemny\\\":10,\\\"ntaxmny\\\":1.15,\\\"ntaxpricemny\\\":10,\\\"ntaxrate\\\":13,\\\"ndiscountrate\\\":100,\\\"iisactive\\\":\\\"0\\\",\\\"idiscounttaxtype\\\":\\\"1\\\",\\\"forderrowstatus\\\":\\\"0\\\",\\\"cbaseid\\\":\\\"0001F81000000000HJR4\\\",\\\"breceiveplan\\\":false}]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"ab053898-1a0e-4c47-870d-b3fc208343f0\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202309270084\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"d6246cea-a88c-4105-9030-9de84f811492\",\"index\":2}]', 73, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 14:46:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-27 16:38:20', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('68e01326c2454bef8a38377b983030dd', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_客商档案新增', '速网U8C_客商档案新增', '速网U8C_客商档案新增', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/uapbd/custdoc/insert', '1', '1', '10000', '100', '[{\"id\":\"3ede1cee-11d5-489e-bcbe-e72f42704e6c\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"15955e4f-337f-432a-860b-b6c33269c9d5\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"8e7b6ed8-d656-4c62-8c93-7cdd12a0fe8b\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"cca54e40-62eb-41f4-8764-cb982d6c1d5a\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"cbdocvo\",\"id\":\"d62f65b0-f68a-404e-80b9-74af215d0b99\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"banks\",\"id\":\"600df855-0ec5-4b58-a057-ce459acfcd1c\",\"children\":[{\"concreteType\":\"String\",\"example\":\"666601\",\"parameterName\":\"accname\",\"parameterType\":\"fundamental\",\"id\":\"a0db66ab-1e89-489a-a2af-458ad1873bd5\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"test001\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"14450998-d1ba-4bd4-bf9b-7e7fd8d97807\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"zy测试银行账户\",\"parameterName\":\"accountname\",\"parameterType\":\"fundamental\",\"id\":\"19c7c95f-e53a-4700-8ae3-886df3b39d71\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"6666\",\"parameterName\":\"banktypename\",\"parameterType\":\"fundamental\",\"id\":\"f4d40a8f-e5a9-44c9-9469-a4b05daaaa6b\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"defflag\",\"parameterType\":\"fundamental\",\"id\":\"0a88c510-aa27-4292-9b75-fa16f9b359c1\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"CNY\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"850969d4-d3ec-4b0c-b610-a4a27befb833\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"bfa306d8-2c43-4d65-b03c-54868e7b7acd\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"测试001\",\"parameterName\":\"unitname\",\"parameterType\":\"fundamental\",\"id\":\"3840df59-ca64-439e-900c-68c6b71686ea\",\"index\":9}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"32d9e7b1-7199-4dd5-a401-e8a890eb5cc4\",\"children\":[{\"concreteType\":\"String\",\"example\":\"测试33145411113\",\"parameterName\":\"conaddr\",\"parameterType\":\"fundamental\",\"id\":\"0757afa4-fd20-4e3b-bcaa-fb7727d77ec0\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"0001F8100000000000PL\",\"parameterName\":\"creator\",\"parameterType\":\"fundamental\",\"id\":\"d024d5c7-fc2b-489c-a607-97380e7052f3\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"ceshi005\",\"parameterName\":\"custcode\",\"parameterType\":\"fundamental\",\"id\":\"d5f71490-7c0e-452f-94bf-af0e0ea0881b\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"测试005\",\"parameterName\":\"custname\",\"parameterType\":\"fundamental\",\"id\":\"0ae7d486-3b10-4593-b4f9-b0606e92c94c\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"custprop\",\"parameterType\":\"fundamental\",\"id\":\"f222bed0-1c1e-4744-bcab-cf13b5adc85c\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"测试005\",\"parameterName\":\"custshortname\",\"parameterType\":\"fundamental\",\"id\":\"23588e76-9333-4be4-9f68-c1c776f79aeb\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"freecustflag\",\"parameterType\":\"fundamental\",\"id\":\"ada47b53-8811-4206-8964-9acbe1bbd5f5\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"isconnflag\",\"parameterType\":\"fundamental\",\"id\":\"ed059357-821b-4d70-829c-8bb3466b30b4\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_areacl\",\"parameterType\":\"fundamental\",\"id\":\"31906eed-2867-4b3d-9af7-3fb23d0e25eb\",\"index\":19}],\"index\":10}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"ba7a8e4d-992c-43c0-a8d5-c94588f7fbcd\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"pk_corp\\\":\\\"0001\\\",\\\"pk_cubasdoc\\\":\\\"0001F410000000044TT3\\\",\\\"custcode\\\":\\\"HJX880003\\\",\\\"custname\\\":\\\"test-客商基本档案新增\\\",\\\"custshortname\\\":\\\"test-客商基本档案新增\\\",\\\"freecustflag\\\":false,\\\"drpnodeflag\\\":false,\\\"isconnflag\\\":false,\\\"custprop\\\":\\\"0\\\",\\\"pk_areacl\\\":\\\"0001F410000000044TG3\\\",\\\"areacl_code\\\":\\\"88\\\",\\\"areacl_name\\\":\\\"韩继向专用客商\\\",\\\"creator\\\":\\\"#UAP#\\\",\\\"createtime\\\":\\\"2023-09-01 10:39:09\\\"},\\\"ADDR\\\":[],\\\"BANK\\\":[]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"9ed9653b-86ad-484b-a824-cb3fc64e45a2\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202309010006\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"078139a3-2f56-4cc2-86e3-82f9ac7a0e54\",\"index\":2}]', 72, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 14:26:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 15:44:41', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6cca84542c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据仓库新增', '中台主数据仓库新增', '中台主数据仓库新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0019\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"a648cf712b68491da6c2aa1a08b47fe2\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"仓库编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"cp\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"仓库名称\",\"length\":\"250\",\"required\":true,\"sorts\":\"6\",\"example\":\"成品仓库1\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"仓库类型\",\"sorts\":\"7\",\"example\":\"6d77c9b213294afabbce12a13337f7d3\"},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"仓库地址\",\"sorts\":\"8\",\"example\":\"北京\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"负责人\",\"sorts\":\"9\",\"example\":\"张三\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"电话\",\"sorts\":\"10\",\"example\":\"123123123\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"所属地点\",\"sorts\":\"11\",\"example\":\"北京\"},{\"id\":1690446088157,\"index\":11,\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"备注\",\"length\":\"200\",\"sorts\":\"12\",\"example\":\"仓库新增\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 16, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 16:24:04', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7021cddb3fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207供应商新增', 'BipV32207供应商新增', 'BipV32207供应商新增', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9067/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/suppliermanage/supplier/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"94767257-5590-48cf-a3e6-bb296afc1036\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"43908b1c-ec2e-4d4c-8a7d-cad3d16ed8c6\",\"index\":11,\"description\":\"账套编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"supplier\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"90f227ba-feab-4729-8146-a57dd72d9648\",\"index\":12,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"90a2d8e9-f9e3-4367-a7d8-9b097ad27749\",\"index\":13,\"description\":\"集团编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"bb6a10fa-aa47-4fc5-a7d7-48898b15a834\",\"index\":14,\"description\":\"是否使用NC翻译,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"dca5aa8f-f95d-47bb-b94b-9f150d965ea3\",\"index\":15,\"description\":\"是否允许更新,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"bill\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"a019b1ce-8c8a-461f-9c3b-cb04ce6495a5\",\"index\":16,\"description\":\"根标签\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"00d4722c-e1e4-440e-96fd-65bd559b71a8\",\"index\":17,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"orgcode\",\"parameterType\":\"fundamental\",\"id\":\"874962e8-6c5c-402f-a4be-ca9a5c7b2867\",\"index\":18,\"description\":\"组织编码,一般不需要添加\",\"required\":false},{\"concreteType\":\"String\",\"example\":\"123123122\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"107e35f0-c148-4581-8ace-24991c5a7d59\",\"index\":19,\"description\":\"当前类型单据对应的id,如果填写要求唯一;如果不写系统自动生成一个\"},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"25765f3f-fcae-4b58-bd2c-dc4c241bf58a\",\"children\":[{\"concreteType\":\"String\",\"example\":\"123123122\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"ba282fef-104a-458f-8a28-f97b97229cb4\",\"index\":21,\"description\":\"id\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"9da1f912-fe96-45cd-b298-e11674326b53\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"ec59728e-0969-46f3-9961-8677a19511a4\",\"index\":23,\"description\":\"集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"2a66d3ca-a0f4-4904-a1f8-056ac621b84e\",\"index\":24,\"description\":\"所属财务组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_respdept\",\"parameterType\":\"fundamental\",\"id\":\"f3ed15fb-2551-40be-b3fb-a33d5081ee62\",\"index\":25,\"description\":\"专管部门\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_resppsn\",\"parameterType\":\"fundamental\",\"id\":\"45b2dbe2-a75e-4542-9ca2-c90f574558b5\",\"index\":26,\"description\":\"专管业务员\"},{\"concreteType\":\"String\",\"example\":\"CN\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"f90b8249-5cc9-4c5b-bffb-55bc355c3b51\",\"index\":27,\"description\":\"默认交易币种\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_payterm\",\"parameterType\":\"fundamental\",\"id\":\"8371d455-68d0-4872-b8c6-aa60fbd1123e\",\"index\":28,\"description\":\"默认收款协议\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"cooperateflag\",\"parameterType\":\"fundamental\",\"id\":\"6385a239-fb3d-42fc-a9d9-18a21e4f8ee1\",\"index\":29,\"description\":\"是否协同\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"creditbound\",\"parameterType\":\"fundamental\",\"id\":\"f1330620-cf0d-4ffe-b4a7-7b2b07be12da\",\"index\":30,\"description\":\"信用额度\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"makeoutfreezeflag\",\"parameterType\":\"fundamental\",\"id\":\"27930f55-2b27-4de1-b27f-0b605f87bf15\",\"index\":31,\"description\":\"开票冻结\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"grade\",\"parameterType\":\"fundamental\",\"id\":\"b146c8ba-b2db-4102-ab93-edb9681b5d0d\",\"index\":32,\"description\":\"等级\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"paypriority\",\"parameterType\":\"fundamental\",\"id\":\"cbeb2166-9355-4c81-8103-7a945bece384\",\"index\":33,\"description\":\"付款优先级\"},{\"concreteType\":\"Object\",\"parameterName\":\"corpaddress\",\"parameterType\":\"complex\",\"id\":\"0e9ef458-c065-418f-aab1-e13ae0254ee7\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"item\",\"parameterType\":\"complex\",\"id\":\"ab209870-bb74-4c3c-badd-9953840d21f0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"zhuc\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"7fa8f9c3-429e-4cf5-b157-dc5c605cba9d\",\"index\":36,\"description\":\"编码\"},{\"concreteType\":\"String\",\"example\":\"中国\",\"parameterName\":\"country\",\"parameterType\":\"fundamental\",\"id\":\"42962f73-36bb-4196-a5af-0922a2127774\",\"index\":37,\"description\":\"国家\"},{\"concreteType\":\"String\",\"example\":\"杭州西湖\",\"parameterName\":\"detailinfo\",\"parameterType\":\"fundamental\",\"id\":\"04eb9258-abfa-4244-b96d-e4e2da8f4449\",\"index\":38,\"description\":\"地址详址\"},{\"concreteType\":\"String\",\"example\":\"322100\",\"parameterName\":\"postcode\",\"parameterType\":\"fundamental\",\"id\":\"83b684e8-7224-403c-a591-0e1f922c762b\",\"index\":39,\"description\":\"邮政编码\"},{\"concreteType\":\"String\",\"example\":\"浙江\",\"parameterName\":\"province\",\"parameterType\":\"fundamental\",\"id\":\"fb4c213a-3dc9-4eee-a5be-e49babae547d\",\"index\":40,\"description\":\"省份\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"vsection\",\"parameterType\":\"fundamental\",\"id\":\"481eb1e0-d4c6-46a5-bfb6-79a84efa81af\",\"index\":41,\"description\":\"县区\"}],\"index\":35}],\"index\":34,\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"2ca07ad8-ef21-4ba3-961f-218619a7e15c\",\"index\":42,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"1f711dbc-741a-4a8a-bd74-cd5637086818\",\"index\":43,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"efb42743-0d7f-4b13-b595-20c440fc2e46\",\"index\":44,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def4\",\"parameterType\":\"fundamental\",\"id\":\"e72c19f3-fcba-47ad-abe3-ca684a2fdb02\",\"index\":45,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def5\",\"parameterType\":\"fundamental\",\"id\":\"cdbcc29a-f12a-45b0-aa73-8b4eb458a5f5\",\"index\":46,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def6\",\"parameterType\":\"fundamental\",\"id\":\"79cccbe0-9fc2-41e1-9654-7b094271e4dd\",\"index\":47,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def7\",\"parameterType\":\"fundamental\",\"id\":\"03e33855-80e9-4014-b6ee-ba81c7ab9745\",\"index\":48,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def8\",\"parameterType\":\"fundamental\",\"id\":\"a26bb838-eefe-44e0-a115-d6e2467ea77f\",\"index\":49,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def9\",\"parameterType\":\"fundamental\",\"id\":\"ee1ecc28-f8a8-4c42-b931-897af791725b\",\"index\":50,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def10\",\"parameterType\":\"fundamental\",\"id\":\"b0ebafc3-a7a8-4ec3-a263-645c8ab88064\",\"index\":51,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def11\",\"parameterType\":\"fundamental\",\"id\":\"aadad789-760a-4a86-97c9-19de68c7f2ff\",\"index\":52,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def12\",\"parameterType\":\"fundamental\",\"id\":\"344b6a39-e74a-411f-86db-025914396aa9\",\"index\":53,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def13\",\"parameterType\":\"fundamental\",\"id\":\"7e5dc5b9-c4db-4f67-a2e8-7ef4362e6230\",\"index\":54,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def14\",\"parameterType\":\"fundamental\",\"id\":\"34463445-2588-4db4-b19f-eb3d68facc10\",\"index\":55,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def15\",\"parameterType\":\"fundamental\",\"id\":\"f567b4ea-dad5-4bc5-868f-9bfd02989b97\",\"index\":56,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def16\",\"parameterType\":\"fundamental\",\"id\":\"2916ca31-085c-4634-aced-6ab378b0effc\",\"index\":57,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def17\",\"parameterType\":\"fundamental\",\"id\":\"b38f62d6-b491-4176-bab8-5680bd1c6730\",\"index\":58,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def18\",\"parameterType\":\"fundamental\",\"id\":\"cfa5a35f-ffa2-4208-9d48-d98b1b019d59\",\"index\":59,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def19\",\"parameterType\":\"fundamental\",\"id\":\"2d285671-a8b6-4065-bc9d-0e5e0b3c0d47\",\"index\":60,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def20\",\"parameterType\":\"fundamental\",\"id\":\"86daca65-02ce-4691-bf27-b50fa16fb6a5\",\"index\":61,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def21\",\"parameterType\":\"fundamental\",\"id\":\"3685c3ca-9652-4312-ab31-a091bb17f239\",\"index\":62,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def22\",\"parameterType\":\"fundamental\",\"id\":\"761dc19e-c894-4feb-8a99-dab0ee272853\",\"index\":63,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def23\",\"parameterType\":\"fundamental\",\"id\":\"825e2f7d-300d-424d-bd7b-dc7ea14ea98d\",\"index\":64,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def24\",\"parameterType\":\"fundamental\",\"id\":\"bcad5523-3d0b-453b-92ac-b986a8ae731d\",\"index\":65,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def25\",\"parameterType\":\"fundamental\",\"id\":\"e798c681-d415-4920-a4f0-ef4f11cd83cb\",\"index\":66,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def26\",\"parameterType\":\"fundamental\",\"id\":\"faa3bd56-1815-4018-b372-66a34cd63ae1\",\"index\":67,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def27\",\"parameterType\":\"fundamental\",\"id\":\"b31f916e-1423-4a6b-ad67-190e41673726\",\"index\":68,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def28\",\"parameterType\":\"fundamental\",\"id\":\"f92b53aa-390d-4f52-b8ba-3edae609b9f3\",\"index\":69,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def29\",\"parameterType\":\"fundamental\",\"id\":\"ff088249-712b-426d-9d7e-db4e07d84286\",\"index\":70,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def30\",\"parameterType\":\"fundamental\",\"id\":\"b3a45baf-1bd7-4574-8991-f30c014cd58c\",\"index\":71,\"description\":\"自定义项\"},{\"id\":\"86b5e184-1b43-4192-b667-091e01d97dd4\",\"index\":72,\"parameterName\":\"code\",\"description\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"hzya001\",\"required\":true},{\"id\":\"72f78fc1-b25c-49c9-afa3-66200bfffd2c\",\"index\":73,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"杭州用安\",\"description\":\"名称\",\"required\":true},{\"id\":\"70e529bd-26f1-47cf-9a22-c367ff0df9a2\",\"index\":74,\"parameterName\":\"pk_format\",\"example\":\"ZH-CN\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"6b7e197a-55b9-4653-85dc-4a6acae92a60\",\"index\":75,\"parameterName\":\"pk_timezone\",\"example\":\"P0800\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"0182bbf9-9af8-4ea0-b987-8e085b529fe2\",\"index\":76,\"parameterName\":\"pk_supplierclass\",\"example\":\"03\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"81873ab4-c806-464b-a2d0-7246f24ede9d\",\"index\":77,\"parameterName\":\"enablestate\",\"example\":\"2\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"9aa7760f-0e4f-44e6-abf3-c88b58ebab22\",\"index\":78,\"parameterName\":\"pk_country\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"CN\",\"required\":true}],\"index\":22,\"required\":true}],\"index\":20}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[]', 43, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 11:07:45', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7b935ceae2f6430fa629516b6bad2e73', '44fa248b32704a728b9709317861825b', '销售订单保存', '销售订单保存', '销售订单保存', '1', NULL, '1', '[\"1\"]', '2', 'https://www.baidu.com/', '1', '1', '1111', '1111', '[]', '[]', '1', '[{\"id\":1689928920218,\"index\":0,\"parameterName\":\"head\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"length\":\"12312\",\"children\":[{\"id\":1689928947802,\"index\":1,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"12123\",\"example\":\"123123\"},{\"id\":1689928964294,\"index\":2,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"1231\",\"example\":\"张三\"}]},{\"id\":1689928996663,\"index\":3,\"parameterName\":\"body\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"length\":\"123\",\"example\":\"\",\"children\":[{\"id\":1689930724622,\"index\":4,\"parameterName\":\"test\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1212\",\"length\":\"212\"},{\"id\":1689930797464,\"index\":5,\"parameterName\":\"sss\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"dad\",\"length\":\"123\"}]}]', '[]', 6, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-21 16:45:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-21 17:13:29', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7c81b7ba3fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207供应商修改', 'BipV32207供应商修改', 'BipV32207供应商修改', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/suppliermanage/supplier/update\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"94767257-5590-48cf-a3e6-bb296afc1036\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"43908b1c-ec2e-4d4c-8a7d-cad3d16ed8c6\",\"index\":11,\"description\":\"账套编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"supplier\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"90f227ba-feab-4729-8146-a57dd72d9648\",\"index\":12,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"90a2d8e9-f9e3-4367-a7d8-9b097ad27749\",\"index\":13,\"description\":\"集团编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"bb6a10fa-aa47-4fc5-a7d7-48898b15a834\",\"index\":14,\"description\":\"是否使用NC翻译,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"dca5aa8f-f95d-47bb-b94b-9f150d965ea3\",\"index\":15,\"description\":\"是否允许更新,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"bill\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"a019b1ce-8c8a-461f-9c3b-cb04ce6495a5\",\"index\":16,\"description\":\"根标签\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"00d4722c-e1e4-440e-96fd-65bd559b71a8\",\"index\":17,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"orgcode\",\"parameterType\":\"fundamental\",\"id\":\"874962e8-6c5c-402f-a4be-ca9a5c7b2867\",\"index\":18,\"description\":\"组织编码,一般不需要添加\",\"required\":false},{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"107e35f0-c148-4581-8ace-24991c5a7d59\",\"index\":19,\"description\":\"当前类型单据对应的id,如果填写要求唯一;如果不写系统自动生成一个\"},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"25765f3f-fcae-4b58-bd2c-dc4c241bf58a\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"ba282fef-104a-458f-8a28-f97b97229cb4\",\"index\":21,\"description\":\"id\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"9da1f912-fe96-45cd-b298-e11674326b53\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"ec59728e-0969-46f3-9961-8677a19511a4\",\"index\":23,\"description\":\"集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"2a66d3ca-a0f4-4904-a1f8-056ac621b84e\",\"index\":24,\"description\":\"所属财务组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_respdept\",\"parameterType\":\"fundamental\",\"id\":\"f3ed15fb-2551-40be-b3fb-a33d5081ee62\",\"index\":25,\"description\":\"专管部门\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_resppsn\",\"parameterType\":\"fundamental\",\"id\":\"45b2dbe2-a75e-4542-9ca2-c90f574558b5\",\"index\":26,\"description\":\"专管业务员\"},{\"concreteType\":\"String\",\"example\":\"CN\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"f90b8249-5cc9-4c5b-bffb-55bc355c3b51\",\"index\":27,\"description\":\"默认交易币种\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_payterm\",\"parameterType\":\"fundamental\",\"id\":\"8371d455-68d0-4872-b8c6-aa60fbd1123e\",\"index\":28,\"description\":\"默认收款协议\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"cooperateflag\",\"parameterType\":\"fundamental\",\"id\":\"6385a239-fb3d-42fc-a9d9-18a21e4f8ee1\",\"index\":29,\"description\":\"是否协同\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"creditbound\",\"parameterType\":\"fundamental\",\"id\":\"f1330620-cf0d-4ffe-b4a7-7b2b07be12da\",\"index\":30,\"description\":\"信用额度\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"makeoutfreezeflag\",\"parameterType\":\"fundamental\",\"id\":\"27930f55-2b27-4de1-b27f-0b605f87bf15\",\"index\":31,\"description\":\"开票冻结\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"grade\",\"parameterType\":\"fundamental\",\"id\":\"b146c8ba-b2db-4102-ab93-edb9681b5d0d\",\"index\":32,\"description\":\"等级\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"paypriority\",\"parameterType\":\"fundamental\",\"id\":\"cbeb2166-9355-4c81-8103-7a945bece384\",\"index\":33,\"description\":\"付款优先级\"},{\"concreteType\":\"Object\",\"parameterName\":\"corpaddress\",\"parameterType\":\"complex\",\"id\":\"0e9ef458-c065-418f-aab1-e13ae0254ee7\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"item\",\"parameterType\":\"complex\",\"id\":\"ab209870-bb74-4c3c-badd-9953840d21f0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"zhuc\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"7fa8f9c3-429e-4cf5-b157-dc5c605cba9d\",\"index\":36,\"description\":\"编码\"},{\"concreteType\":\"String\",\"example\":\"中国\",\"parameterName\":\"country\",\"parameterType\":\"fundamental\",\"id\":\"42962f73-36bb-4196-a5af-0922a2127774\",\"index\":37,\"description\":\"国家\"},{\"concreteType\":\"String\",\"example\":\"杭州西湖\",\"parameterName\":\"detailinfo\",\"parameterType\":\"fundamental\",\"id\":\"04eb9258-abfa-4244-b96d-e4e2da8f4449\",\"index\":38,\"description\":\"地址详址\"},{\"concreteType\":\"String\",\"example\":\"322100\",\"parameterName\":\"postcode\",\"parameterType\":\"fundamental\",\"id\":\"83b684e8-7224-403c-a591-0e1f922c762b\",\"index\":39,\"description\":\"邮政编码\"},{\"concreteType\":\"String\",\"example\":\"浙江\",\"parameterName\":\"province\",\"parameterType\":\"fundamental\",\"id\":\"fb4c213a-3dc9-4eee-a5be-e49babae547d\",\"index\":40,\"description\":\"省份\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"vsection\",\"parameterType\":\"fundamental\",\"id\":\"481eb1e0-d4c6-46a5-bfb6-79a84efa81af\",\"index\":41,\"description\":\"县区\"}],\"index\":35}],\"index\":34,\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"2ca07ad8-ef21-4ba3-961f-218619a7e15c\",\"index\":42,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"1f711dbc-741a-4a8a-bd74-cd5637086818\",\"index\":43,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"efb42743-0d7f-4b13-b595-20c440fc2e46\",\"index\":44,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def4\",\"parameterType\":\"fundamental\",\"id\":\"e72c19f3-fcba-47ad-abe3-ca684a2fdb02\",\"index\":45,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def5\",\"parameterType\":\"fundamental\",\"id\":\"cdbcc29a-f12a-45b0-aa73-8b4eb458a5f5\",\"index\":46,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def6\",\"parameterType\":\"fundamental\",\"id\":\"79cccbe0-9fc2-41e1-9654-7b094271e4dd\",\"index\":47,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def7\",\"parameterType\":\"fundamental\",\"id\":\"03e33855-80e9-4014-b6ee-ba81c7ab9745\",\"index\":48,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def8\",\"parameterType\":\"fundamental\",\"id\":\"a26bb838-eefe-44e0-a115-d6e2467ea77f\",\"index\":49,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def9\",\"parameterType\":\"fundamental\",\"id\":\"ee1ecc28-f8a8-4c42-b931-897af791725b\",\"index\":50,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def10\",\"parameterType\":\"fundamental\",\"id\":\"b0ebafc3-a7a8-4ec3-a263-645c8ab88064\",\"index\":51,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def11\",\"parameterType\":\"fundamental\",\"id\":\"aadad789-760a-4a86-97c9-19de68c7f2ff\",\"index\":52,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def12\",\"parameterType\":\"fundamental\",\"id\":\"344b6a39-e74a-411f-86db-025914396aa9\",\"index\":53,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def13\",\"parameterType\":\"fundamental\",\"id\":\"7e5dc5b9-c4db-4f67-a2e8-7ef4362e6230\",\"index\":54,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def14\",\"parameterType\":\"fundamental\",\"id\":\"34463445-2588-4db4-b19f-eb3d68facc10\",\"index\":55,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def15\",\"parameterType\":\"fundamental\",\"id\":\"f567b4ea-dad5-4bc5-868f-9bfd02989b97\",\"index\":56,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def16\",\"parameterType\":\"fundamental\",\"id\":\"2916ca31-085c-4634-aced-6ab378b0effc\",\"index\":57,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def17\",\"parameterType\":\"fundamental\",\"id\":\"b38f62d6-b491-4176-bab8-5680bd1c6730\",\"index\":58,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def18\",\"parameterType\":\"fundamental\",\"id\":\"cfa5a35f-ffa2-4208-9d48-d98b1b019d59\",\"index\":59,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def19\",\"parameterType\":\"fundamental\",\"id\":\"2d285671-a8b6-4065-bc9d-0e5e0b3c0d47\",\"index\":60,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def20\",\"parameterType\":\"fundamental\",\"id\":\"86daca65-02ce-4691-bf27-b50fa16fb6a5\",\"index\":61,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def21\",\"parameterType\":\"fundamental\",\"id\":\"3685c3ca-9652-4312-ab31-a091bb17f239\",\"index\":62,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def22\",\"parameterType\":\"fundamental\",\"id\":\"761dc19e-c894-4feb-8a99-dab0ee272853\",\"index\":63,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def23\",\"parameterType\":\"fundamental\",\"id\":\"825e2f7d-300d-424d-bd7b-dc7ea14ea98d\",\"index\":64,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def24\",\"parameterType\":\"fundamental\",\"id\":\"bcad5523-3d0b-453b-92ac-b986a8ae731d\",\"index\":65,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def25\",\"parameterType\":\"fundamental\",\"id\":\"e798c681-d415-4920-a4f0-ef4f11cd83cb\",\"index\":66,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def26\",\"parameterType\":\"fundamental\",\"id\":\"faa3bd56-1815-4018-b372-66a34cd63ae1\",\"index\":67,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def27\",\"parameterType\":\"fundamental\",\"id\":\"b31f916e-1423-4a6b-ad67-190e41673726\",\"index\":68,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def28\",\"parameterType\":\"fundamental\",\"id\":\"f92b53aa-390d-4f52-b8ba-3edae609b9f3\",\"index\":69,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def29\",\"parameterType\":\"fundamental\",\"id\":\"ff088249-712b-426d-9d7e-db4e07d84286\",\"index\":70,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def30\",\"parameterType\":\"fundamental\",\"id\":\"b3a45baf-1bd7-4574-8991-f30c014cd58c\",\"index\":71,\"description\":\"自定义项\"},{\"id\":\"86b5e184-1b43-4192-b667-091e01d97dd4\",\"index\":72,\"parameterName\":\"code\",\"description\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"00gg000007\",\"required\":true},{\"id\":\"72f78fc1-b25c-49c9-afa3-66200bfffd2c\",\"index\":73,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"测试供应商7\",\"description\":\"名称\",\"required\":true},{\"id\":\"70e529bd-26f1-47cf-9a22-c367ff0df9a2\",\"index\":74,\"parameterName\":\"pk_format\",\"example\":\"ZH-CN\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"6b7e197a-55b9-4653-85dc-4a6acae92a60\",\"index\":75,\"parameterName\":\"pk_timezone\",\"example\":\"P0800\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"0182bbf9-9af8-4ea0-b987-8e085b529fe2\",\"index\":76,\"parameterName\":\"pk_supplierclass\",\"example\":\"03\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"81873ab4-c806-464b-a2d0-7246f24ede9d\",\"index\":77,\"parameterName\":\"enablestate\",\"example\":\"2\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"9aa7760f-0e4f-44e6-abf3-c88b58ebab22\",\"index\":78,\"parameterName\":\"pk_country\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"CN\",\"required\":true}],\"index\":22,\"required\":true}],\"index\":20}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[]', 44, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-22 16:34:24', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7d791be0410442509e4b682c1b6a1b3d', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_销售订单关闭', '速网U8C_销售订单关闭', '速网U8C_销售订单关闭', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/so/saleorder/close', '1', '1', '10000', '100', '[{\"id\":\"abf19706-adc4-4dbd-a1ff-9aca30bbceeb\",\"index\":0,\"parameterName\":\"usercode\",\"example\":\"tbadmin\"},{\"id\":\"57da1623-9bec-415d-becf-41d80cd5e31b\",\"index\":1,\"parameterName\":\"password\",\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"c0495893-653c-44f5-9347-3eebc018e654\",\"index\":2,\"parameterName\":\"trantype\",\"example\":\"code\"},{\"id\":\"b98b690c-f3bc-4781-baa8-00dfd62d6ac5\",\"index\":3,\"parameterName\":\"system\",\"example\":\"SOWOW\"}]', '[]', '1', '[{\"concreteType\":\"Object\",\"parameterName\":\"closeinfo\",\"parameterType\":\"complex\",\"id\":\"3f18cb3d-96a9-47e4-8a7f-21193cf31834\",\"children\":[{\"concreteType\":\"String\",\"example\":\"13846319397\",\"parameterName\":\"coperator\",\"parameterType\":\"fundamental\",\"id\":\"12153810-498f-4427-bde1-a094ecbf482c\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"2023-10-07\",\"parameterName\":\"date_closeoropen\",\"parameterType\":\"fundamental\",\"id\":\"d9c8bc58-263b-4f3e-912a-0cf4ef987128\",\"index\":2}],\"index\":0},{\"concreteType\":\"Object\",\"parameterName\":\"queryinfo\",\"parameterType\":\"complex\",\"id\":\"024ba3cf-1a82-498d-bcf7-138ec0ad85d3\",\"children\":[{\"concreteType\":\"String\",\"example\":\"ceshi001\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"39eb6523-5d71-4b98-9212-2e6ae66b2bde\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"001\",\"parameterName\":\"corp\",\"parameterType\":\"fundamental\",\"id\":\"0383d49b-3259-4569-a09b-d04072c359f3\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"2023-10-07\",\"parameterName\":\"date_begin\",\"parameterType\":\"fundamental\",\"id\":\"40295b75-2d94-480c-a95f-8012d499cb9c\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"2023-10-07\",\"parameterName\":\"date_end\",\"parameterType\":\"fundamental\",\"id\":\"7ddec4f6-6a03-49a7-b710-4aae74c6bb44\",\"index\":7}],\"index\":3},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"rowCloseOpenInfo\",\"id\":\"0b36d7ba-8ef7-446f-baf4-2e5b93ea6ece\",\"children\":[],\"index\":8}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"28e61f28-3918-412a-a26e-64ff06ed4539\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"成功了1条\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"f583faba-f95c-402b-bf66-27c53fa973b7\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202311140036\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"8b730838-b5db-4d41-bffe-d911a9074e99\",\"index\":2}]', 84, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:17:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:17:10', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7e0ecfd3832a48e9b52ce057025a91b6', NULL, '客户信息', 'xhxx11', NULL, NULL, '123123123123123123123', NULL, '2', '1', 'https://www.baidu.com/', '1', '1', '6000', NULL, '[]', '[]', '1', '[]', '[]', 82, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:33:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:33:02', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7e6251f942f011eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207划账结算单新增接口', 'BipV32207划账结算单新增接口', 'BipV32207划账结算单新增接口', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/suppliermanage/supplier/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"94767257-5590-48cf-a3e6-bb296afc1036\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"43908b1c-ec2e-4d4c-8a7d-cad3d16ed8c6\",\"index\":11,\"description\":\"账套编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"supplier\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"90f227ba-feab-4729-8146-a57dd72d9648\",\"index\":12,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"90a2d8e9-f9e3-4367-a7d8-9b097ad27749\",\"index\":13,\"description\":\"集团编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"bb6a10fa-aa47-4fc5-a7d7-48898b15a834\",\"index\":14,\"description\":\"是否使用NC翻译,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"dca5aa8f-f95d-47bb-b94b-9f150d965ea3\",\"index\":15,\"description\":\"是否允许更新,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"bill\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"a019b1ce-8c8a-461f-9c3b-cb04ce6495a5\",\"index\":16,\"description\":\"根标签\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"00d4722c-e1e4-440e-96fd-65bd559b71a8\",\"index\":17,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"orgcode\",\"parameterType\":\"fundamental\",\"id\":\"874962e8-6c5c-402f-a4be-ca9a5c7b2867\",\"index\":18,\"description\":\"组织编码,一般不需要添加\",\"required\":false},{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"107e35f0-c148-4581-8ace-24991c5a7d59\",\"index\":19,\"description\":\"当前类型单据对应的id,如果填写要求唯一;如果不写系统自动生成一个\"},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"25765f3f-fcae-4b58-bd2c-dc4c241bf58a\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"ba282fef-104a-458f-8a28-f97b97229cb4\",\"index\":21,\"description\":\"id\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"9da1f912-fe96-45cd-b298-e11674326b53\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"ec59728e-0969-46f3-9961-8677a19511a4\",\"index\":23,\"description\":\"集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"2a66d3ca-a0f4-4904-a1f8-056ac621b84e\",\"index\":24,\"description\":\"所属财务组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_respdept\",\"parameterType\":\"fundamental\",\"id\":\"f3ed15fb-2551-40be-b3fb-a33d5081ee62\",\"index\":25,\"description\":\"专管部门\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_resppsn\",\"parameterType\":\"fundamental\",\"id\":\"45b2dbe2-a75e-4542-9ca2-c90f574558b5\",\"index\":26,\"description\":\"专管业务员\"},{\"concreteType\":\"String\",\"example\":\"CN\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"f90b8249-5cc9-4c5b-bffb-55bc355c3b51\",\"index\":27,\"description\":\"默认交易币种\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_payterm\",\"parameterType\":\"fundamental\",\"id\":\"8371d455-68d0-4872-b8c6-aa60fbd1123e\",\"index\":28,\"description\":\"默认收款协议\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"cooperateflag\",\"parameterType\":\"fundamental\",\"id\":\"6385a239-fb3d-42fc-a9d9-18a21e4f8ee1\",\"index\":29,\"description\":\"是否协同\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"creditbound\",\"parameterType\":\"fundamental\",\"id\":\"f1330620-cf0d-4ffe-b4a7-7b2b07be12da\",\"index\":30,\"description\":\"信用额度\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"makeoutfreezeflag\",\"parameterType\":\"fundamental\",\"id\":\"27930f55-2b27-4de1-b27f-0b605f87bf15\",\"index\":31,\"description\":\"开票冻结\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"grade\",\"parameterType\":\"fundamental\",\"id\":\"b146c8ba-b2db-4102-ab93-edb9681b5d0d\",\"index\":32,\"description\":\"等级\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"paypriority\",\"parameterType\":\"fundamental\",\"id\":\"cbeb2166-9355-4c81-8103-7a945bece384\",\"index\":33,\"description\":\"付款优先级\"},{\"concreteType\":\"Object\",\"parameterName\":\"corpaddress\",\"parameterType\":\"complex\",\"id\":\"0e9ef458-c065-418f-aab1-e13ae0254ee7\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"item\",\"parameterType\":\"complex\",\"id\":\"ab209870-bb74-4c3c-badd-9953840d21f0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"zhuc\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"7fa8f9c3-429e-4cf5-b157-dc5c605cba9d\",\"index\":36,\"description\":\"编码\"},{\"concreteType\":\"String\",\"example\":\"中国\",\"parameterName\":\"country\",\"parameterType\":\"fundamental\",\"id\":\"42962f73-36bb-4196-a5af-0922a2127774\",\"index\":37,\"description\":\"国家\"},{\"concreteType\":\"String\",\"example\":\"杭州西湖\",\"parameterName\":\"detailinfo\",\"parameterType\":\"fundamental\",\"id\":\"04eb9258-abfa-4244-b96d-e4e2da8f4449\",\"index\":38,\"description\":\"地址详址\"},{\"concreteType\":\"String\",\"example\":\"322100\",\"parameterName\":\"postcode\",\"parameterType\":\"fundamental\",\"id\":\"83b684e8-7224-403c-a591-0e1f922c762b\",\"index\":39,\"description\":\"邮政编码\"},{\"concreteType\":\"String\",\"example\":\"浙江\",\"parameterName\":\"province\",\"parameterType\":\"fundamental\",\"id\":\"fb4c213a-3dc9-4eee-a5be-e49babae547d\",\"index\":40,\"description\":\"省份\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"vsection\",\"parameterType\":\"fundamental\",\"id\":\"481eb1e0-d4c6-46a5-bfb6-79a84efa81af\",\"index\":41,\"description\":\"县区\"}],\"index\":35}],\"index\":34,\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"2ca07ad8-ef21-4ba3-961f-218619a7e15c\",\"index\":42,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"1f711dbc-741a-4a8a-bd74-cd5637086818\",\"index\":43,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"efb42743-0d7f-4b13-b595-20c440fc2e46\",\"index\":44,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def4\",\"parameterType\":\"fundamental\",\"id\":\"e72c19f3-fcba-47ad-abe3-ca684a2fdb02\",\"index\":45,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def5\",\"parameterType\":\"fundamental\",\"id\":\"cdbcc29a-f12a-45b0-aa73-8b4eb458a5f5\",\"index\":46,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def6\",\"parameterType\":\"fundamental\",\"id\":\"79cccbe0-9fc2-41e1-9654-7b094271e4dd\",\"index\":47,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def7\",\"parameterType\":\"fundamental\",\"id\":\"03e33855-80e9-4014-b6ee-ba81c7ab9745\",\"index\":48,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def8\",\"parameterType\":\"fundamental\",\"id\":\"a26bb838-eefe-44e0-a115-d6e2467ea77f\",\"index\":49,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def9\",\"parameterType\":\"fundamental\",\"id\":\"ee1ecc28-f8a8-4c42-b931-897af791725b\",\"index\":50,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def10\",\"parameterType\":\"fundamental\",\"id\":\"b0ebafc3-a7a8-4ec3-a263-645c8ab88064\",\"index\":51,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def11\",\"parameterType\":\"fundamental\",\"id\":\"aadad789-760a-4a86-97c9-19de68c7f2ff\",\"index\":52,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def12\",\"parameterType\":\"fundamental\",\"id\":\"344b6a39-e74a-411f-86db-025914396aa9\",\"index\":53,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def13\",\"parameterType\":\"fundamental\",\"id\":\"7e5dc5b9-c4db-4f67-a2e8-7ef4362e6230\",\"index\":54,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def14\",\"parameterType\":\"fundamental\",\"id\":\"34463445-2588-4db4-b19f-eb3d68facc10\",\"index\":55,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def15\",\"parameterType\":\"fundamental\",\"id\":\"f567b4ea-dad5-4bc5-868f-9bfd02989b97\",\"index\":56,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def16\",\"parameterType\":\"fundamental\",\"id\":\"2916ca31-085c-4634-aced-6ab378b0effc\",\"index\":57,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def17\",\"parameterType\":\"fundamental\",\"id\":\"b38f62d6-b491-4176-bab8-5680bd1c6730\",\"index\":58,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def18\",\"parameterType\":\"fundamental\",\"id\":\"cfa5a35f-ffa2-4208-9d48-d98b1b019d59\",\"index\":59,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def19\",\"parameterType\":\"fundamental\",\"id\":\"2d285671-a8b6-4065-bc9d-0e5e0b3c0d47\",\"index\":60,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def20\",\"parameterType\":\"fundamental\",\"id\":\"86daca65-02ce-4691-bf27-b50fa16fb6a5\",\"index\":61,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def21\",\"parameterType\":\"fundamental\",\"id\":\"3685c3ca-9652-4312-ab31-a091bb17f239\",\"index\":62,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def22\",\"parameterType\":\"fundamental\",\"id\":\"761dc19e-c894-4feb-8a99-dab0ee272853\",\"index\":63,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def23\",\"parameterType\":\"fundamental\",\"id\":\"825e2f7d-300d-424d-bd7b-dc7ea14ea98d\",\"index\":64,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def24\",\"parameterType\":\"fundamental\",\"id\":\"bcad5523-3d0b-453b-92ac-b986a8ae731d\",\"index\":65,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def25\",\"parameterType\":\"fundamental\",\"id\":\"e798c681-d415-4920-a4f0-ef4f11cd83cb\",\"index\":66,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def26\",\"parameterType\":\"fundamental\",\"id\":\"faa3bd56-1815-4018-b372-66a34cd63ae1\",\"index\":67,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def27\",\"parameterType\":\"fundamental\",\"id\":\"b31f916e-1423-4a6b-ad67-190e41673726\",\"index\":68,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def28\",\"parameterType\":\"fundamental\",\"id\":\"f92b53aa-390d-4f52-b8ba-3edae609b9f3\",\"index\":69,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def29\",\"parameterType\":\"fundamental\",\"id\":\"ff088249-712b-426d-9d7e-db4e07d84286\",\"index\":70,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def30\",\"parameterType\":\"fundamental\",\"id\":\"b3a45baf-1bd7-4574-8991-f30c014cd58c\",\"index\":71,\"description\":\"自定义项\"},{\"id\":\"86b5e184-1b43-4192-b667-091e01d97dd4\",\"index\":72,\"parameterName\":\"code\",\"description\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"00gg000007\",\"required\":true},{\"id\":\"72f78fc1-b25c-49c9-afa3-66200bfffd2c\",\"index\":73,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"测试供应商7\",\"description\":\"名称\",\"required\":true},{\"id\":\"70e529bd-26f1-47cf-9a22-c367ff0df9a2\",\"index\":74,\"parameterName\":\"pk_format\",\"example\":\"ZH-CN\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"6b7e197a-55b9-4653-85dc-4a6acae92a60\",\"index\":75,\"parameterName\":\"pk_timezone\",\"example\":\"P0800\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"0182bbf9-9af8-4ea0-b987-8e085b529fe2\",\"index\":76,\"parameterName\":\"pk_supplierclass\",\"example\":\"03\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"81873ab4-c806-464b-a2d0-7246f24ede9d\",\"index\":77,\"parameterName\":\"enablestate\",\"example\":\"2\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"9aa7760f-0e4f-44e6-abf3-c88b58ebab22\",\"index\":78,\"parameterName\":\"pk_country\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"CN\",\"required\":true}],\"index\":22,\"required\":true}],\"index\":20}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[]', 57, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-22 16:29:50', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('81cba40a6c63467c9d120329b6e700ef', '3b12f5e26ab64c408feb5342ad9c9cef', '杭泰BIP组织传递OA保存', '杭泰BIP组织传递OA保存', '杭泰BIP组织传递OA保存', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'http://127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"fbc23c34-3cad-4553-8e11-dcbae56fac7c\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"seeYonInterFace\",\"length\":\"50\"},{\"id\":\"c43d86c7-5d80-4987-b6c3-41fe9852fbb9\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"seeYonInterFace\"},{\"id\":\"ae8167b0-684d-4806-a47c-77f39ddc166c\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSend\"}]', '[]', '1', '[{\"id\":\"1468ee3c-2f52-4768-9d5a-e44a340c4689\",\"index\":0,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"archives\",\"description\":\"基础档案类型\"},{\"id\":\"c633b744-a646-4ce7-b6d3-713c250dc6b6\",\"index\":1,\"parameterName\":\"templateCode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"formmain_0380\",\"description\":\"模板名称\"},{\"id\":\"3a1ee793-eab0-4cf9-a687-08eef550a107\",\"index\":2,\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"]},{\"id\":\"9f446672-1f16-41e1-b8c1-2e4b68439d7f\",\"index\":3,\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"]},{\"id\":\"5e02f8d1-375d-47c1-a7c0-998e7c09cff7\",\"index\":4,\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"http://60.204.152.210/seeyon\"},{\"id\":\"29bebefe-f99b-4e2d-8f0e-036f55d284a3\",\"index\":5,\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"rest/form/import/formmain_0380\"},{\"id\":\"a79c478d-08d2-41f7-a4bf-ea3ed55a0dab\",\"index\":6,\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"kqcz\"},{\"id\":\"4268e486-91f5-443c-9607-2895d35c6d97\",\"index\":7,\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr5CIJvvbLOuwmY6FaVSV\"},{\"id\":\"49f03171-3cd9-4813-a565-9f65f1979306\",\"index\":8,\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"ad4e6564-f6a2-4cc6-a716-222179d02ce6\",\"index\":9,\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"93101b10-ebed-450b-9791-a7fcc3dc6555\",\"index\":10,\"parameterName\":\"attribute\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"children\":[{\"id\":\"490e2030-2c5e-4b4f-9a51-313a8283169a\",\"index\":11,\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"X0653\",\"description\":\"单位编码\"},{\"id\":\"c331cc34-0823-45d5-babb-2ad26da48825\",\"index\":12,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"宁波浙泰新能源开发有限公司\",\"description\":\"单位名称\"},{\"id\":\"fc1e0093-45e0-4957-ad56-3b1987656964\",\"index\":13,\"parameterName\":\"tripartiteId\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"0001A11000000001PMV0\",\"description\":\"BIPID\"},{\"id\":\"7141d843-d460-43ba-94f6-93a58df6b3a9\",\"index\":14,\"parameterName\":\"details\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":\"b8d59d07-f2d1-41ed-81aa-cdca7d454d5f\",\"index\":15,\"parameterName\":\"bankCode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"0121\",\"description\":\"开户行编码\"},{\"id\":\"a6785313-83bf-43d9-bd79-8b59c0b785a8\",\"index\":16,\"parameterName\":\"accnum\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"3901130209200035739\",\"description\":\"账号\"},{\"id\":\"9e396bc0-907e-4fd3-90f0-b9c03e22729b\",\"index\":17,\"parameterName\":\"bankName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"开户行名称\",\"example\":\"工行江北慈城支行\"}]}]}]', '[{\"concreteType\":\"String\",\"example\":\"执行成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"5daa380d-0887-4eeb-b5ee-3f92a2e3a85c\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceSend\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"681d3763-8c23-4e6d-921d-6828f1f92427\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"197c8a9a-7c54-4b64-be17-73b74cafbc85\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"c2178468-8f8d-4b1e-b061-c7adc0a91454\",\"index\":3},{\"concreteType\":\"String\",\"parameterName\":\"attribute\",\"parameterType\":\"fundamental\",\"id\":\"7f23a865-dd20-4c38-a791-dd1be374cd06\",\"index\":4},{\"concreteType\":\"String\",\"parameterName\":\"headMsg\",\"parameterType\":\"fundamental\",\"id\":\"c0ec9d33-33c0-4709-92b1-d32da8ede639\",\"index\":5}]', 69, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-22 17:25:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-22 17:25:57', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('84220d353fff11eea2cd00ffb4e96919', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207供应商删除(主键删除)', 'BipV32207供应商删除(主键删除)', 'BipV32207供应商删除(主键删除)', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/supmanage/delsup/deleteSupbyPks\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"id\":\"e9bfe90a-e103-46ab-b1d0-f8fbb2a95be6\",\"index\":10,\"parameterName\":\"pk\",\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"example\":\"1001A210000000010K1R\",\"required\":true,\"description\":\"主键\"},{\"id\":\"0566aa6a-5350-4026-b90a-abaf11b8c763\",\"index\":11,\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1\"}],\"index\":9,\"required\":true}]', '[]', 52, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-23 12:06:38', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('84220d353fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207供应商删除(编码删除)', 'BipV32207供应商删除(编码删除)', 'BipV32207供应商删除(编码删除)', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/supmanage/delsup/deleteSupbyCode\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"id\":\"e9bfe90a-e103-46ab-b1d0-f8fbb2a95be6\",\"index\":10,\"parameterName\":\"code\",\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"example\":\"00gg000009\",\"required\":true,\"description\":\"code\"},{\"id\":\"dd02d352-d7ba-4bb1-8148-4bd08f1ec118\",\"index\":11,\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"0001A110000000008SIJ\"},{\"id\":\"0566aa6a-5350-4026-b90a-abaf11b8c763\",\"index\":12,\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1\"}],\"index\":9,\"required\":true}]', '[]', 45, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-22 17:04:27', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9121bc583fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207客户新增', 'BipV32207客户新增', 'BipV32207客户新增', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"761492aa-aefe-4f65-b4ce-a6aecec9e82a\",\"index\":0,\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"a713b000-7122-41e9-9bed-d0aeb211a943\",\"index\":1,\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"839faf5a-1aee-4cf8-9283-f246d3795e7b\",\"index\":2,\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/customermanage/customer/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"0da420f4-f660-459d-a561-2e9b7c9df8cb\",\"index\":3,\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"b3ff52ee-ca45-4300-8ef7-44a416e5cb93\",\"index\":4,\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"4fc6eef7-776f-4f62-9011-55a6a3c7ae80\",\"index\":5,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"a4d162b5-a50a-40eb-848d-a246a6208bd8\",\"index\":6,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"03f037ec-3657-4b69-8019-ef241833ec78\",\"index\":7,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"1f94d08e-c262-4d4a-b600-bc9bf14087eb\",\"index\":8,\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"2000451b-c5ed-41f7-9575-6c4ef3bb0aa9\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"3b714be3-25b9-49dc-8933-17f280a68a65\",\"children\":[{\"concreteType\":\"String\",\"example\":\"customer\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"c34ac32f-aba6-4c19-84e6-ec5a966e670b\",\"index\":11,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"f19ec0a8-32a8-49dc-b4ee-3ea0676330d6\",\"index\":12,\"description\":\"是否使用NC翻译:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"ae13d12c-5f47-4ac8-b82f-d28de19e4e8a\",\"index\":13,\"description\":\"是否允许更新:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"07423d4d-199a-437c-b83d-e007da09de2d\",\"index\":14,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"aeaaef07-3556-4690-ad3f-8b3fc4f99e88\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"a0694980-a128-4dab-8deb-8c619722ddf0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"hzya001\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"61daac1a-5588-4750-8afb-517255ffc136\",\"index\":17,\"description\":\"客户编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"custprop\",\"parameterType\":\"fundamental\",\"id\":\"58e072d6-e58f-4a9a-8081-9f4d9070e80a\",\"index\":18,\"description\":\"客户类型0=外部单位,1=内部单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"custstate\",\"parameterType\":\"fundamental\",\"id\":\"627efe7f-55a5-401f-8d21-b072e121a186\",\"index\":19,\"description\":\"客户状态1=核准\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"ecotypesincevfive\",\"parameterType\":\"fundamental\",\"id\":\"36eb5029-7a11-4a33-a170-fc40c0cacd2b\",\"index\":20,\"description\":\"经济类型\"},{\"concreteType\":\"String\",\"example\":\"957000000@qq.com\",\"parameterName\":\"email\",\"parameterType\":\"fundamental\",\"id\":\"8f1fd09e-e9e0-419f-bbda-09b0c79b3f6a\",\"index\":21,\"description\":\"e-mail地址\"},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"enablestate\",\"parameterType\":\"fundamental\",\"id\":\"2a3fd66c-e910-4c92-bf74-569031ac546a\",\"index\":22,\"description\":\"启用状态1=未启用,2=已启用,3=已停用,\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"ename\",\"parameterType\":\"fundamental\",\"id\":\"d397e208-e732-46dc-84a4-3656f2102560\",\"index\":23,\"description\":\"客户英文名称\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"fax1\",\"parameterType\":\"fundamental\",\"id\":\"4c1cdb1c-d813-4c2d-9495-1dbd20ff1464\",\"index\":24,\"description\":\"传真1\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"fax2\",\"parameterType\":\"fundamental\",\"id\":\"d6d1520d-8d74-47de-9449-45f3f2ff9537\",\"index\":25,\"description\":\"传真2\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"frozenflag\",\"parameterType\":\"fundamental\",\"id\":\"faf0614a-7008-4124-a19d-fa1133a7b410\",\"index\":26,\"description\":\"冻结标志\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"isfreecust\",\"parameterType\":\"fundamental\",\"id\":\"54d44350-15ee-487a-b4c8-22e116857541\",\"index\":27,\"description\":\"散户\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"isretailstore\",\"parameterType\":\"fundamental\",\"id\":\"a92a8216-8ba9-4f9c-8a10-9705f73c9fa2\",\"index\":28,\"description\":\"零售门店\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"issupplier\",\"parameterType\":\"fundamental\",\"id\":\"9d064f79-23c1-48d4-b0f1-3cdf2d5648f8\",\"index\":29,\"description\":\"供应商\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"isvat\",\"parameterType\":\"fundamental\",\"id\":\"2d94aec0-b92f-494c-90b1-b526142bad65\",\"index\":30,\"description\":\"VAT注册码\"},{\"concreteType\":\"String\",\"example\":\"张三\",\"parameterName\":\"legalbody\",\"parameterType\":\"fundamental\",\"id\":\"3efc566e-e83f-42a6-8f32-56fe802eb672\",\"index\":31,\"description\":\"法人\"},{\"concreteType\":\"String\",\"example\":\"杭州用安测试\",\"parameterName\":\"memo\",\"parameterType\":\"fundamental\",\"id\":\"cb4ce6cb-1134-431f-b546-dba406cc7d82\",\"index\":32,\"description\":\"备注\"},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"mnecode\",\"parameterType\":\"fundamental\",\"id\":\"76a76ee9-c3a6-4bfb-afd6-5cd03b2cd9f1\",\"index\":33,\"description\":\"助记码\"},{\"concreteType\":\"String\",\"example\":\"杭州用安\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"b46b7e78-a2c8-4764-85e4-08ef610053e4\",\"index\":34,\"description\":\"客户名称\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_areacl\",\"parameterType\":\"fundamental\",\"id\":\"3cb2fe9c-1f5a-47f1-9c7b-29f382e72ffc\",\"index\":35,\"description\":\"地区分类\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_billtypecode\",\"parameterType\":\"fundamental\",\"id\":\"5fcfa957-ba5e-4eaa-aa1e-11d6640cd3ca\",\"index\":36,\"description\":\"单据类型\"},{\"concreteType\":\"String\",\"example\":\"CN\",\"parameterName\":\"pk_country\",\"parameterType\":\"fundamental\",\"id\":\"b8c2a331-5a57-4026-97ca-1ad4788c6ae2\",\"index\":37,\"description\":\"国家/地区\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"03\",\"parameterName\":\"pk_custclass\",\"parameterType\":\"fundamental\",\"id\":\"4d9da542-de84-42c5-a483-20bf85f98499\",\"index\":38,\"description\":\"客户基本分类\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_customer_main\",\"parameterType\":\"fundamental\",\"id\":\"a24943ed-ac86-4a61-9eee-a4e0f40421c7\",\"index\":39,\"description\":\"上级客户\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_customerpf\",\"parameterType\":\"fundamental\",\"id\":\"59b3aff4-29f5-441c-8c91-0781350501da\",\"index\":40,\"description\":\"客户申请单主键\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_custtaxes\",\"parameterType\":\"fundamental\",\"id\":\"8e3f47b2-da0a-4e27-b113-099c8322c53b\",\"index\":41,\"description\":\"客户税类\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_financeorg\",\"parameterType\":\"fundamental\",\"id\":\"b1c73fbb-db9d-4c1b-afce-caa274678256\",\"index\":42,\"description\":\"对应业务单元\"},{\"concreteType\":\"String\",\"example\":\"ZH-CN\",\"parameterName\":\"pk_format\",\"parameterType\":\"fundamental\",\"id\":\"db6ed442-42a4-4bb6-ae31-e44ee3b08bed\",\"index\":43,\"description\":\"数据格式\"},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"e965c972-faf3-4f2d-95ce-e8c91c0241c5\",\"index\":44,\"description\":\"所属集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"8efb2562-b853-4dbc-b86f-182e930e3b97\",\"index\":45,\"description\":\"所属组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_supplier\",\"parameterType\":\"fundamental\",\"id\":\"ca290cac-ad3a-437a-9aa9-eaf2d5500cab\",\"index\":46,\"description\":\"对应供应商\"},{\"concreteType\":\"String\",\"example\":\"P0800\",\"parameterName\":\"pk_timezone\",\"parameterType\":\"fundamental\",\"id\":\"fd8137ca-2b47-4e70-9465-b130000fc0e7\",\"index\":47,\"description\":\"时区\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"registerfund\",\"parameterType\":\"fundamental\",\"id\":\"99f1d17b-5414-4e35-b9c8-caa96736061a\",\"index\":48,\"description\":\"注册资金\"},{\"concreteType\":\"String\",\"example\":\"用安\",\"parameterName\":\"shortname\",\"parameterType\":\"fundamental\",\"id\":\"efa24c14-9a67-4bd2-b434-3e1300123600\",\"index\":49,\"description\":\"客户简称\"},{\"concreteType\":\"String\",\"example\":\"hjkasdgkasgd\",\"parameterName\":\"taxpayerid\",\"parameterType\":\"fundamental\",\"id\":\"6708281b-0c06-4152-938e-bdcbc33dd476\",\"index\":50,\"description\":\"纳税人登记号\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"tel1\",\"parameterType\":\"fundamental\",\"id\":\"5c01d4e1-ed5f-4969-8921-3c6cd987612a\",\"index\":51,\"description\":\"电话1\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"tel2\",\"parameterType\":\"fundamental\",\"id\":\"1967867b-a71a-43ac-acab-cecf2922842a\",\"index\":52,\"description\":\"电话2\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"tel3\",\"parameterType\":\"fundamental\",\"id\":\"acf3a050-fd88-4c28-ac5c-e1b9d363a350\",\"index\":53,\"description\":\"电话3\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"trade\",\"parameterType\":\"fundamental\",\"id\":\"d2830240-b2d7-443f-95e8-f457ca119524\",\"index\":54,\"description\":\"所属行业\"},{\"id\":\"04d790d3-f60e-484e-8304-64806c591a4e\",\"index\":55,\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"CNY\",\"description\":\"币种\"}],\"index\":16,\"description\":\"单据头\"},{\"id\":\"0e215d72-cedb-44d1-96c5-3c76d75a2ed7\",\"index\":56,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"id,修改需要使用\",\"example\":\"123123123\"}],\"index\":15,\"description\":\"单据\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"33896b75-6526-4a43-90e9-b5846bb30c2d\",\"index\":57,\"description\":\"账套\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"692a8a83-f436-451b-bb12-38cb5055ddd2\",\"index\":58,\"description\":\"集团编码\",\"required\":true}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[{\"concreteType\":\"String\",\"example\":\"发送数据成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"a2028664-8cc5-4ff3-bd16-0638626861a3\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceSaveSupplier\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"33261c4b-9363-4536-bf86-8e5938045ace\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"1fa22471-de84-4305-9994-dd540adb5f7f\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"6dc32d1b-e8b2-44d4-8885-befe206b2e2f\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"15b96966-20f0-46c2-ae73-1a1f0c025a07\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"8d0f9c2b-112a-4d84-95d9-540327126933\",\"index\":5},{\"concreteType\":\"Object\",\"parameterName\":\"data\",\"parameterType\":\"complex\",\"id\":\"78990677-05e5-4864-adde-254aee1add4c\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"43204b88-d36d-46bf-b7a8-83c53d9215e1\",\"children\":[{\"concreteType\":\"String\",\"example\":\"customer_1692847018401.xml\",\"parameterName\":\"filename\",\"parameterType\":\"fundamental\",\"id\":\"5a2b684a-222b-4f20-b47c-badf94b0fd72\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"customer\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"63b079ca-0d29-41ea-a252-a252dc37d99f\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"7c3b0e83-6c7d-4583-a300-290f2f66cfdd\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"aa58ad4b-622c-4201-aa1c-a999b00fb36b\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"sendresult\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"9483b116-97c7-4ead-be59-0c462d187176\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"97cbf34a-2b7e-4ee0-abb3-80e1cda6243b\",\"index\":13},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"sendresult\",\"id\":\"9124e7a7-cff4-432d-a498-f6bc47027505\",\"children\":[{\"concreteType\":\"String\",\"example\":\"18a258b9215000000000000000000000customer626740\",\"parameterName\":\"bdocid\",\"parameterType\":\"fundamental\",\"id\":\"05d295d9-00f1-453a-bc2d-d946d51d30c1\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"customer_1692847018401.xml\",\"parameterName\":\"filename\",\"parameterType\":\"fundamental\",\"id\":\"aa21f7b1-3531-4fae-8b0f-7bd41f1d2692\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"单据 18a258b9215000000000000000000000customer626740 开始处理... 单据 18a258b9215000000000000000000000customer626740 处理完毕! \",\"parameterName\":\"resultdescription\",\"parameterType\":\"fundamental\",\"id\":\"1bc4b068-8401-44e4-890e-976e8c2dc067\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"resultcode\",\"parameterType\":\"fundamental\",\"id\":\"ebafe739-15d9-44ce-940a-4f6495238d3d\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"1001A210000000010K2T\",\"parameterName\":\"content\",\"parameterType\":\"fundamental\",\"id\":\"832b1426-b81b-4b48-9d9e-4ce906deb88a\",\"index\":19}],\"index\":14},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"successful\",\"parameterType\":\"fundamental\",\"id\":\"451709a4-c6c8-49f6-a73b-4101fab59309\",\"index\":20}],\"index\":7}],\"index\":6},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"03037c95-bcf2-4e3d-ae7d-20652d44b055\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"message\",\"parameterType\":\"fundamental\",\"id\":\"e73b3ab6-6b65-4e4a-9069-1dde0a5b0aa4\",\"index\":22},{\"concreteType\":\"String\",\"parameterName\":\"errorStack\",\"parameterType\":\"fundamental\",\"id\":\"56d2005c-2f39-4799-8769-51cbe9d2cfd9\",\"index\":23}],\"index\":4}]', 46, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-24 11:29:54', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('952ac801a55f4cc99291dfbcdaa595e8', '3d205f45e1844942991f65e0c96e19c5', '认证接口深层', '认证接口(深层)', '认证接口深层', '1', '189cae7b28224c0094b7cede5984dd45', '1', '[\"1\"]', '1', '192.168.2.78:9999/kangarooDataCenter/entranceController/option', '1', '1', '100000', '100', '[{\"id\":1690340144595,\"index\":0,\"example\":\"appApiService\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"parameterName\":\"tl\",\"required\":true},{\"id\":1690340145160,\"index\":1,\"example\":\"appApi\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"parameterName\":\"as\",\"required\":true},{\"id\":1690340145595,\"index\":2,\"example\":\"testToken\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"parameterName\":\"dj\",\"required\":true},{\"id\":1690340177807,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"],\"required\":true}]', '[]', '1', '[{\"id\":1690340303317,\"index\":0,\"parameterName\":\"user\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":1690340310826,\"index\":1,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"张三\",\"required\":true},{\"id\":1690340326935,\"index\":2,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"],\"required\":true}],\"required\":true}]', '[]', 11, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-26 10:57:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-26 11:41:02', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9704eec33fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207客户修改', 'BipV32207客户修改', 'BipV32207客户修改', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"761492aa-aefe-4f65-b4ce-a6aecec9e82a\",\"index\":0,\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"a713b000-7122-41e9-9bed-d0aeb211a943\",\"index\":1,\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"839faf5a-1aee-4cf8-9283-f246d3795e7b\",\"index\":2,\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/customermanage/customer/update\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"0da420f4-f660-459d-a561-2e9b7c9df8cb\",\"index\":3,\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"b3ff52ee-ca45-4300-8ef7-44a416e5cb93\",\"index\":4,\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"4fc6eef7-776f-4f62-9011-55a6a3c7ae80\",\"index\":5,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"a4d162b5-a50a-40eb-848d-a246a6208bd8\",\"index\":6,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"03f037ec-3657-4b69-8019-ef241833ec78\",\"index\":7,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"1f94d08e-c262-4d4a-b600-bc9bf14087eb\",\"index\":8,\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"2000451b-c5ed-41f7-9575-6c4ef3bb0aa9\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"3b714be3-25b9-49dc-8933-17f280a68a65\",\"children\":[{\"concreteType\":\"String\",\"example\":\"customer\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"c34ac32f-aba6-4c19-84e6-ec5a966e670b\",\"index\":11,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"f19ec0a8-32a8-49dc-b4ee-3ea0676330d6\",\"index\":12,\"description\":\"是否使用NC翻译:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"ae13d12c-5f47-4ac8-b82f-d28de19e4e8a\",\"index\":13,\"description\":\"是否允许更新:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"07423d4d-199a-437c-b83d-e007da09de2d\",\"index\":14,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"aeaaef07-3556-4690-ad3f-8b3fc4f99e88\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"a0694980-a128-4dab-8deb-8c619722ddf0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"hzya001\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"61daac1a-5588-4750-8afb-517255ffc136\",\"index\":17,\"description\":\"客户编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"custprop\",\"parameterType\":\"fundamental\",\"id\":\"58e072d6-e58f-4a9a-8081-9f4d9070e80a\",\"index\":18,\"description\":\"客户类型0=外部单位,1=内部单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"custstate\",\"parameterType\":\"fundamental\",\"id\":\"627efe7f-55a5-401f-8d21-b072e121a186\",\"index\":19,\"description\":\"客户状态1=核准\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"ecotypesincevfive\",\"parameterType\":\"fundamental\",\"id\":\"36eb5029-7a11-4a33-a170-fc40c0cacd2b\",\"index\":20,\"description\":\"经济类型\"},{\"concreteType\":\"String\",\"example\":\"957000000@qq.com\",\"parameterName\":\"email\",\"parameterType\":\"fundamental\",\"id\":\"8f1fd09e-e9e0-419f-bbda-09b0c79b3f6a\",\"index\":21,\"description\":\"e-mail地址\"},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"enablestate\",\"parameterType\":\"fundamental\",\"id\":\"2a3fd66c-e910-4c92-bf74-569031ac546a\",\"index\":22,\"description\":\"启用状态1=未启用,2=已启用,3=已停用,\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"ename\",\"parameterType\":\"fundamental\",\"id\":\"d397e208-e732-46dc-84a4-3656f2102560\",\"index\":23,\"description\":\"客户英文名称\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"fax1\",\"parameterType\":\"fundamental\",\"id\":\"4c1cdb1c-d813-4c2d-9495-1dbd20ff1464\",\"index\":24,\"description\":\"传真1\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"fax2\",\"parameterType\":\"fundamental\",\"id\":\"d6d1520d-8d74-47de-9449-45f3f2ff9537\",\"index\":25,\"description\":\"传真2\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"frozenflag\",\"parameterType\":\"fundamental\",\"id\":\"faf0614a-7008-4124-a19d-fa1133a7b410\",\"index\":26,\"description\":\"冻结标志\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"isfreecust\",\"parameterType\":\"fundamental\",\"id\":\"54d44350-15ee-487a-b4c8-22e116857541\",\"index\":27,\"description\":\"散户\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"isretailstore\",\"parameterType\":\"fundamental\",\"id\":\"a92a8216-8ba9-4f9c-8a10-9705f73c9fa2\",\"index\":28,\"description\":\"零售门店\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"issupplier\",\"parameterType\":\"fundamental\",\"id\":\"9d064f79-23c1-48d4-b0f1-3cdf2d5648f8\",\"index\":29,\"description\":\"供应商\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"isvat\",\"parameterType\":\"fundamental\",\"id\":\"2d94aec0-b92f-494c-90b1-b526142bad65\",\"index\":30,\"description\":\"VAT注册码\"},{\"concreteType\":\"String\",\"example\":\"张三\",\"parameterName\":\"legalbody\",\"parameterType\":\"fundamental\",\"id\":\"3efc566e-e83f-42a6-8f32-56fe802eb672\",\"index\":31,\"description\":\"法人\"},{\"concreteType\":\"String\",\"example\":\"杭州用安测试\",\"parameterName\":\"memo\",\"parameterType\":\"fundamental\",\"id\":\"cb4ce6cb-1134-431f-b546-dba406cc7d82\",\"index\":32,\"description\":\"备注\"},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"mnecode\",\"parameterType\":\"fundamental\",\"id\":\"76a76ee9-c3a6-4bfb-afd6-5cd03b2cd9f1\",\"index\":33,\"description\":\"助记码\"},{\"concreteType\":\"String\",\"example\":\"杭州用安\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"b46b7e78-a2c8-4764-85e4-08ef610053e4\",\"index\":34,\"description\":\"客户名称\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_areacl\",\"parameterType\":\"fundamental\",\"id\":\"3cb2fe9c-1f5a-47f1-9c7b-29f382e72ffc\",\"index\":35,\"description\":\"地区分类\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_billtypecode\",\"parameterType\":\"fundamental\",\"id\":\"5fcfa957-ba5e-4eaa-aa1e-11d6640cd3ca\",\"index\":36,\"description\":\"单据类型\"},{\"concreteType\":\"String\",\"example\":\"CN\",\"parameterName\":\"pk_country\",\"parameterType\":\"fundamental\",\"id\":\"b8c2a331-5a57-4026-97ca-1ad4788c6ae2\",\"index\":37,\"description\":\"国家/地区\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"03\",\"parameterName\":\"pk_custclass\",\"parameterType\":\"fundamental\",\"id\":\"4d9da542-de84-42c5-a483-20bf85f98499\",\"index\":38,\"description\":\"客户基本分类\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_customer_main\",\"parameterType\":\"fundamental\",\"id\":\"a24943ed-ac86-4a61-9eee-a4e0f40421c7\",\"index\":39,\"description\":\"上级客户\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_customerpf\",\"parameterType\":\"fundamental\",\"id\":\"59b3aff4-29f5-441c-8c91-0781350501da\",\"index\":40,\"description\":\"客户申请单主键\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_custtaxes\",\"parameterType\":\"fundamental\",\"id\":\"8e3f47b2-da0a-4e27-b113-099c8322c53b\",\"index\":41,\"description\":\"客户税类\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_financeorg\",\"parameterType\":\"fundamental\",\"id\":\"b1c73fbb-db9d-4c1b-afce-caa274678256\",\"index\":42,\"description\":\"对应业务单元\"},{\"concreteType\":\"String\",\"example\":\"ZH-CN\",\"parameterName\":\"pk_format\",\"parameterType\":\"fundamental\",\"id\":\"db6ed442-42a4-4bb6-ae31-e44ee3b08bed\",\"index\":43,\"description\":\"数据格式\"},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"e965c972-faf3-4f2d-95ce-e8c91c0241c5\",\"index\":44,\"description\":\"所属集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"8efb2562-b853-4dbc-b86f-182e930e3b97\",\"index\":45,\"description\":\"所属组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_supplier\",\"parameterType\":\"fundamental\",\"id\":\"ca290cac-ad3a-437a-9aa9-eaf2d5500cab\",\"index\":46,\"description\":\"对应供应商\"},{\"concreteType\":\"String\",\"example\":\"P0800\",\"parameterName\":\"pk_timezone\",\"parameterType\":\"fundamental\",\"id\":\"fd8137ca-2b47-4e70-9465-b130000fc0e7\",\"index\":47,\"description\":\"时区\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"registerfund\",\"parameterType\":\"fundamental\",\"id\":\"99f1d17b-5414-4e35-b9c8-caa96736061a\",\"index\":48,\"description\":\"注册资金\"},{\"concreteType\":\"String\",\"example\":\"用安\",\"parameterName\":\"shortname\",\"parameterType\":\"fundamental\",\"id\":\"efa24c14-9a67-4bd2-b434-3e1300123600\",\"index\":49,\"description\":\"客户简称\"},{\"concreteType\":\"String\",\"example\":\"hjkasdgkasgd\",\"parameterName\":\"taxpayerid\",\"parameterType\":\"fundamental\",\"id\":\"6708281b-0c06-4152-938e-bdcbc33dd476\",\"index\":50,\"description\":\"纳税人登记号\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"tel1\",\"parameterType\":\"fundamental\",\"id\":\"5c01d4e1-ed5f-4969-8921-3c6cd987612a\",\"index\":51,\"description\":\"电话1\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"tel2\",\"parameterType\":\"fundamental\",\"id\":\"1967867b-a71a-43ac-acab-cecf2922842a\",\"index\":52,\"description\":\"电话2\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"tel3\",\"parameterType\":\"fundamental\",\"id\":\"acf3a050-fd88-4c28-ac5c-e1b9d363a350\",\"index\":53,\"description\":\"电话3\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"trade\",\"parameterType\":\"fundamental\",\"id\":\"d2830240-b2d7-443f-95e8-f457ca119524\",\"index\":54,\"description\":\"所属行业\"},{\"id\":\"04d790d3-f60e-484e-8304-64806c591a4e\",\"index\":55,\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"CNY\",\"description\":\"币种\"}],\"index\":16,\"description\":\"单据头\"},{\"id\":\"0e215d72-cedb-44d1-96c5-3c76d75a2ed7\",\"index\":56,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"id,修改需要使用,必传\",\"example\":\"123123123\"}],\"index\":15,\"description\":\"单据\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"33896b75-6526-4a43-90e9-b5846bb30c2d\",\"index\":57,\"description\":\"账套\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"692a8a83-f436-451b-bb12-38cb5055ddd2\",\"index\":58,\"description\":\"集团编码\",\"required\":true}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[{\"concreteType\":\"String\",\"example\":\"发送数据成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"a2028664-8cc5-4ff3-bd16-0638626861a3\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceSaveSupplier\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"33261c4b-9363-4536-bf86-8e5938045ace\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"1fa22471-de84-4305-9994-dd540adb5f7f\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"6dc32d1b-e8b2-44d4-8885-befe206b2e2f\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"15b96966-20f0-46c2-ae73-1a1f0c025a07\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"8d0f9c2b-112a-4d84-95d9-540327126933\",\"index\":5},{\"concreteType\":\"Object\",\"parameterName\":\"data\",\"parameterType\":\"complex\",\"id\":\"78990677-05e5-4864-adde-254aee1add4c\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"43204b88-d36d-46bf-b7a8-83c53d9215e1\",\"children\":[{\"concreteType\":\"String\",\"example\":\"customer_1692847018401.xml\",\"parameterName\":\"filename\",\"parameterType\":\"fundamental\",\"id\":\"5a2b684a-222b-4f20-b47c-badf94b0fd72\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"customer\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"63b079ca-0d29-41ea-a252-a252dc37d99f\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"7c3b0e83-6c7d-4583-a300-290f2f66cfdd\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"aa58ad4b-622c-4201-aa1c-a999b00fb36b\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"sendresult\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"9483b116-97c7-4ead-be59-0c462d187176\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"97cbf34a-2b7e-4ee0-abb3-80e1cda6243b\",\"index\":13},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"sendresult\",\"id\":\"9124e7a7-cff4-432d-a498-f6bc47027505\",\"children\":[{\"concreteType\":\"String\",\"example\":\"18a258b9215000000000000000000000customer626740\",\"parameterName\":\"bdocid\",\"parameterType\":\"fundamental\",\"id\":\"05d295d9-00f1-453a-bc2d-d946d51d30c1\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"customer_1692847018401.xml\",\"parameterName\":\"filename\",\"parameterType\":\"fundamental\",\"id\":\"aa21f7b1-3531-4fae-8b0f-7bd41f1d2692\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"单据 18a258b9215000000000000000000000customer626740 开始处理... 单据 18a258b9215000000000000000000000customer626740 处理完毕! \",\"parameterName\":\"resultdescription\",\"parameterType\":\"fundamental\",\"id\":\"1bc4b068-8401-44e4-890e-976e8c2dc067\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"resultcode\",\"parameterType\":\"fundamental\",\"id\":\"ebafe739-15d9-44ce-940a-4f6495238d3d\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"1001A210000000010K2T\",\"parameterName\":\"content\",\"parameterType\":\"fundamental\",\"id\":\"832b1426-b81b-4b48-9d9e-4ce906deb88a\",\"index\":19}],\"index\":14},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"successful\",\"parameterType\":\"fundamental\",\"id\":\"451709a4-c6c8-49f6-a73b-4101fab59309\",\"index\":20}],\"index\":7}],\"index\":6},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"03037c95-bcf2-4e3d-ae7d-20652d44b055\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"message\",\"parameterType\":\"fundamental\",\"id\":\"e73b3ab6-6b65-4e4a-9069-1dde0a5b0aa4\",\"index\":22},{\"concreteType\":\"String\",\"parameterName\":\"errorStack\",\"parameterType\":\"fundamental\",\"id\":\"56d2005c-2f39-4799-8769-51cbe9d2cfd9\",\"index\":23}],\"index\":4}]', 47, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-24 11:41:57', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('97cad2e8bfc048c2825b3d00bbbd5671', '19fd5110767b46d2853d359a97303bb6', '中台token获取', '中台token获取', '中台token获取', '2', NULL, '1', '[\"2\"]', '1', 'hzya.ufyct.com:9067/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690428599120,\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"loginService\",\"description\":\"要访问的Bean名称\",\"sorts\":\"1\"},{\"id\":1690428611341,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_user\",\"description\":\"数据库表名称对于缓存的key\",\"sorts\":\"2\"},{\"id\":1690428612510,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"doLogin\",\"description\":\"要执行的方法名\",\"sorts\":\"3\"}]', '[]', '1', '[{\"id\":1690428680989,\"index\":0,\"parameterName\":\"login_name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"admin\",\"description\":\"用户名\",\"sorts\":\"1\"},{\"id\":1690428681502,\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"123456\",\"description\":\"密码\",\"sorts\":\"2\"}]', '[{\"id\":1690428733905,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"登录成功\",\"description\":\"描述\",\"sorts\":\"1\"},{\"id\":1690428737061,\"index\":1,\"parameterName\":\"type\",\"required\":true,\"length\":\"50\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"doLogin\",\"description\":\"类型\",\"sorts\":\"2\"},{\"id\":1690428743912,\"index\":2,\"parameterName\":\"flag\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\",\"sorts\":\"3\"},{\"id\":1690428749988,\"index\":3,\"parameterName\":\"status\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\",\"sorts\":\"4\"},{\"id\":1690428754903,\"index\":4,\"parameterName\":\"attribute\",\"required\":true,\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"length\":\"500\",\"children\":[{\"id\":1690428886494,\"index\":5,\"parameterName\":\"userInfo\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"500\",\"description\":\"用户信息\",\"children\":[{\"id\":1690428927915,\"index\":6,\"sorts\":\"7\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"c796fd9ba4c9f5ff3cc2fa41a040e443\",\"description\":\"用户id\"}],\"sorts\":\"6\"},{\"id\":1690428941799,\"index\":7,\"parameterName\":\"token\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"42bb3f72-9c08-4ac5-a573-385b3fb7c625\",\"description\":\"token\",\"sorts\":\"8\"}],\"description\":\"返回对象\",\"sorts\":\"5\"}]', 14, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 11:36:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-16 16:58:46', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('97cad2e8bfc048c2825b3d00bbbd5672', '19fd5110767b46d2853d359a97303bb6', '中台token获取(本地)', '中台token获取(本地)', '中台token获取(本地)', '2', NULL, '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690428599120,\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"loginService\",\"description\":\"要访问的Bean名称\",\"sorts\":\"1\"},{\"id\":1690428611341,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_user\",\"description\":\"数据库表名称对于缓存的key\",\"sorts\":\"2\"},{\"id\":1690428612510,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"doLogin\",\"description\":\"要执行的方法名\",\"sorts\":\"3\"}]', '[]', '1', '[{\"id\":1690428680989,\"index\":0,\"parameterName\":\"login_name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"admin\",\"description\":\"用户名\",\"sorts\":\"1\"},{\"id\":1690428681502,\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"123456\",\"description\":\"密码\",\"sorts\":\"2\"}]', '[{\"id\":1690428733905,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"登录成功\",\"description\":\"描述\",\"sorts\":\"1\"},{\"id\":1690428737061,\"index\":1,\"parameterName\":\"type\",\"required\":true,\"length\":\"50\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"doLogin\",\"description\":\"类型\",\"sorts\":\"2\"},{\"id\":1690428743912,\"index\":2,\"parameterName\":\"flag\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\",\"sorts\":\"3\"},{\"id\":1690428749988,\"index\":3,\"parameterName\":\"status\",\"required\":true,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\",\"sorts\":\"4\"},{\"id\":1690428754903,\"index\":4,\"parameterName\":\"attribute\",\"required\":true,\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"length\":\"500\",\"children\":[{\"id\":1690428886494,\"index\":5,\"parameterName\":\"userInfo\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"500\",\"description\":\"用户信息\",\"children\":[{\"id\":1690428927915,\"index\":6,\"sorts\":\"7\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"c796fd9ba4c9f5ff3cc2fa41a040e443\",\"description\":\"用户id\"}],\"sorts\":\"6\"},{\"id\":1690428941799,\"index\":7,\"parameterName\":\"token\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"42bb3f72-9c08-4ac5-a573-385b3fb7c625\",\"description\":\"token\",\"sorts\":\"8\"}],\"description\":\"返回对象\",\"sorts\":\"5\"}]', 31, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 11:36:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-18 16:50:07', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9bbfb4a8d06642c58c1a207ae91e3cf3', '3d205f45e1844942991f65e0c96e19c5', '阿斯顿', '1123', '123', '1', NULL, '1', '[\"1\"]', '1', 'http://www.basida.com', '1', '1', '1000', '100', '[{\"id\":1689928600949,\"index\":0,\"parameterName\":\"qwe\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1123\",\"length\":\"123\"}]', '[{\"id\":1689928628002,\"index\":0,\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"parameterName\":\"id\",\"length\":\"10\",\"example\":\"100\",\"description\":\"id\",\"sorts\":\"1\"}]', '1', '[]', '[]', 5, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-21 16:40:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-21 16:40:40', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9ceb20783fff11eea2cd00ffb4e969232', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207客户删除(编码删除)', 'BipV32207客户删除(编码删除)', 'BipV32207客户删除(编码删除)', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"761492aa-aefe-4f65-b4ce-a6aecec9e82a\",\"index\":0,\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"a713b000-7122-41e9-9bed-d0aeb211a943\",\"index\":1,\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"839faf5a-1aee-4cf8-9283-f246d3795e7b\",\"index\":2,\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/custmanage/delcust/deleteCustbyCode\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"0da420f4-f660-459d-a561-2e9b7c9df8cb\",\"index\":3,\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"b3ff52ee-ca45-4300-8ef7-44a416e5cb93\",\"index\":4,\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"4fc6eef7-776f-4f62-9011-55a6a3c7ae80\",\"index\":5,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"a4d162b5-a50a-40eb-848d-a246a6208bd8\",\"index\":6,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"03f037ec-3657-4b69-8019-ef241833ec78\",\"index\":7,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"1f94d08e-c262-4d4a-b600-bc9bf14087eb\",\"index\":8,\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"2000451b-c5ed-41f7-9575-6c4ef3bb0aa9\",\"children\":[{\"id\":\"70d57f7f-f92a-4f76-ab45-681ca59d9b2e\",\"index\":10,\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"编码\",\"example\":\"hzya001\"},{\"id\":\"53d1c49c-c888-44b7-b71e-32d1367309b9\",\"index\":11,\"parameterName\":\"group_code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"集团编码\",\"example\":\"01\"},{\"id\":\"8f13839a-b69e-47ad-867a-fe7f0dc51c8b\",\"index\":12,\"parameterName\":\"org_code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"组织编码\",\"example\":\"X0645\"},{\"id\":\"5bcc13ab-3aae-493d-811f-cd865dcb91e1\",\"index\":13,\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"description\":\"版本号:2005版本以及之前可以不传,之后必须传为1\",\"example\":\"1\"}],\"index\":9,\"required\":true}]', '[{\"concreteType\":\"String\",\"example\":\"发送数据成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"ffcc5060-61ae-48aa-b964-7228ea975059\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceSaveSupplier\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"22b8260e-1a65-4fae-9f2e-baed56d33630\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"441586e2-f66c-4a37-a10f-fa39c89223fd\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"3f2d229c-39cc-4e6e-b1ff-7c337c62a1dc\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"2bdfe1b0-85fc-4e9e-9b10-2b77666231e0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"ad0e2f2c-cc92-4267-84c6-8ce5261691db\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"true\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"3c71b64f-2922-46e3-97b7-e4bc827fbc53\",\"index\":6},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"1729453a-a808-43ed-ab11-5f3a57de83ab\",\"index\":7},{\"concreteType\":\"String\",\"parameterName\":\"message\",\"parameterType\":\"fundamental\",\"id\":\"899b4d3b-1e75-4ae7-87a8-6b4caafe92d7\",\"index\":8},{\"concreteType\":\"String\",\"parameterName\":\"errorStack\",\"parameterType\":\"fundamental\",\"id\":\"e2776c56-20d2-4cc4-a4d1-0762255d137e\",\"index\":9}],\"index\":4}]', 53, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-24 14:43:57', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9ceb20783fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207客户删除(主键删除)', 'BipV32207客户删除(主键删除)', 'BipV32207客户删除(主键删除)', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"761492aa-aefe-4f65-b4ce-a6aecec9e82a\",\"index\":0,\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"a713b000-7122-41e9-9bed-d0aeb211a943\",\"index\":1,\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"839faf5a-1aee-4cf8-9283-f246d3795e7b\",\"index\":2,\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/custmanage/delcust/deleteCustbyPks\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"0da420f4-f660-459d-a561-2e9b7c9df8cb\",\"index\":3,\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"b3ff52ee-ca45-4300-8ef7-44a416e5cb93\",\"index\":4,\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"4fc6eef7-776f-4f62-9011-55a6a3c7ae80\",\"index\":5,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"a4d162b5-a50a-40eb-848d-a246a6208bd8\",\"index\":6,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"03f037ec-3657-4b69-8019-ef241833ec78\",\"index\":7,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"1f94d08e-c262-4d4a-b600-bc9bf14087eb\",\"index\":8,\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"2000451b-c5ed-41f7-9575-6c4ef3bb0aa9\",\"children\":[{\"id\":\"3e9d4d9e-fae4-45c1-b9c7-8c2f5c12b26b\",\"index\":10,\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"1\",\"description\":\"版本号:2005版本以及之前可以不传,之后必须传为1\"},{\"id\":\"7eac46ec-0e9a-4df6-81c7-0fbc247e89d6\",\"index\":11,\"required\":true,\"parameterName\":\"pk\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"主键\",\"example\":\"1\"}],\"index\":9,\"required\":true}]', '[{\"concreteType\":\"String\",\"example\":\"发送数据成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"a3aa7cdf-f79a-46b2-a46c-57fb5ef37a05\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceSaveSupplier\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"fe1a5c3f-2d5c-476d-ae3d-7f210cffe829\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"aa14ea39-1c17-40fc-8812-d0f04c37325d\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"94ede248-47dd-4b47-918c-79e77ed22780\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"17dbbe6f-e24b-41d8-b6e0-db619812ca54\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"120e3c7d-7bb1-49e3-a3f1-c00be6773035\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"true\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"841dfaec-2aee-469b-afdf-142cf4011bf8\",\"index\":6},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"626fc6e8-f019-4bdf-a0c2-b9a4bf8f47e6\",\"index\":7},{\"concreteType\":\"String\",\"parameterName\":\"message\",\"parameterType\":\"fundamental\",\"id\":\"6599df6c-363f-4062-bfd6-0dd70262d903\",\"index\":8},{\"concreteType\":\"String\",\"parameterName\":\"errorStack\",\"parameterType\":\"fundamental\",\"id\":\"293345ea-f312-46dd-bfec-59a1aa05ce9a\",\"index\":9}],\"index\":4}]', 48, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-24 14:38:01', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a066784b2c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据人员新增', '中台主数据人员新增', '中台主数据人员新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0012\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"a648cf712b68491da6c2aa1a08b47fe2\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"人员编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"yy01\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"姓名\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"yy01\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"出生日期\",\"sorts\":\"7\",\"example\":\"2023-07-19\"},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"性别\",\"sorts\":\"8\",\"example\":\"0220adaf1614415c879c730aabfe9867\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"证据类型\",\"sorts\":\"9\",\"example\":\"7b60b66a698c4567a2cee1246fcf7876\",\"required\":true},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"证件号\",\"sorts\":\"10\",\"example\":\"4113242006565656\",\"required\":true},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"邮箱\",\"sorts\":\"11\",\"example\":\"122323244@qq.com\"},{\"id\":1690446362305,\"index\":11,\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"微信\",\"sorts\":\"12\",\"length\":\"50\",\"example\":\"wwf23333\"},{\"id\":1690446365579,\"index\":12,\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"家庭联系人\",\"sorts\":\"13\",\"length\":\"50\",\"example\":\"王仔\"},{\"id\":1690446366558,\"index\":13,\"parameterName\":\"field0011\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"家庭电话\",\"sorts\":\"14\",\"length\":\"50\",\"example\":\"123432222\"},{\"id\":1690446367772,\"index\":14,\"parameterName\":\"field0012\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"备注\",\"sorts\":\"15\",\"length\":\"200\",\"example\":\"浙江省杭州市余杭区\"},{\"id\":1690446375726,\"index\":15,\"parameterName\":\"formson_0001_Detail\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"required\":true,\"length\":\"400\",\"description\":\"工作信息\",\"children\":[{\"id\":1690447173891,\"index\":16,\"parameterName\":\"field0001\",\"description\":\"所在部门\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"17\",\"example\":\"1\"},{\"id\":1690447186455,\"index\":17,\"parameterName\":\"field0002\",\"description\":\"工作岗位\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"18\",\"example\":\"1\"},{\"id\":1690447187984,\"index\":18,\"parameterName\":\"field0003\",\"description\":\"入职时间\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"sorts\":\"19\",\"length\":\"50\",\"example\":\"2023-07-12\"},{\"id\":1690447188761,\"index\":19,\"parameterName\":\"field0004\",\"description\":\"离职时间\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"sorts\":\"20\",\"length\":\"50\",\"example\":\"2023-07-20\"},{\"id\":1690447191090,\"index\":20,\"parameterName\":\"field0005\",\"description\":\"是否主职\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"21\",\"example\":\"d887c5f3212348c7818cc754adf29fda\"},{\"id\":1690447193184,\"index\":21,\"parameterName\":\"field0006\",\"description\":\"备注\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"sorts\":\"22\",\"example\":\"工作备注\"}],\"sorts\":\"16\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 17, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 16:42:47', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a0a64273e60b4ccdb245683dfefdade4', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207token获取(测试)', 'BipV32207token获取', 'BipV32207token获取(测试)', '2', NULL, '1', '[\"2\"]', '1', 'hzya.ufyct.com:9067/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceGetToken\"}]', '[]', '1', '[{\"id\":\"f260d1ae-e9a2-4ecf-8a5a-c551d07d5845\",\"index\":0,\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"zhengtai\",\"description\":\"APP ID\",\"sorts\":\"1\"},{\"id\":\"845b3272-bfd7-4bd7-866b-9bf6c088ed03\",\"index\":1,\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"description\":\"公钥\",\"sorts\":\"2\"},{\"id\":\"abe6c6c0-d68b-4609-8191-2819629b533c\",\"index\":2,\"parameterName\":\"client_secret\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"3\",\"description\":\"对应于第三方应用注册当中的app_secret\",\"example\":\"e9d12d34ac6e4571acd3\"},{\"id\":\"6b8a4b53-4164-402b-948b-9caa5811dc68\",\"index\":3,\"parameterName\":\"username\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"4\",\"example\":\"zhuc\",\"description\":\"ncc用户名\"},{\"id\":\"2d8af6c3-e9f8-48d4-8ba4-2421f1d19a93\",\"index\":4,\"parameterName\":\"pwd\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"5\",\"example\":\"hzya@1314\",\"description\":\"ncc用户密码\"},{\"id\":\"6192f2e7-e982-4e37-bfd3-58e65fc7510f\",\"index\":5,\"parameterName\":\"busi_center\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"6\",\"example\":\"01\",\"description\":\"访问的nccloud系统的账套code\"},{\"id\":\"20815d1b-4471-4bfb-bf2c-44a57d14659b\",\"index\":6,\"parameterName\":\"dsname\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"7\",\"example\":\"BIPCS\",\"description\":\"数据源名称\"},{\"id\":\"13f05ef5-9874-4093-9c0e-467bd6bfdf4c\",\"index\":7,\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"8\",\"example\":\"http://60.204.135.151:8089\",\"description\":\"服务器ip:port\"}]', '[{\"concreteType\":\"String\",\"example\":\"获取token成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"3edc355b-1c02-4363-a09e-64c0adafabee\",\"index\":0},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"8666e26f-13da-4fc7-8ca7-ce0e227c6c7d\",\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"5702cb28-1f85-48db-8fa6-f3bab9f1e405\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"7e045df7-060b-4c7a-9f57-a0995bd5f4ad\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"data\",\"parameterType\":\"complex\",\"id\":\"06380399-3851-4509-ba91-c786d9660005\",\"children\":[{\"concreteType\":\"String\",\"example\":\"6daa6ef66a6bf258bba239c1ab02c37f\",\"parameterName\":\"access_token\",\"parameterType\":\"fundamental\",\"id\":\"b9161e4a-e63a-4429-b524-c704479eaca7\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"230f088640c5a1812573076c46d3da0e\",\"parameterName\":\"refresh_token\",\"parameterType\":\"fundamental\",\"id\":\"b531c64d-4856-44c6-8631-0c360944d90c\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"AJXJKx9VHZRTccFQxgYO32fBydUZ9FWrS9CYkoflY/A=\",\"parameterName\":\"security_key\",\"parameterType\":\"fundamental\",\"id\":\"7b5d25d9-f56d-4e5b-8c69-b88791fe4042\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"password\",\"parameterName\":\"grant_type\",\"parameterType\":\"fundamental\",\"id\":\"21665210-f841-477c-8151-1cc956ffbaee\",\"index\":8},{\"concreteType\":\"Number\",\"example\":\"1000000\",\"parameterName\":\"expires_in\",\"parameterType\":\"fundamental\",\"id\":\"8f17d4f3-3461-4f49-a11d-89818a808617\",\"index\":9},{\"concreteType\":\"Number\",\"example\":\"1692603713119\",\"parameterName\":\"ts\",\"parameterType\":\"fundamental\",\"id\":\"5d35e4b1-8507-439d-8df8-980b8cfb5762\",\"index\":10}],\"index\":4},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"2bcc47f4-b97a-4c31-93bb-bb1dee72b3bd\",\"index\":11}],\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"b344726d-ff94-4757-beb1-4eec4b8c2454\",\"index\":12}]', 41, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 11:07:22', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a0a64273e60b4ccdb245683dfefdade5', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207供应商获取1', 'BipV32207供应商获取', 'BipV32207供应商获取(测试)', '2', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceGetSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":\"http://10.211.55.12/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"2966601f-26d5-4baa-aba3-08b2f1a857b4\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/suppliermanage/supplier/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"35e10d61-0860-430d-83f6-b281007cf908\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"kqcz\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"814397b2-4266-4ef5-a636-46049f64ba73\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr5CIJvvbLOuwmY6FaVSV+9Dy4FN4cSAxFwTZMdeeK51thvq2eeKN7hQI0BasQNEp9tmCuLcIHU1qmwSgnuy9PeJYyi/b7i7i8MlVNmisEeNeXZKaU4ihR04M6p3uzhsyicQW7pq6JtXi1XSiG/2wyxwG1EXf/q82iRLP2oRyOKUlbfNliEqmfgBEAf3Wh0I6+YE4ETl5i2V2Djg+Qz9wZMFz/EbFWHW/FkoPJuez5xj+LSN/namLs/sGdRcL3GVPqrDvJPKxFzWOQAdJCpKATLTaUwv5JAGg5D+Vfdn644ZX5thZ5UM9mZxtirhd5vJERIE79alsaFG3DIWRjNoTyQIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"95ff70cd-2f08-40a3-adc0-f0d43a13da7f\",\"index\":3},{\"concreteType\":\"String\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"fb3cac46-1cb1-435e-b383-43f1ef480e83\",\"index\":4},{\"concreteType\":\"String\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"26a61977-d200-4c5a-9a7f-df72f6d7de7c\",\"index\":5},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"e0d12f86-1588-487b-9672-3808623d7df4\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"636f336f-8e1e-4493-a713-def263b15100\",\"children\":[{\"concreteType\":\"String\",\"example\":\"supplier\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"3be53a99-2af4-4a9f-9f5b-3ba5fd8074ba\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"default\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"57dbb8dc-e006-46b1-9a9c-cf0ff257baf7\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"101\",\"parameterName\":\"orgcode\",\"parameterType\":\"fundamental\",\"id\":\"4e4cd1ca-d8ce-40b0-9b2c-7f145454af81\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"170937b6-705d-4868-976e-da9eba2cfae4\",\"index\":11},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"d45660f3-4a4a-4fa4-8353-3bf8db43ba97\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"555ba5dc-9dd5-4ba6-9832-cda1c4dea2ce\",\"children\":[{\"concreteType\":\"String\",\"example\":\"101\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"a92a8d9e-120c-491e-b840-e6e2ae4580ff\",\"index\":14},{\"concreteType\":\"Object\",\"parameterName\":\"suplinkman\",\"parameterType\":\"complex\",\"id\":\"367607ff-b816-498b-bb28-ea53123fdfcc\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"item\",\"parameterType\":\"complex\",\"id\":\"4f0615c7-a831-4dc8-acde-ce9fcc70752c\",\"children\":[{\"concreteType\":\"String\",\"example\":\"日期\",\"parameterName\":\"birthday\",\"parameterType\":\"fundamental\",\"id\":\"aa064535-7a77-4ea8-9e10-121e33e650b3\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"xx城市xx区县\",\"parameterName\":\"address\",\"parameterType\":\"fundamental\",\"id\":\"34f878f7-1f09-4e27-b00a-c60ba8fc028e\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"111\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"e9fed329-0bb5-4e98-a64c-66a35e27316e\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"sex\",\"parameterType\":\"fundamental\",\"id\":\"2344330a-06ec-4f2f-979f-897f3f541412\",\"index\":20,\"description\":\"1=男,2=女,\"},{\"concreteType\":\"String\",\"example\":\"…\",\"parameterName\":\"memo\",\"parameterType\":\"fundamental\",\"id\":\"e33dc227-0dd2-4f88-88f1-793fcb442270\",\"index\":21},{\"concreteType\":\"String\",\"example\":\"110\",\"parameterName\":\"cell\",\"parameterType\":\"fundamental\",\"id\":\"3eb62839-12a6-4d83-8447-46d78254edac\",\"index\":22},{\"concreteType\":\"String\",\"example\":\"…\",\"parameterName\":\"webaddress\",\"parameterType\":\"fundamental\",\"id\":\"7d06a88a-e941-4f4a-b50a-7ff3618cd913\",\"index\":23},{\"concreteType\":\"String\",\"example\":\"…\",\"parameterName\":\"vjob\",\"parameterType\":\"fundamental\",\"id\":\"d652cd30-3c21-4397-916b-a5c18795c65e\",\"index\":24},{\"concreteType\":\"String\",\"example\":\"…\",\"parameterName\":\"name3\",\"parameterType\":\"fundamental\",\"id\":\"73071540-4431-40fc-ac35-b2760822df37\",\"index\":25},{\"concreteType\":\"String\",\"example\":\"110\",\"parameterName\":\"phone\",\"parameterType\":\"fundamental\",\"id\":\"a5c8a768-c570-40ff-98bc-fc31363745f0\",\"index\":26},{\"concreteType\":\"String\",\"example\":\"…\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"97bc7216-26f7-4ba1-a310-b76815a4da7b\",\"index\":27},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isdefault\",\"parameterType\":\"fundamental\",\"id\":\"cd6947c7-cbf9-4560-9c21-0550313c5097\",\"index\":28,\"description\":\"Y/N\"},{\"concreteType\":\"String\",\"example\":\"111\",\"parameterName\":\"fax\",\"parameterType\":\"fundamental\",\"id\":\"d2f3e61c-fe27-4e94-bc34-dadebe00a012\",\"index\":29},{\"concreteType\":\"String\",\"example\":\"…\",\"parameterName\":\"name2\",\"parameterType\":\"fundamental\",\"id\":\"9d5f9685-7d8f-4d03-85f3-c370b4085725\",\"index\":30},{\"concreteType\":\"String\",\"example\":\"日期\",\"parameterName\":\"anniversary\",\"parameterType\":\"fundamental\",\"id\":\"e6269270-4ff2-4f9f-b2fb-a4259c9a4c64\",\"index\":31},{\"concreteType\":\"String\",\"example\":\"xxx@xx.com\",\"parameterName\":\"email\",\"parameterType\":\"fundamental\",\"id\":\"ec8394fd-55de-4c6b-a1c5-848f708493c3\",\"index\":32}],\"index\":16}],\"index\":15},{\"concreteType\":\"String\",\"example\":\"10101\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"112c0967-7313-4c11-be6f-149babeaf0e2\",\"index\":33},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def30\",\"parameterType\":\"fundamental\",\"id\":\"df72cf95-30ae-4a66-a5ef-62e36d42237a\",\"index\":34},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def10\",\"parameterType\":\"fundamental\",\"id\":\"bb8c34f2-15c7-4c0f-a34a-f162fc634bf6\",\"index\":35},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def11\",\"parameterType\":\"fundamental\",\"id\":\"e65f8867-11dc-412e-9ef0-513dfc55a742\",\"index\":36},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def12\",\"parameterType\":\"fundamental\",\"id\":\"c6de5c4a-f334-466b-b75e-8d3404edcc24\",\"index\":37},{\"concreteType\":\"Object\",\"parameterName\":\"corpaddress\",\"parameterType\":\"complex\",\"id\":\"4861de31-0300-4285-938d-72adb9b68fee\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"item\",\"parameterType\":\"complex\",\"id\":\"e1340aed-e4c4-40df-89e3-0c73eb66b001\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"country\",\"parameterType\":\"fundamental\",\"id\":\"9f0c37e0-bc2a-4f6f-995e-b2bc33b44fcb\",\"index\":40},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"bcdf2d32-1a9a-4809-a57e-b7d1e908ee34\",\"index\":41},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"province\",\"parameterType\":\"fundamental\",\"id\":\"314a140c-4175-48c2-842e-893b0c225195\",\"index\":42},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"vsection\",\"parameterType\":\"fundamental\",\"id\":\"d9341895-e032-4d7a-9ade-916743af6c62\",\"index\":43},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"postcode\",\"parameterType\":\"fundamental\",\"id\":\"868cbac9-c8ae-422c-965f-b7cefd73cf84\",\"index\":44},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"detailinfo\",\"parameterType\":\"fundamental\",\"id\":\"5f824224-07d2-4fae-8fca-60d333bdfbe3\",\"index\":45}],\"index\":39}],\"index\":38},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def13\",\"parameterType\":\"fundamental\",\"id\":\"c72e5e17-ce25-46c0-b481-ff268586bd41\",\"index\":46},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def14\",\"parameterType\":\"fundamental\",\"id\":\"a493614c-a16e-4541-934a-c4fa19d7b451\",\"index\":47},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def15\",\"parameterType\":\"fundamental\",\"id\":\"17317a9f-c943-4d78-aa39-50dc32446cf5\",\"index\":48},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def16\",\"parameterType\":\"fundamental\",\"id\":\"6176ff21-491d-4094-b5c0-8910288cecf7\",\"index\":49},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def17\",\"parameterType\":\"fundamental\",\"id\":\"d670cd07-2341-4ec5-aa88-b8a964bc0a00\",\"index\":50},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def18\",\"parameterType\":\"fundamental\",\"id\":\"deafff84-8f54-4e2f-ba59-355e67fc8317\",\"index\":51},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def19\",\"parameterType\":\"fundamental\",\"id\":\"d5ba8bc6-caf7-4858-a7a1-d3fd939b3cd6\",\"index\":52},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"e95b8a1b-bbb0-4422-9b33-93b941ade0a8\",\"index\":53},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def4\",\"parameterType\":\"fundamental\",\"id\":\"c00622c8-f13f-43d5-948a-0393ac8c7a56\",\"index\":54},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"0cad9d22-b6a9-43c9-9431-40f70d64fb15\",\"index\":55},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"fd33da72-2c16-456c-8253-12a7f008eec7\",\"index\":56},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"makeoutfreezeflag\",\"parameterType\":\"fundamental\",\"id\":\"a8d68dbb-fbdc-4f56-92e4-2a2a00220f05\",\"index\":57},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def20\",\"parameterType\":\"fundamental\",\"id\":\"20105878-1d4e-413b-a7a2-2e97b744db51\",\"index\":58},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"cooperateflag\",\"parameterType\":\"fundamental\",\"id\":\"58187691-c815-41ab-81a3-3dd702917494\",\"index\":59},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def21\",\"parameterType\":\"fundamental\",\"id\":\"65331d78-13e0-47ff-8065-8b04037b3b6d\",\"index\":60},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def22\",\"parameterType\":\"fundamental\",\"id\":\"2179053d-e5d7-4224-9317-487ecd9ff7b7\",\"index\":61},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def23\",\"parameterType\":\"fundamental\",\"id\":\"e8226059-6cc6-4bfa-9e33-053827b4f045\",\"index\":62},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def24\",\"parameterType\":\"fundamental\",\"id\":\"9c4b62cd-53cc-4e5a-b7d3-37a955575006\",\"index\":63},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def25\",\"parameterType\":\"fundamental\",\"id\":\"7aa09af1-1d7c-4e0a-8c48-19d313be3e37\",\"index\":64},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def26\",\"parameterType\":\"fundamental\",\"id\":\"045fc49a-e5d6-4bfe-a64b-69a157d21c07\",\"index\":65},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def9\",\"parameterType\":\"fundamental\",\"id\":\"c95b757c-ea4c-4e7f-a8ea-41317076a9d2\",\"index\":66},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def27\",\"parameterType\":\"fundamental\",\"id\":\"bf0b06d5-9ae8-44c0-9880-544185c7bbbc\",\"index\":67},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def28\",\"parameterType\":\"fundamental\",\"id\":\"b41262a1-bda2-401b-b6a4-860f0cdc5888\",\"index\":68},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def7\",\"parameterType\":\"fundamental\",\"id\":\"9ec72975-d3f6-4ef0-9ff2-930554e19f26\",\"index\":69},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def29\",\"parameterType\":\"fundamental\",\"id\":\"3fabcd66-4fb8-473d-a600-4c46e7f4528c\",\"index\":70},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def8\",\"parameterType\":\"fundamental\",\"id\":\"1f3df714-6169-4519-9f98-e4c6a91fac34\",\"index\":71},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def5\",\"parameterType\":\"fundamental\",\"id\":\"4836b27e-2487-47a3-884c-3880a13091b3\",\"index\":72},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def6\",\"parameterType\":\"fundamental\",\"id\":\"34f45b3b-855a-4014-831d-8e200e451416\",\"index\":73}],\"index\":13}],\"index\":12},{\"concreteType\":\"String\",\"example\":\"bill\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"27fc70b8-6479-42e3-98ef-d1f69d8bd1ba\",\"index\":74},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"b57d615d-6777-4295-a593-d94d5136da02\",\"index\":75},{\"concreteType\":\"String\",\"example\":\"88888888\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"6987c416-6772-44db-a2ba-b1ccce3123c9\",\"index\":76},{\"concreteType\":\"String\",\"example\":\"001\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"e7984d6e-cc1f-4a8e-abd7-6d838fc3b146\",\"index\":77},{\"concreteType\":\"String\",\"example\":\"T1\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"941fee13-ecb9-4a3f-8adc-ad33a46c3637\",\"index\":78}],\"index\":7}],\"index\":6}]', '[{\"concreteType\":\"String\",\"example\":\"查询成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"64f39090-692c-4853-83f9-4fd996db8549\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceGetSupplier\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"1db02523-cce1-46b5-a961-670e14d0c4cf\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"dbac81d0-a520-4945-9e15-338bd872e6f1\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"d89ccb4d-f776-4539-a1c1-549eaa081b5f\",\"index\":3},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"attribute\",\"id\":\"e7834f5a-785a-41c8-bd66-fe564707e1f1\",\"children\":[{\"concreteType\":\"String\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"6b31e4ed-d036-4c45-9e18-f2609be9ba64\",\"index\":5,\"description\":\"联系人\"},{\"concreteType\":\"String\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"93cc1bba-58ca-4500-a6cb-cfafb9f4708f\",\"index\":6,\"description\":\"地址\"},{\"concreteType\":\"String\",\"example\":\"020026\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"d028cc33-6add-451e-8184-3c5b0f9a55a9\",\"index\":7,\"description\":\"供应商编码\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"a55246e5-e979-49fe-b8c4-580ef4782a8c\",\"index\":8,\"description\":\"电话\"},{\"concreteType\":\"String\",\"example\":\"陕西正泰电缆有限公司\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"64cf99fa-a513-4d17-af04-ed88ac7d3c67\",\"index\":9,\"description\":\"供应商名称\"},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"details\",\"id\":\"0629cc81-3652-4d5f-acb4-b9028822bf3c\",\"children\":[{\"concreteType\":\"String\",\"example\":\"中国建设银行股份有限公司咸阳渭阳路支行\",\"parameterName\":\"splitbank\",\"parameterType\":\"fundamental\",\"id\":\"01e17060-80e2-4cb8-bcb4-872c573c0807\",\"index\":11,\"description\":\"开户行\"},{\"concreteType\":\"String\",\"example\":\"61001635208059777777\",\"parameterName\":\"bankaccno\",\"parameterType\":\"fundamental\",\"id\":\"11af3f66-366a-491b-901b-199c6704a07c\",\"index\":12,\"description\":\"银行账号\"},{\"concreteType\":\"String\",\"example\":\"是\",\"parameterName\":\"isdefault\",\"parameterType\":\"fundamental\",\"id\":\"a6148436-2b0f-4599-9141-dfe381c429ff\",\"index\":13,\"description\":\"是否默认\"}],\"index\":10},{\"concreteType\":\"String\",\"example\":\"91610400088075903D\",\"parameterName\":\"taxpayerid\",\"parameterType\":\"fundamental\",\"id\":\"c528e978-2c56-4027-b9f0-11b105f5c1d3\",\"index\":14},{\"id\":\"6c6316b7-7c52-400e-bc49-479194a8a64c\",\"index\":15,\"parameterName\":\"thirdInterfaceSend\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"BIP供应商主键\"}],\"index\":4},{\"concreteType\":\"String\",\"example\":\"Head信息:[ tl: bipV32207Service as: bipV32207 dj: thirdInterfaceGetSupplier ],body信息:[ {\\n \\\"code\\\":\\\"020026\\\"\\n} ]\",\"parameterName\":\"headMsg\",\"parameterType\":\"fundamental\",\"id\":\"525ce885-5e30-4faa-bf9f-2666a297f774\",\"index\":16}]', 42, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-30 16:02:40', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a0a64273e60b4ccdb245683dfefdade6', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207token获取(正式)', 'BipV32207token获取(正式)', 'BipV32207token获取(正式)', '2', NULL, '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceGetToken\"}]', '[]', '1', '[{\"id\":\"f260d1ae-e9a2-4ecf-8a5a-c551d07d5845\",\"index\":0,\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"yonyou\",\"description\":\"APP ID\",\"sorts\":\"1\"},{\"id\":\"845b3272-bfd7-4bd7-866b-9bf6c088ed03\",\"index\":1,\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEj3X6VynJmaVHBVU48d5ssVURfF3frgoBqUl4Glwqa3KqtsOgTLb+ZoAcD4hO6Trtqi3TUOMQlvBEUXiSCLTO2uqkDCRuhG796Pu/3r01QvJJQXcA4vQVUxIAxw4zWWZkjCT1Enu54vicbm2V3fK9CXJOq6hu32zq5yQjLKfkXFR372gkbB3o0H4bw6JxvXia66w/9/DTmHV+7ae5CX8zlap1k1x6Cg10Vb+6Gl1raz7P8iqdCxlbtcSQRmowLNYLf4jzSWXc8nFrp6XTumeq5H9kEpGo0qjHibwBVsIh0yjt+gbuSWyISkiniW6XV2T4ejRjahght7zWB1WWsmrwIDAQAB\",\"description\":\"公钥\",\"sorts\":\"2\"},{\"id\":\"abe6c6c0-d68b-4609-8191-2819629b533c\",\"index\":2,\"parameterName\":\"client_secret\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"3\",\"description\":\"对应于第三方应用注册当中的app_secret\",\"example\":\"5146c10153af4e779c26\"},{\"id\":\"6b8a4b53-4164-402b-948b-9caa5811dc68\",\"index\":3,\"parameterName\":\"username\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"4\",\"example\":\"yonyou\",\"description\":\"ncc用户名\"},{\"id\":\"2d8af6c3-e9f8-48d4-8ba4-2421f1d19a93\",\"index\":4,\"parameterName\":\"pwd\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"5\",\"example\":\"hzya@1314\",\"description\":\"ncc用户密码\"},{\"id\":\"6192f2e7-e982-4e37-bfd3-58e65fc7510f\",\"index\":5,\"parameterName\":\"busi_center\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"6\",\"example\":\"01\",\"description\":\"访问的nccloud系统的账套code\"},{\"id\":\"20815d1b-4471-4bfb-bf2c-44a57d14659b\",\"index\":6,\"parameterName\":\"dsname\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"7\",\"example\":\"BIP\",\"description\":\"数据源名称\"},{\"id\":\"13f05ef5-9874-4093-9c0e-467bd6bfdf4c\",\"index\":7,\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"8\",\"example\":\"http://60.204.135.151:8088\",\"description\":\"服务器ip:port\"}]', '[{\"concreteType\":\"String\",\"example\":\"获取token成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"3edc355b-1c02-4363-a09e-64c0adafabee\",\"index\":0},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"8666e26f-13da-4fc7-8ca7-ce0e227c6c7d\",\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"5702cb28-1f85-48db-8fa6-f3bab9f1e405\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"7e045df7-060b-4c7a-9f57-a0995bd5f4ad\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"data\",\"parameterType\":\"complex\",\"id\":\"06380399-3851-4509-ba91-c786d9660005\",\"children\":[{\"concreteType\":\"String\",\"example\":\"6daa6ef66a6bf258bba239c1ab02c37f\",\"parameterName\":\"access_token\",\"parameterType\":\"fundamental\",\"id\":\"b9161e4a-e63a-4429-b524-c704479eaca7\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"230f088640c5a1812573076c46d3da0e\",\"parameterName\":\"refresh_token\",\"parameterType\":\"fundamental\",\"id\":\"b531c64d-4856-44c6-8631-0c360944d90c\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"AJXJKx9VHZRTccFQxgYO32fBydUZ9FWrS9CYkoflY/A=\",\"parameterName\":\"security_key\",\"parameterType\":\"fundamental\",\"id\":\"7b5d25d9-f56d-4e5b-8c69-b88791fe4042\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"password\",\"parameterName\":\"grant_type\",\"parameterType\":\"fundamental\",\"id\":\"21665210-f841-477c-8151-1cc956ffbaee\",\"index\":8},{\"concreteType\":\"Number\",\"example\":\"1000000\",\"parameterName\":\"expires_in\",\"parameterType\":\"fundamental\",\"id\":\"8f17d4f3-3461-4f49-a11d-89818a808617\",\"index\":9},{\"concreteType\":\"Number\",\"example\":\"1692603713119\",\"parameterName\":\"ts\",\"parameterType\":\"fundamental\",\"id\":\"5d35e4b1-8507-439d-8df8-980b8cfb5762\",\"index\":10}],\"index\":4},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"2bcc47f4-b97a-4c31-93bb-bb1dee72b3bd\",\"index\":11}],\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"b344726d-ff94-4757-beb1-4eec4b8c2454\",\"index\":12}]', 41, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-08 10:43:47', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a35b474e848b47b6aa767cf014e2c549', '3d205f45e1844942991f65e0c96e19c5', '测试三方推送接口body是对象', '测试三方推送接口', '测试三方推送接口body是对象', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/testOption', '1', '1', '10000', '100', '[{\"id\":\"b2c84f79-ca80-4bde-9196-38fc0e0b12b4\",\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"]},{\"id\":\"99b6e45c-c9e8-4c83-bec1-839ed04d220a\",\"index\":1,\"parameterName\":\"aaaa\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"aaaa\"}]', '[{\"id\":\"3573821b-f15a-4504-b4ad-4fcb347fc503\",\"index\":0,\"parameterName\":\"asd\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"asd\"},{\"id\":\"9e80dad0-859d-4b92-abd9-3709ab025ad6\",\"index\":1,\"parameterName\":\"tokens\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"]}]', '1', '[{\"id\":\"439db221-0809-41cc-8233-69e3e5dba687\",\"index\":0,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1\"},{\"id\":\"380a33fe-9264-45fb-9915-e0f4ecbba0a4\",\"index\":1,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"张三\"},{\"id\":\"247f0903-09b0-4d26-a438-c009127fcbe7\",\"index\":2,\"parameterName\":\"adds\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":\"6f4b7ee1-48d0-45a1-b80b-ca5f61008f92\",\"index\":3,\"parameterName\":\"city\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"杭州\"},{\"id\":\"b1b814cf-55c9-4edf-bb8a-8c6471d2171a\",\"index\":4,\"parameterName\":\"path\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"hiasdu\"},{\"id\":\"6578b5b8-664c-4ad9-97b6-2562a442a4db\",\"index\":5,\"parameterName\":\"qs\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":\"bc77d101-540c-4ff3-83ef-bdb9ecbd9f71\",\"index\":6,\"parameterName\":\"qschildes\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"qschildes啊啊啊\"}]}]},{\"id\":\"5b893d22-ec7c-4174-94eb-3a32ef579bc2\",\"index\":7,\"parameterName\":\"qwe\",\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"example\":\"qweq\",\"children\":[]},{\"id\":\"93ed3d82-2371-4f5b-8ca9-4d2f9022f000\",\"index\":8,\"parameterName\":\"qaaz\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"example\":\"\",\"children\":[{\"id\":\"0ac2b6c2-2824-4262-9e62-69db5055f1b9\",\"index\":9,\"parameterName\":\"qaazChild\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"qweqwe\",\"children\":[]},{\"id\":\"b62991ad-8962-42c5-a767-ae12ed6e0bd6\",\"index\":10,\"parameterName\":\"datassss\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"datasssss\",\"children\":[]},{\"id\":\"4b4b23a1-0c8e-49f8-ba71-65825d6aa7bd\",\"index\":11,\"parameterName\":\"child\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"example\":\"datas\",\"children\":[{\"id\":\"166ec4b4-e90b-4971-89e7-410be5fe3ae1\",\"index\":12,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1111111\"}]}]},{\"id\":\"ffb2a53c-6081-49ed-828e-5db7c739b7a6\",\"index\":13,\"parameterName\":\"tokec\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"]}]', '[]', 63, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 15:06:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-05 10:32:59', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a81d12ee42f011eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207应收单新增', 'BipV32207应收单新增', 'BipV32207应收单新增', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/suppliermanage/supplier/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"94767257-5590-48cf-a3e6-bb296afc1036\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"43908b1c-ec2e-4d4c-8a7d-cad3d16ed8c6\",\"index\":11,\"description\":\"账套编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"supplier\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"90f227ba-feab-4729-8146-a57dd72d9648\",\"index\":12,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"90a2d8e9-f9e3-4367-a7d8-9b097ad27749\",\"index\":13,\"description\":\"集团编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"bb6a10fa-aa47-4fc5-a7d7-48898b15a834\",\"index\":14,\"description\":\"是否使用NC翻译,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"dca5aa8f-f95d-47bb-b94b-9f150d965ea3\",\"index\":15,\"description\":\"是否允许更新,一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"bill\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"a019b1ce-8c8a-461f-9c3b-cb04ce6495a5\",\"index\":16,\"description\":\"根标签\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"00d4722c-e1e4-440e-96fd-65bd559b71a8\",\"index\":17,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"orgcode\",\"parameterType\":\"fundamental\",\"id\":\"874962e8-6c5c-402f-a4be-ca9a5c7b2867\",\"index\":18,\"description\":\"组织编码,一般不需要添加\",\"required\":false},{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"107e35f0-c148-4581-8ace-24991c5a7d59\",\"index\":19,\"description\":\"当前类型单据对应的id,如果填写要求唯一;如果不写系统自动生成一个\"},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"25765f3f-fcae-4b58-bd2c-dc4c241bf58a\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1231231\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"ba282fef-104a-458f-8a28-f97b97229cb4\",\"index\":21,\"description\":\"id\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"9da1f912-fe96-45cd-b298-e11674326b53\",\"children\":[{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"ec59728e-0969-46f3-9961-8677a19511a4\",\"index\":23,\"description\":\"集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"2a66d3ca-a0f4-4904-a1f8-056ac621b84e\",\"index\":24,\"description\":\"所属财务组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_respdept\",\"parameterType\":\"fundamental\",\"id\":\"f3ed15fb-2551-40be-b3fb-a33d5081ee62\",\"index\":25,\"description\":\"专管部门\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_resppsn\",\"parameterType\":\"fundamental\",\"id\":\"45b2dbe2-a75e-4542-9ca2-c90f574558b5\",\"index\":26,\"description\":\"专管业务员\"},{\"concreteType\":\"String\",\"example\":\"CN\",\"parameterName\":\"pk_currtype\",\"parameterType\":\"fundamental\",\"id\":\"f90b8249-5cc9-4c5b-bffb-55bc355c3b51\",\"index\":27,\"description\":\"默认交易币种\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_payterm\",\"parameterType\":\"fundamental\",\"id\":\"8371d455-68d0-4872-b8c6-aa60fbd1123e\",\"index\":28,\"description\":\"默认收款协议\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"cooperateflag\",\"parameterType\":\"fundamental\",\"id\":\"6385a239-fb3d-42fc-a9d9-18a21e4f8ee1\",\"index\":29,\"description\":\"是否协同\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"creditbound\",\"parameterType\":\"fundamental\",\"id\":\"f1330620-cf0d-4ffe-b4a7-7b2b07be12da\",\"index\":30,\"description\":\"信用额度\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"makeoutfreezeflag\",\"parameterType\":\"fundamental\",\"id\":\"27930f55-2b27-4de1-b27f-0b605f87bf15\",\"index\":31,\"description\":\"开票冻结\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"grade\",\"parameterType\":\"fundamental\",\"id\":\"b146c8ba-b2db-4102-ab93-edb9681b5d0d\",\"index\":32,\"description\":\"等级\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"paypriority\",\"parameterType\":\"fundamental\",\"id\":\"cbeb2166-9355-4c81-8103-7a945bece384\",\"index\":33,\"description\":\"付款优先级\"},{\"concreteType\":\"Object\",\"parameterName\":\"corpaddress\",\"parameterType\":\"complex\",\"id\":\"0e9ef458-c065-418f-aab1-e13ae0254ee7\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"item\",\"parameterType\":\"complex\",\"id\":\"ab209870-bb74-4c3c-badd-9953840d21f0\",\"children\":[{\"concreteType\":\"String\",\"example\":\"zhuc\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"7fa8f9c3-429e-4cf5-b157-dc5c605cba9d\",\"index\":36,\"description\":\"编码\"},{\"concreteType\":\"String\",\"example\":\"中国\",\"parameterName\":\"country\",\"parameterType\":\"fundamental\",\"id\":\"42962f73-36bb-4196-a5af-0922a2127774\",\"index\":37,\"description\":\"国家\"},{\"concreteType\":\"String\",\"example\":\"杭州西湖\",\"parameterName\":\"detailinfo\",\"parameterType\":\"fundamental\",\"id\":\"04eb9258-abfa-4244-b96d-e4e2da8f4449\",\"index\":38,\"description\":\"地址详址\"},{\"concreteType\":\"String\",\"example\":\"322100\",\"parameterName\":\"postcode\",\"parameterType\":\"fundamental\",\"id\":\"83b684e8-7224-403c-a591-0e1f922c762b\",\"index\":39,\"description\":\"邮政编码\"},{\"concreteType\":\"String\",\"example\":\"浙江\",\"parameterName\":\"province\",\"parameterType\":\"fundamental\",\"id\":\"fb4c213a-3dc9-4eee-a5be-e49babae547d\",\"index\":40,\"description\":\"省份\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"vsection\",\"parameterType\":\"fundamental\",\"id\":\"481eb1e0-d4c6-46a5-bfb6-79a84efa81af\",\"index\":41,\"description\":\"县区\"}],\"index\":35}],\"index\":34,\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"2ca07ad8-ef21-4ba3-961f-218619a7e15c\",\"index\":42,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"1f711dbc-741a-4a8a-bd74-cd5637086818\",\"index\":43,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"efb42743-0d7f-4b13-b595-20c440fc2e46\",\"index\":44,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def4\",\"parameterType\":\"fundamental\",\"id\":\"e72c19f3-fcba-47ad-abe3-ca684a2fdb02\",\"index\":45,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def5\",\"parameterType\":\"fundamental\",\"id\":\"cdbcc29a-f12a-45b0-aa73-8b4eb458a5f5\",\"index\":46,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def6\",\"parameterType\":\"fundamental\",\"id\":\"79cccbe0-9fc2-41e1-9654-7b094271e4dd\",\"index\":47,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def7\",\"parameterType\":\"fundamental\",\"id\":\"03e33855-80e9-4014-b6ee-ba81c7ab9745\",\"index\":48,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def8\",\"parameterType\":\"fundamental\",\"id\":\"a26bb838-eefe-44e0-a115-d6e2467ea77f\",\"index\":49,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def9\",\"parameterType\":\"fundamental\",\"id\":\"ee1ecc28-f8a8-4c42-b931-897af791725b\",\"index\":50,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def10\",\"parameterType\":\"fundamental\",\"id\":\"b0ebafc3-a7a8-4ec3-a263-645c8ab88064\",\"index\":51,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def11\",\"parameterType\":\"fundamental\",\"id\":\"aadad789-760a-4a86-97c9-19de68c7f2ff\",\"index\":52,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def12\",\"parameterType\":\"fundamental\",\"id\":\"344b6a39-e74a-411f-86db-025914396aa9\",\"index\":53,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def13\",\"parameterType\":\"fundamental\",\"id\":\"7e5dc5b9-c4db-4f67-a2e8-7ef4362e6230\",\"index\":54,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def14\",\"parameterType\":\"fundamental\",\"id\":\"34463445-2588-4db4-b19f-eb3d68facc10\",\"index\":55,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def15\",\"parameterType\":\"fundamental\",\"id\":\"f567b4ea-dad5-4bc5-868f-9bfd02989b97\",\"index\":56,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def16\",\"parameterType\":\"fundamental\",\"id\":\"2916ca31-085c-4634-aced-6ab378b0effc\",\"index\":57,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def17\",\"parameterType\":\"fundamental\",\"id\":\"b38f62d6-b491-4176-bab8-5680bd1c6730\",\"index\":58,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def18\",\"parameterType\":\"fundamental\",\"id\":\"cfa5a35f-ffa2-4208-9d48-d98b1b019d59\",\"index\":59,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def19\",\"parameterType\":\"fundamental\",\"id\":\"2d285671-a8b6-4065-bc9d-0e5e0b3c0d47\",\"index\":60,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def20\",\"parameterType\":\"fundamental\",\"id\":\"86daca65-02ce-4691-bf27-b50fa16fb6a5\",\"index\":61,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def21\",\"parameterType\":\"fundamental\",\"id\":\"3685c3ca-9652-4312-ab31-a091bb17f239\",\"index\":62,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def22\",\"parameterType\":\"fundamental\",\"id\":\"761dc19e-c894-4feb-8a99-dab0ee272853\",\"index\":63,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def23\",\"parameterType\":\"fundamental\",\"id\":\"825e2f7d-300d-424d-bd7b-dc7ea14ea98d\",\"index\":64,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def24\",\"parameterType\":\"fundamental\",\"id\":\"bcad5523-3d0b-453b-92ac-b986a8ae731d\",\"index\":65,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def25\",\"parameterType\":\"fundamental\",\"id\":\"e798c681-d415-4920-a4f0-ef4f11cd83cb\",\"index\":66,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def26\",\"parameterType\":\"fundamental\",\"id\":\"faa3bd56-1815-4018-b372-66a34cd63ae1\",\"index\":67,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def27\",\"parameterType\":\"fundamental\",\"id\":\"b31f916e-1423-4a6b-ad67-190e41673726\",\"index\":68,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def28\",\"parameterType\":\"fundamental\",\"id\":\"f92b53aa-390d-4f52-b8ba-3edae609b9f3\",\"index\":69,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def29\",\"parameterType\":\"fundamental\",\"id\":\"ff088249-712b-426d-9d7e-db4e07d84286\",\"index\":70,\"description\":\"自定义项\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def30\",\"parameterType\":\"fundamental\",\"id\":\"b3a45baf-1bd7-4574-8991-f30c014cd58c\",\"index\":71,\"description\":\"自定义项\"},{\"id\":\"86b5e184-1b43-4192-b667-091e01d97dd4\",\"index\":72,\"parameterName\":\"code\",\"description\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"00gg000007\",\"required\":true},{\"id\":\"72f78fc1-b25c-49c9-afa3-66200bfffd2c\",\"index\":73,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"测试供应商7\",\"description\":\"名称\",\"required\":true},{\"id\":\"70e529bd-26f1-47cf-9a22-c367ff0df9a2\",\"index\":74,\"parameterName\":\"pk_format\",\"example\":\"ZH-CN\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"6b7e197a-55b9-4653-85dc-4a6acae92a60\",\"index\":75,\"parameterName\":\"pk_timezone\",\"example\":\"P0800\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"0182bbf9-9af8-4ea0-b987-8e085b529fe2\",\"index\":76,\"parameterName\":\"pk_supplierclass\",\"example\":\"03\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"81873ab4-c806-464b-a2d0-7246f24ede9d\",\"index\":77,\"parameterName\":\"enablestate\",\"example\":\"2\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"9aa7760f-0e4f-44e6-abf3-c88b58ebab22\",\"index\":78,\"parameterName\":\"pk_country\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"CN\",\"required\":true}],\"index\":22,\"required\":true}],\"index\":20}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[]', 58, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-22 16:29:50', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ab4a81932c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据供应商新增', '中台主数据供应商新增', '中台主数据供应商新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0017\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complex\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"a648cf712b68491da6c2aa1a08b47fe2\"},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"供应商编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"hzya\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"供应商名称\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"杭州用安\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"供应商分类\",\"sorts\":\"7\",\"example\":\"3cb5e74c05954926a89c36b7e90c4dda\"},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"助记码\",\"sorts\":\"8\",\"example\":\"hzya\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"地区\",\"sorts\":\"9\",\"example\":\"杭州\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"详细地址\",\"sorts\":\"10\",\"example\":\"浙江省杭州市\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"行业\",\"sorts\":\"11\",\"example\":\"计算机\"},{\"id\":1690447477270,\"index\":11,\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"法人\",\"length\":\"50\",\"sorts\":\"12\",\"example\":\"张三\"},{\"id\":1690447479294,\"index\":12,\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"电话\",\"length\":\"50\",\"sorts\":\"13\",\"example\":\"123123\"},{\"id\":1690447480915,\"index\":13,\"parameterName\":\"field0011\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"纳税人识别号\",\"length\":\"50\",\"sorts\":\"14\",\"example\":\"123123123\"},{\"id\":1690447483141,\"index\":14,\"parameterName\":\"field0012\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"备注\",\"length\":\"200\",\"sorts\":\"15\",\"example\":\"备注\"},{\"id\":1690447503458,\"index\":15,\"parameterName\":\"formson_0004_Detail\",\"description\":\"银行账户\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"required\":true,\"length\":\"400\",\"sorts\":\"16\",\"children\":[{\"id\":1690447903101,\"index\":16,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"账号\",\"sorts\":\"17\",\"example\":\"1232312312\"},{\"id\":1690447940660,\"index\":17,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"户名\",\"sorts\":\"18\",\"example\":\"张三\"},{\"id\":1690447942122,\"index\":18,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"开户银行\",\"sorts\":\"19\",\"example\":\"6b48879138c34011b2ca1b5313ca19f5\"},{\"id\":1690447943676,\"index\":19,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"银行类别\",\"sorts\":\"20\",\"example\":\"17dadcc5354c4472ba4a4c8f3ad6f9ff\"},{\"id\":1690447946602,\"index\":20,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"币别\",\"sorts\":\"21\",\"example\":\"fe1308a708f543e9b2d4528e00a3c325\"},{\"id\":1690447947793,\"index\":21,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"备注\",\"sorts\":\"22\",\"example\":\"银行账户\"}]},{\"id\":1690447503965,\"index\":22,\"parameterName\":\"formson_0005_Detail\",\"description\":\"联系人\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"required\":true,\"length\":\"400\",\"sorts\":\"23\",\"children\":[{\"id\":1690448118351,\"index\":23,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"联系人\",\"sorts\":\"24\",\"example\":\"49f02cfecc9b4c43b2e99a0a76e8ba2d\"},{\"id\":1690448118970,\"index\":24,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"性别\",\"sorts\":\"25\",\"example\":\"0220adaf1614415c879c730aabfe9867\"},{\"id\":1690448119635,\"index\":25,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"职位\",\"sorts\":\"26\",\"example\":\"1\"},{\"id\":1690448120197,\"index\":26,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"电话\",\"sorts\":\"27\",\"example\":\"123123\"},{\"id\":1690448120804,\"index\":27,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"手机\",\"sorts\":\"28\",\"example\":\"1231231\"},{\"id\":1690448126465,\"index\":28,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"微信\",\"sorts\":\"29\",\"example\":\"123423423\"},{\"id\":1690448126948,\"index\":29,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"备注\",\"sorts\":\"30\",\"example\":\"联系人备注\"}]}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 18, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 16:58:01', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('aba9ad4d04a641848ba01ad83d28d65f', '3b12f5e26ab64c408feb5342ad9c9cef', 'BIP供应商保存OA(测试)', 'BIP供应商保存OA(测试)', '杭泰BIP供应商信息传递OA', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', '127.0.0.1:9999/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"6b6ae1d0-c079-49c3-aac8-8010bac5bcc5\",\"index\":0,\"parameterName\":\"tl\",\"example\":\"seeYonInterFace\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\"},{\"id\":\"ef876515-0b80-40fd-81e2-88171cd5aaee\",\"index\":1,\"parameterName\":\"as\",\"example\":\"seeYonInterFace\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\"},{\"id\":\"253fa405-dd58-4421-b8a1-8be0c062612f\",\"index\":2,\"parameterName\":\"dj\",\"example\":\"thirdInterfaceSend\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":\"archives\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"c866ac9d-11ea-4945-87e2-bc28638ba133\",\"index\":0,\"description\":\"基础档案类型\"},{\"concreteType\":\"String\",\"example\":\"formmain_0360\",\"parameterName\":\"templateCode\",\"parameterType\":\"fundamental\",\"id\":\"afaf2076-ea08-4bf0-8f94-5b75f2a73ef3\",\"index\":1,\"description\":\"模板名称\"},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"attribute\",\"id\":\"7e48fa4c-dbff-4163-ad56-a3ee7d60b89f\",\"children\":[{\"concreteType\":\"String\",\"example\":\"020026\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"ff95802b-8268-4a10-9845-c975138a5d43\",\"index\":3,\"description\":\"供应商编码\"},{\"concreteType\":\"String\",\"example\":\"陕西正泰电缆有限公司\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"4faccc47-5273-4a27-b905-667cfcbbc809\",\"index\":4,\"description\":\"供应商名称\"},{\"concreteType\":\"String\",\"example\":\"91610400088075903D\",\"parameterName\":\"taxpayerid\",\"parameterType\":\"fundamental\",\"id\":\"63880d7d-49b3-4799-812c-f47ac227f4c0\",\"index\":5,\"description\":\"税号\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def1\",\"parameterType\":\"fundamental\",\"id\":\"972732d5-cfd7-4fc9-81d7-7225c1b48f92\",\"index\":6,\"description\":\"地址\"},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"def2\",\"parameterType\":\"fundamental\",\"id\":\"2c10ce8a-6a99-441b-bf14-e55a93144164\",\"index\":7,\"description\":\"电话\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"def3\",\"parameterType\":\"fundamental\",\"id\":\"3e9fd618-afd9-465c-ae32-cb32f98ea22c\",\"index\":8,\"description\":\"联系人\"},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"details\",\"id\":\"c85467c4-80fe-43c1-91f8-ca83193a7544\",\"children\":[{\"concreteType\":\"String\",\"example\":\"中国建设银行股份有限公司咸阳渭阳路支行\",\"parameterName\":\"splitbank\",\"parameterType\":\"fundamental\",\"id\":\"2d9ff4c2-978f-46c7-b2c9-cad75bfe25d2\",\"index\":10,\"description\":\"开户行\"},{\"concreteType\":\"String\",\"example\":\"61001635208059777777\",\"parameterName\":\"bankaccno\",\"parameterType\":\"fundamental\",\"id\":\"987ec693-6484-4024-a5f3-e37949731e96\",\"index\":11,\"description\":\"银行账号\"},{\"concreteType\":\"String\",\"example\":\"是\",\"parameterName\":\"isdefault\",\"parameterType\":\"fundamental\",\"id\":\"1aef02bb-4287-4dbc-9f46-de7eecbb7996\",\"index\":12,\"description\":\"是否默认\"}],\"index\":9},{\"id\":\"d277a50b-fdcf-4cc0-9f46-c72075d78b70\",\"index\":13,\"parameterName\":\"thirdInterfaceSend\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"三方主键ID\"}],\"index\":2},{\"id\":\"6a700f06-d767-4bd5-b59c-10ad2cd505cd\",\"index\":14,\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"]},{\"id\":\"db09894e-8d5a-465b-b743-6860c7f5b787\",\"index\":15,\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"]},{\"id\":\"800dafb4-6637-462e-824f-703a3f76696e\",\"index\":16,\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"http://60.204.152.210/seeyon\"},{\"id\":\"3f27718e-0494-4174-9dc5-a972117cbc0c\",\"index\":17,\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"rest/form/import/formmain_0360\"},{\"id\":\"d84cd78d-1065-49d5-8472-8f468b13bd25\",\"index\":18,\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"kqcz\"},{\"id\":\"f0252240-a419-4866-b263-c986affa66c3\",\"index\":19,\"parameterName\":\"pubKey\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr5CIJvvbLOuwmY6FaVSV\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"a951a0ae-ea45-4227-a56e-296f41cc3965\",\"index\":20,\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"2a366dfd-504f-49e1-83f9-e1aac3a69c27\",\"index\":21,\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"}]', '[{\"concreteType\":\"String\",\"example\":\"发起表单成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"6b3b7634-5490-4404-99aa-a0be3aae1657\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"send\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"2fe64e3a-0e64-4c28-8880-e19c88c67b75\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"8341980c-ede1-4fde-a492-199c37a0f608\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"64c0665d-efc8-4cf7-a1f3-f4d0dc1ab2ea\",\"index\":3},{\"concreteType\":\"String\",\"parameterName\":\"attribute\",\"parameterType\":\"fundamental\",\"id\":\"084b5b7b-87f4-464a-afec-ff2b3be4e4eb\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"Head信息:[ tl: seeYonInterFace as: seeYonInterFace dj: send ],body信息:[ {\\n \\\"type\\\": \\\"archives\\\",\\n \\\"templateCode\\\": \\\"formmain_0360\\\",\\n \\\"attribute\\\": [\\n {\\n \\\"code\\\": \\\"020026\\\",\\n \\\"name\\\": \\\"陕西正泰电缆有限公司\\\",\\n \\\"taxpayerid\\\":\\\"91610400088075903D\\\",\\n \\\"def1\\\":\\\"\\\",\\n \\\"def2\\\":\\\"1\\\",\\n \\\"def3\\\":\\\"\\\",\\n \\\"details\\\": [\\n {\\n \\\"splitbank\\\": \\\"中国建设银行股份有限公司咸阳渭阳路支行\\\",\\n \\\"bankaccno\\\": \\\"61001635208059777777\\\",\\n \\\"isdefault\\\": \\\"是\\\"\\n },\\n {\\n\\t\\t\\t\\t\\t\\\"splitbank\\\": \\\"中国农业银行咸阳秦都区支行\\\",\\n\\t\\t\\t\\t\\t\\\"bankaccno\\\": \\\"26406201040015657\\\",\\n\\t\\t\\t\\t\\t\\\"isdefault\\\": null\\n\\t\\t\\t\\t}\\n ]\\n }\\n ]\\n} ]\",\"parameterName\":\"headMsg\",\"parameterType\":\"fundamental\",\"id\":\"9d981e62-98a3-4893-a5b2-662e548b891b\",\"index\":5}]', 59, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-25 16:00:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-30 16:19:30', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ac1dcd2a9afe464aa2f0a0e4a129b745', '46589afb9de1436ab70521932f08809f', 'U8C采购入库单', 'U8C采购入库单', 'U8C采购入库单', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/ic/purchasein/save/sign', '1', '1', '10000', '100', '[{\"id\":\"282b11a0-8594-4ee0-8278-91e425830226\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"13846319397\",\"required\":true},{\"id\":\"c5a6b7d9-867f-40b6-919b-1ab8633e2de1\",\"index\":1,\"parameterName\":\"password\",\"example\":\"hzya@1314\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true},{\"id\":\"84ccdaa2-3c3d-49eb-8261-7e67f815d2be\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"code\"},{\"id\":\"53ed442f-e7dc-4215-bb92-7db91e1851b9\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"GeneralBillVO\",\"id\":\"142b0df5-c596-4189-9f4c-5b1bdeeddb25\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ParentVO\",\"parameterType\":\"complex\",\"id\":\"64d91ed0-ded9-4e06-b4e7-993367cae0fc\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"e75794e2-e7d6-4d02-9004-953cd726ee98\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"YS07\",\"parameterName\":\"cbiztype\",\"parameterType\":\"fundamental\",\"id\":\"b1d63f18-76ff-4579-9b09-5fec69ed6209\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"demo1\",\"parameterName\":\"coperatorid\",\"parameterType\":\"fundamental\",\"id\":\"280a4b4b-7c83-4006-98e4-460ed218b80d\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"S2001\",\"parameterName\":\"cproviderid\",\"parameterType\":\"fundamental\",\"id\":\"aaba4f13-d20e-4996-8b07-33706f382d66\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"ck01\",\"parameterName\":\"cwarehouseid\",\"parameterType\":\"fundamental\",\"id\":\"558c017f-c19f-4c1b-aad1-63fbf7979ff0\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"1000\",\"parameterName\":\"pk_calbody\",\"parameterType\":\"fundamental\",\"id\":\"1b30f0ad-ebce-44c6-a3c3-62fa8cafc57e\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"test\",\"parameterName\":\"vnote\",\"parameterType\":\"fundamental\",\"id\":\"266df768-193c-4cf1-a9ea-f4ce7e6daa85\",\"index\":8}],\"index\":1},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"ChildrenVO\",\"id\":\"72d2af14-2a95-47b0-b8eb-3da203be26e3\",\"children\":[{\"concreteType\":\"String\",\"example\":\"010109\",\"parameterName\":\"cinventoryid\",\"parameterType\":\"fundamental\",\"id\":\"f8bf68ec-d20b-45d5-afde-231a154daab7\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"ninnum\",\"parameterType\":\"fundamental\",\"id\":\"c3a3e379-14b2-49c5-a2ea-4e4a8cf64feb\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"nprice\",\"parameterType\":\"fundamental\",\"id\":\"c4911a92-3132-4516-907a-a78db4652f18\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"nmny\",\"parameterType\":\"fundamental\",\"id\":\"b95d6285-31a2-4f69-8bac-3941ce2a00c5\",\"index\":13}],\"index\":9}],\"index\":0}]', '[]', 61, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 14:12:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 14:18:48', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ae1d5c063fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207物料新增', 'BipV32207物料新增', 'BipV32207物料新增', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"635b494b-0956-4e8d-9392-0ca4c41400d7\",\"index\":0,\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"068d0f86-3992-4531-81f7-768eddecfd30\",\"index\":1,\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"368da5f4-f398-485d-8198-9deb4d381096\",\"index\":2,\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/material/material/add\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"943336ba-3bc0-43ec-84e8-b0fda71ca58d\",\"index\":3,\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"0af77c21-c6f7-4f83-9ed4-0124d0092bc5\",\"index\":4,\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"4f715ce5-7134-4eb8-87d6-b377fdf14b49\",\"index\":5,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"0cbaa8ed-2ee9-4172-90b6-ff3b2161dd33\",\"index\":6,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"78f2a058-2816-408a-92f3-e23f124025db\",\"index\":7,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"abfc4eac-331f-4b12-b91f-712a80dd1c42\",\"index\":8,\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"bcf851ca-823a-4aa4-a318-a0c63705c453\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"c49f26a0-63bb-46e7-985d-063e43de0f81\",\"children\":[{\"concreteType\":\"String\",\"example\":\"material\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"64b794c5-d48c-4753-a6dc-6015c502228b\",\"index\":11,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"589107bc-7b9a-4a7a-8d83-5b3c25fc39ec\",\"index\":12,\"description\":\"是否使用NC翻译:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"ae540405-6254-45ec-80a1-816162cad6b7\",\"index\":13,\"description\":\"是否允许更新:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"492ddb0b-58bc-43c9-bbb4-afde5d10cf71\",\"index\":14,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"a9ba43b8-8fad-4888-8cae-626ecf601648\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"927cd6ab-7593-417a-934b-7a6acaec7651\",\"children\":[{\"concreteType\":\"String\",\"example\":\"wl002\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"056e047b-bddd-4116-aeb7-5eddad5f35c8\",\"index\":17,\"description\":\"物料编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"discountflag\",\"parameterType\":\"fundamental\",\"id\":\"8a027a84-7133-4ab1-be47-116f1c09b343\",\"index\":18,\"description\":\"价格折扣\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"electronicsale\",\"parameterType\":\"fundamental\",\"id\":\"df03fce2-9e1e-431b-a167-8aac668a8d48\",\"index\":19,\"description\":\"电子销售\"},{\"concreteType\":\"String\",\"example\":\"gg\",\"parameterName\":\"ematerialspec\",\"parameterType\":\"fundamental\",\"id\":\"fc21ef61-b0d9-4573-9835-65d483cbdf58\",\"index\":20,\"description\":\"英文规格\"},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"enablestate\",\"parameterType\":\"fundamental\",\"id\":\"28420f5c-bfae-4cc9-b536-4f6e9b302266\",\"index\":21,\"description\":\"启用状态\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"wlname1\",\"parameterName\":\"ename\",\"parameterType\":\"fundamental\",\"id\":\"6fbbe472-ee75-437f-a817-71a2aaf766b2\",\"index\":22,\"description\":\"英文名称\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"featureclass\",\"parameterType\":\"fundamental\",\"id\":\"f0aa45cb-62a9-42de-b1fd-6140c2d4efe0\",\"index\":23,\"description\":\"特征类\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"fee\",\"parameterType\":\"fundamental\",\"id\":\"fb37b3b7-a74d-4e20-a6a3-63f5214c493f\",\"index\":24,\"description\":\"服务类\"},{\"concreteType\":\"String\",\"example\":\"测试\",\"parameterName\":\"goodsprtname\",\"parameterType\":\"fundamental\",\"id\":\"e129bc2d-83e6-45d8-85d7-6a338da5c69d\",\"index\":25,\"description\":\"海关商品打印名称\"},{\"concreteType\":\"String\",\"example\":\"测试\",\"parameterName\":\"graphid\",\"parameterType\":\"fundamental\",\"id\":\"39a1966b-d746-476e-b650-45a8c18617d1\",\"index\":26,\"description\":\"图号\"},{\"concreteType\":\"String\",\"example\":\"0.0000\",\"parameterName\":\"intolerance\",\"parameterType\":\"fundamental\",\"id\":\"bb6c650e-c079-46eb-8ffa-ac23afa8cb11\",\"index\":27,\"description\":\"入库容差(%)\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"iselectrans\",\"parameterType\":\"fundamental\",\"id\":\"7539663f-10ea-472c-89a0-b7b8be62940a\",\"index\":28,\"description\":\"电子采购\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"isfeature\",\"parameterType\":\"fundamental\",\"id\":\"8b6bc453-2741-4914-9993-745d33faf96e\",\"index\":29,\"description\":\"特征件\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"ishproitems\",\"parameterType\":\"fundamental\",\"id\":\"a9706be8-6a71-4a35-9fd2-0f118aeee016\",\"index\":30,\"description\":\"助促销品\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"materialbarcode\",\"parameterType\":\"fundamental\",\"id\":\"2fcb8b0e-fbd1-47a5-a88f-914bf6faa02f\",\"index\":31,\"description\":\"条形码\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"materialmgt\",\"parameterType\":\"fundamental\",\"id\":\"2238e8ef-d9e8-4fc0-80d1-af29f3d662a7\",\"index\":32,\"description\":\"实物物料管理模式\"},{\"concreteType\":\"String\",\"example\":\"cs1\",\"parameterName\":\"materialmnecode\",\"parameterType\":\"fundamental\",\"id\":\"ecd0ee7d-8beb-4e37-b47b-ac41a63a1542\",\"index\":33,\"description\":\"助记码\"},{\"concreteType\":\"String\",\"example\":\"测试\",\"parameterName\":\"materialshortname\",\"parameterType\":\"fundamental\",\"id\":\"5b561cf4-30fc-4443-a773-9d5121424402\",\"index\":34,\"description\":\"物料简称\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"materialspec\",\"parameterType\":\"fundamental\",\"id\":\"6d2f78de-7cd1-497a-8047-f329da1fcd2f\",\"index\":35,\"description\":\"规格\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"materialtype\",\"parameterType\":\"fundamental\",\"id\":\"353ff0c6-8176-437b-9d03-a3b837030d5a\",\"index\":36,\"description\":\"型号\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"memo\",\"parameterType\":\"fundamental\",\"id\":\"96ada86d-8599-46f8-9035-70be44127399\",\"index\":37,\"description\":\"备注\"},{\"concreteType\":\"String\",\"example\":\"物料12\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"cd5576c0-a20c-47f1-bab7-0ee8161610cd\",\"index\":38,\"description\":\"物料名称\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"0.0000\",\"parameterName\":\"outcloselowerlimit\",\"parameterType\":\"fundamental\",\"id\":\"20a18d48-1e56-4c43-bc8d-072ba394e795\",\"index\":39,\"description\":\"出库关闭下容差(%)\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"0.0000\",\"parameterName\":\"outtolerance\",\"parameterType\":\"fundamental\",\"id\":\"f2efb534-e0a2-4d8c-8092-4984c179aaa5\",\"index\":40,\"description\":\"出库容差(%)\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_brand\",\"parameterType\":\"fundamental\",\"id\":\"3dc2a16d-4225-4c38-81ae-85d2d0097ccb\",\"index\":41,\"description\":\"品牌\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_goodscode\",\"parameterType\":\"fundamental\",\"id\":\"ab2a61db-e855-401e-b983-6564cd0681cb\",\"index\":42,\"description\":\"海关商品代码\"},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"c524ac5a-de52-4127-b891-717ea9f44026\",\"index\":43,\"description\":\"所属集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_marasstframe\",\"parameterType\":\"fundamental\",\"id\":\"2c42eb22-792b-42d4-bd77-f1baa2287c90\",\"index\":44,\"description\":\"辅助属性结构\"},{\"concreteType\":\"String\",\"example\":\"wl\",\"parameterName\":\"pk_marbasclass\",\"parameterType\":\"fundamental\",\"id\":\"f3ed8935-5863-4bd4-8a90-ec4246fe18b5\",\"index\":45,\"description\":\"物料分类\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_material_pf\",\"parameterType\":\"fundamental\",\"id\":\"0d5884bd-006d-4b5f-a718-328338ff7f71\",\"index\":46,\"description\":\"物料申请单\"},{\"concreteType\":\"String\",\"example\":\"CN001\",\"parameterName\":\"pk_mattaxes\",\"parameterType\":\"fundamental\",\"id\":\"23d4a30e-06a8-4734-98bc-36b3d67d5b25\",\"index\":47,\"description\":\"物料税类\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MKT\",\"parameterName\":\"pk_measdoc\",\"parameterType\":\"fundamental\",\"id\":\"0443a7c2-2853-4769-b386-8694b3311278\",\"index\":48,\"description\":\"主计量单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"3ef17ccf-d7f6-4e8e-8b9d-8efd452fb6aa\",\"index\":49,\"description\":\"所属组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_prodline\",\"parameterType\":\"fundamental\",\"id\":\"9c771375-fd91-4818-a87b-286ec5f52fc0\",\"index\":50,\"description\":\"产品线\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_source\",\"parameterType\":\"fundamental\",\"id\":\"2145fcaf-7ca9-4a03-9b57-2af635648eae\",\"index\":51,\"description\":\"原始版本\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"prodarea\",\"parameterType\":\"fundamental\",\"id\":\"900a97f5-a73e-49dd-b901-490acf196033\",\"index\":52,\"description\":\"产地\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"productfamily\",\"parameterType\":\"fundamental\",\"id\":\"716ea3a7-1636-4a80-8771-56efb94e2877\",\"index\":53,\"description\":\"产品簇\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"prolifeperiod\",\"parameterType\":\"fundamental\",\"id\":\"4baa1a8b-7a65-499f-a313-407bbba1dcb1\",\"index\":54,\"description\":\"产品生命周期\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"retail\",\"parameterType\":\"fundamental\",\"id\":\"06c10727-d9df-4a32-99c6-f560e50427f5\",\"index\":55,\"description\":\"适用零售\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"setpartsflag\",\"parameterType\":\"fundamental\",\"id\":\"88b1f8dd-123c-46fe-9452-74d455ff673b\",\"index\":56,\"description\":\"成套件\"},{\"concreteType\":\"String\",\"example\":\"0.001\",\"parameterName\":\"storeunitnum\",\"parameterType\":\"fundamental\",\"id\":\"25e1b494-9b5c-46eb-932f-0e9fb344ee2f\",\"index\":57,\"description\":\"多少标准存储单位\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"unitheight\",\"parameterType\":\"fundamental\",\"id\":\"0e525f3b-f1e5-423f-a4be-99341618416b\",\"index\":58,\"description\":\"高度\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"unitlength\",\"parameterType\":\"fundamental\",\"id\":\"db6cc509-4c23-4471-b71f-4943f3e3a115\",\"index\":59,\"description\":\"长度\"},{\"concreteType\":\"String\",\"example\":\"0.001\",\"parameterName\":\"unitvolume\",\"parameterType\":\"fundamental\",\"id\":\"03202a95-57c2-4f6d-93de-917ec217d0c5\",\"index\":60,\"description\":\"单位体积\"},{\"concreteType\":\"String\",\"example\":\"0.0002\",\"parameterName\":\"unitweight\",\"parameterType\":\"fundamental\",\"id\":\"999ffd40-2604-417b-9e7f-4260e88003c9\",\"index\":61,\"description\":\"单位重量\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"unitwidth\",\"parameterType\":\"fundamental\",\"id\":\"15d8b909-9287-4c92-86e4-c2c42d0115f0\",\"index\":62,\"description\":\"宽度\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"id\":\"1c1d7a9a-15c6-4472-9683-61f0e689d71c\",\"index\":63,\"description\":\"版本\"},{\"concreteType\":\"Object\",\"parameterName\":\"materialconvert\",\"parameterType\":\"complex\",\"id\":\"d52f5631-9f9c-4c69-9db2-4138f2faf6cf\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"item\",\"id\":\"53154d58-2bb2-4166-a37e-97752e82ce4b\",\"children\":[{\"concreteType\":\"String\",\"example\":\"MKT\",\"parameterName\":\"pk_measdoc\",\"parameterType\":\"fundamental\",\"id\":\"e620cd12-6905-45a6-9c60-b6f14c0af23f\",\"index\":66,\"description\":\"辅计量单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1/1\",\"parameterName\":\"measrate\",\"parameterType\":\"fundamental\",\"id\":\"64b53913-dfdb-4084-96ab-54a93c5befe9\",\"index\":67,\"description\":\"主单位/辅单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"fixedflag\",\"parameterType\":\"fundamental\",\"id\":\"a9fa85a0-6001-4ba4-bd6c-e16a1d6dc63e\",\"index\":68,\"description\":\"固定换算\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isstorebalance\",\"parameterType\":\"fundamental\",\"id\":\"da7fa391-050b-49e8-afa9-610a6b438fe5\",\"index\":69,\"description\":\"结存\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"ispumeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"ea84d46f-40d8-43da-969e-130815da59b7\",\"index\":70,\"description\":\"采购默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isprodmeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"69c16b55-25a6-403e-b847-cac8c32b5794\",\"index\":71,\"description\":\"生产默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isstockmeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"856d4b9e-10a9-40c5-84db-0cc863e2f55f\",\"index\":72,\"description\":\"库存默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"issalemeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"ebe58e03-fb06-447c-85ea-3976179726c8\",\"index\":73,\"description\":\"销售默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isretailmeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"1d85ef50-590c-432e-aa74-49886a2a1f76\",\"index\":74,\"description\":\"零售默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"ispiecemangage\",\"parameterType\":\"fundamental\",\"id\":\"53955346-7c55-4ca2-bf20-6d1f8457db5b\",\"index\":75,\"description\":\"件数管理\",\"required\":true}],\"index\":65,\"description\":\"辅计量\",\"required\":true}],\"index\":64,\"description\":\"辅计量管理\",\"required\":true}],\"index\":16,\"description\":\"单据头\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1231243531211\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"619edd7a-a3db-4688-887a-5054dcd19eb0\",\"index\":76,\"description\":\"档案唯一标识,第一次存储会在ncc系统存储id,如果id不存在则新增\",\"required\":true}],\"index\":15,\"description\":\"单据\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"da75a634-2277-41fd-b20f-f21581fb86e2\",\"index\":77,\"description\":\"账套\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"dd4bc35b-b654-4237-ba1a-bc07cc1ba989\",\"index\":78,\"description\":\"集团编码\",\"required\":true}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[{\"concreteType\":\"String\",\"example\":\"发送数据成功\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"29ccffa2-d87f-4784-8a14-cd23eae24fbb\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceSaveSupplier\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"16d220da-3dc9-4f46-90ad-4eed38ac1566\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"c1f80d04-cb6c-49bb-8f89-f504b690eadb\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"0b98e79d-e0b6-452e-a704-b72c480e32d6\",\"index\":3},{\"concreteType\":\"Object\",\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"id\":\"ed1e645b-02b6-45c8-89ee-49af9a8b80f6\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1000000000\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"f3f90c5b-26bc-4ffb-8883-7a434af55406\",\"index\":5},{\"concreteType\":\"Object\",\"parameterName\":\"data\",\"parameterType\":\"complex\",\"id\":\"8431be42-d1ef-4908-8c01-4ed6465c4a8b\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"fba677d8-68de-4ac2-9407-8893f23a5dd1\",\"children\":[{\"concreteType\":\"String\",\"example\":\"material_1692943548249.xml\",\"parameterName\":\"filename\",\"parameterType\":\"fundamental\",\"id\":\"0fe81aec-e2c5-4975-bacf-87f12d3b6b90\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"material\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"4f4435cf-c35e-4d74-95cd-e6f4793d343f\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"10d0b3c1-e4ff-477f-981c-e09c961d75b3\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"fee8abd0-3e69-4701-9060-c2b78270522e\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"sendresult\",\"parameterName\":\"roottag\",\"parameterType\":\"fundamental\",\"id\":\"5e399bfe-3600-4fe5-950c-be3ed724daf0\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"e04b457d-8e5e-417a-97e6-cb139e04e6e5\",\"index\":13},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"sendresult\",\"id\":\"d28bc825-e26f-433d-ae87-3b185cc36632\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1231243531211\",\"parameterName\":\"bdocid\",\"parameterType\":\"fundamental\",\"id\":\"cfc4a91d-5744-4b4d-bf3b-912b22e76f23\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"material_1692943548249.xml\",\"parameterName\":\"filename\",\"parameterType\":\"fundamental\",\"id\":\"70b65278-1bfc-414a-b484-6857e8a27429\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"单据 1231243531211 开始处理... 单据 1231243531211 处理完毕! \",\"parameterName\":\"resultdescription\",\"parameterType\":\"fundamental\",\"id\":\"ec7243fa-e423-43b5-9be9-f76ba0aeb9d9\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"resultcode\",\"parameterType\":\"fundamental\",\"id\":\"e3165aaf-5e2b-4d9c-b2ed-510c3e844dfb\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"1001A210000000010NHG\",\"parameterName\":\"content\",\"parameterType\":\"fundamental\",\"id\":\"e31e5f08-a002-43f2-b1df-0c3a844f5887\",\"index\":19}],\"index\":14},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"successful\",\"parameterType\":\"fundamental\",\"id\":\"44b3f56f-5fb7-47b9-9354-792522d7e2ed\",\"index\":20}],\"index\":7}],\"index\":6},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"success\",\"parameterType\":\"fundamental\",\"id\":\"f9da48c4-3e21-430b-a9b2-5a7d7164c3e2\",\"index\":21},{\"concreteType\":\"String\",\"parameterName\":\"message\",\"parameterType\":\"fundamental\",\"id\":\"480fa83a-baac-4e73-9343-7d8ee12fb50f\",\"index\":22},{\"concreteType\":\"String\",\"parameterName\":\"errorStack\",\"parameterType\":\"fundamental\",\"id\":\"76841576-e309-4af5-81b2-1eec97b52d6e\",\"index\":23}],\"index\":4}]', 49, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-25 14:07:00', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b17835a15c4949ed9c7d3c54e79e9697', 'e3ad64d5104e47fcaf8f261d8d730e35', '凭证新增', '凭证新增', '凭证新增', '2', NULL, '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"912a3bb5-56a7-4d7f-a072-78a767523946\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"esbService\"},{\"id\":\"1c9ab7e9-c80c-4978-8480-20a3a7207e9f\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"esb\"},{\"id\":\"ce96236a-4b60-4aa7-9a14-d28b0dd7f498\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"thirdInterfaceDoESB\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":\"voucherSave\",\"parameterName\":\"sendCode\",\"parameterType\":\"fundamental\",\"id\":\"dd0ad5f0-dc51-4e2d-881a-80f36a073a3c\",\"index\":0,\"description\":\"固定值\"},{\"concreteType\":\"String\",\"example\":\"voucherSave\",\"parameterName\":\"receiveCode\",\"parameterType\":\"fundamental\",\"id\":\"5087bccf-ea53-412b-b7a5-fb480619c8c4\",\"index\":1,\"description\":\"固定值\"},{\"concreteType\":\"String\",\"example\":\"{\\\"sendData\\\":{\\\"accbookCode\\\":\\\"X0644-0001\\\",\\\"prepareddate\\\":\\\"2023-09-19\\\",\\\"year\\\":\\\"2023\\\",\\\"num\\\":\\\"4\\\",\\\"detail\\\":[{\\\"detailindex\\\":\\\"1\\\",\\\"explanation\\\":\\\"测试\\\",\\\"accountCode\\\":\\\"150401\\\",\\\"currtypeCode\\\":\\\"CNY\\\",\\\"amount\\\":\\\"1000\\\",\\\"localdebitamount\\\":\\\"1000\\\",\\\"localcreditamount\\\":\\\"0\\\",\\\"groupdebitamount\\\":\\\"1000\\\",\\\"groupcreditamount\\\":\\\"0\\\",\\\"globaldebitamount\\\":\\\"1000\\\",\\\"globalcreditamount\\\":\\\"0\\\",\\\"busidate\\\":\\\"2023-09-19\\\",\\\"ass\\\":[{\\\"checktypecode\\\":\\\"0004\\\",\\\"checkvaluecode\\\":\\\"X0015\\\"}]},{\\\"detailindex\\\":\\\"2\\\",\\\"explanation\\\":\\\"测试\\\",\\\"accountCode\\\":\\\"7000\\\",\\\"currtypeCode\\\":\\\"CNY\\\",\\\"amount\\\":\\\"1000\\\",\\\"localdebitamount\\\":\\\"0\\\",\\\"localcreditamount\\\":\\\"1000\\\",\\\"groupdebitamount\\\":\\\"0\\\",\\\"groupcreditamount\\\":\\\"1000\\\",\\\"globaldebitamount\\\":\\\"0\\\",\\\"globalcreditamount\\\":\\\"1000\\\",\\\"busidate\\\":\\\"2023-09-19\\\"}],\\\"period\\\":\\\"09\\\",\\\"vouchertype\\\":\\\"01\\\",\\\"attachment\\\":\\\"0\\\",\\\"prepared\\\":\\\"zhuc\\\"}}\",\"parameterName\":\"sourceData\",\"parameterType\":\"fundamental\",\"id\":\"afb74691-33e4-4caa-b4e3-54d64bf8f64a\",\"index\":2}]', '[{\"concreteType\":\"String\",\"example\":\"ESB执行中请稍后查看任务状态\",\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"id\":\"94bf2f53-f0f3-4dd8-a4f2-6813e7359c74\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"thirdInterfaceDoESB\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"77719bee-7c31-4acb-9ffe-f2bce0612e32\",\"index\":1},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"id\":\"4cd3f7ad-787e-4514-9ff0-278ac25a73c3\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"200\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"ceaeefbf-68c2-4442-b523-0e861e3d0d5c\",\"index\":3},{\"concreteType\":\"String\",\"parameterName\":\"attribute\",\"parameterType\":\"fundamental\",\"id\":\"a779a535-0415-4e65-bc86-553e8ab9d1ee\",\"index\":4},{\"concreteType\":\"String\",\"parameterName\":\"headMsg\",\"parameterType\":\"fundamental\",\"id\":\"40a287e1-c1dd-43be-8f71-ea28bcaf3d0c\",\"index\":5}]', 67, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 10:23:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 10:28:06', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b20937a54f7c44acabc064f87e50b0ab', 'b585ef6f52554ef69d3e1c4c2c10dcba', '获取用户信息', 'orgMember', '根据id获取用户信息', '1', NULL, '1', '[\"1\"]', '1', 'http://60.191.69.250:9977/seeyon/rest/orgMember/-1361974109445468754', '1', '2', '50000', '2', '[{\"id\":1690422265133,\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"b721444e-8e3e-49f3-aa5a-ba1f318925f5\"}]', '[]', '1', '[]', '[{\"id\":1690423178121,\"index\":0,\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":1690423190100,\"index\":1,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":1690423198054,\"index\":2,\"parameterName\":\"fullName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":1690423215955,\"index\":3,\"parameterName\":\"orgAccountName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":1690423232360,\"index\":4,\"parameterName\":\"orgPostName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":1690423243564,\"index\":5,\"parameterName\":\"orgDepartmentName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"6964ddb6-4fe6-4900-96ee-9b80bfcff72a\",\"index\":6,\"parameterName\":\"orgAccountId\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"}]', 13, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 09:57:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-01 14:59:59', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b39d674c3fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207物料修改', 'BipV32207物料修改', 'BipV32207物料修改', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"635b494b-0956-4e8d-9392-0ca4c41400d7\",\"index\":0,\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"068d0f86-3992-4531-81f7-768eddecfd30\",\"index\":1,\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"368da5f4-f398-485d-8198-9deb4d381096\",\"index\":2,\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/material/material/update\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"943336ba-3bc0-43ec-84e8-b0fda71ca58d\",\"index\":3,\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"0af77c21-c6f7-4f83-9ed4-0124d0092bc5\",\"index\":4,\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"4f715ce5-7134-4eb8-87d6-b377fdf14b49\",\"index\":5,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"0cbaa8ed-2ee9-4172-90b6-ff3b2161dd33\",\"index\":6,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"78f2a058-2816-408a-92f3-e23f124025db\",\"index\":7,\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"abfc4eac-331f-4b12-b91f-712a80dd1c42\",\"index\":8,\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"bcf851ca-823a-4aa4-a318-a0c63705c453\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"ufinterface\",\"parameterType\":\"complex\",\"id\":\"c49f26a0-63bb-46e7-985d-063e43de0f81\",\"children\":[{\"concreteType\":\"String\",\"example\":\"material\",\"parameterName\":\"billtype\",\"parameterType\":\"fundamental\",\"id\":\"64b794c5-d48c-4753-a6dc-6015c502228b\",\"index\":11,\"description\":\"单据类型\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isexchange\",\"parameterType\":\"fundamental\",\"id\":\"589107bc-7b9a-4a7a-8d83-5b3c25fc39ec\",\"index\":12,\"description\":\"是否使用NC翻译:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"replace\",\"parameterType\":\"fundamental\",\"id\":\"ae540405-6254-45ec-80a1-816162cad6b7\",\"index\":13,\"description\":\"是否允许更新:一般默认为Y\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"sender\",\"parameterType\":\"fundamental\",\"id\":\"492ddb0b-58bc-43c9-bbb4-afde5d10cf71\",\"index\":14,\"description\":\"发送方编码\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"bill\",\"parameterType\":\"complex\",\"id\":\"a9ba43b8-8fad-4888-8cae-626ecf601648\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"billhead\",\"parameterType\":\"complex\",\"id\":\"927cd6ab-7593-417a-934b-7a6acaec7651\",\"children\":[{\"concreteType\":\"String\",\"example\":\"wl0022\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"056e047b-bddd-4116-aeb7-5eddad5f35c8\",\"index\":17,\"description\":\"物料编码\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"discountflag\",\"parameterType\":\"fundamental\",\"id\":\"8a027a84-7133-4ab1-be47-116f1c09b343\",\"index\":18,\"description\":\"价格折扣\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"electronicsale\",\"parameterType\":\"fundamental\",\"id\":\"df03fce2-9e1e-431b-a167-8aac668a8d48\",\"index\":19,\"description\":\"电子销售\"},{\"concreteType\":\"String\",\"example\":\"gg\",\"parameterName\":\"ematerialspec\",\"parameterType\":\"fundamental\",\"id\":\"fc21ef61-b0d9-4573-9835-65d483cbdf58\",\"index\":20,\"description\":\"英文规格\"},{\"concreteType\":\"String\",\"example\":\"2\",\"parameterName\":\"enablestate\",\"parameterType\":\"fundamental\",\"id\":\"28420f5c-bfae-4cc9-b536-4f6e9b302266\",\"index\":21,\"description\":\"启用状态\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"wlname\",\"parameterName\":\"ename\",\"parameterType\":\"fundamental\",\"id\":\"6fbbe472-ee75-437f-a817-71a2aaf766b2\",\"index\":22,\"description\":\"英文名称\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"featureclass\",\"parameterType\":\"fundamental\",\"id\":\"f0aa45cb-62a9-42de-b1fd-6140c2d4efe0\",\"index\":23,\"description\":\"特征类\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"fee\",\"parameterType\":\"fundamental\",\"id\":\"fb37b3b7-a74d-4e20-a6a3-63f5214c493f\",\"index\":24,\"description\":\"服务类\"},{\"concreteType\":\"String\",\"example\":\"测试\",\"parameterName\":\"goodsprtname\",\"parameterType\":\"fundamental\",\"id\":\"e129bc2d-83e6-45d8-85d7-6a338da5c69d\",\"index\":25,\"description\":\"海关商品打印名称\"},{\"concreteType\":\"String\",\"example\":\"测试\",\"parameterName\":\"graphid\",\"parameterType\":\"fundamental\",\"id\":\"39a1966b-d746-476e-b650-45a8c18617d1\",\"index\":26,\"description\":\"图号\"},{\"concreteType\":\"String\",\"example\":\"0.0000\",\"parameterName\":\"intolerance\",\"parameterType\":\"fundamental\",\"id\":\"bb6c650e-c079-46eb-8ffa-ac23afa8cb11\",\"index\":27,\"description\":\"入库容差(%)\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"iselectrans\",\"parameterType\":\"fundamental\",\"id\":\"7539663f-10ea-472c-89a0-b7b8be62940a\",\"index\":28,\"description\":\"电子采购\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"isfeature\",\"parameterType\":\"fundamental\",\"id\":\"8b6bc453-2741-4914-9993-745d33faf96e\",\"index\":29,\"description\":\"特征件\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"ishproitems\",\"parameterType\":\"fundamental\",\"id\":\"a9706be8-6a71-4a35-9fd2-0f118aeee016\",\"index\":30,\"description\":\"助促销品\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"materialbarcode\",\"parameterType\":\"fundamental\",\"id\":\"2fcb8b0e-fbd1-47a5-a88f-914bf6faa02f\",\"index\":31,\"description\":\"条形码\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"materialmgt\",\"parameterType\":\"fundamental\",\"id\":\"2238e8ef-d9e8-4fc0-80d1-af29f3d662a7\",\"index\":32,\"description\":\"实物物料管理模式\"},{\"concreteType\":\"String\",\"example\":\"cs\",\"parameterName\":\"materialmnecode\",\"parameterType\":\"fundamental\",\"id\":\"ecd0ee7d-8beb-4e37-b47b-ac41a63a1542\",\"index\":33,\"description\":\"助记码\"},{\"concreteType\":\"String\",\"example\":\"测试\",\"parameterName\":\"materialshortname\",\"parameterType\":\"fundamental\",\"id\":\"5b561cf4-30fc-4443-a773-9d5121424402\",\"index\":34,\"description\":\"物料简称\"},{\"concreteType\":\"String\",\"example\":\"鬼\",\"parameterName\":\"materialspec\",\"parameterType\":\"fundamental\",\"id\":\"6d2f78de-7cd1-497a-8047-f329da1fcd2f\",\"index\":35,\"description\":\"规格\"},{\"concreteType\":\"String\",\"example\":\"估\",\"parameterName\":\"materialtype\",\"parameterType\":\"fundamental\",\"id\":\"353ff0c6-8176-437b-9d03-a3b837030d5a\",\"index\":36,\"description\":\"型号\"},{\"concreteType\":\"String\",\"example\":\"测试\",\"parameterName\":\"memo\",\"parameterType\":\"fundamental\",\"id\":\"96ada86d-8599-46f8-9035-70be44127399\",\"index\":37,\"description\":\"备注\"},{\"concreteType\":\"String\",\"example\":\"物料122\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"cd5576c0-a20c-47f1-bab7-0ee8161610cd\",\"index\":38,\"description\":\"物料名称\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"0.0000\",\"parameterName\":\"outcloselowerlimit\",\"parameterType\":\"fundamental\",\"id\":\"20a18d48-1e56-4c43-bc8d-072ba394e795\",\"index\":39,\"description\":\"出库关闭下容差(%)\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"0.0000\",\"parameterName\":\"outtolerance\",\"parameterType\":\"fundamental\",\"id\":\"f2efb534-e0a2-4d8c-8092-4984c179aaa5\",\"index\":40,\"description\":\"出库容差(%)\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_brand\",\"parameterType\":\"fundamental\",\"id\":\"3dc2a16d-4225-4c38-81ae-85d2d0097ccb\",\"index\":41,\"description\":\"品牌\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_goodscode\",\"parameterType\":\"fundamental\",\"id\":\"ab2a61db-e855-401e-b983-6564cd0681cb\",\"index\":42,\"description\":\"海关商品代码\"},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"pk_group\",\"parameterType\":\"fundamental\",\"id\":\"c524ac5a-de52-4127-b891-717ea9f44026\",\"index\":43,\"description\":\"所属集团\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_marasstframe\",\"parameterType\":\"fundamental\",\"id\":\"2c42eb22-792b-42d4-bd77-f1baa2287c90\",\"index\":44,\"description\":\"辅助属性结构\"},{\"concreteType\":\"String\",\"example\":\"wl\",\"parameterName\":\"pk_marbasclass\",\"parameterType\":\"fundamental\",\"id\":\"f3ed8935-5863-4bd4-8a90-ec4246fe18b5\",\"index\":45,\"description\":\"物料分类\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_material_pf\",\"parameterType\":\"fundamental\",\"id\":\"0d5884bd-006d-4b5f-a718-328338ff7f71\",\"index\":46,\"description\":\"物料申请单\"},{\"concreteType\":\"String\",\"example\":\"CN001\",\"parameterName\":\"pk_mattaxes\",\"parameterType\":\"fundamental\",\"id\":\"23d4a30e-06a8-4734-98bc-36b3d67d5b25\",\"index\":47,\"description\":\"物料税类\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MKT\",\"parameterName\":\"pk_measdoc\",\"parameterType\":\"fundamental\",\"id\":\"0443a7c2-2853-4769-b386-8694b3311278\",\"index\":48,\"description\":\"主计量单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"X0645\",\"parameterName\":\"pk_org\",\"parameterType\":\"fundamental\",\"id\":\"3ef17ccf-d7f6-4e8e-8b9d-8efd452fb6aa\",\"index\":49,\"description\":\"所属组织\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_prodline\",\"parameterType\":\"fundamental\",\"id\":\"9c771375-fd91-4818-a87b-286ec5f52fc0\",\"index\":50,\"description\":\"产品线\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"pk_source\",\"parameterType\":\"fundamental\",\"id\":\"2145fcaf-7ca9-4a03-9b57-2af635648eae\",\"index\":51,\"description\":\"原始版本\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"prodarea\",\"parameterType\":\"fundamental\",\"id\":\"900a97f5-a73e-49dd-b901-490acf196033\",\"index\":52,\"description\":\"产地\"},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"productfamily\",\"parameterType\":\"fundamental\",\"id\":\"716ea3a7-1636-4a80-8771-56efb94e2877\",\"index\":53,\"description\":\"产品簇\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"prolifeperiod\",\"parameterType\":\"fundamental\",\"id\":\"4baa1a8b-7a65-499f-a313-407bbba1dcb1\",\"index\":54,\"description\":\"产品生命周期\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"retail\",\"parameterType\":\"fundamental\",\"id\":\"06c10727-d9df-4a32-99c6-f560e50427f5\",\"index\":55,\"description\":\"适用零售\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"setpartsflag\",\"parameterType\":\"fundamental\",\"id\":\"88b1f8dd-123c-46fe-9452-74d455ff673b\",\"index\":56,\"description\":\"成套件\"},{\"concreteType\":\"String\",\"example\":\"0.001\",\"parameterName\":\"storeunitnum\",\"parameterType\":\"fundamental\",\"id\":\"25e1b494-9b5c-46eb-932f-0e9fb344ee2f\",\"index\":57,\"description\":\"多少标准存储单位\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"unitheight\",\"parameterType\":\"fundamental\",\"id\":\"0e525f3b-f1e5-423f-a4be-99341618416b\",\"index\":58,\"description\":\"高度\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"unitlength\",\"parameterType\":\"fundamental\",\"id\":\"db6cc509-4c23-4471-b71f-4943f3e3a115\",\"index\":59,\"description\":\"长度\"},{\"concreteType\":\"String\",\"example\":\"0.001\",\"parameterName\":\"unitvolume\",\"parameterType\":\"fundamental\",\"id\":\"03202a95-57c2-4f6d-93de-917ec217d0c5\",\"index\":60,\"description\":\"单位体积\"},{\"concreteType\":\"String\",\"example\":\"0.0002\",\"parameterName\":\"unitweight\",\"parameterType\":\"fundamental\",\"id\":\"999ffd40-2604-417b-9e7f-4260e88003c9\",\"index\":61,\"description\":\"单位重量\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"unitwidth\",\"parameterType\":\"fundamental\",\"id\":\"15d8b909-9287-4c92-86e4-c2c42d0115f0\",\"index\":62,\"description\":\"宽度\"},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"id\":\"1c1d7a9a-15c6-4472-9683-61f0e689d71c\",\"index\":63,\"description\":\"版本\"},{\"concreteType\":\"Object\",\"parameterName\":\"materialconvert\",\"parameterType\":\"complex\",\"id\":\"d52f5631-9f9c-4c69-9db2-4138f2faf6cf\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"item\",\"id\":\"53154d58-2bb2-4166-a37e-97752e82ce4b\",\"children\":[{\"concreteType\":\"String\",\"example\":\"MKT\",\"parameterName\":\"pk_measdoc\",\"parameterType\":\"fundamental\",\"id\":\"e620cd12-6905-45a6-9c60-b6f14c0af23f\",\"index\":66,\"description\":\"辅计量单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1/1\",\"parameterName\":\"measrate\",\"parameterType\":\"fundamental\",\"id\":\"64b53913-dfdb-4084-96ab-54a93c5befe9\",\"index\":67,\"description\":\"主单位/辅单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"fixedflag\",\"parameterType\":\"fundamental\",\"id\":\"a9fa85a0-6001-4ba4-bd6c-e16a1d6dc63e\",\"index\":68,\"description\":\"固定换算\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isstorebalance\",\"parameterType\":\"fundamental\",\"id\":\"da7fa391-050b-49e8-afa9-610a6b438fe5\",\"index\":69,\"description\":\"结存\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"ispumeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"ea84d46f-40d8-43da-969e-130815da59b7\",\"index\":70,\"description\":\"采购默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isprodmeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"69c16b55-25a6-403e-b847-cac8c32b5794\",\"index\":71,\"description\":\"生产默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isstockmeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"856d4b9e-10a9-40c5-84db-0cc863e2f55f\",\"index\":72,\"description\":\"库存默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"issalemeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"ebe58e03-fb06-447c-85ea-3976179726c8\",\"index\":73,\"description\":\"销售默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"Y\",\"parameterName\":\"isretailmeasdoc\",\"parameterType\":\"fundamental\",\"id\":\"1d85ef50-590c-432e-aa74-49886a2a1f76\",\"index\":74,\"description\":\"零售默认单位\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"ispiecemangage\",\"parameterType\":\"fundamental\",\"id\":\"53955346-7c55-4ca2-bf20-6d1f8457db5b\",\"index\":75,\"description\":\"件数管理\",\"required\":true}],\"index\":65,\"description\":\"辅计量\",\"required\":true}],\"index\":64,\"description\":\"辅计量管理\",\"required\":true}],\"index\":16,\"description\":\"单据头\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"1231243531211222\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"619edd7a-a3db-4688-887a-5054dcd19eb0\",\"index\":76,\"description\":\"档案唯一标识,第一次存储会在ncc系统存储id,如果id不存在则新增\",\"required\":true}],\"index\":15,\"description\":\"单据\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"account\",\"parameterType\":\"fundamental\",\"id\":\"da75a634-2277-41fd-b20f-f21581fb86e2\",\"index\":77,\"description\":\"账套\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"01\",\"parameterName\":\"groupcode\",\"parameterType\":\"fundamental\",\"id\":\"dd4bc35b-b654-4237-ba1a-bc07cc1ba989\",\"index\":78,\"description\":\"集团编码\",\"required\":true}],\"index\":10,\"required\":true}],\"index\":9,\"required\":true}]', '[]', 50, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-26 11:06:33', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b48787352c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据用户新增', '中台主数据用户新增', '中台主数据用户新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0013\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"a648cf712b68491da6c2aa1a08b47fe2\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"用户编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"yy01\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"用户名称\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"yy01\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"身份类型\",\"sorts\":\"7\",\"example\":\"管理员\"},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"关联人员\",\"sorts\":\"8\",\"example\":\"49f02cfecc9b4c43b2e99a0a76e8ba2d\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"邮箱\",\"sorts\":\"9\",\"example\":\"123123@qq.com\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"备注\",\"sorts\":\"10\",\"example\":\"用户备注\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 19, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 17:12:15', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b931a4513fff11eea2cd00ffb4e96922', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207物料删除(主键删除)', 'BipV32207物料删除(主键删除)', 'BipV32207物料删除(主键删除)', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/material/delmaterial/deletebypk\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"id\":\"e9bfe90a-e103-46ab-b1d0-f8fbb2a95be6\",\"index\":10,\"parameterName\":\"pk\",\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"example\":\"1001A210000000010NJQ\",\"required\":true,\"description\":\"数据库主键,不是新增主键\"},{\"id\":\"0566aa6a-5350-4026-b90a-abaf11b8c763\",\"index\":11,\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1\"}],\"index\":9,\"required\":true}]', '[]', 54, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-26 11:27:25', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b931a4513fff11eea2cd00ffb4e96929', '3b12f5e26ab64c408feb5342ad9c9cef', 'BipV32207物料删除(编码删除)', 'BipV32207物料删除(编码删除)', 'BipV32207物料删除(编码删除)', '1', 'a0a64273e60b4ccdb245683dfefdade4', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"04b290fb-171f-41c3-b17d-be85fe1be982\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"bipV32207Service\"},{\"id\":\"472c11f4-d9d5-49ad-b6ce-bc393b4ea0ae\",\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterface\"},{\"id\":\"3cb3914c-f853-4ab5-a2d4-2fa0dc7677d5\",\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"access_token\"],\"parameterName\":\"access_token\",\"parameterType\":\"authport\",\"id\":\"deaa530d-7832-4ddb-aa0d-ffddc826d7cc\",\"index\":0,\"description\":\"认证access_token\",\"required\":true},{\"concreteType\":\"String\",\"example\":[\"attribute\",\"data\",\"security_key\"],\"parameterName\":\"security_key\",\"parameterType\":\"authport\",\"id\":\"f6be2f74-cc53-43f0-8614-9398967cd441\",\"index\":1,\"description\":\"认证security_key\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"http://60.204.135.151:8089/\",\"parameterName\":\"baseUrl\",\"parameterType\":\"fundamental\",\"id\":\"e42e35db-0153-440c-a78a-bab0f6142c91\",\"index\":2,\"description\":\"服务器ip:port\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"nccloud/api/uapbd/material/delmaterial/deletebycode\",\"parameterName\":\"apiUrl\",\"parameterType\":\"fundamental\",\"id\":\"13d8d467-23e8-423c-a362-1046df745a57\",\"index\":3,\"description\":\"api方法\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"zhengtai\",\"parameterName\":\"client_id\",\"parameterType\":\"fundamental\",\"id\":\"1e5f7455-d260-4d2c-9174-ebdcbe519f8b\",\"index\":4,\"description\":\"对应于在第三方应用注册当中的app_id\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkQzXMDJfTOqcqvy4VXgyAkyPCJp7G6NCxCdUJl92UggTm/YTkceGTPvMMQTnp3qhdNBnYlfqDcSvTZ942fJX/xWzTQS6k+HR8ML6dDsGgW8i2SvvPeFvDwnnnHAISppTOhe3tguLxKCxutYkHDFhFmJDU8wWB9lUA2ICjJWihXlY48t6N1Q3MD0Ca/njk293XcY3bc1fS17LfiiONiNktXhKpBEVZT7LUKGbzDd/mn75PJTOBZBlL0e9IrP7I2/b/kt1ORxXyr74Vcz4gVy35Gxn5j2ZESQOFgGicwB8l0MRAlrOvakcy0Qu0z03dguLrlWYkv9MexNC6jBUZwiLjwIDAQAB\",\"parameterName\":\"pubKey\",\"parameterType\":\"fundamental\",\"id\":\"789fa17c-7e14-4f7f-bce5-3a049a7d1d19\",\"index\":5,\"description\":\"公钥\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"busi_id\",\"parameterType\":\"fundamental\",\"id\":\"7ff0636c-dc13-423f-8dd1-1548a508a0d6\",\"index\":6,\"description\":\"接口调用业务标识\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"repeat_check\",\"parameterType\":\"fundamental\",\"id\":\"190c4b80-5bc3-4021-941e-74c2689e0905\",\"index\":7,\"description\":\"重复调用检查\",\"required\":true},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"secret_level\",\"parameterType\":\"fundamental\",\"id\":\"946a75ef-ad77-4c2f-b9f3-8a2c53d963aa\",\"index\":8,\"description\":\"返回值压缩加密级别\",\"required\":true},{\"concreteType\":\"Object\",\"parameterName\":\"sendData\",\"parameterType\":\"complex\",\"id\":\"a9d888e6-9ee0-4423-9089-8ff353ccd3c2\",\"children\":[{\"id\":\"e9bfe90a-e103-46ab-b1d0-f8fbb2a95be6\",\"index\":10,\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"wl0022\",\"required\":true,\"description\":\"code\"},{\"id\":\"dd02d352-d7ba-4bb1-8148-4bd08f1ec118\",\"index\":11,\"parameterName\":\"group_code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"01\"},{\"id\":\"0566aa6a-5350-4026-b90a-abaf11b8c763\",\"index\":12,\"parameterName\":\"version\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"1\"},{\"id\":\"a68851e6-977d-4041-a4fb-81c91d5eacc2\",\"index\":13,\"parameterName\":\"org_code\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"X0645\"}],\"index\":9,\"required\":true}]', '[]', 51, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:46:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-26 11:10:41', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bedad9546da946c4a21d5421ca040ae8', '3d205f45e1844942991f65e0c96e19c5', '测试', '测试', '测试', '2', 'bedad9546da946c4a21d5421ca040ae8', '1', '[\"1\"]', '1', 'http://hzya.ufyct.com:8044/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1689822065819,\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"generalServiceImpl\",\"length\":\"100\"},{\"id\":1689822100976,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"dictionaryshop\"},{\"id\":1689822112638,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"selectDictionaryshop\",\"length\":\"100\"},{\"id\":1689833454201,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":[1690182786142,1690182794610]}]', '[]', '1', '[{\"id\":1689822135627,\"index\":0,\"parameterName\":\"tab_name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"sys_database\"},{\"id\":1689822149982,\"index\":1,\"parameterName\":\"column_name\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"db_type\"}]', '[{\"id\":1690182771891,\"index\":0,\"parameterName\":\"a\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"2213\",\"example\":\"3333\",\"description\":\"231\",\"sorts\":\"3\"},{\"id\":1690182786142,\"index\":1,\"parameterName\":\"b\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":1690182794610,\"index\":2,\"parameterName\":\"c\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"213\",\"example\":\"3213\"}]}]', 2, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-20 11:02:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-25 17:21:51', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c1d6e9a08f12497281c3eadf65195757', 'b585ef6f52554ef69d3e1c4c2c10dcba', '按部门ID取部门信息', '按部门ID取部门信息', '按部门ID取部门信息', '1', '4ae38a6163784e278bd7b9c5cb01d243', '1', '[\"2\"]', '1', '60.191.69.250:9977/seeyon/rest/orgDepartment/{id}', '1', '2', '10000', '100', '[{\"id\":\"c935fa0d-00c3-4ec5-829e-b76b7caefe88\",\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"id\"]}]', '[]', '1', '[]', '[{\"concreteType\":\"Number\",\"example\":\"670869647114347\",\"parameterName\":\"orgAccountId\",\"parameterType\":\"fundamental\",\"id\":\"6ce504a9-4a55-438c-a13e-6e5cd4886331\",\"index\":0},{\"concreteType\":\"Number\",\"example\":\"-8827797068902282000\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"face0dba-ec09-4b50-8814-b586354db69b\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"信息科\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"f3669613-2ada-4573-a418-18d04b641c7e\",\"index\":2},{\"concreteType\":\"String\",\"parameterName\":\"i18nNameId\",\"parameterType\":\"fundamental\",\"id\":\"12949368-e987-4ba1-a2e4-77c59d108436\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"23\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"a55a26bc-3d86-4173-8ee4-817f5fad8b9c\",\"index\":4},{\"concreteType\":\"Number\",\"example\":\"1618816168000\",\"parameterName\":\"createTime\",\"parameterType\":\"fundamental\",\"id\":\"ba44b067-0452-45e4-8936-2b4fa123681e\",\"index\":5},{\"concreteType\":\"Number\",\"example\":\"1659312979000\",\"parameterName\":\"updateTime\",\"parameterType\":\"fundamental\",\"id\":\"f521a2a9-6cd3-4f8e-9f98-f1228d78aeb4\",\"index\":6},{\"concreteType\":\"Number\",\"example\":\"71\",\"parameterName\":\"sortId\",\"parameterType\":\"fundamental\",\"id\":\"9939f7ca-09f8-44bb-a5d0-f4374aa4b8a5\",\"index\":7},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isDeleted\",\"parameterType\":\"fundamental\",\"id\":\"1f5777ee-f2c5-4ec7-affe-452952ca3774\",\"index\":8},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"enabled\",\"parameterType\":\"fundamental\",\"id\":\"130cf95d-6325-448c-9655-746eefba1293\",\"index\":9},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"externalType\",\"parameterType\":\"fundamental\",\"id\":\"b462ef14-32b3-4f42-9193-88e93bef4169\",\"index\":10},{\"concreteType\":\"Number\",\"example\":\"1\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"30d2f9d8-87d9-48b1-a81b-de643e8cbbe9\",\"index\":11},{\"concreteType\":\"String\",\"parameterName\":\"description\",\"parameterType\":\"fundamental\",\"id\":\"05ecf7fa-a507-4f53-a644-bab4c981d51f\",\"index\":12},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"parameterName\":\"customerProperties\",\"id\":\"7d7cf50c-f9df-4dde-ad66-1abde3f779ae\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"000000010031\",\"parameterName\":\"path\",\"parameterType\":\"fundamental\",\"id\":\"a422db1f-309d-4cab-be8f-72009976f149\",\"index\":14},{\"concreteType\":\"String\",\"parameterName\":\"shortName\",\"parameterType\":\"fundamental\",\"id\":\"7fe8ac40-e603-420c-adc4-f1f54034ae64\",\"index\":15},{\"concreteType\":\"String\",\"parameterName\":\"secondName\",\"parameterType\":\"fundamental\",\"id\":\"720844f6-3503-42c4-9c58-f1b97d19526b\",\"index\":16},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"isInternal\",\"parameterType\":\"fundamental\",\"id\":\"86d2079e-a132-45ca-9489-9efe45dbda34\",\"index\":17},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isGroup\",\"parameterType\":\"fundamental\",\"id\":\"f6185706-2b90-4023-8ed8-88f5d0dc822f\",\"index\":18},{\"concreteType\":\"Number\",\"example\":\"-1\",\"parameterName\":\"levelScope\",\"parameterType\":\"fundamental\",\"id\":\"2a811ed1-5038-45a9-beb2-193ebc423575\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"Department\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"974a3827-b712-499a-a9ba-07870d45fe61\",\"index\":20},{\"concreteType\":\"Object\",\"parameterName\":\"properties\",\"parameterType\":\"complex\",\"id\":\"3c34f528-2d81-491b-8bae-aa8741e69621\",\"children\":[{\"concreteType\":\"String\",\"parameterName\":\"zipCode\",\"parameterType\":\"fundamental\",\"id\":\"2c29a8de-c066-44c4-94fb-59912330fa54\",\"index\":22},{\"concreteType\":\"String\",\"parameterName\":\"permissionType\",\"parameterType\":\"fundamental\",\"id\":\"f6c49210-edff-4ca0-9c50-9bfa78e0e368\",\"index\":23},{\"concreteType\":\"String\",\"parameterName\":\"accessLevels\",\"parameterType\":\"fundamental\",\"id\":\"cfeca0e0-c23b-4815-9438-14a4bd1b9434\",\"index\":24},{\"concreteType\":\"String\",\"parameterName\":\"address\",\"parameterType\":\"fundamental\",\"id\":\"3b778d95-5c40-4bbe-9c88-91de65a47c59\",\"index\":25},{\"concreteType\":\"String\",\"parameterName\":\"isCustomLoginUrl\",\"parameterType\":\"fundamental\",\"id\":\"199e9099-fa53-4470-b23e-1021e6a4a679\",\"index\":26},{\"concreteType\":\"String\",\"parameterName\":\"ipAddress\",\"parameterType\":\"fundamental\",\"id\":\"e6c516ca-b7df-4f48-9962-ed14ed2812f9\",\"index\":27},{\"concreteType\":\"String\",\"parameterName\":\"managementSubunit\",\"parameterType\":\"fundamental\",\"id\":\"bb5f11bb-7d58-4a79-97d5-b612ff47936d\",\"index\":28},{\"concreteType\":\"String\",\"parameterName\":\"telephone\",\"parameterType\":\"fundamental\",\"id\":\"36ee9ca8-7098-441c-9310-3797701d245a\",\"index\":29},{\"concreteType\":\"String\",\"parameterName\":\"customLoginUrl\",\"parameterType\":\"fundamental\",\"id\":\"2e88c796-d876-4e87-81be-d80217d681a2\",\"index\":30},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"isCreateDeptSpace\",\"parameterType\":\"fundamental\",\"id\":\"987441ac-10f1-4fd8-8b29-c90cdb0abf95\",\"index\":31},{\"concreteType\":\"String\",\"parameterName\":\"unitMail\",\"parameterType\":\"fundamental\",\"id\":\"80c3ec83-7db2-4e85-909d-17564aa22953\",\"index\":32},{\"concreteType\":\"String\",\"parameterName\":\"chiefLeader\",\"parameterType\":\"fundamental\",\"id\":\"f686b2f7-3d73-4643-b49c-8332dfd9768b\",\"index\":33},{\"concreteType\":\"String\",\"parameterName\":\"unitCategory\",\"parameterType\":\"fundamental\",\"id\":\"542d52b6-fab0-4271-8363-ad18b90d6e27\",\"index\":34},{\"concreteType\":\"String\",\"parameterName\":\"ldapOu\",\"parameterType\":\"fundamental\",\"id\":\"14807f0b-5082-4686-b88e-128d0eef81e2\",\"index\":35},{\"concreteType\":\"String\",\"parameterName\":\"fax\",\"parameterType\":\"fundamental\",\"id\":\"a0a56aae-2afe-4e17-8546-867ad8b71672\",\"index\":36}],\"index\":21},{\"concreteType\":\"Number\",\"example\":\"670869647114347\",\"parameterName\":\"superior\",\"parameterType\":\"fundamental\",\"id\":\"f4e7e835-3f65-4bbb-ad99-5f6cd6590832\",\"index\":37},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"superiorName\",\"parameterType\":\"fundamental\",\"id\":\"f49ef6ca-6981-4ef6-a90f-3530cf3ea08a\",\"index\":38},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"sortIdType\",\"parameterType\":\"fundamental\",\"id\":\"91cb310a-74c6-47ff-ba84-3ba4adc4a0a8\",\"index\":39},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isPublic\",\"parameterType\":\"fundamental\",\"id\":\"c9f25d31-0e34-4da0-a587-8e5525eb00d0\",\"index\":40},{\"concreteType\":\"String\",\"parameterName\":\"createrId\",\"parameterType\":\"fundamental\",\"id\":\"e8f73cd1-a12d-40d9-9e64-5834ebce69ff\",\"index\":41},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"level\",\"parameterType\":\"fundamental\",\"id\":\"692bdf2b-83e2-4357-8015-81e4d86f777c\",\"index\":42},{\"concreteType\":\"String\",\"parameterName\":\"depAdmin\",\"parameterType\":\"fundamental\",\"id\":\"891fc307-3e73-49d6-99ea-03b5384149f8\",\"index\":43},{\"concreteType\":\"String\",\"parameterName\":\"depManager\",\"parameterType\":\"fundamental\",\"id\":\"3efa8f96-65ea-4f5e-bbab-b5c83428f7d2\",\"index\":44},{\"concreteType\":\"String\",\"example\":\"信息科\",\"parameterName\":\"wholeName\",\"parameterType\":\"fundamental\",\"id\":\"637fc7cb-6e29-4e7f-8a52-847d7111658c\",\"index\":45},{\"concreteType\":\"String\",\"example\":\"Department\",\"parameterName\":\"entityType\",\"parameterType\":\"fundamental\",\"id\":\"23393f0a-4b17-42be-82dd-78a0b591ffff\",\"index\":46},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"v5External\",\"parameterType\":\"fundamental\",\"id\":\"81329e8d-f6a8-4ae7-b549-38a0fdf32f58\",\"index\":47},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"valid\",\"parameterType\":\"fundamental\",\"id\":\"297c91a5-8dd4-457c-bee3-9cf4c116c72e\",\"index\":48},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"group\",\"parameterType\":\"fundamental\",\"id\":\"fb9678a9-ad39-4859-95a6-4e7e9df6762c\",\"index\":49},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"customLogin\",\"parameterType\":\"fundamental\",\"id\":\"ec51ab1f-158e-4090-a8bd-070909dd8be0\",\"index\":50},{\"concreteType\":\"Number\",\"example\":\"670869647114347\",\"parameterName\":\"superior0\",\"parameterType\":\"fundamental\",\"id\":\"211d008b-65bb-4df2-a8f2-716ddc69b81c\",\"index\":51},{\"concreteType\":\"String\",\"parameterName\":\"customLoginUrl\",\"parameterType\":\"fundamental\",\"id\":\"ed008f1c-f9e2-4a78-acfe-a681301ce52a\",\"index\":52},{\"concreteType\":\"String\",\"example\":\"00000001\",\"parameterName\":\"parentPath\",\"parameterType\":\"fundamental\",\"id\":\"64db21f7-2ef1-47ca-a496-02435bdf95b0\",\"index\":53},{\"concreteType\":\"String\",\"example\":\"信息科\",\"parameterName\":\"fullName\",\"parameterType\":\"fundamental\",\"id\":\"88bed59d-6805-44f4-ac96-e13356d3a972\",\"index\":54},{\"concreteType\":\"String\",\"example\":\"organization.department.name\",\"parameterName\":\"dataI18nCategoryName\",\"parameterType\":\"fundamental\",\"id\":\"fa4e7ba6-a96f-4964-a1a0-7031d25f82f5\",\"index\":55},{\"concreteType\":\"String\",\"example\":\"信息科\",\"parameterName\":\"i18nNameWithLocale\",\"parameterType\":\"fundamental\",\"id\":\"a14e7b3c-a6a2-44e1-92a0-30c33da38dce\",\"index\":56},{\"concreteType\":\"Number\",\"example\":\"71\",\"parameterName\":\"realSortId\",\"parameterType\":\"fundamental\",\"id\":\"3a78ab77-e02b-405f-b1fd-97a93bc5c61f\",\"index\":57},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"preName\",\"parameterType\":\"fundamental\",\"id\":\"26da2b70-5fb4-4294-9879-48915f00c358\",\"index\":58},{\"concreteType\":\"String\",\"example\":\"浙江大洋生物科技集团股份有限公司\",\"parameterName\":\"orgAccountName\",\"parameterType\":\"fundamental\",\"id\":\"725991cf-a4ca-4054-a9d9-c9028ab68dff\",\"index\":59}]', 36, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 16:30:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 16:31:17', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c2e3bd282c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据货位新增', '中台主数据货位新增', '中台主数据货位新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0020\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"GLOBLE00000000000000\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属仓库\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"12123\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"货位编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"123\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"货位名称\",\"sorts\":\"7\",\"example\":\"张三\",\"required\":true},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"货位容积\",\"sorts\":\"8\",\"example\":\"顿\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"负责人\",\"sorts\":\"9\",\"example\":\"12313123123\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"电话\",\"sorts\":\"10\",\"example\":\"efc\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"地点\",\"sorts\":\"11\",\"example\":\"efc\"},{\"id\":1690516412568,\"index\":11,\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"备注\",\"length\":\"200\",\"sorts\":\"12\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 20, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-28 11:58:25', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cc9756f12c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据部门新增', '中台主数据部门新增', '中台主数据部门新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0011\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"0001A310000000001AB2\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"部门编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"JT01\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"部门名称\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"总经理室\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"上级部门\",\"sorts\":\"7\",\"example\":\"供销部\",\"required\":true},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"部门负责人\",\"sorts\":\"8\",\"example\":\"0001A310000000001EKW\",\"required\":true},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"分管领导\",\"sorts\":\"9\",\"example\":\"0001A310000000001EKW\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"电话\",\"sorts\":\"10\",\"example\":\"123123\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"地址\",\"sorts\":\"11\",\"example\":\"123123\"},{\"id\":1690516982864,\"index\":11,\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"备注\",\"sorts\":\"12\",\"length\":\"200\",\"example\":\"1231231\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 21, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-28 12:05:21', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ce573a6acbe04946b219ba192cba4af0', '3b12f5e26ab64c408feb5342ad9c9cef', '231', '123', '231', '2', NULL, '1', '[\"2\",\"1\"]', '1', '321', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 81, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:23:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:23:39', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d20da844d2514650a5f987346fa8d2aa', 'b585ef6f52554ef69d3e1c4c2c10dcba', '按登录名查询人员信息', '按登录名查询人员信息', '按登录名查询人员信息', '1', '4ae38a6163784e278bd7b9c5cb01d243', '1', '[\"2\"]', '1', '60.191.69.250:9977/seeyon/rest/orgMember?', '1', '2', '10000', '100', '[{\"id\":\"33bbb8a7-47a6-4457-ac12-c95c60f765c3\",\"index\":0,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"id\"]}]', '[{\"id\":\"97bde80a-722b-4e39-ac73-c79b87efd7ae\",\"index\":0,\"parameterName\":\"loginName\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"seeyon\"}]', '1', '[]', '[{\"concreteType\":\"Number\",\"example\":\"670869647114347\",\"parameterName\":\"orgAccountId\",\"parameterType\":\"fundamental\",\"id\":\"9d22afd9-3114-4ff5-982e-1572f039c66d\",\"index\":0},{\"concreteType\":\"Number\",\"example\":\"4175006528371575000\",\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"id\":\"4ddfa2bf-1760-492f-b455-1ae4d03474c7\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"管理员1\",\"parameterName\":\"name\",\"parameterType\":\"fundamental\",\"id\":\"c131b63c-0265-43fd-b0ba-a0e0d9649ba8\",\"index\":2},{\"concreteType\":\"String\",\"parameterName\":\"i18nNameId\",\"parameterType\":\"fundamental\",\"id\":\"c58bfae8-e0ef-4385-b0f9-bbdde12da8af\",\"index\":3},{\"concreteType\":\"String\",\"parameterName\":\"code\",\"parameterType\":\"fundamental\",\"id\":\"a691baa5-3eb0-4612-aba9-fde6c9c91c91\",\"index\":4},{\"concreteType\":\"Number\",\"example\":\"1618815245000\",\"parameterName\":\"createTime\",\"parameterType\":\"fundamental\",\"id\":\"cb2afc97-87e6-42f1-a8c3-d713e8efd7a6\",\"index\":5},{\"concreteType\":\"Number\",\"example\":\"1687775902000\",\"parameterName\":\"updateTime\",\"parameterType\":\"fundamental\",\"id\":\"547a3f0f-dc53-494d-a262-d68059ed66d1\",\"index\":6},{\"concreteType\":\"Number\",\"example\":\"10146\",\"parameterName\":\"sortId\",\"parameterType\":\"fundamental\",\"id\":\"001bdb99-7267-423c-9417-56475b674b50\",\"index\":7},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isDeleted\",\"parameterType\":\"fundamental\",\"id\":\"2397d6af-de61-4819-9a38-c5dd635e9392\",\"index\":8},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"enabled\",\"parameterType\":\"fundamental\",\"id\":\"aea74e81-4571-4c6e-a149-dd60aee1afb9\",\"index\":9},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"externalType\",\"parameterType\":\"fundamental\",\"id\":\"3ff329dc-d18e-4421-a2e1-a50fd25a9d5d\",\"index\":10},{\"concreteType\":\"Number\",\"example\":\"1\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"aa82ae07-9b33-4b9a-ae1a-384a11c795bf\",\"index\":11},{\"concreteType\":\"String\",\"parameterName\":\"description\",\"parameterType\":\"fundamental\",\"id\":\"c0cf0e23-c909-425e-bebd-7514063700a1\",\"index\":12},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"parameterName\":\"customerProperties\",\"id\":\"b913a97e-3a3d-4f14-ae37-1bc801c49637\",\"index\":13},{\"concreteType\":\"Number\",\"example\":\"-5590346426431684000\",\"parameterName\":\"orgLevelId\",\"parameterType\":\"fundamental\",\"id\":\"50f8e3b5-0fa6-43de-b5fe-52c257b04361\",\"index\":14},{\"concreteType\":\"Number\",\"example\":\"5648868195563489000\",\"parameterName\":\"orgPostId\",\"parameterType\":\"fundamental\",\"id\":\"02b4a51b-dadb-4e0a-a09a-783878e38dd0\",\"index\":15},{\"concreteType\":\"Number\",\"example\":\"-8827797068902282000\",\"parameterName\":\"orgDepartmentId\",\"parameterType\":\"fundamental\",\"id\":\"f44932a7-7b40-4bba-af1c-3b55f73a4138\",\"index\":16},{\"concreteType\":\"Number\",\"example\":\"1\",\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"id\":\"a6de12dc-4aa3-462c-be92-da324f1bbced\",\"index\":17},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"isInternal\",\"parameterType\":\"fundamental\",\"id\":\"33d3de8e-a34a-4dbf-8340-0d4405fe8fe8\",\"index\":18},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"isLoginable\",\"parameterType\":\"fundamental\",\"id\":\"4fa68611-84eb-4a5a-a8ea-7ed3baabfd76\",\"index\":19},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isVirtual\",\"parameterType\":\"fundamental\",\"id\":\"36c94f4c-63cf-46ac-b082-14dc97d50ab1\",\"index\":20},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"isAssigned\",\"parameterType\":\"fundamental\",\"id\":\"5ae62953-264b-48e8-a50a-85e591c80d15\",\"index\":21},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isAdmin\",\"parameterType\":\"fundamental\",\"id\":\"b24ebfb2-9531-4232-a6d1-9766aa175b96\",\"index\":22},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"isValid\",\"parameterType\":\"fundamental\",\"id\":\"5f065e71-af61-49f1-89e4-cf9c65e555a6\",\"index\":23},{\"concreteType\":\"Number\",\"example\":\"1\",\"parameterName\":\"state\",\"parameterType\":\"fundamental\",\"id\":\"03961426-533e-4ad0-ab90-7cbc3ac30bb6\",\"index\":24},{\"concreteType\":\"Object\",\"parameterName\":\"properties\",\"parameterType\":\"complex\",\"id\":\"35faaae8-edcd-40d1-a5e4-4f01ee340d3b\",\"children\":[{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"birthday\",\"parameterType\":\"fundamental\",\"id\":\"70c1dacd-5d5d-4765-94ec-68daa33e22b0\",\"index\":26},{\"concreteType\":\"Number\",\"example\":\"-1\",\"parameterName\":\"politics\",\"parameterType\":\"fundamental\",\"id\":\"8d5df322-d446-4718-a7c1-184414547e6e\",\"index\":27},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"website\",\"parameterType\":\"fundamental\",\"id\":\"acd1ae54-f9dd-42be-b139-f3b41d9c4930\",\"index\":28},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"address\",\"parameterType\":\"fundamental\",\"id\":\"e5b01809-84d1-4294-b455-3a0196120c2d\",\"index\":29},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"imageid\",\"parameterType\":\"fundamental\",\"id\":\"701673d0-76bd-4b46-9000-56b0b0539675\",\"index\":30},{\"concreteType\":\"Number\",\"example\":\"-1\",\"parameterName\":\"gender\",\"parameterType\":\"fundamental\",\"id\":\"4bba4525-5dc8-4497-aa3f-10364d66b8ae\",\"index\":31},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"degree\",\"parameterType\":\"fundamental\",\"id\":\"69372e07-a191-4582-8a3a-2499dccec969\",\"index\":32},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"postAddress\",\"parameterType\":\"fundamental\",\"id\":\"eec58ba6-b6ed-4a86-9785-454a5fbd4919\",\"index\":33},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"emailaddress\",\"parameterType\":\"fundamental\",\"id\":\"2c816406-2f43-4de5-8df6-4fd8a0ec5e2f\",\"index\":34},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"reporter\",\"parameterType\":\"fundamental\",\"id\":\"b568598e-c523-4187-8718-0a8b6e4a8c38\",\"index\":35},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"blog\",\"parameterType\":\"fundamental\",\"id\":\"617601f6-2ffb-4229-9993-9efaf7c1acc6\",\"index\":36},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"hiredate\",\"parameterType\":\"fundamental\",\"id\":\"a791e023-ca7d-4fa4-8d71-6aafa0b8f528\",\"index\":37},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"extPostLevel\",\"parameterType\":\"fundamental\",\"id\":\"6559b4f3-7fbe-40b3-966f-44ab95eeaa35\",\"index\":38},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"weixin\",\"parameterType\":\"fundamental\",\"id\":\"e801c258-a703-43a1-9e14-f8e036e54163\",\"index\":39},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"weibo\",\"parameterType\":\"fundamental\",\"id\":\"8e51373e-7055-4fe1-875f-95ad2b0e8ee7\",\"index\":40},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"telnumber\",\"parameterType\":\"fundamental\",\"id\":\"71de2477-654f-429f-9a5a-c187830f0fca\",\"index\":41},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"postalcode\",\"parameterType\":\"fundamental\",\"id\":\"d81b7cdf-fd8a-45c5-b86b-e4f2478b3a77\",\"index\":42},{\"concreteType\":\"Number\",\"example\":\"-1\",\"parameterName\":\"eduBack\",\"parameterType\":\"fundamental\",\"id\":\"29c8b5a7-652e-4c74-9cd0-0e7ab92549f0\",\"index\":43},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"officenumber\",\"parameterType\":\"fundamental\",\"id\":\"7572ac03-39e0-4718-be24-d6724239c087\",\"index\":44},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"location\",\"parameterType\":\"fundamental\",\"id\":\"dd69bb67-48ea-420f-aed5-4124536fc874\",\"index\":45},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"idnum\",\"parameterType\":\"fundamental\",\"id\":\"91fa4fff-b7b2-4b6a-8b8b-941b0563d6fa\",\"index\":46}],\"index\":25},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"parameterName\":\"second_post\",\"id\":\"12ff00b0-4581-464e-b239-67780d899282\",\"index\":47},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"parameterName\":\"concurrent_post\",\"id\":\"eb55d406-e26f-45b3-8930-a70c53c60ab7\",\"index\":48},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"parameterName\":\"customerAddressBooklist\",\"id\":\"e40b9125-9dbd-4d6c-8e2b-ab18af620e8a\",\"index\":49},{\"concreteType\":\"String\",\"parameterName\":\"primaryLanguange\",\"parameterType\":\"fundamental\",\"id\":\"bca7f509-56c7-45d8-9eab-1d45dc596cc5\",\"index\":50},{\"concreteType\":\"String\",\"example\":\"guanliyun1\",\"parameterName\":\"pinyin\",\"parameterType\":\"fundamental\",\"id\":\"7d63e155-f9d4-4144-83d7-80162b7ff801\",\"index\":51},{\"concreteType\":\"String\",\"example\":\"gly1\",\"parameterName\":\"pinyinhead\",\"parameterType\":\"fundamental\",\"id\":\"8ba47210-551b-407d-8df5-761eefafda5d\",\"index\":52},{\"concreteType\":\"String\",\"parameterName\":\"address\",\"parameterType\":\"fundamental\",\"id\":\"44ad938c-d736-4429-9ed9-6e0d45e222ba\",\"index\":53},{\"concreteType\":\"String\",\"parameterName\":\"location\",\"parameterType\":\"fundamental\",\"id\":\"fb7aeb43-c6f7-4469-b006-bbc78809d14b\",\"index\":54},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"valid\",\"parameterType\":\"fundamental\",\"id\":\"3c616317-d811-4d7e-afc8-e4d93d2830f9\",\"index\":55},{\"concreteType\":\"String\",\"example\":\"管理员1\",\"parameterName\":\"fullName\",\"parameterType\":\"fundamental\",\"id\":\"a9ac7f2e-77fb-4e5f-bf36-681b2d7abc70\",\"index\":56},{\"concreteType\":\"String\",\"parameterName\":\"reporter\",\"parameterType\":\"fundamental\",\"id\":\"f31cc934-ce1f-4cb5-9870-018010dc7acb\",\"index\":57},{\"concreteType\":\"String\",\"example\":\"hzya\",\"parameterName\":\"loginName\",\"parameterType\":\"fundamental\",\"id\":\"0012b612-4d8c-4096-9fa9-fabf6fdd96c3\",\"index\":58},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"guest\",\"parameterType\":\"fundamental\",\"id\":\"11a2026e-b899-44a5-bda7-295f038a10ff\",\"index\":59},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"screenGuest\",\"parameterType\":\"fundamental\",\"id\":\"ba3465d5-231c-4a69-aa10-045d10c2417d\",\"index\":60},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"visitor\",\"parameterType\":\"fundamental\",\"id\":\"605fdd84-6875-499c-b0f8-dec8cd68d246\",\"index\":61},{\"concreteType\":\"String\",\"parameterName\":\"idNum\",\"parameterType\":\"fundamental\",\"id\":\"d8347a33-f2ee-4fb3-a75e-6e7439a048f2\",\"index\":62},{\"concreteType\":\"Number\",\"example\":\"1\",\"parameterName\":\"isAssignedStatus\",\"parameterType\":\"fundamental\",\"id\":\"641b847a-1585-4e0c-a12c-784d9d974af1\",\"index\":63},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"defaultGuest\",\"parameterType\":\"fundamental\",\"id\":\"18b48612-efd6-469a-8e2e-82a70a7c4d4d\",\"index\":64},{\"concreteType\":\"String\",\"parameterName\":\"officeNum\",\"parameterType\":\"fundamental\",\"id\":\"613c6913-fb3f-410a-a63e-d9d8c1790235\",\"index\":65},{\"concreteType\":\"String\",\"parameterName\":\"telNumber\",\"parameterType\":\"fundamental\",\"id\":\"00452dcb-e5d4-4eba-93f2-051a92747751\",\"index\":66},{\"concreteType\":\"Number\",\"example\":\"-1\",\"parameterName\":\"gender\",\"parameterType\":\"fundamental\",\"id\":\"b0ec10a3-e285-49fc-b719-c2f5c8bfcfea\",\"index\":67},{\"concreteType\":\"String\",\"parameterName\":\"postalcode\",\"parameterType\":\"fundamental\",\"id\":\"a67a56e4-21a7-43d7-a8c6-87a9ed688ba6\",\"index\":68},{\"concreteType\":\"String\",\"parameterName\":\"weixin\",\"parameterType\":\"fundamental\",\"id\":\"3048d2ea-554c-45a0-afc1-bdeaf7253814\",\"index\":69},{\"concreteType\":\"String\",\"parameterName\":\"emailAddress\",\"parameterType\":\"fundamental\",\"id\":\"db801272-6655-4440-a251-e9cbe0af1aec\",\"index\":70},{\"concreteType\":\"String\",\"example\":\"Member\",\"parameterName\":\"entityType\",\"parameterType\":\"fundamental\",\"id\":\"322ba8d2-9ff5-4fe9-af3a-0baec96f1d55\",\"index\":71},{\"concreteType\":\"String\",\"parameterName\":\"weibo\",\"parameterType\":\"fundamental\",\"id\":\"9dbd522c-5f49-4451-9086-58a9826a4e19\",\"index\":72},{\"concreteType\":\"String\",\"parameterName\":\"postAddress\",\"parameterType\":\"fundamental\",\"id\":\"df631eb4-5574-481e-bc13-af7f1fa4681c\",\"index\":73},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"v5External\",\"parameterType\":\"fundamental\",\"id\":\"8100e495-ed09-41df-ae98-9d33585f36be\",\"index\":74},{\"concreteType\":\"String\",\"parameterName\":\"blog\",\"parameterType\":\"fundamental\",\"id\":\"54496db6-c15e-43c4-8952-246c03806084\",\"index\":75},{\"concreteType\":\"String\",\"parameterName\":\"website\",\"parameterType\":\"fundamental\",\"id\":\"43f9d1d8-50d0-4f0d-b1c3-4d5de9471efa\",\"index\":76},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"vjoinExternal\",\"parameterType\":\"fundamental\",\"id\":\"189cd502-8575-4c6e-a9dd-333ae0ce519d\",\"index\":77},{\"concreteType\":\"String\",\"parameterName\":\"degree\",\"parameterType\":\"fundamental\",\"id\":\"ae61cbae-5a99-44eb-931b-11ecef8d9256\",\"index\":78},{\"concreteType\":\"String\",\"parameterName\":\"hiredate\",\"parameterType\":\"fundamental\",\"id\":\"c46ca525-79b2-41ab-90e5-1b28aa6260d1\",\"index\":79},{\"concreteType\":\"String\",\"parameterName\":\"birthday\",\"parameterType\":\"fundamental\",\"id\":\"e1b73bc8-12c2-4ef4-a04e-84b5c147d1f5\",\"index\":80},{\"concreteType\":\"String\",\"example\":\"organization.member.name\",\"parameterName\":\"dataI18nCategoryName\",\"parameterType\":\"fundamental\",\"id\":\"6a1decf8-846d-48a5-a1fe-190970b0c3cd\",\"index\":81},{\"concreteType\":\"String\",\"example\":\"管理员1\",\"parameterName\":\"i18nNameWithLocale\",\"parameterType\":\"fundamental\",\"id\":\"5f500d03-883d-4203-aaad-ddabccee1595\",\"index\":82},{\"concreteType\":\"Number\",\"example\":\"10146\",\"parameterName\":\"realSortId\",\"parameterType\":\"fundamental\",\"id\":\"6c0bbc19-4a0f-40f7-a461-cc6c02a719ef\",\"index\":83},{\"concreteType\":\"String\",\"example\":\"\",\"parameterName\":\"preName\",\"parameterType\":\"fundamental\",\"id\":\"29851de2-4cf5-43c9-943e-b7da9ca01345\",\"index\":84},{\"concreteType\":\"String\",\"example\":\"浙江大洋生物科技集团股份有限公司\",\"parameterName\":\"orgAccountName\",\"parameterType\":\"fundamental\",\"id\":\"baaa5933-b856-420f-add0-d5f813bbc2bb\",\"index\":85},{\"concreteType\":\"String\",\"example\":\"员工\",\"parameterName\":\"orgPostName\",\"parameterType\":\"fundamental\",\"id\":\"20950592-b038-4b31-ab41-601de4072f48\",\"index\":86},{\"concreteType\":\"String\",\"example\":\"信息科\",\"parameterName\":\"orgDepartmentName\",\"parameterType\":\"fundamental\",\"id\":\"5ed856df-6cf1-48d8-9eb5-f7c0b69bebb2\",\"index\":87},{\"concreteType\":\"String\",\"example\":\"员工\",\"parameterName\":\"orgLevelName\",\"parameterType\":\"fundamental\",\"id\":\"3d018e38-cc90-467d-93c1-9d3a58cec631\",\"index\":88}]', 37, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 16:46:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-16 16:46:08', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d2f06bcb3d014d689bf257d75d98f4de', '3d205f45e1844942991f65e0c96e19c5', '测试接口啊啊啊', 'apitest', '这是一个测试接口', '2', NULL, '1', '[\"1\"]', '2', 'api.vvhan.com/api/phone', '1', '2', '10000', '200', '[]', '[{\"id\":1689755219626,\"index\":0,\"parameterName\":\"tel\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"100\",\"example\":\"13145211010\",\"sorts\":\"1\"}]', '1', '[]', '[]', 3, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-19 15:18:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 15:48:28', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d8edc7292c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据会计科目新增', '中台主数据会计科目新增', '中台主数据会计科目新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0018\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属科目\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"177a937cd05b46f1aa56af6804b43821\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"科目编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"kfb\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"科目名称\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"开发部\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"科目类型\",\"sorts\":\"7\",\"example\":\"张三\",\"required\":true},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"科目方向\",\"sorts\":\"8\",\"example\":\"张三\",\"required\":true},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"助记码\",\"sorts\":\"9\",\"example\":\"12313123123\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"数量核算\",\"sorts\":\"10\",\"example\":\"efc\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"币种\",\"sorts\":\"11\",\"example\":\"efc\"},{\"id\":1690522321597,\"index\":11,\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"使用说明\",\"length\":\"200\",\"sorts\":\"12\"},{\"id\":1690522322200,\"index\":12,\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"备注\",\"length\":\"200\",\"sorts\":\"13\"},{\"id\":1690522322840,\"index\":13,\"parameterName\":\"formson_0006_Detail\",\"description\":\"辅助核算\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"children\":[{\"id\":1690522470433,\"index\":14,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"辅助核算项编码\",\"sorts\":\"15\"},{\"id\":1690522488541,\"index\":15,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"辅助核算项名称\",\"sorts\":\"16\"},{\"id\":1690522489947,\"index\":16,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"余额方向\",\"sorts\":\"17\"},{\"id\":1690522491544,\"index\":17,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"备注\",\"sorts\":\"18\"}],\"required\":true,\"sorts\":\"14\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 22, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-28 13:36:01', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e05d0b23c43a49419b151cebed394b16', '19fd5110767b46d2853d359a97303bb6', '中台主数据组织新增', '中台主数据组织新增', '中台主数据组织新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0010\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"上级组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"177a937cd05b46f1aa56af6804b43821\"},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"组织编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"kfb\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"组织名称\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"开发部\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"法人\",\"sorts\":\"7\",\"example\":\"张三\"},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"负责人\",\"sorts\":\"8\",\"example\":\"张三\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"电话\",\"sorts\":\"9\",\"example\":\"12313123123\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"地址\",\"sorts\":\"10\",\"example\":\"efc\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"备注\",\"sorts\":\"11\",\"example\":\"efc\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 23, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 15:10:33', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e189c19d2ff847c79e2532fee69bb538', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_物料(存货)档案新增', '速网U8C_物料(存货)档案新增', '速网U8C_物料(存货)档案新增', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/uapbd/invbasdoc/insert', '1', '1', '10000', '100', '[{\"id\":\"bd868af7-6489-484c-9c30-ed0afdeb8ac8\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"8be14538-eb82-4174-9990-2a0d0eee11ec\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"cd326243-3aaf-419b-8bfc-62bb1004536b\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"798389f5-0843-4fab-b62f-63e9b9bcaeb2\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"invbasdoc\",\"id\":\"90ab2775-72a0-42cf-8264-27e6fd767f76\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"c4be616c-e087-42e0-a7ef-00599dfeb663\",\"children\":[{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"assistunit\",\"parameterType\":\"fundamental\",\"id\":\"2fd1c77b-d3fe-4683-a57b-87e77813b59d\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"ceshi0004\",\"parameterName\":\"invcode\",\"parameterType\":\"fundamental\",\"id\":\"ff7013a9-40a4-4b09-a441-e0a6cbcb5bfb\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"测试0004\",\"parameterName\":\"invname\",\"parameterType\":\"fundamental\",\"id\":\"473424d8-1cb0-4b94-9615-47ceef99bf20\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJ8C\",\"parameterName\":\"pk_invcl\",\"parameterType\":\"fundamental\",\"id\":\"2ed28027-9ace-446f-9b08-0cda0483b9e6\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJ8M\",\"parameterName\":\"pk_measdoc\",\"parameterType\":\"fundamental\",\"id\":\"95bff708-bcee-43fb-96ea-4d5a50634164\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"40040000000000000082\",\"parameterName\":\"pk_taxitems\",\"parameterType\":\"fundamental\",\"id\":\"b58e7c42-0955-4018-a6ef-8521602b010e\",\"index\":7}],\"index\":1}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"856c1466-e6e2-43f2-8ca9-b2e6a3b0a03c\",\"index\":0},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"data\",\"id\":\"b09300c7-936b-4fbc-8eb1-508a30e4dafc\",\"children\":[{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"cd572f97-6d3d-4543-8131-ef61339341b9\",\"children\":[{\"concreteType\":\"String\",\"example\":\"0001\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"4bb4d5b0-bbf6-4d59-9a0b-936a5ddd2fc0\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"010310\",\"parameterName\":\"invcode\",\"parameterType\":\"fundamental\",\"id\":\"7aacbb9a-ab58-4233-b923-83e11e1754e2\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"塑料袋\",\"parameterName\":\"invname\",\"parameterType\":\"fundamental\",\"id\":\"cb0a8c58-ffd6-4b58-8a35-2de5d57eeea5\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"000111100000000006IM\",\"parameterName\":\"pk_invcl\",\"parameterType\":\"fundamental\",\"id\":\"0b316bae-5dcb-4dae-889f-bcfa69f5bc13\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"0103\",\"parameterName\":\"invclcode\",\"parameterType\":\"fundamental\",\"id\":\"3fe645ad-ea56-4f8f-a39b-238016562358\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"包材\",\"parameterName\":\"invclname\",\"parameterType\":\"fundamental\",\"id\":\"00b3c81b-4514-4f52-b6e4-435791db20b1\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"000111100000000006J1\",\"parameterName\":\"pk_measdoc\",\"parameterType\":\"fundamental\",\"id\":\"21d2b66a-5c3c-46c2-beb7-e02cf4bce52c\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"02\",\"parameterName\":\"meascode\",\"parameterType\":\"fundamental\",\"id\":\"7b56d3f1-79e0-4ea2-a356-1e59d61ff186\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"套\",\"parameterName\":\"measname\",\"parameterType\":\"fundamental\",\"id\":\"9fde4a87-42e2-4304-b5f2-6bd915d6d70c\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"40040000000000000087\",\"parameterName\":\"pk_taxitems\",\"parameterType\":\"fundamental\",\"id\":\"7588649a-251d-4aa4-9654-14456c4d5531\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"9000\",\"parameterName\":\"taxitemscode\",\"parameterType\":\"fundamental\",\"id\":\"da443987-9ee3-4402-967d-56ba19ceaa9e\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"其他行业\",\"parameterName\":\"taxitemsname\",\"parameterType\":\"fundamental\",\"id\":\"15b1f50a-f688-44c2-a989-d74e032a64a9\",\"index\":14},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"unitvolume\",\"parameterType\":\"fundamental\",\"id\":\"3f609443-d63e-44f1-987a-5ed98c24eeb0\",\"index\":15},{\"concreteType\":\"Number\",\"example\":0,\"parameterName\":\"unitweight\",\"parameterType\":\"fundamental\",\"id\":\"4b42a571-4149-4747-bed2-d178dc6129d5\",\"index\":16},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"laborflag\",\"parameterType\":\"fundamental\",\"id\":\"819387b4-5e47-4b01-843e-3be6437066fb\",\"index\":17},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"discountflag\",\"parameterType\":\"fundamental\",\"id\":\"06bc7bf2-f62a-484a-904a-f0faed125d94\",\"index\":18},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"setpartsflag\",\"parameterType\":\"fundamental\",\"id\":\"7f33ced4-6199-4130-85ae-d316fecd9c26\",\"index\":19},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"asset\",\"parameterType\":\"fundamental\",\"id\":\"a6ac4481-b3e8-4e2a-a0ab-22e50811e361\",\"index\":20},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"iselectrans\",\"parameterType\":\"fundamental\",\"id\":\"0847c6d7-9bf9-4411-85be-b9d441a05b24\",\"index\":21},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isretail\",\"parameterType\":\"fundamental\",\"id\":\"8a86dc0b-b8da-40ac-b43c-6e8a0ce87809\",\"index\":22},{\"concreteType\":\"Boolean\",\"example\":\"true\",\"parameterName\":\"assistunit\",\"parameterType\":\"fundamental\",\"id\":\"a9a06378-3794-4e74-94dc-73533e2a0806\",\"index\":23},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"autobalancemeas\",\"parameterType\":\"fundamental\",\"id\":\"59c5aa03-50f0-4016-b55f-1fcc6f6c6b47\",\"index\":24},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"ismngstockbygrswt\",\"parameterType\":\"fundamental\",\"id\":\"6ebc8557-e55c-49c8-a967-814a99c771d5\",\"index\":25},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"isstorebyconvert\",\"parameterType\":\"fundamental\",\"id\":\"b1b737e4-0bd1-4997-aa58-da40f9d3182a\",\"index\":26},{\"concreteType\":\"String\",\"example\":\"openapi\",\"parameterName\":\"creator\",\"parameterType\":\"fundamental\",\"id\":\"c177530b-d10d-455b-afc9-8347cec71099\",\"index\":27},{\"concreteType\":\"String\",\"example\":\"2018-06-26 13:58:53\",\"parameterName\":\"createtime\",\"parameterType\":\"fundamental\",\"id\":\"ea2d8567-22fb-4b2a-9f98-328f97c2bd48\",\"index\":28},{\"concreteType\":\"String\",\"example\":\"000114100000000026RI\",\"parameterName\":\"pk_invbasdoc\",\"parameterType\":\"fundamental\",\"id\":\"e7ae0428-eaac-433f-8904-b94b78ba32ba\",\"index\":29}],\"index\":2},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"childrenvo\",\"id\":\"de114af2-a5a7-4547-b063-89e7b75a6557\",\"children\":[{\"concreteType\":\"String\",\"example\":\"000111100000000006J2\",\"parameterName\":\"pk_measdoc\",\"parameterType\":\"fundamental\",\"id\":\"38cb6687-b8fe-43b5-97e2-21839cd12555\",\"index\":31},{\"concreteType\":\"String\",\"example\":\"03\",\"parameterName\":\"meascode\",\"parameterType\":\"fundamental\",\"id\":\"79e6973c-1af3-4f64-91fe-10958926cbe8\",\"index\":32},{\"concreteType\":\"String\",\"example\":\"个\",\"parameterName\":\"measname\",\"parameterType\":\"fundamental\",\"id\":\"1f80aa8e-761d-4038-bb55-d34088b51150\",\"index\":33},{\"concreteType\":\"Boolean\",\"example\":false,\"parameterName\":\"fixedflag\",\"parameterType\":\"fundamental\",\"id\":\"a4ae7243-8c2a-4e5e-9268-264db8276262\",\"index\":34},{\"concreteType\":\"Number\",\"example\":\"50\",\"parameterName\":\"mainmeasrate\",\"parameterType\":\"fundamental\",\"id\":\"eea086d3-e65d-4897-8967-35635658239e\",\"index\":35},{\"concreteType\":\"String\",\"example\":\"000114100000000026RJ\",\"parameterName\":\"pk_convert\",\"parameterType\":\"fundamental\",\"id\":\"2c030034-980a-4b21-a045-744a186ef749\",\"index\":36}],\"index\":30}],\"index\":1}]', 76, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 16:29:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-27 16:11:11', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e44f72212c5211eea2cd00ffb4e96929', '19fd5110767b46d2853d359a97303bb6', '中台主数据物料新增', '中台主数据物料新增', '中台主数据物料新增', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":1690430350178,\"index\":0,\"example\":\"optionService\",\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"sorts\":\"1\",\"description\":\"要访问的Bean名称\"},{\"id\":1690430350666,\"index\":1,\"parameterName\":\"as\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"sys_template\",\"sorts\":\"2\",\"description\":\"数据库表名称对于缓存的key \"},{\"id\":1690430351589,\"index\":2,\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"sorts\":\"3\",\"description\":\"bean方法\"},{\"id\":1690430388330,\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":[\"attribute\",\"token\"],\"sorts\":\"4\",\"description\":\"token\"}]', '[]', '1', '[{\"id\":1690441052898,\"index\":0,\"parameterName\":\"service\",\"sorts\":\"1\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":\"formmain_0021\",\"description\":\"服务名称\"},{\"id\":1690441058064,\"index\":1,\"parameterName\":\"token\",\"sorts\":\"2\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"length\":\"50\",\"required\":true,\"example\":[\"attribute\",\"token\"],\"description\":\"token\"},{\"id\":1690441065184,\"index\":2,\"parameterName\":\"data\",\"sorts\":\"3\",\"parameterType\":\"complexlist\",\"required\":true,\"concreteType\":\"ObjectCom\",\"length\":\"500\",\"example\":\"\",\"description\":\"组织数据\",\"children\":[{\"id\":1690441189644,\"index\":3,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"所属组织\",\"length\":\"50\",\"sorts\":\"4\",\"example\":\"\",\"required\":true},{\"id\":1690441215717,\"index\":4,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"物料分类\",\"length\":\"50\",\"required\":true,\"sorts\":\"5\",\"example\":\"\"},{\"id\":1690441221050,\"index\":5,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"物料编码\",\"length\":\"50\",\"required\":true,\"sorts\":\"6\",\"example\":\"\"},{\"id\":1690441222389,\"index\":6,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"物料名称\",\"sorts\":\"7\",\"example\":\"\",\"required\":true},{\"id\":1690441233786,\"index\":7,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"250\",\"description\":\"规格\",\"sorts\":\"8\",\"example\":\"\"},{\"id\":1690441235823,\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"型号\",\"sorts\":\"9\",\"example\":\"\"},{\"id\":1690441240783,\"index\":9,\"parameterName\":\"field0007\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"图号\",\"sorts\":\"10\",\"example\":\"\"},{\"id\":1690441243955,\"index\":10,\"parameterName\":\"field0008\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"50\",\"description\":\"条码\",\"sorts\":\"11\",\"example\":\"\"},{\"id\":1690522649308,\"index\":11,\"parameterName\":\"field0009\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"助记码\",\"length\":\"50\",\"sorts\":\"12\"},{\"id\":1690522650020,\"index\":12,\"parameterName\":\"field0010\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"主计量\",\"length\":\"50\",\"sorts\":\"13\"},{\"id\":1690522650696,\"index\":13,\"parameterName\":\"field0011\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"税类\",\"length\":\"50\",\"sorts\":\"14\"},{\"id\":1690522651742,\"index\":14,\"parameterName\":\"field0012\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"description\":\"备注\",\"length\":\"200\",\"sorts\":\"15\"},{\"id\":1690522655196,\"index\":15,\"parameterName\":\"formson_0007_Detail\",\"description\":\"计量单位\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"children\":[{\"id\":1690522810575,\"index\":16,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"主/辅计量单位编码\",\"sorts\":\"17\"},{\"id\":1690522820512,\"index\":17,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"主/辅计量单位名称\",\"sorts\":\"18\"},{\"id\":1690522821818,\"index\":18,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"固定换算\",\"sorts\":\"19\"},{\"id\":1690522824316,\"index\":19,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"description\":\"换算率\",\"sorts\":\"20\"},{\"id\":1690522826205,\"index\":20,\"parameterName\":\"field0005\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"length\":\"200\",\"description\":\"备注\",\"sorts\":\"21\"}],\"required\":false,\"length\":\"5000\",\"sorts\":\"16\"}]}]', '[{\"id\":1690441563345,\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"200\",\"example\":\"保存数据成功\",\"description\":\"返回信息\"},{\"id\":1690441571572,\"index\":1,\"parameterName\":\"type\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"addMasterDataList\",\"description\":\"类型\"},{\"id\":1690441575318,\"index\":2,\"parameterName\":\"flag\",\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"required\":true,\"length\":\"50\",\"example\":\"true\",\"description\":\"是否成功\"},{\"id\":1690441582044,\"index\":3,\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"length\":\"50\",\"example\":\"200\",\"description\":\"状态码\"},{\"id\":1690441588910,\"index\":4,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"required\":true,\"length\":\"200\",\"example\":\"null\",\"description\":\"返回对象\"}]', 24, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 12:04:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-28 13:42:07', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e6973339f8444e39a744428b850e2be5', '19fd5110767b46d2853d359a97303bb6', '根据名字查询供应商', '根据名字查询供应商', '根据名字查询供应商', '1', '97cad2e8bfc048c2825b3d00bbbd5671', '1', '[\"2\"]', '1', 'hzya.ufyct.com:9065/kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"id\":\"1fcb33b8-ce56-4099-8449-eb8a0fece776\",\"index\":0,\"parameterName\":\"tl\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"example\":\"optionService\"},{\"id\":\"f6f30243-6f71-4d43-a172-c97f9c919a61\",\"index\":1,\"parameterName\":\"as\",\"example\":\"sys_template\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"25ea713a-1011-474f-9174-848297007a2b\",\"index\":2,\"parameterName\":\"dj\",\"example\":\"queryPageData\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"f1ebfca8-206d-474c-81f2-ee0624d33883\",\"index\":3,\"parameterName\":\"token\",\"parameterType\":\"authport\",\"concreteType\":\"String\",\"example\":[\"attribute\",\"token\"]}]', '[]', '1', '[{\"concreteType\":\"String\",\"example\":\"formmain_0017\",\"parameterName\":\"service\",\"parameterType\":\"fundamental\",\"id\":\"62152d08-3f8d-4922-8c6a-9b4541be21c1\",\"index\":0},{\"concreteType\":\"Number\",\"example\":\"1\",\"parameterName\":\"pageNum\",\"parameterType\":\"fundamental\",\"id\":\"45641b0a-fd3d-4ea2-86a1-04a73bb070c2\",\"index\":1},{\"concreteType\":\"Number\",\"example\":\"10\",\"parameterName\":\"pageSize\",\"parameterType\":\"fundamental\",\"id\":\"2102a46f-30a4-480e-af90-9fa796755db2\",\"index\":2},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"queryCondition\",\"id\":\"9d8cfbf1-e849-4701-ba10-c4de8be72a08\",\"children\":[{\"concreteType\":\"String\",\"example\":\"field0003\",\"parameterName\":\"fields\",\"parameterType\":\"fundamental\",\"id\":\"7c8096f2-950f-41ee-9ace-def8b11c7f2e\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"用安\",\"parameterName\":\"values\",\"parameterType\":\"fundamental\",\"id\":\"860ea161-565e-4d8f-932e-cfa1248cf534\",\"index\":5},{\"concreteType\":\"Number\",\"example\":\"1\",\"parameterName\":\"fieldsType\",\"parameterType\":\"fundamental\",\"id\":\"2a741daf-d49a-4f6b-aeed-10114d64942a\",\"index\":6}],\"index\":3}]', '[{\"id\":\"1715f832-5ad3-4d9c-a723-e50008cbe51a\",\"index\":0,\"parameterName\":\"msg\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"e16116ef-aeb7-4ac5-a4ab-be3125f0fd9f\",\"index\":1,\"parameterName\":\"attribute\",\"parameterType\":\"complex\",\"concreteType\":\"Object\",\"children\":[{\"id\":\"14928fc9-d3ba-49a9-ad0e-4d175085d406\",\"index\":2,\"parameterName\":\"total\",\"parameterType\":\"fundamental\",\"concreteType\":\"Number\"},{\"id\":\"7f6bc4db-8d4d-4a29-be77-8072bd66f503\",\"index\":3,\"parameterName\":\"list\",\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"children\":[{\"id\":\"50d885b8-61d1-4123-a598-ea0c26e24d94\",\"index\":4,\"parameterName\":\"field0001\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"58ddd1de-f6f1-4980-8d1a-9bb0b38804a0\",\"index\":5,\"parameterName\":\"field0002\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"48bfd434-aa9b-4d2b-9d23-6fc576787d0f\",\"index\":6,\"parameterName\":\"field0003\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"0ac8168a-08ba-4475-b863-5684f5e5936e\",\"index\":7,\"parameterName\":\"field0004\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"5e74db63-d773-442f-b6b2-6ce045fcdbfe\",\"index\":8,\"parameterName\":\"field0006\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"},{\"id\":\"f621bfc4-ef38-4c03-9b57-c779172be60f\",\"index\":9,\"parameterName\":\"id\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\"}]}]}]', 28, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-07 11:46:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-07 11:46:40', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e85fcd01de8540c3a6d4af2b16c0f553', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_库存其他出库保存即签字', '速网U8C_库存其他出库保存即签字', '速网U8C_库存其他出库保存即签字', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/ic/otherout/save/sign', '1', '1', '10000', '100', '[{\"id\":\"4ff05ccf-9252-44ab-903d-6f6fe9758396\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"72bb5392-408a-4799-874d-1629fcec99df\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"914a4d5a-093f-4750-a876-2b659e1de1b1\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"ddca19e6-3056-4bff-84ea-e2825947bf3f\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"GeneralBillVO_4I\",\"id\":\"6b50b2c3-f992-41f9-9573-fe9095c5f164\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"childrenvo\",\"id\":\"edcb7048-8b86-466f-92e2-4e44adf46589\",\"children\":[{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"bonroadflag\",\"parameterType\":\"fundamental\",\"id\":\"3719751c-d843-4587-9f35-37bdf86efb4d\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJFH\",\"parameterName\":\"cinventoryid\",\"parameterType\":\"fundamental\",\"id\":\"3eafec59-4f6c-426c-b448-4bee24c64dc7\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"flargess\",\"parameterType\":\"fundamental\",\"id\":\"a9e9d408-7756-4d2b-a1c0-03f2946ea27f\",\"index\":4},{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"locator\",\"id\":\"809704b2-56e6-41f2-bae7-28fa66e7d997\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1007F81000000000I19T\",\"parameterName\":\"cspaceid\",\"parameterType\":\"fundamental\",\"id\":\"91fb7e6b-02e5-4887-aeb2-6314ad166af4\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"noutspacenum\",\"parameterType\":\"fundamental\",\"id\":\"51d985d5-34cb-4325-bc03-7a53dc9ceb57\",\"index\":7}],\"index\":5},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"noutnum\",\"parameterType\":\"fundamental\",\"id\":\"02aacbae-7d99-4628-a2e0-4ea3316b6433\",\"index\":8}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"000b96c1-cddc-45bf-b8df-6603d2ed358a\",\"children\":[{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGZ1\",\"parameterName\":\"coperatorid\",\"parameterType\":\"fundamental\",\"id\":\"551dc646-c0a0-43a6-b02f-3bfcea9047a0\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0Z7\",\"parameterName\":\"cwarehouseid\",\"parameterType\":\"fundamental\",\"id\":\"cf0000db-0f7c-4143-bf01-aac570cdd34e\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"1007F81000000000I0YF\",\"parameterName\":\"pk_calbody\",\"parameterType\":\"fundamental\",\"id\":\"5e7988eb-a0cd-4443-b526-1eb2b9d0f87e\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"1007\",\"parameterName\":\"pk_corp\",\"parameterType\":\"fundamental\",\"id\":\"1330e99f-a8eb-448d-a471-64caafd9eae7\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"ceshi004\",\"parameterName\":\"vbillcode\",\"parameterType\":\"fundamental\",\"id\":\"c631bccf-20eb-44de-9d8e-e28f6ce9fe91\",\"index\":14}],\"index\":9}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"167d500c-6f22-4246-a108-8e8685b9b011\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"coperatorid\\\":\\\"0001F81000000000HGZ1\\\",\\\"operator_code\\\":\\\"13846319397\\\",\\\"operator_name\\\":\\\"孙玉\\\",\\\"cwarehouseid\\\":\\\"1007F81000000000I0Z7\\\",\\\"warehouseid_code\\\":\\\"suwang3-test3\\\",\\\"warehouseid_name\\\":\\\"测试采购仓库\\\",\\\"pk_calbody\\\":\\\"1007F81000000000I0YF\\\",\\\"calbody_code\\\":\\\"suwang3-test3\\\",\\\"calbody_name\\\":\\\"测试采购库存组织\\\",\\\"pk_corp\\\":\\\"1007\\\",\\\"corp_code\\\":\\\"001\\\",\\\"corp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"vbillcode\\\":\\\"ceshi002\\\",\\\"dbilldate\\\":\\\"2023-10-07\\\",\\\"freplenishflag\\\":false,\\\"bassetcard\\\":false,\\\"bdirecttranflag\\\":false,\\\"bsalecooppur\\\":false,\\\"cbilltypecode\\\":\\\"4I\\\",\\\"cgeneralhid\\\":\\\"1007F81000000000I45M\\\",\\\"clastmodiid\\\":\\\"0001F81000000000HGZ1\\\",\\\"lastmodi_code\\\":\\\"13846319397\\\",\\\"lastmodi_name\\\":\\\"孙玉\\\",\\\"cregister\\\":\\\"0001F81000000000HGZ1\\\",\\\"register_code\\\":\\\"13846319397\\\",\\\"register_name\\\":\\\"孙玉\\\",\\\"daccountdate\\\":\\\"2023-10-07\\\",\\\"fbillflag\\\":\\\"3\\\",\\\"taccounttime\\\":\\\"2023-10-07 15:07:43\\\",\\\"tlastmoditime\\\":\\\"2023-10-07 15:07:43\\\",\\\"tmaketime\\\":\\\"2023-10-07 00:00:00\\\",\\\"ts\\\":\\\"2023-10-07 15:07:43\\\"},\\\"childrenvo\\\":[{\\\"bbarcodeclose\\\":false,\\\"bonroadflag\\\":false,\\\"breturnprofit\\\":false,\\\"bsafeprice\\\":false,\\\"bsourcelargess\\\":false,\\\"bsupplyflag\\\":false,\\\"btou8rm\\\":false,\\\"bzgflag\\\":false,\\\"cbodybilltypecode\\\":\\\"4I\\\",\\\"cbodywarehouseid\\\":\\\"1007F81000000000I0Z7\\\",\\\"bodywarehouse_code\\\":\\\"suwang3-test3\\\",\\\"bodywarehouse_name\\\":\\\"测试采购仓库\\\",\\\"cgeneralbid\\\":\\\"1007F81000000000I45Q\\\",\\\"cgeneralhid\\\":\\\"1007F81000000000I45M\\\",\\\"crowno\\\":\\\"10\\\",\\\"dbizdate\\\":\\\"2023-10-07\\\",\\\"fassertcardflag\\\":false,\\\"fchecked\\\":\\\"0\\\",\\\"flargess\\\":false,\\\"idesatype\\\":\\\"0\\\",\\\"nbarcodenum\\\":0,\\\"noutnum\\\":1,\\\"npricesettlebill\\\":\\\"0\\\",\\\"pk_bodycalbody\\\":\\\"1007F81000000000I0YF\\\",\\\"bodycalbody_code\\\":\\\"suwang3-test3\\\",\\\"bodycalbody_name\\\":\\\"测试采购库存组织\\\",\\\"pk_corp\\\":\\\"1007\\\",\\\"corp_code\\\":\\\"001\\\",\\\"corp_name\\\":\\\"浙江速网电子商务有限公司\\\",\\\"ts\\\":\\\"2023-10-07 15:07:43\\\",\\\"locator\\\":[{\\\"noutspacenum\\\":1,\\\"cspaceid\\\":\\\"1007F81000000000I19T\\\",\\\"space_code\\\":\\\"J1\\\",\\\"space_name\\\":\\\"J1\\\"}],\\\"pk_measdoc\\\":\\\"0001F81000000000HJ8M\\\",\\\"measdoc_code\\\":\\\"01\\\",\\\"measdoc_name\\\":\\\"个\\\",\\\"cinventoryid\\\":\\\"0001F81000000000HJFH\\\",\\\"inventory_code\\\":\\\"A003-1\\\",\\\"inventory_name\\\":\\\"测试A003-1\\\"}]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"3b3049b2-e97b-404f-bf9c-9437ced9dae7\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202310070050\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"a7b23c92-3964-47db-a82f-6ce162ef97f9\",\"index\":2}]', 79, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 15:12:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-07 16:46:57', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f69773104dee4ed89d1051ad93db60b7', 'bc6d7be70b7c41f69302ef89f62b4854', '速网U8C_付款单保存即审批', '速网U8C_付款单保存即审批', '速网U8C_付款单保存即审批', '2', NULL, '1', '[\"2\"]', '1', '221.12.175.82:8088/u8cloud/api/arap/fk/insertapprove', '1', '1', '10000', '100', '[{\"id\":\"233fba67-dbc2-45a1-86b3-983e35a6fae7\",\"index\":0,\"parameterName\":\"usercode\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"tbadmin\"},{\"id\":\"0a33acd2-77a4-4a21-a8fc-67e7d4ad9448\",\"index\":1,\"parameterName\":\"password\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"c4ca4238a0b923820dcc509a6f75849b\"},{\"id\":\"c1ed02e0-cb55-4633-b020-6944c176424e\",\"index\":2,\"parameterName\":\"trantype\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"pk\"},{\"id\":\"8dba1f8c-b7b9-456f-9577-ea85cad57cc9\",\"index\":3,\"parameterName\":\"system\",\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"required\":true,\"example\":\"SOWOW\"}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"billvo\",\"id\":\"1f71059d-86e7-4ce4-ac0d-db9c9fd4e843\",\"children\":[{\"parameterType\":\"complexlist\",\"concreteType\":\"ObjectCom\",\"parameterName\":\"children\",\"id\":\"d943a570-2ea7-41e4-9e80-cf7b922382e7\",\"children\":[{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"bbhl\",\"parameterType\":\"fundamental\",\"id\":\"94104886-f2f1-4fc9-afc9-c483c687d2a6\",\"index\":2},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dfbbje\",\"parameterType\":\"fundamental\",\"id\":\"12db7d20-8a83-4bc0-aa08-f6f1e4f508f4\",\"index\":3},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dfbbsj\",\"parameterType\":\"fundamental\",\"id\":\"fad9efcf-9ee9-48f6-802b-6e6db7de4d40\",\"index\":4},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dfbbwsje\",\"parameterType\":\"fundamental\",\"id\":\"400d89e6-406d-41bb-81c8-ec772a0f177d\",\"index\":5},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dfshl\",\"parameterType\":\"fundamental\",\"id\":\"36ab2884-6f83-49ac-a4c5-c9f7b1cad37e\",\"index\":6},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dfybje\",\"parameterType\":\"fundamental\",\"id\":\"bd4c362f-37ad-4622-aa76-66c98ce58989\",\"index\":7},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dfybsj\",\"parameterType\":\"fundamental\",\"id\":\"edc76569-7f5e-48ef-830c-1ecc6449619d\",\"index\":8},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dfybwsje\",\"parameterType\":\"fundamental\",\"id\":\"d486310c-787d-4308-b844-c6df4d07d361\",\"index\":9},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"dj\",\"parameterType\":\"fundamental\",\"id\":\"ad33f894-e4f4-4e73-91f2-c06c40c9810d\",\"index\":10},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"hsdj\",\"parameterType\":\"fundamental\",\"id\":\"ea66c6a8-b5ae-451d-bb57-f9386d95cca8\",\"index\":11},{\"concreteType\":\"String\",\"example\":\"999\",\"parameterName\":\"jfbbje\",\"parameterType\":\"fundamental\",\"id\":\"15d1c5fa-f90c-4560-9e43-9a767ac51c33\",\"index\":12},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"jfbbsj\",\"parameterType\":\"fundamental\",\"id\":\"e20a7330-3397-4c32-89fd-7c00c39fcb7f\",\"index\":13},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"jfshl\",\"parameterType\":\"fundamental\",\"id\":\"24477c50-cbcc-4e48-aa7e-83a0399c7eac\",\"index\":14},{\"concreteType\":\"String\",\"example\":\"999\",\"parameterName\":\"jfybje\",\"parameterType\":\"fundamental\",\"id\":\"be8475a4-e549-4929-8281-95be7f2cc9f7\",\"index\":15},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"jfybsj\",\"parameterType\":\"fundamental\",\"id\":\"8dc21b81-2aa2-4b94-98d0-4aaf997e766b\",\"index\":16},{\"concreteType\":\"String\",\"example\":\"999\",\"parameterName\":\"jfybwsje\",\"parameterType\":\"fundamental\",\"id\":\"ab1e850b-edf3-40de-aca8-76a8e3922b08\",\"index\":17},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"kslb\",\"parameterType\":\"fundamental\",\"id\":\"3922dbb0-eb78-4766-8665-7e3e5610154c\",\"index\":18},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"sl\",\"parameterType\":\"fundamental\",\"id\":\"18846162-903b-49dd-8dc7-35868d9d0aa9\",\"index\":19},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"tradertype\",\"parameterType\":\"fundamental\",\"id\":\"496b5eff-7bff-4a56-9dc8-34f58e88962a\",\"index\":20},{\"concreteType\":\"String\",\"example\":\"999\",\"parameterName\":\"wbfbbje\",\"parameterType\":\"fundamental\",\"id\":\"a5c1f32a-3a70-4862-a5aa-8ed5504b1d30\",\"index\":21}],\"index\":1},{\"concreteType\":\"Object\",\"parameterName\":\"parentvo\",\"parameterType\":\"complex\",\"id\":\"adada68a-bf2b-4693-aa47-883cfccf0ca1\",\"children\":[{\"concreteType\":\"String\",\"example\":\"00010000000000000001\",\"parameterName\":\"bzbm\",\"parameterType\":\"fundamental\",\"id\":\"67490368-aa31-4062-8ff0-b2e51597c201\",\"index\":23},{\"concreteType\":\"String\",\"example\":\"FK2309250004\",\"parameterName\":\"djbh\",\"parameterType\":\"fundamental\",\"id\":\"83c43a4b-a0f0-4432-af71-063b770c648b\",\"index\":24},{\"concreteType\":\"String\",\"example\":\"D3\",\"parameterName\":\"djlxbm\",\"parameterType\":\"fundamental\",\"id\":\"81d9f27b-8ee2-44b3-abaf-d72030c5408e\",\"index\":25},{\"concreteType\":\"String\",\"example\":\"2023-09-27\",\"parameterName\":\"djrq\",\"parameterType\":\"fundamental\",\"id\":\"b3b0a059-d3e6-4408-b375-7be536eb8a89\",\"index\":26},{\"concreteType\":\"String\",\"example\":\"1007\",\"parameterName\":\"dwbm\",\"parameterType\":\"fundamental\",\"id\":\"a83963cc-6338-4c1b-8fbb-6e6bdc0c0d73\",\"index\":27},{\"concreteType\":\"String\",\"example\":\"2023-09-27\",\"parameterName\":\"effectdate\",\"parameterType\":\"fundamental\",\"id\":\"b1347e1a-9b7a-44db-b1b1-ebf94eb99036\",\"index\":28},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HJRA\",\"parameterName\":\"hbbm\",\"parameterType\":\"fundamental\",\"id\":\"df632cc7-9105-4dd3-93a4-9f24e86d0f70\",\"index\":29},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"isreded\",\"parameterType\":\"fundamental\",\"id\":\"bfdf0fe8-0637-4df5-982b-00b97232195c\",\"index\":30},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGYQ\",\"parameterName\":\"lrr\",\"parameterType\":\"fundamental\",\"id\":\"bd5f0902-b558-475e-9616-a66ffdac4529\",\"index\":31},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"prepay\",\"parameterType\":\"fundamental\",\"id\":\"973f795f-e5b8-41a0-b644-d08a6ae9e708\",\"index\":32},{\"concreteType\":\"String\",\"example\":\"N\",\"parameterName\":\"qcbz\",\"parameterType\":\"fundamental\",\"id\":\"0944e85e-bffe-4705-9df6-cd438d0bf218\",\"index\":33},{\"concreteType\":\"String\",\"example\":\"0001F81000000000HGZ1\",\"parameterName\":\"shr\",\"parameterType\":\"fundamental\",\"id\":\"a1e92358-fe77-4b86-be75-fd8547a8f45b\",\"index\":34},{\"concreteType\":\"String\",\"example\":\"2023-09-27\",\"parameterName\":\"shrq\",\"parameterType\":\"fundamental\",\"id\":\"d8d5ee96-cb0b-46d6-bef2-6be02b31d885\",\"index\":35},{\"concreteType\":\"String\",\"example\":\"0\",\"parameterName\":\"tradertype\",\"parameterType\":\"fundamental\",\"id\":\"4ff44653-d352-46ef-9564-302530747fe3\",\"index\":36},{\"concreteType\":\"String\",\"example\":\"1\",\"parameterName\":\"wldx\",\"parameterType\":\"fundamental\",\"id\":\"77a10bd7-685f-400b-8853-e326741ede06\",\"index\":37},{\"concreteType\":\"String\",\"example\":\"00011110000000002RGT\",\"parameterName\":\"xslxbm\",\"parameterType\":\"fundamental\",\"id\":\"ef99b208-f565-4173-bb1e-2f9dbcfba206\",\"index\":38}],\"index\":22}],\"index\":0}]', '[{\"concreteType\":\"String\",\"example\":\"success\",\"parameterName\":\"status\",\"parameterType\":\"fundamental\",\"id\":\"d726415a-2207-47c3-8d44-865d85171e02\",\"index\":0},{\"concreteType\":\"String\",\"example\":\"[{\\\"parentvo\\\":{\\\"vouchid\\\":\\\"0001131000000002T1K3\\\",\\\"dwbm\\\":\\\"1001\\\",\\\"dwbm_code\\\":\\\"1000\\\",\\\"dwbm_name\\\":\\\"天海总公司\\\",\\\"djbh\\\":\\\"SKTH2009030003\\\",\\\"djrq\\\":\\\"2018-04-09\\\",\\\"wldx\\\":\\\"0\\\",\\\"hbbm\\\":\\\"000111100000000006JK\\\",\\\"hbbm_code\\\":\\\"C1014\\\",\\\"hbbm_name\\\":\\\"测试25\\\",\\\"bzbm\\\":\\\"00010000000000000001\\\",\\\"bzbm_code\\\":\\\"CNY\\\",\\\"bzbm_name\\\":\\\"人民币\\\",\\\"qcbz\\\":false,\\\"lrr\\\":\\\"0001131000000002KQ3L\\\",\\\"lrr_code\\\":\\\"13837384590\\\",\\\"lrr_name\\\":\\\"刘天威\\\",\\\"djzt\\\":\\\"1\\\",\\\"zdrq\\\":\\\"2020-09-03\\\",\\\"ybje\\\":1,\\\"bbje\\\":1,\\\"djkjnd\\\":\\\"2018\\\",\\\"djkjqj\\\":\\\"04\\\",\\\"djdl\\\":\\\"sk\\\",\\\"zzzt\\\":\\\"0\\\",\\\"ywbm\\\":\\\"0001111000000000094F\\\",\\\"ywbm_code\\\":\\\"2347\\\",\\\"ywbm_name\\\":\\\"其他收款单\\\",\\\"xslxbm\\\":\\\"00011110000000002RGT\\\",\\\"xslxbm_code\\\":\\\"arap\\\",\\\"xslxbm_name\\\":\\\"收付通用流程\\\",\\\"djlxbm\\\":\\\"2347\\\"},\\\"childrenvo\\\":[{\\\"fb_oid\\\":\\\"0001131000000002T1K4\\\",\\\"vouchid\\\":\\\"0001131000000002T1K3\\\",\\\"sl\\\":0,\\\"dfybje\\\":1,\\\"dfbbje\\\":1,\\\"bbhl\\\":1,\\\"dfybsj\\\":0,\\\"dfbbsj\\\":0,\\\"jfybwsje\\\":0,\\\"dfbbwsje\\\":1,\\\"dj\\\":0,\\\"hsdj\\\":0,\\\"jfshl\\\":0,\\\"kslb\\\":\\\"1\\\",\\\"hbbm\\\":\\\"000111100000000006JK\\\",\\\"hbbm_code\\\":\\\"C1014\\\",\\\"hbbm_name\\\":\\\"测试25\\\",\\\"djlxbm\\\":\\\"2347\\\",\\\"wldx\\\":\\\"0\\\",\\\"bzbm\\\":\\\"00010000000000000001\\\",\\\"bzbm_code\\\":\\\"CNY\\\",\\\"bzbm_name\\\":\\\"人民币\\\",\\\"dfshl\\\":0}]}]\",\"parameterName\":\"data\",\"parameterType\":\"fundamental\",\"id\":\"0cb8be3f-efce-4c10-b73c-42c19964d83a\",\"index\":1},{\"concreteType\":\"String\",\"example\":\"202009030011\",\"parameterName\":\"taskNumber\",\"parameterType\":\"fundamental\",\"id\":\"1c48bf90-4c76-4cf3-84ae-0b82294d1692\",\"index\":2}]', 74, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 14:54:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-28 14:25:17', 'Y', NULL); +INSERT INTO `sys_app_api` (`id`, `app_id`, `api_name`, `api_code`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `enable_access_entry`, `service_access_protocol`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f7d216219a1248559769fa444595a4dd', 'eb5bbdc57e7e4fac993304267e74c37e', 'U9C物料查询', 'U9C物料查询', 'U9C物料查询,增量数据', '2', NULL, '1', '[\"2\"]', '1', 'http://hzya.ufyct.com:9065/#/middleground/jcapipz/apiAdd', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 70, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-25 14:00:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-25 14:00:18', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_app_parameter +-- ---------------------------- +DROP TABLE IF EXISTS `sys_app_parameter`; +CREATE TABLE `sys_app_parameter` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `ip` varchar(50) DEFAULT NULL COMMENT 'ip', + `host` char(1) DEFAULT NULL COMMENT 'host', + `requireds` char(1) DEFAULT NULL COMMENT '是否启用 1、启用 2、不启用', + `remarks` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='应用参数表'; + +-- ---------------------------- +-- Records of sys_app_parameter +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_app_register +-- ---------------------------- +DROP TABLE IF EXISTS `sys_app_register`; +CREATE TABLE `sys_app_register` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `product_id` varchar(50) DEFAULT NULL COMMENT '产品id', + `product_version_id` varchar(50) DEFAULT NULL COMMENT '产品版本id', + `sys_app_id` varchar(50) DEFAULT NULL COMMENT '产品版本下应用id', + `name` varchar(50) DEFAULT NULL COMMENT '名称', + `code` varchar(50) DEFAULT NULL COMMENT '编码', + `app_id` varchar(50) DEFAULT NULL COMMENT 'app_id', + `public_key` varchar(50) DEFAULT NULL COMMENT '公钥', + `secret_key` varchar(50) DEFAULT NULL COMMENT '密钥', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='应用注册'; + +-- ---------------------------- +-- Records of sys_app_register +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application`; +CREATE TABLE `sys_application` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `app_logo` varchar(200) DEFAULT NULL COMMENT '应用logo(地址或者id)', + `app_status` char(1) DEFAULT NULL COMMENT '应用是否启用(1、启用 2、停用)', + `name` varchar(50) DEFAULT NULL COMMENT '应用名称', + `version_number` varchar(200) DEFAULT NULL COMMENT '版本号', + `access_mode` varchar(50) DEFAULT NULL COMMENT '接入方式(1、接口2、H53、PC网页4、PC应用程序 )', + `affiliation_field` varchar(50) DEFAULT NULL COMMENT '所属领域(枚举表)', + `manufacturer` varchar(50) DEFAULT NULL COMMENT '厂商', + `app_introduction` varchar(200) DEFAULT NULL COMMENT '应用简介', + `client_path` varchar(200) DEFAULT NULL COMMENT '应用客户端地址(PC)', + `app_id` bigint DEFAULT NULL COMMENT 'appid', + `system_address` varchar(200) DEFAULT NULL COMMENT 'ip白名单', + `web_path` varchar(200) DEFAULT NULL COMMENT '应用网页端地址(PC)', + `program_path` varchar(200) DEFAULT NULL COMMENT '应用程序地址(移动端)', + `public_key` varchar(200) DEFAULT NULL COMMENT '应用key', + `secret_key` varchar(200) DEFAULT NULL COMMENT '应用密钥', + `interface_address` varchar(200) DEFAULT NULL COMMENT '接口地址', + `interface_status` char(1) DEFAULT NULL COMMENT '接口环境是否启用(1、开启 2、关闭)', + `db_status` char(1) DEFAULT NULL COMMENT '数据源是否启用(1、开启 2、关闭)', + `sorts` bigint DEFAULT NULL COMMENT '排序号', + `org_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='应用表'; + +-- ---------------------------- +-- Records of sys_application +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('0e6deb839b2641c3a9339d3577a09fa4', NULL, '2', '英德赛U8', '15', '[\"2\"]', '2', NULL, '英德赛OA对接U9', NULL, 800020, NULL, NULL, NULL, 'ZJYATzsmZcQBdIcs/YnUYHHwF8pcneaW5Of8opAd3csi+HdCe7eDIk+3zDUT+v578prj', 'wVReBUOhcnjTAM6cvKbmpM5v406Jb5LWlQnW289w51SfAViSLVgHctEMcs6uTuIuj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 18, NULL, 'Y', '2024-05-17 12:50:28', '1', '2024-05-17 13:00:44', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('1395fbe7d4e1433492c1f94dcc43d613', '5142338633471905620', '1', '大洋NC', '6。5', '[\"1\"]', '11', '用友', '大洋NC65', NULL, 800010, NULL, NULL, NULL, 'ZJYAFaEVgbrSVfiIDH6hw0U3GDcUppQutIG0cyM4KnJcV/BCe7eDIk+3zDUT+v578prj', 'wk28x2nYfr/iZ7OJnlubt03XDDXhqs/hgg0QqR8TlJ8xgfsgB/KVzvL4ZU3RLOnGj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 10, NULL, 'Y', '2023-10-23 09:57:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:28:02', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('15cfff641bbd4123b11b4e98ac2d0184', NULL, '1', '测试复制', '13.0', '[\"1\",\"4\"]', '1', '用友', '采购、销售、供应链、生产、财务总账', 'D:/u8sorft', 800022, NULL, NULL, NULL, 'ZJYAEk84dhW7ShYWuTv5Cbkrsp0g5Lko/OdnYshrgPb1/ZZCe7eDIk+3zDUT+v578prj', 'prYlAg9wMZ1oFdidXLQSyySpmfHJQqXeoffGaChrYlcMoUiqkCc8yRnc3ksFofZzj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://192.168.0.240', '2', '2', 19, NULL, 'Y', '2024-05-20 14:52:28', '1', '2024-05-20 14:52:28', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('1cc0ed17fa7347a683e7b2458a5a686f', '-2791696793814544641', '1', '博华-睿本云', '1', '[\"2\",\"1\"]', '8', NULL, NULL, NULL, 800008, NULL, NULL, NULL, 'ZJYAa9R4z3LDW+5WRxxs9ENxHVr2J2ODKcE3dngZ+Q0tSepCe7eDIk+3zDUT+v578prj', 'FJBuc5TXK+/5Fo/6YMj+Ola94Wcwd5i0XXEKeoVtAoJvLUJV/Waict3Ztim79gI0j3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://test.try-shopping.com/ts-openapi', '1', '2', 8, NULL, 'Y', '2023-10-20 14:33:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 12:48:58', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('2b34080b420d4b7da6ee833e672ca210', '559952172063671713', '1', '易快报', '3.6', '[\"1\",\"4\"]', '1', '用友', '采购、销售、供应链、生产、总账财务', NULL, 800000, NULL, NULL, NULL, 'ZJYAEBfB/mBvNU17jFBw+IRL6Fu2xEGkHd/OaaBXa/wbiNBCe7eDIk+3zDUT+v578prj', 'XrWgx4/uAX0fkHeksLdmV6LG8egEF+X/3fQmiSmCrO3cT9bogB4fu05VjOR104wtj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 3, NULL, 'Y', '2023-10-10 17:09:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:42:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('40165f92234642578edffea3d0b62e40', '-605338786563866516', '2', 'U8C-弃用', '3.5', '[\"1\",\"4\"]', '1', '用友', '采购、销售、供应链、生产、总账财务', NULL, 800015, NULL, NULL, NULL, 'ZJYAmkFrcNJiKqBXnp3PxuS9GqjvuVFAg8eJpGU9hwBP13BCe7eDIk+3zDUT+v578prj', 'N00OJA1GNKERrc2XFW5StQrvVzHEG6TxU3KHQRALDGDBJGZlEcAQUBDd5kWniUu/j3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 1, NULL, 'Y', '2024-04-24 13:39:46', '1', '2024-05-17 12:48:49', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('5ed11c9336914978806756a3cb9be087', NULL, '2', '英德赛', '15', '[\"2\"]', '2', NULL, '英德赛OA对接U9', NULL, 800021, NULL, NULL, NULL, 'ZJYAz7xGz/hiNxYhn0Z83JMNFjYc71kfYrS3SWB1jJxGgoZCe7eDIk+3zDUT+v578prj', 'Pki0le+qlOlTAMAF5CAKH+8S28oT7qXBoWaSlAYmVN0zre1vST7yZGzzW2f8rEEWj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 18, NULL, 'Y', '2024-05-17 12:59:10', '1', '2024-05-17 12:59:10', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('6ac7a79166ad4b9d92a4dfb8518b5ca8', '5914803768364845971', '1', '奥星-U8C', '3.5', '[\"1\"]', '1', '用友', '奥星-U8C', 'http://220.189.210.58:7099', 800016, NULL, 'http://220.189.210.58:7099', NULL, 'ZJYA11Yyk7XC2ZL7e2jvfUrZH+W1kOl7vTGxwLZlsyz2CnZCe7eDIk+3zDUT+v578prj', 'JuCKTKM9fUX5JRHPTXYuuga2nC3nrXF5fSmJIMdecDxYz2mhfazOXrdaPWuaeq1sj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://220.189.210.58:7099', '1', '2', 4, NULL, 'Y', '2024-04-24 13:44:10', '1', '2024-05-17 09:16:17', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('7237df1794704bcc930020f2d3b7fe90', '-3653692370669975482', '1', '博华U9C', '1.0', '[\"1\",\"4\"]', '1', '用友', '博华U9C', 'http://bohua.tpddns.cn:11311/U9C', 800006, NULL, 'http://bohua.tpddns.cn:11311/U9C', NULL, 'ZJYAP+Oa64gdYq1AG7vPzDGjP+AZCi3QJUBrJkO4NVwAmaFCe7eDIk+3zDUT+v578prj', 'svMDheByZfQSwmLEzJbFnvaMsgvCPf3SFNSCb9HJKIdlMDGJlKMwUmYHpZVd3SURj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://bohua.tpddns.cn:1818/U9C', '1', '2', 5, NULL, 'Y', '2023-10-19 15:57:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:16:43', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('74553527ef1345a8bd1750fb265f8680', '6521550737617472248', '1', ' 语雀', '1.0', '[\"4\"]', '11', NULL, NULL, NULL, 800001, NULL, NULL, NULL, 'ZJYAFaZUpJx4fotkFHLmPk7WfrPm5wji3HW35Uo4X+2HA+5Ce7eDIk+3zDUT+v578prj', 'CYOnAN8DEgx/pYCcnhIIHZ7fHv/hInH/IzKD+k/yzOqFU1UBJVR4XDzvx2xGscLFj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 2, NULL, 'Y', '2023-10-10 08:41:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:43:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('82bd4293fda94d6896217509f11b6c4c', '-7421991978796695038', '1', '数智中台', '1.0', '[\"1\"]', '1', '用安', '默认应用', NULL, 800004, NULL, NULL, NULL, 'ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj', 'fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://127.0.0.1:9999/', '1', '2', 6, NULL, 'Y', '2023-10-20 11:49:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:17:00', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('976535a247a542879da5e6efcea270de', '-2770901934018247648', '1', 'U8C', '3.6', '[\"1\",\"4\"]', '1', '用友', '采购、销售、供应链、生产、总账财务', NULL, 800002, NULL, NULL, NULL, 'ZJYAXlaIAn7Eis/ZUVShk7cfZKHmcniLZGFKnmYlIAvVPgRCe7eDIk+3zDUT+v578prj', 'otR6qdyAob7P2dk3Ixbs00J9VzJiCi2DlNXi1DyJkYbJ36N2cHSzQbDQpIohDK0Hj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 1, NULL, 'Y', '2023-10-09 10:06:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:16:01', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a49b41b312ca43c6af7b24da800ddf13', '1344702842992873024', '1', '柯桥财政泛微', '3.5', '[\"1\"]', '11', '泛微', '柯桥财政泛微', NULL, 800011, NULL, NULL, NULL, 'ZJYAslBm4kbaYcsAIn4U1er8XLZiwKGG+YezFjZapoSEGqVCe7eDIk+3zDUT+v578prj', '/2WLPUSXxyNu2hcoOi8VQZLxi276kOyxDK89nrAlVFZlfeooNTM7EBIjAZpKfVBvj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://192.168.2.78:9999/', '1', '2', 11, NULL, 'Y', '2023-10-24 11:56:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:32:32', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('b83fb2cc13e84f3ca705cdf5990c7cbd', '384099124612581402', '1', '英德赛U8', '16.5', '[\"1\"]', '1', NULL, '英德赛OA对接U8', NULL, 800018, NULL, NULL, NULL, 'ZJYA+I8JEYTh7Mkjr7ncOp1uISzUk/ugy0uL4OTJgepuip9Ce7eDIk+3zDUT+v578prj', 'cYLV+V7qcvBEWU/hAhH4Mgd6Zjs43nALsmzdNApb142abKpMCMTwodlKbQQe5/oEj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://127.0.0.1:5910', '1', '2', 16, NULL, 'Y', '2024-05-14 10:36:42', '1', '2024-05-17 09:32:50', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('b89fd1e881a747338bbb82925108e92a', '-941013099169365489', '1', 'U8', '13.0', '[\"1\",\"4\"]', '1', '用友', '采购、销售、供应链、生产、财务总账', 'D:/u8sorft', 800003, NULL, NULL, NULL, 'ZJYADI0O1Go+AUfh37ybnsd3B1StSNbcYXQiqIFI2CpSaVRCe7eDIk+3zDUT+v578prj', 'iKPsGf+FDmintTQfPvAogV5EMVW4pS/hL0BSrTps47pYTV4opYvN5RqlD3MsGosoj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://192.168.0.240', '2', '2', NULL, NULL, 'Y', '2023-10-09 08:59:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-21 09:51:50', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('baf4f82c66a94f739b3d08a9867aab7f', '-4756804544105066674', '1', '博华-分贝通', '1.0', '[\"1\",\"4\"]', '8', NULL, NULL, NULL, 800012, NULL, NULL, NULL, 'ZJYAvIbNZfKg9BFh53Y5dBMiCuoN/E+W+RpXQKmXiiUIpmpCe7eDIk+3zDUT+v578prj', 'hGhNg5yqQcrcoAV2eGMq9ctWJapFJTxH2uY3jV1wcFEOc9rV0Pdglml/TvDprO3Kj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 12, NULL, 'Y', '2023-11-30 14:26:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:38:29', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c8a021f28f28477b820dfb4f9af904ac', '4110475187306907960', '1', '测试应用移动是否可用', '1.0', '[\"1\"]', '1', '123', '123', 'https://www.baidu.com/', 800014, '127.0.0.1', 'https://www.baidu.com/', 'https://www.baidu.com/', 'ZJYANCI+yPEupmwg4YhqIPRqd7PFozwTNoSYHmMwObJd8JlCe7eDIk+3zDUT+v578prj', 'hC/tbMKAA3LPPoAjwFzXZWcsaZC+9t8JTPX3TvMhA3xrJEvIzyX1Nupjop/6LjmNj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'https://www.baidu.com/', '1', '2', 14, NULL, 'Y', '2024-04-16 16:44:12', '1', '2024-04-16 16:50:13', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('d3aa3859c22c459985640b62d0a8724e', '-4330406226434243593', '1', '旺店通', '1', '[\"1\"]', '8', NULL, NULL, NULL, 800007, NULL, NULL, NULL, 'ZJYAIj9o6eszTAo+Q8gSKJcObX5tuwgNYq9trgT2835UmhBCe7eDIk+3zDUT+v578prj', 'tuJr9TGBvtb1QybsKhyV0aqLvPVUoIP8DvgXr6+nIJdxDUmGNTrBHdAPnlgv1Le7j3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 7, NULL, 'Y', '2023-10-20 14:28:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:17:12', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('da5e0a5c24c24545afacbbf57ecdecc1', '8674400091786530616', '1', '优时ERP', 'V5', '[\"2\",\"3\"]', '1', '优时', NULL, NULL, 800017, NULL, NULL, NULL, 'ZJYA4kevfdNEZPZ6mVagJMeAZIg5GDadSm9NzE7YoEZLhSRCe7eDIk+3zDUT+v578prj', 'PBYKa0RQ3CCDrztluUehMXrfsgc/E5d6xJiTGnbwi3RbUsi9r2VgUr2e16MBP0RTj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '2', 15, NULL, 'Y', '2024-04-25 10:05:30', '1', '2024-05-17 09:35:03', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e18994b27aaf47b38232ffc00b607756', '-311440057193706651', '1', '速网-U8C', '3.5', '[\"1\"]', '1', '用友', '速网U8C测试环境', 'http://221.12.175.82:8088', 800005, NULL, 'http://221.12.175.82:8088', NULL, 'ZJYApTbLZyakKucPg9dJPpcoB6ORhAtr85eTXaXCpm3/7MJCe7eDIk+3zDUT+v578prj', 'w9Ez95xo6eA9kRRloLeYkUihoL2+hPL2t2ajm6PGCd8HzvRRRLYQa1qsmZk8D7Zrj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://221.12.175.82:8088', '1', '2', 4, NULL, 'Y', '2023-10-19 10:57:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:16:29', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f004769d4bd54391ba35ce527d868900', '-2088125651074531013', '1', 'BIP', 'V32207', '[\"1\",\"2\",\"3\",\"4\"]', '1', NULL, NULL, NULL, 800013, NULL, NULL, NULL, 'ZJYAVJ/+Tb3icrp2wpcI/85OZ2BilQRX54aDI3vRjQZkHABCe7eDIk+3zDUT+v578prj', 'IA/w5YOFCFQVHBsbyjL2D7DAQnOEOFd1ZvcFkCqCTgCheYBevXC7hZOd0OUhGcHdj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://127.0.0.1:9999/', '1', '2', 13, NULL, 'Y', '2024-03-08 10:46:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:18:07', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f1f83be914ee4f4eb219e41cb81ca82e', '2619305377956185190', '1', '英德赛OA', '8.2', '[\"1\"]', '1', '致远', '英德赛OA', NULL, 800019, NULL, NULL, NULL, 'ZJYAlF4yjkjZaXmjLOUqsoGzTHAlWpoTdqT7/AEYaXIwpXNCe7eDIk+3zDUT+v578prj', 'RJTPEoOSDdaBeoxoMs465tcTqy38bRag+12S7kIv2Lxd38wgLeVfWVl/ipVKVu8Qj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://127.0.0.1:51910', '1', '2', 17, NULL, 'Y', '2024-05-15 09:50:16', '1', '2024-05-17 09:36:15', '1'); +INSERT INTO `sys_application` (`id`, `app_logo`, `app_status`, `name`, `version_number`, `access_mode`, `affiliation_field`, `manufacturer`, `app_introduction`, `client_path`, `app_id`, `system_address`, `web_path`, `program_path`, `public_key`, `secret_key`, `interface_address`, `interface_status`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f32abb417626461d997bdc7834b7e186', '-5166190851147346438', '1', '纷享销客', '1.0', '[\"1\",\"4\"]', '5', '纷享销客', NULL, 'https://open.fxiaoke.com', 800009, NULL, 'https://open.fxiaoke.com', 'https://open.fxiaoke.com', 'ZJYACcOct0dO9vaMh01wHIDUz0q0gkxhWROFEgTQr1C+t81Ce7eDIk+3zDUT+v578prj', 'zPzpgKdhxl5oKgdZn5cbhKKd/VmszdWL0xcLYKWDTLDWtTKMcY2JXM0heij8a9kZj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'https://open.fxiaoke.com', '1', '2', 9, NULL, 'Y', '2023-10-23 08:54:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-17 09:17:40', '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application_api +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application_api`; +CREATE TABLE `sys_application_api` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `api_code` bigint DEFAULT NULL COMMENT '接口编码', + `api_path` varchar(200) DEFAULT NULL COMMENT 'Api接口地址(固定系统内部外放接口地址)', + `api_status` varchar(50) DEFAULT NULL COMMENT '1启用2停用', + `app_id` varchar(50) DEFAULT NULL COMMENT 'api应用', + `catalogue_id` varchar(50) DEFAULT NULL COMMENT '目录', + `api_name` varchar(50) DEFAULT NULL COMMENT 'api名称', + `api_remark` varchar(200) DEFAULT NULL COMMENT 'api描述', + `need_Login` char(1) DEFAULT NULL COMMENT '是否需要登录 1、是 2、否', + `authentication_port` varchar(50) DEFAULT NULL COMMENT '认证接口', + `parameter_passing_mode` char(1) DEFAULT NULL COMMENT '传参方式 1、query 2、data', + `destination_address` varchar(200) DEFAULT NULL COMMENT '目标地址', + `request_coding` char(1) DEFAULT NULL COMMENT '请求编码 1、UTF-8', + `request_method` char(1) DEFAULT NULL COMMENT '请求方法 1、POST 2、GET', + `timeout_period` varchar(50) DEFAULT NULL COMMENT '超时时间 6000 ms', + `current_limiting` varchar(50) DEFAULT NULL COMMENT '限流 6000 ms', + `header_in` text COMMENT 'Header入参 JSON', + `query_in` text COMMENT 'Query入参 JSON', + `body_in_type` char(1) DEFAULT NULL COMMENT 'Body 入参类型 1、Application/json', + `body_in` text COMMENT 'Body 入参 JSON', + `body_out` text COMMENT 'Body 出参 JSON', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `bean_name` varchar(255) DEFAULT NULL COMMENT 'bean名称', + `fun_name` varchar(255) DEFAULT NULL COMMENT '方法名称', + `extension_api` varchar(255) DEFAULT NULL COMMENT '是否扩展api', + `return_success_field` varchar(255) DEFAULT NULL COMMENT '返回成功字段', + `return_success_value` varchar(255) DEFAULT NULL COMMENT '返回成功值', + `return_msg` varchar(255) DEFAULT NULL COMMENT '返回描述字段', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='应用api'; + +-- ---------------------------- +-- Records of sys_application_api +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('00bb4bd990584c579cf1e7e899e3f369', 8000060030, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '杂发单提交', NULL, '2', NULL, '1', '/webapi/MiscShip/Submit', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 42, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:54:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:54:49', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('01b8d8e2bc724e22a511afda7c12a610', 8000040010, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '客商删除', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"a7be5a9e-62eb-47f2-ab86-72bcf75b0396\",\"parameterName\":\"body\",\"first\":true}]', '[]', 181, '1', '2024-04-26 10:20:30', '1', '2024-04-26 10:20:30', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('021cf8146b114a6cb346acaf86c491ac', 8000060065, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '客户查询', NULL, '2', NULL, '1', '/webapi/Customer/Query', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"1e5cfcfc-1e92-4c80-8bfc-709151246559\",\"parameterName\":\"body\",\"first\":true}]', '[]', 105, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:42:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:42:36', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('05f139fac1e14215847b9d180eeb0beb', 8000060052, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '新增销售订单', '新增销售订单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/SO/Create', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"9a866b01-d55c-40c7-8fa6-740b2c26d791\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"BusinessDate\",\"id\":\"a3728f17-446e-4117-9f35-a2bfe74cace2\",\"example\":\"2023-10-16 00:00:00.0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"DocNo\",\"id\":\"58e8deff-5d04-4d02-bfbe-9a64056f5290\",\"example\":\"SO-BH-202312345\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"DocumentType\",\"id\":\"84b544be-b5c7-447e-9978-707bfb540d7a\",\"example\":\"SO1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"OrderBy\",\"id\":\"1b465f15-b893-4160-82e8-9b9b6f1e0c2e\",\"example\":\"GN~000001\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":6,\"parameterName\":\"DocLineNo\",\"id\":\"4bb0e3cb-d298-4f94-81af-f2092b676fcc\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"CustomerItemNo\",\"id\":\"36585120-a79b-4151-9cb9-0a0625089fca\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":8,\"parameterName\":\"ShipTogetherFlag\",\"id\":\"1fbe415a-1ef3-4148-a19d-b1d6e502b10e\",\"example\":\"-1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"CustomerItemName\",\"id\":\"6451201e-03db-4cf3-ab16-2338f2444a8e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"ItemCode\",\"id\":\"d808d17e-fcde-4a8b-a039-01bf57c23ff7\",\"example\":\"101/000004\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":11,\"parameterName\":\"FreeType\",\"id\":\"6e8b2abf-1d73-4e9c-a8e7-1688c25fb059\",\"example\":\"-1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":12,\"parameterName\":\"OrderByQtyTU\",\"id\":\"c1febf57-cb87-4cdb-bf66-6e67ecaabb52\",\"example\":\"5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":13,\"parameterName\":\"OrderByQtyPU\",\"id\":\"a6660422-b0bd-42e7-b2f4-7dc9aa3e26a9\",\"example\":\"5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":14,\"parameterName\":\"TBUToPBURate\",\"id\":\"685909c8-49c5-412a-b29f-6bdb0b13cca7\",\"example\":\"5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":15,\"parameterName\":\"FinallyPriceTC\",\"id\":\"91a7b636-919f-4348-9e90-ad4b4c4aced9\",\"example\":\"99\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":17,\"parameterName\":\"DocSubLineNo\",\"id\":\"24dcb5e6-a7c9-4e07-a80a-d4da4c78ebfb\",\"example\":\"2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"ItemCode\",\"id\":\"7c0421cf-da95-4dc4-ab7c-1b9a35b0f97f\",\"example\":\"101/000004\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"RequireDate\",\"id\":\"fe30b079-6341-41f9-a069-f88be73339bc\",\"example\":\"2023-10-27 00:00:00.0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"DeliveryDate\",\"id\":\"63917a2e-0903-4ff2-80a7-0bdf086a3410\",\"example\":\"2023-10-27 00:00:00.0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"PlanDate\",\"id\":\"a9396f93-788c-4277-bf44-0d2c1993f8be\",\"example\":\"2023-10-27 00:00:00.0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":22,\"parameterName\":\"AffirmShipDate\",\"id\":\"fc10299e-e7eb-461e-9ff1-4d1377064832\",\"example\":\"2023-10-27 00:00:00.0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":23,\"parameterName\":\"Wh\",\"id\":\"b218d1aa-0954-40da-aa15-4be138ffb09e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":24,\"parameterName\":\"ShipPlanQtyTU\",\"id\":\"31fbdcc5-0eab-419b-8eef-29d1680b8433\",\"example\":\"5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":25,\"parameterName\":\"Lot\",\"id\":\"5d698b9c-adb1-49d6-b924-e3b06b13b07e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":26,\"parameterName\":\"ShipPlanQtyPU\",\"id\":\"e7128b1e-8753-464a-ba95-7ca141336d51\",\"example\":\"5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":27,\"parameterName\":\"SupplyOrg\",\"id\":\"91e7970c-be26-4613-9749-22466a1f66ce\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":28,\"parameterName\":\"ShiperOrg\",\"id\":\"7dfbab2d-8c66-4a7c-975a-cbdab81737cc\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":29,\"parameterName\":\"TUBaseToPUBaseRate\",\"id\":\"32c5875d-ce66-4542-b676-f89ec4d62fac\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":30,\"parameterName\":\"SupplySource\",\"id\":\"cc5ca3dd-034e-4ce0-872f-2ce5d1fdf4cc\",\"example\":\"4\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":31,\"parameterName\":\"DemandTransformType\",\"id\":\"19951d87-0a50-4b6d-9ccc-4121b443982e\",\"example\":\"4\"}],\"concreteType\":\"ObjectCom\",\"index\":16,\"parameterName\":\"SOShiplineDTOList\",\"id\":\"4d0ed21a-a0a1-49e8-9300-6d506472f0ed\"}],\"concreteType\":\"ObjectCom\",\"index\":5,\"parameterName\":\"SOLineDTOList\",\"id\":\"aad26a27-8dbf-4f04-8084-cce8bd2918d7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"SaleDepartment\",\"id\":\"088ae265-cc2d-42b5-80ae-dc304cb01b17\",\"example\":\"103\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"Seller\",\"id\":\"791cfb1e-026d-4def-a539-6f4545112854\",\"example\":\"1003\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"189305c7-4711-495c-8a79-754a256f84b9\",\"parameterName\":\"body\",\"first\":true}]', '[]', 90, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:52:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:52:04', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('08362aa941a0484492d6a9fd97f67e0f', 8000060070, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '料品修改', NULL, '2', NULL, '1', '/webapi/ItemMaster/Modify', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"25409180-0028-407b-aec3-9d88300ed09e\",\"parameterName\":\"body\",\"first\":true}]', '[]', 110, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:22:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:22:24', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('092a3061e9f94c01b22382bf0f42b5fa', 8000060044, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '新建付款单', '新建付款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/PayBill/Create', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"8a62cb2e-27d9-41a0-964e-32dfed80c082\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"SrcBillOrgCode\",\"id\":\"3d9d95b7-0e95-4463-8ef4-0f32d1480a22\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"BizOrgCode\",\"id\":\"4f638db1-ae5c-4204-968f-3fde28f67af9\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"DocumentTypeCode\",\"id\":\"550ba58d-a760-4649-8bc3-ebbf9b1d3e54\",\"example\":\"APP001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":4,\"parameterName\":\"PayObjType\",\"id\":\"c14eb484-04ee-4f4b-be22-0559f89018aa\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"SuppCode\",\"id\":\"ceabd3ef-7b5f-4476-a341-48f153c56e82\",\"example\":\"1~000001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"SuppName\",\"id\":\"02a2c60d-18b1-4793-b0fc-7e116666443a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"SuppSiteCode\",\"id\":\"83f7ab28-d839-4b6e-9daa-3671b825e1fd\",\"example\":\"1~000001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"SuppSiteName\",\"id\":\"7b4f34af-b5d7-4895-99ae-4f70b40aafc3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"CustCode\",\"id\":\"552ab90f-eb1a-4ca9-a842-aa8804899ac5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"CustName\",\"id\":\"bdba6b18-9f64-49df-8723-880947167283\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"CustSiteCode\",\"id\":\"ceaeb9e4-0c42-4da8-929d-8fee419dd061\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"CustSiteName\",\"id\":\"1e64e6dc-7c66-4fec-9c07-dc91885163e2\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"PayDate\",\"id\":\"f508a914-34f4-4b0b-b9de-ee33bdb8fffc\",\"example\":\"2023-11-19\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"PCCode\",\"id\":\"9728beb2-8091-4f3a-94d0-2a3f697c4a1b\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"Note\",\"id\":\"88d821c0-a2ae-4fee-a51d-be7710ff97b9\",\"example\":\"备注\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":17,\"parameterName\":\"LineNum\",\"id\":\"348bd4c6-4086-4864-b00d-ea7922b44681\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"SettlementMethodCode\",\"id\":\"27d164b6-6893-4482-af49-db7ccf274b9b\",\"example\":\"YZ02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"NoteNo\",\"id\":\"c9cda0e4-596a-4bcf-a21c-673442da6ed5\",\"example\":\"123456\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"PayBkAccCode\",\"id\":\"ea6962cc-d3fc-4dab-9348-8d806ca4f6ae\",\"example\":\"3301040160021529600\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"PayBACCode\",\"id\":\"f7e3f593-91a6-405b-826d-740dd2d798a4\",\"example\":\"C001\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":23,\"parameterName\":\"PayProperty\",\"id\":\"ff9ecb39-fe3b-4c47-9864-291c8d4cfe0b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":24,\"parameterName\":\"Money\",\"id\":\"b79fc9a4-35aa-46ed-b3b2-b1d401197853\",\"example\":\"30\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":25,\"parameterName\":\"SettlementFee\",\"id\":\"ee41929f-8a45-4873-9381-5b6122f7ca72\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":26,\"parameterName\":\"LineNum\",\"id\":\"c6f8a591-4051-40fb-97ac-dbe6bdae64d5\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":27,\"parameterName\":\"SuppCode\",\"id\":\"e402e78a-5b1c-4ccb-9682-5643e8225e36\",\"example\":\"1~000001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":28,\"parameterName\":\"SuppName\",\"id\":\"297ef8af-e359-4a35-ab39-a7ec6b1092c3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":29,\"parameterName\":\"SuppSiteCode\",\"id\":\"4ddba225-e2c2-4355-a8f3-3b8822c90e09\",\"example\":\"1~000001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":30,\"parameterName\":\"SuppSiteName\",\"id\":\"61216da7-6369-4f6e-a826-9aeec8b5a5cc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":31,\"parameterName\":\"BizOrgCode\",\"id\":\"bedf5972-3294-487e-9c17-ef0ad03f223f\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"DeptCode\",\"id\":\"3d507568-4cd8-4481-a204-4bd1fcb24ca3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"TransactorCode\",\"id\":\"169764c6-382c-49e9-9c6f-12aba2ae00a7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":34,\"parameterName\":\"ProjectCode\",\"id\":\"466045db-239e-4a7c-929b-cb4ee2659d91\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":35,\"parameterName\":\"TaskCode\",\"id\":\"fd26be5a-c39d-4d00-9598-3bf6fea68653\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":36,\"parameterName\":\"IncExpItemCode\",\"id\":\"da8ef46d-7cd8-4243-b795-36d5a090c678\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":37,\"parameterName\":\"BudgetItemCode\",\"id\":\"bf4209d3-1e97-4c21-a72a-d12497ba9c13\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":38,\"parameterName\":\"ItemCategoryTypeCode\",\"id\":\"3b0875af-0df9-4f26-a575-1b17705a0f98\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":39,\"parameterName\":\"ItemSortCode\",\"id\":\"d97aabeb-0a6e-4374-a8c1-357373d864e4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":40,\"parameterName\":\"ItemMasterCode\",\"id\":\"560aa60d-4c6e-469f-aeb5-700ed1b2b5bd\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":41,\"parameterName\":\"CustCode\",\"id\":\"e2d64501-629d-411f-91ee-2172676c34ef\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":42,\"parameterName\":\"CustName\",\"id\":\"af492170-b504-4798-954b-f8c45833a8b5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":43,\"parameterName\":\"CustSiteCode\",\"id\":\"ea8d17ad-5eda-45e1-97f9-0c1db3e6a28c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":44,\"parameterName\":\"CustSiteName\",\"id\":\"044e9185-f7c1-4d24-a165-6d51a00b09d1\",\"example\":\"\"}],\"concreteType\":\"ObjectCom\",\"index\":22,\"parameterName\":\"PayBillUseLines\",\"id\":\"9de753d6-b19e-48a3-ac85-6dd80aad7960\"}],\"concreteType\":\"ObjectCom\",\"index\":16,\"parameterName\":\"PayBillLines\",\"id\":\"cb26c2cc-74d7-4763-abe5-a492c6692477\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"372be5a4-db17-4b72-a615-05d8c2244d49\",\"parameterName\":\"body\",\"first\":true}]', '[]', 82, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:46:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:46:15', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('0b6096c779074751ac73fc5c403fd50f', 8000060043, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '删除付款单', '删除付款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/PayBill/Delete', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"d7df7392-c471-4180-9161-6e728bf5951f\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"c0727ec8-65f8-4ac9-b6cd-207a44ce9d03\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"8be7bfd7-77ac-4680-9524-8d9e7c7ebbd8\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"1b9e3f4c-2844-40dd-b86b-2bdf500e0641\",\"example\":\"\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"850dbcd1-20fa-466e-b46f-1b09852db2e2\",\"parameterName\":\"body\",\"first\":true}]', '[]', 81, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:45:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:45:33', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('0bddf53ab22c48d288384f3fa1b06c22', 8000040015, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '存货分类修改', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"41255cc5-66cd-4d43-a21d-8d0f504e5e60\",\"parameterName\":\"body\",\"first\":true}]', '[]', 186, '1', '2024-04-28 13:56:06', '1', '2024-04-28 13:56:06', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('0ce4f3641d1e4c1aa847fceeb3ccc872', 8000060016, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '采购订单提交', '采购订单提交', '2', NULL, '1', '/webapi/PurchaseOrder/Submit', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 28, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:46:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:46:54', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('0cf82e4ebc4340ccb28e7f326a8fd6a7', 8000060063, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '删除调出单', NULL, '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/TransferOut/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"58d4c687-5807-4fa0-bd70-82f5e6e057be\",\"parameterName\":\"body\",\"first\":true}]', '[]', 103, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:48:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:48:32', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('0dd8c81cf0a645f3971de5efdcb6f2d2', 8000090013, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '获取商品对象信息-查询单位', NULL, '2', NULL, '1', '/cgi/crm/v2/object/describe', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"e486f74b-7f32-475a-a299-ff5c20afd03e\",\"parameterName\":\"body\",\"first\":true}]', '[]', 67, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:49:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:49:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('0f15cc0879e64d13a5e6aa838f4280f8', 8000060000, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'c9feb0be913d44b192521c354a2c45b0', '获取token', '获取token', '2', NULL, '1', '/webapi/OAuth2/AuthLogin', '1', '2', '10000', '100', '[]', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"0063482c-1e7a-4a2d-8afa-e32dea41127a\",\"parameterName\":\"userCode\",\"example\":\"WDT\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"e9f42257-cc44-4d12-b78f-43cb58091b24\",\"parameterName\":\"entcode\",\"example\":\"04\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"376e0e0e-3ba7-41f1-a2ba-66c4df3188f8\",\"parameterName\":\"orgcode\",\"example\":\"1003\"},{\"parameterType\":\"fundamental\",\"index\":3,\"concreteType\":\"String\",\"id\":\"2676de59-caba-40a8-840e-69b25c58379c\",\"parameterName\":\"clientid\",\"example\":\"WDT\"},{\"parameterType\":\"fundamental\",\"index\":4,\"concreteType\":\"String\",\"id\":\"ca946bbd-e738-4079-87ca-94d8265f4dd3\",\"parameterName\":\"clientsecret\",\"example\":\"49f8ecd05ce6461a93dfe0dc1a7d7845\"}]', '1', '[]', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":0,\"parameterName\":\"ResCode\",\"id\":\"5dd11ca1-c4d0-447a-befd-80d1b6dd7711\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":1,\"parameterName\":\"Success\",\"id\":\"655df4c3-2a4e-4120-8a11-1f10f47e3288\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"ResMsg\",\"id\":\"e540d3ed-f103-4872-9932-18dfcafead9a\",\"example\":\"登录成功,token有效时间为10分钟\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Data\",\"id\":\"bbc4509a-050e-4e59-88ed-309cef47890e\",\"example\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJFbnRlcnByaXNlSUQiOiIwMiIsIkVudENvZGUiOiIwMiIsIkN1bHR1cmVOYW1lIjoiemgtQ04iLCJPcmdDb2RlIjoiMTAiLCJPcmdJRCI6IjEwMDIzMDkxMzAxMTAyODYiLCJPcmdOYW1lIjoiMTAwMjMwOTEzMDExMTI0OSIsIlVzZXJJRCI6IjEwMDIzMDkxMzAxMTEyNDkiLCJVc2VyQ29kZSI6ImFkbWluIiwiVXNlck5hbWUiOiJhZG1pbiIsIkV4cGlyZSI6IjIwMjMtMTAtMTlUMTY6MTU6NDguMzkyOTQ2MyswODowMCIsIlZhbGlkQXVkaWVuY2UiOiIwMjEwYWRtaW4xNjk3NzMxNTQ4MzkyIiwiRWZmZWN0aXZlTWluIjoxMCwiQXBwSUQiOm51bGwsIlRva2VuRXh0ZW5kS2V5IjoiYWRtaW5AMTBAMDJAIn0.oQ_AsO9tCkLvRstxEohxSYch_t6mqNGJeKlhfka9Gm8\"}]', 12, '1', '2024-05-14 09:52:01', '1', '2024-05-14 09:52:01', 'Y', NULL, 'testCachingService', 'testExtensionApi', '2', 'Success', 'true', 'ResMsg'); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('0fa79af1a99e46b5aa5043ae6159a7c1', 8000060042, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '审核付款单', '审核付款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/PayBill/Approve', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"52f8cf5d-a195-405a-bacc-5fb7fb39e00d\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"f3bec942-e986-4c4d-9a9c-620c019776d6\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"d0e3ee7b-6991-4ea8-bd2e-21c7f0b4ab36\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"d31f69ab-d50a-4146-9050-c38fbd261671\",\"example\":\"\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"c059469e-075a-4e08-8d1b-4546b8d74b9e\",\"parameterName\":\"body\",\"first\":true}]', '[]', 80, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:44:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:44:51', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('115806a7d9014c6e8ea1a4119aea515f', 8000160033, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', '凭证删除', NULL, '2', NULL, '1', '/u8cloud/api/gl/voucher/delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"当前页\",\"parameterName\":\"page_now\",\"id\":\"926c33d5-2066-40be-9465-0b74d058cf2f\",\"required\":true,\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"每页条数\",\"parameterName\":\"page_size\",\"id\":\"c074af79-5757-41b8-b460-f84162a89e4b\",\"required\":true,\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"凭证主键\",\"parameterName\":\"pk_voucher\",\"id\":\"03c8e16a-6ed8-4c97-aafc-1c64f99e8e72\",\"required\":true,\"example\":\"0001F11000000000IKP4\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"账簿编码\",\"parameterName\":\"pk_glorgbook\",\"id\":\"2227a7d6-0836-44d7-83a8-d85d096d51ee\",\"required\":true,\"example\":\"01-01\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"f1c8c283-b0a8-43c2-b4a3-5be69064a4de\",\"parameterName\":\"body\",\"first\":true}]', '[]', 198, '1', '2024-05-09 10:51:22', '1', '2024-05-09 10:51:22', 'Y', NULL, NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('1439ad90f52d4d93bab0cea8b249e633', 8000060078, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '应收单新增(有来源)', NULL, '2', NULL, '1', '/webapi/ARBill/CreateBySrc', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"5b94c18d-50ea-4bcc-8be4-4617ba26d017\",\"parameterName\":\"body\",\"first\":true}]', '[]', 118, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:28:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:28:40', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('157ef87c07cb4f6da7735f8e4fefcb1a', 8000060027, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '杂发单弃审', NULL, '2', NULL, '1', '/webapi/MiscShip/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 39, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:53:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:53:55', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('15a1e68873614fa48adbf644338bd0f9', 8000160004, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '799c8c327aa44633a9df514bcd276124', '采购订单审批即保存', '采购订单审批即保存', '2', NULL, '1', '/u8cloud/api/pu/order/saveapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"cmangid\",\"id\":\"0d2afede-89fe-4155-b602-5da16db63541\",\"example\":\"0001F81000000000HNQW\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"nordernum\",\"id\":\"54d2a491-1f36-46c4-b0d7-3dffb3115371\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"norgtaxprice\",\"id\":\"4dfaa531-c862-4c5b-84f9-e05fa1ff5f51\",\"example\":\"10\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"071d3eb1-c1ac-49cb-b3be-72f67a8cd46a\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"cbiztype\",\"id\":\"6757e86a-4215-459e-be0a-99195e065d6d\",\"example\":\"0001F81000000000HJDM\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"cdeptid\",\"id\":\"970ccf18-7d3b-46d4-8f25-46d36ba38b22\",\"example\":\"1007F81000000000I0Y1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"coperator\",\"id\":\"f4fb3339-50f0-4e8b-b2c3-2529489a2415\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"cpurorganization\",\"id\":\"b55c46a9-322b-4765-87c2-9b4f5f0c9c21\",\"example\":\"0001F81000000000HJEN\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"cvendormangid\",\"id\":\"235678bc-443e-49bb-bd45-e9b83f960e90\",\"example\":\"0001F810000000000VZB\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"pk_corp\",\"id\":\"f447a97f-c054-4abe-acab-c4e9f31527fe\",\"example\":\"1007\"}],\"concreteType\":\"Object\",\"index\":5,\"parameterName\":\"parentvo\",\"id\":\"5159d2ad-c2b0-49d9-a2ea-b07b4bcae512\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"puordervo\",\"id\":\"0cdb262d-21c0-4831-846b-d2df4c0f48af\"}]', '[]', 6, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('17368c98720542f0993a69aafc6277ff', 8000040006, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '部门修改', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"d41a4d0b-fe03-42d2-9b4b-11387c8915c2\",\"parameterName\":\"body\",\"first\":true}]', '[]', 177, '1', '2024-04-28 13:51:14', '1', '2024-04-28 13:51:14', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('17ef11b9258746beb969c29726433eb5', 8000220002, NULL, '1', '15cfff641bbd4123b11b4e98ac2d0184', '61a560eacdac47159e3d010c61fe1ba0', '123', NULL, '2', NULL, '1', '321', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"3918ae80-a9d5-4569-b790-5d11389e998a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 54, '1', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('1a7523db19a74a539aa1ef14eda0348f', 8000040013, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '项目删除', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"8389c9fd-a253-46fe-a8b8-0986eceeda22\",\"parameterName\":\"body\",\"first\":true}]', '[]', 184, '1', '2024-04-28 13:55:04', '1', '2024-04-28 13:55:04', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('1b0be0ba377644b498b73d4af42b22e7', 8000090017, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '8451f61d92cb40739a8409aa98a7a4fb', '对象锁定-CRM', NULL, '2', NULL, '1', '/cgi/crm/v2/object/lock', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"d193a91e-ad73-450f-bd71-311c4450cca4\",\"parameterName\":\"body\",\"first\":true}]', '[]', 146, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:08:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:08:12', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('1c3e78ca743640baa689a390b64e8931', 8000060001, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '更新客户档案', '更新客户档案', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Customer/Modify', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"91841355-b704-4ba4-9598-099f95bdd48d\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"67f455a4-831f-48a8-a1b6-dc484b0682c3\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"Code\",\"id\":\"5874be89-fa64-4c50-98f4-683e580969c8\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Name\",\"id\":\"95c24415-a5d8-4b55-854b-22f981f95ce7\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"ShortName\",\"id\":\"7d1a133b-48cd-40ef-aee7-8ac36a2f1421\",\"example\":\"yanghly\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":6,\"parameterName\":\"ID\",\"id\":\"3f82b209-cd7a-4068-a416-b165c20bd5ae\",\"example\":\"1002205170110058\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"Code\",\"id\":\"244c71e6-efd1-4e84-9765-04058a79615b\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"Name\",\"id\":\"49d3f6cd-64a1-4ba4-b723-5f09a593a086\",\"example\":\"SCMGC\"}],\"concreteType\":\"Object\",\"index\":5,\"parameterName\":\"Org\",\"id\":\"b546ab93-5a20-423a-99ea-7fccfb8e342d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"MasterOrg\",\"id\":\"3dd9b4cf-7402-4c48-a04f-3ba6586febc7\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"PrivateDescSeg1\",\"id\":\"6aa4336e-155d-40f2-a4af-a4b5a940f8ee\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"PrivateDescSeg2\",\"id\":\"4f59d2cf-4149-4a25-9457-b0abc21131fa\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"PrivateDescSeg3\",\"id\":\"fa0d46cc-d763-4706-af83-1094b7c7f9b5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"PrivateDescSeg4\",\"id\":\"e13683b3-2e28-4d75-944e-16833bd90f49\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"PrivateDescSeg5\",\"id\":\"a2b59f33-4c40-4f86-8b78-4a00890eb417\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"PrivateDescSeg6\",\"id\":\"5c1b5347-5ed5-4ad1-a2f5-527c708a222f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"PrivateDescSeg7\",\"id\":\"e2152334-9257-4777-a5a9-6d9f783db68c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"PrivateDescSeg8\",\"id\":\"3b00f928-1175-49d2-b0ba-5eb5e2538370\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"PrivateDescSeg9\",\"id\":\"fb36a84a-0c44-4dcb-b524-e544bb626404\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"PrivateDescSeg10\",\"id\":\"6215ca30-780c-4d46-8db9-0c8e3f264c23\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"PrivateDescSeg11\",\"id\":\"e29e2724-3628-4d15-b1b2-1b5ce574a03f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":22,\"parameterName\":\"PrivateDescSeg12\",\"id\":\"8bf86c34-7021-4e01-b634-f29344780355\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":23,\"parameterName\":\"PrivateDescSeg13\",\"id\":\"7b2d243a-5f41-44f9-b6d1-d8ebdac00253\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":24,\"parameterName\":\"PrivateDescSeg14\",\"id\":\"e19f5eeb-9556-464d-87b4-d5e4c6dd08ff\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":25,\"parameterName\":\"PrivateDescSeg15\",\"id\":\"f1146807-a92c-4caf-afdf-74077bd01867\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":26,\"parameterName\":\"PrivateDescSeg16\",\"id\":\"dcc825ff-bb37-4d40-8851-4d4929378aae\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":27,\"parameterName\":\"PrivateDescSeg17\",\"id\":\"cfdf4837-9669-442c-a7f2-a5d76d7a47f7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":28,\"parameterName\":\"PrivateDescSeg18\",\"id\":\"7a92b5d1-0df1-43ca-9ec6-d1c352b4cb61\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":29,\"parameterName\":\"PrivateDescSeg19\",\"id\":\"ddbc184b-c854-46ac-ba62-9b49fc2cde15\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":30,\"parameterName\":\"PrivateDescSeg20\",\"id\":\"77b76d1e-7a50-4f50-af59-f65adcaa09a2\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":31,\"parameterName\":\"PrivateDescSeg21\",\"id\":\"44157590-14c8-44fd-92c9-7a77f982952c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"PrivateDescSeg22\",\"id\":\"7f0d8eb7-d1a0-40e7-b947-5c0efcbba40e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"PrivateDescSeg23\",\"id\":\"9d9fe4d3-7530-41ca-9c55-668497c9fe94\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":34,\"parameterName\":\"PrivateDescSeg24\",\"id\":\"858a1ad1-7a08-4b35-b30e-9a5e7d6a146e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":35,\"parameterName\":\"PrivateDescSeg25\",\"id\":\"c002e4e6-92db-4064-9793-4f79195df9dd\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":36,\"parameterName\":\"PrivateDescSeg26\",\"id\":\"0e236969-d992-4db8-b35c-d9f422b9ec42\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":37,\"parameterName\":\"PrivateDescSeg27\",\"id\":\"2e234a6d-3b9d-4717-877f-30f831a2bca7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":38,\"parameterName\":\"PrivateDescSeg28\",\"id\":\"b2f81d05-d762-4bec-8941-a6c5441734c3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":39,\"parameterName\":\"PrivateDescSeg29\",\"id\":\"4db5501a-b4a0-4bbf-b772-c01f27b787dc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":40,\"parameterName\":\"PrivateDescSeg30\",\"id\":\"4a81fc83-0621-4cd8-908e-355060f292d9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":41,\"parameterName\":\"PubDescSeg1\",\"id\":\"25938c02-59f8-4750-bd5c-4118be3fb622\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":42,\"parameterName\":\"PubDescSeg2\",\"id\":\"c0b9f0f7-cdbd-4e60-b015-e2aa88013243\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":43,\"parameterName\":\"PubDescSeg3\",\"id\":\"bda98fea-35fe-4c17-8377-814cc5ff278c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":44,\"parameterName\":\"PubDescSeg4\",\"id\":\"ef0ba23f-03de-49be-8ed8-20093f69eeac\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":45,\"parameterName\":\"PubDescSeg5\",\"id\":\"919bb576-a77e-40bb-901f-e2f8eaed6c5e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":46,\"parameterName\":\"PubDescSeg6\",\"id\":\"34d27317-cdd1-4b5a-a361-16247f2291e9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":47,\"parameterName\":\"PubDescSeg7\",\"id\":\"c6f9bf25-0340-4635-b2a8-4399c7373d7d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":48,\"parameterName\":\"PubDescSeg8\",\"id\":\"f937c434-eb16-430a-8e04-700c91523dc7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":49,\"parameterName\":\"PubDescSeg9\",\"id\":\"534ee13f-1df8-4a53-9db8-7485218b73e0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":50,\"parameterName\":\"PubDescSeg10\",\"id\":\"522fa193-e2eb-4645-80bd-042d7f3d6083\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":51,\"parameterName\":\"PubDescSeg11\",\"id\":\"bad424c3-94ef-4aea-b79f-a89ee8995920\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":52,\"parameterName\":\"PubDescSeg12\",\"id\":\"ac41dd8e-d929-4b36-942d-33a926b9ab12\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":53,\"parameterName\":\"PubDescSeg13\",\"id\":\"abe6e68b-0ccc-4805-9577-d6246bc11c83\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":54,\"parameterName\":\"PubDescSeg14\",\"id\":\"58ca7628-6dbe-49ca-8a14-deb48e332050\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":55,\"parameterName\":\"PubDescSeg15\",\"id\":\"fed20639-fbf4-4302-a928-76b644058c87\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":56,\"parameterName\":\"PubDescSeg16\",\"id\":\"daa18340-a6f0-45a0-bfa0-7c213a985827\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":57,\"parameterName\":\"PubDescSeg17\",\"id\":\"63b7fdf4-de8d-4b10-87bb-05bb05c1c880\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":58,\"parameterName\":\"PubDescSeg18\",\"id\":\"1e4ec3a7-655c-46ec-b2e2-23ead2a254f9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":59,\"parameterName\":\"PubDescSeg19\",\"id\":\"58987462-ef41-4567-b58f-5304726c7d28\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":60,\"parameterName\":\"PubDescSeg20\",\"id\":\"116fb496-a060-4f3c-819a-cf1a4cd74836\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":61,\"parameterName\":\"PubDescSeg21\",\"id\":\"7f4d859d-2478-497e-af81-9b397fe4ed31\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":62,\"parameterName\":\"PubDescSeg22\",\"id\":\"2d18a80b-ab74-46b1-a7af-28a4f815132b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":63,\"parameterName\":\"PubDescSeg23\",\"id\":\"410a64c0-78de-4735-afd5-4811dc45d6a3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":64,\"parameterName\":\"PubDescSeg24\",\"id\":\"920facb7-6eb7-44b1-8fd0-96609b2c562d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":65,\"parameterName\":\"PubDescSeg25\",\"id\":\"047e46c6-aa1b-49f5-9a69-d2881b32b087\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":66,\"parameterName\":\"PubDescSeg26\",\"id\":\"088a1e64-0d9c-4059-804c-0d1337793ee6\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":67,\"parameterName\":\"PubDescSeg27\",\"id\":\"9bd89f2d-a2fc-423e-918b-25689711e8b6\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":68,\"parameterName\":\"PubDescSeg28\",\"id\":\"5d687c39-313e-4faa-aa93-102089f360b5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":69,\"parameterName\":\"PubDescSeg29\",\"id\":\"e74f3c0b-b246-4ccf-a9f8-f1b0d9bb573b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":70,\"parameterName\":\"PubDescSeg30\",\"id\":\"4a73e5eb-03d9-4923-88d8-6c76a90a1a0f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":71,\"parameterName\":\"PubDescSeg31\",\"id\":\"272fd2c3-e60d-413d-87e9-0fcc3039504f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":72,\"parameterName\":\"PubDescSeg32\",\"id\":\"ab18f068-9546-48e4-bf2d-86bb69935e85\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":73,\"parameterName\":\"PubDescSeg33\",\"id\":\"e9fef5a1-5ac2-4d0b-92d7-dbc978cdfa5c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":74,\"parameterName\":\"PubDescSeg34\",\"id\":\"648939f2-9d35-4ca9-9d45-00cdbbf51570\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":75,\"parameterName\":\"PubDescSeg35\",\"id\":\"bebbad0a-09d1-4d2b-8959-9da796026782\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":76,\"parameterName\":\"PubDescSeg36\",\"id\":\"beb28d95-8dd9-4b1d-a43b-5b9cec406f7c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":77,\"parameterName\":\"PubDescSeg37\",\"id\":\"6b8f11e5-b36f-425d-bc4f-6081450bc4e9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":78,\"parameterName\":\"PubDescSeg38\",\"id\":\"959269e1-4fc5-41d9-b81c-eae082a05a15\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":79,\"parameterName\":\"PubDescSeg39\",\"id\":\"5d160764-a505-4f93-8d83-a2e65391731c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":80,\"parameterName\":\"PubDescSeg40\",\"id\":\"cbd2383b-7025-4e78-bae6-c679cef1209a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":81,\"parameterName\":\"PubDescSeg41\",\"id\":\"f11f00a4-17d8-4e04-9bfd-5bcc1e50641c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":82,\"parameterName\":\"PubDescSeg42\",\"id\":\"e4f6c9aa-a6d3-4c0c-a292-fa5eb1ac05cc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":83,\"parameterName\":\"PubDescSeg43\",\"id\":\"18c4760d-2986-4bbc-8005-54e11eea8fbc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":84,\"parameterName\":\"PubDescSeg44\",\"id\":\"15d7c5c9-72cf-49b8-a17b-0b318066baaf\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":85,\"parameterName\":\"PubDescSeg45\",\"id\":\"610e4e78-da09-48f0-a7a4-7fdf45f85b3c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":86,\"parameterName\":\"PubDescSeg46\",\"id\":\"732725c6-e8ce-4172-9336-2c1804b9a81b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":87,\"parameterName\":\"PubDescSeg47\",\"id\":\"4617a77e-6418-4bb2-8ca8-3c186fed33ff\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":88,\"parameterName\":\"PubDescSeg48\",\"id\":\"a9779dbc-20f6-4cd6-8fee-4289bfdeeb78\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":89,\"parameterName\":\"PubDescSeg49\",\"id\":\"dc6df558-e00b-40cb-aeb5-bcfd10f046af\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":90,\"parameterName\":\"PubDescSeg50\",\"id\":\"11157420-b969-4c81-8161-035193c73904\",\"example\":\"\"}],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"DescFlexField\",\"id\":\"58d16191-3cda-494b-8722-d6f8b46f266a\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":91,\"parameterName\":\"SearchCode\",\"id\":\"b8050742-a304-4e5a-804f-7971e496c523\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":92,\"parameterName\":\"CustomerCategory\",\"id\":\"1787a077-df35-4ca8-8b0b-2e3654868eaf\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":93,\"parameterName\":\"Territory\",\"id\":\"024f9806-8344-47cc-bb45-af5670e9ef74\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":94,\"parameterName\":\"TradeCategory\",\"id\":\"574b9aed-69d8-49fa-a183-650d18a24255\",\"example\":0},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":96,\"parameterName\":\"ID\",\"id\":\"0c809cb3-78ab-4380-8e25-7969c6449df6\",\"example\":\"1002210250220080\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":97,\"parameterName\":\"Code\",\"id\":\"272fadfc-36d6-4ea0-b432-f0c3c1abae91\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":98,\"parameterName\":\"Name\",\"id\":\"532c6f03-95d3-40dd-8334-29ebdffc4beb\",\"example\":\"杨海龙\"}],\"concreteType\":\"Object\",\"index\":95,\"parameterName\":\"DefaultContact\",\"id\":\"9db26928-bf01-4d30-894d-5d2e8854a7c8\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":99,\"parameterName\":\"Language\",\"id\":\"481c1186-309b-4742-ba92-4219024d6098\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":100,\"parameterName\":\"State\",\"id\":\"1dbc4093-2c3a-4040-9c9c-86b9b1cb8756\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":101,\"parameterName\":\"IsHoldRelease\",\"id\":\"194fa792-765d-4aa8-b754-c87f35601e9b\",\"example\":false},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":103,\"parameterName\":\"IsEffective\",\"id\":\"dca446ac-1247-410c-9c62-04a8455d0504\",\"example\":\"True\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":104,\"parameterName\":\"EffectiveDate\",\"id\":\"46a6f7d6-4965-43b0-93ae-45ee16af9ed8\",\"example\":\"2022/01/01 12:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":105,\"parameterName\":\"DisableDate\",\"id\":\"a8f673f4-5208-40cb-817d-42b4f8164d5f\",\"example\":\"9999/12/31 12:00:00\"}],\"concreteType\":\"Object\",\"index\":102,\"parameterName\":\"Effective\",\"id\":\"5a0fb518-921b-427b-befb-13a5fb3d6a2b\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":106,\"parameterName\":\"IsMISC\",\"id\":\"20f5a828-ff7f-4488-ba28-ca149dfd81e8\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":107,\"parameterName\":\"RegisterCapitalCurrency\",\"id\":\"604c00cc-9bb1-4d1d-b3f7-bee8c34dec88\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":108,\"parameterName\":\"RegisterCapital\",\"id\":\"6cd5f0de-cdf3-4a24-a445-4ed6f76e8ee9\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":109,\"parameterName\":\"TurnoverCurrency\",\"id\":\"38b640de-6775-4a9c-83f1-29392ab07deb\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":110,\"parameterName\":\"Turnover\",\"id\":\"8e057a2f-6be0-4f20-b7b0-700b0cd26379\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":111,\"parameterName\":\"EmployeeCount\",\"id\":\"864a024e-a2f5-4757-9b9c-b87f9a84be3a\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":112,\"parameterName\":\"EstablishDate\",\"id\":\"19928b45-c03b-46fa-a1cc-7c1e5bb546e7\",\"example\":\"0001-01-01T00:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":113,\"parameterName\":\"OfficialLocation\",\"id\":\"bafc07e5-42b9-496d-9c41-45389e0c2430\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":114,\"parameterName\":\"Department\",\"id\":\"18f53f4a-072f-4fc5-8750-4a5745d80734\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":115,\"parameterName\":\"Saleser\",\"id\":\"b104f841-6e7e-4eea-874a-20138b80933f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":116,\"parameterName\":\"SaleType\",\"id\":\"01cb7542-459d-4e02-8745-b6f7ec744056\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":117,\"parameterName\":\"Bargain\",\"id\":\"a87d3ff8-76f2-46f8-987a-085a9d02fcf5\",\"example\":\"-1\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":119,\"parameterName\":\"ID\",\"id\":\"d1729f56-03c3-4fe5-ae97-8083d223b065\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":120,\"parameterName\":\"Code\",\"id\":\"b03aea08-694b-44f1-9250-0e8518a75e37\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":121,\"parameterName\":\"Name\",\"id\":\"58b450ee-c5b9-4403-bd60-a7e4279a4db9\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":118,\"parameterName\":\"TradeCurrency\",\"id\":\"aaf96d42-3408-41fe-bc60-8dda64593e8b\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":122,\"parameterName\":\"IsTaxPrice\",\"id\":\"63322166-7175-419c-ad6c-e692303f3f92\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":123,\"parameterName\":\"PriceListID\",\"id\":\"275a972e-d2ec-4687-ace9-cb95e85694d4\",\"example\":\"-1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":124,\"parameterName\":\"IsPriceListModify\",\"id\":\"942f35b8-c3ae-4d77-a198-b4732d8042d1\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":125,\"parameterName\":\"ShareGroup\",\"id\":\"1093cc9b-b6ab-4f70-8551-b727ad5f9974\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":126,\"parameterName\":\"IsHaveContract\",\"id\":\"16095ff5-be2c-4345-a6a9-b3aea6920532\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":127,\"parameterName\":\"SupplySource\",\"id\":\"b9cfb545-4933-4209-88f9-d3b2da5aa6db\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":128,\"parameterName\":\"DemandTransType\",\"id\":\"e4023205-ea8e-4ede-b6f3-2241dcd0925b\",\"example\":\"3\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":130,\"parameterName\":\"ID\",\"id\":\"61be1073-bd66-4026-b1b9-4452da7c7cb1\",\"example\":\"1002205170110058\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":131,\"parameterName\":\"Code\",\"id\":\"51efbfc9-4b7b-4059-b850-482342ccaf62\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":132,\"parameterName\":\"Name\",\"id\":\"b1b5587b-5303-4641-abd1-90ce20266438\",\"example\":\"SCMGC\"}],\"concreteType\":\"Object\",\"index\":129,\"parameterName\":\"SupplyOrg\",\"id\":\"242386b5-a607-40b1-849f-ab3eaf7e5536\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":133,\"parameterName\":\"Supplier\",\"id\":\"e2abb675-dfa0-4564-a893-19d3c4a6a47e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":134,\"parameterName\":\"WH\",\"id\":\"121a9dbb-7db0-492a-81f5-deb88ff84195\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":135,\"parameterName\":\"ShippmentRule\",\"id\":\"e489a784-d098-4c5b-98a5-3726bcb6e821\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":136,\"parameterName\":\"IsShipmentModify\",\"id\":\"c7e60a3e-7790-4a4d-a534-4f602025e2cd\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":137,\"parameterName\":\"TransitLeadTime\",\"id\":\"b82e3cb8-21d5-4cd8-9923-7fda611b9ab1\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":138,\"parameterName\":\"ReturnTerm\",\"id\":\"2ef54b48-e0f6-46ac-a4f8-fa134ddb39b0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":139,\"parameterName\":\"ShipmentTerms\",\"id\":\"0d99ba64-2bbb-4114-a33b-288462913488\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":141,\"parameterName\":\"ID\",\"id\":\"1d536d0a-0122-4357-bbb6-33f176f854f1\",\"example\":\"1002205170212584\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":142,\"parameterName\":\"Code\",\"id\":\"99d1ed1a-0535-4d6c-b4a0-d887815280a3\",\"example\":\"YZ02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":143,\"parameterName\":\"Name\",\"id\":\"bc3d863b-fac8-4d10-a4a6-d8b9d6f07ee6\",\"example\":\"13%税率\"}],\"concreteType\":\"Object\",\"index\":140,\"parameterName\":\"TaxSchedule\",\"id\":\"ec2c34c5-4873-47a9-acbd-fe3985d43951\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":144,\"parameterName\":\"StateTaxNo\",\"id\":\"f4ba82c2-2a4e-4fb2-9ca8-c430226b8885\",\"example\":\"\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":146,\"parameterName\":\"ID\",\"id\":\"ad62eb27-233a-4f6b-987b-8bf7a0d2e9f1\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":147,\"parameterName\":\"Code\",\"id\":\"69eb7023-c200-4bcc-83bc-353d63fc1654\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":148,\"parameterName\":\"Name\",\"id\":\"1ea01353-2ae8-4cdd-aeb2-9c0d01c03c90\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":145,\"parameterName\":\"PayCurrency\",\"id\":\"ccc7f5da-cf03-4cc7-a741-98dc948e8a91\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":150,\"parameterName\":\"ID\",\"id\":\"1d089448-c952-4f76-b368-6df7037c72a7\",\"example\":\"1002205170212566\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":151,\"parameterName\":\"Code\",\"id\":\"28c395db-55c5-48c1-9954-8854fe31111e\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":152,\"parameterName\":\"Name\",\"id\":\"35020657-c694-41e6-b93a-fcdb9486626c\",\"example\":\"收款条件\"}],\"concreteType\":\"Object\",\"index\":149,\"parameterName\":\"RecervalTerm\",\"id\":\"08af56b7-2b74-4fd5-addf-599277247fda\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":153,\"parameterName\":\"IsRecTermModify\",\"id\":\"db64839f-9187-4d6f-acfa-c05e0718113b\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":154,\"parameterName\":\"Payee\",\"id\":\"88b6cf56-f57e-4f48-8b6d-2bed8cc88c67\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":155,\"parameterName\":\"IsDeposit\",\"id\":\"add3a726-f30d-4804-9ef1-9131e2a93fb2\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":156,\"parameterName\":\"IsPreReceival\",\"id\":\"c1756115-a986-4c09-8f74-7c96deef0c22\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":157,\"parameterName\":\"PreRcvRate\",\"id\":\"6195ddc9-6bde-447e-8e4b-6117f78cbf9e\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":158,\"parameterName\":\"IsPreRcvRateModify\",\"id\":\"0115830e-4114-42bf-a771-cd50dd87f863\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":159,\"parameterName\":\"IsSalesDiscount\",\"id\":\"bbef9636-860a-4417-9918-12dafb0d692a\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":160,\"parameterName\":\"QualityPledge\",\"id\":\"8aa933f1-bce8-470f-93e3-ead60634cdb8\",\"example\":0},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":162,\"parameterName\":\"ID\",\"id\":\"7fc94da9-13fc-42b0-bd9a-1b625ba93144\",\"example\":\"1002205170212563\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":163,\"parameterName\":\"Code\",\"id\":\"7f13d6f8-aadd-4e49-ac20-ec2c2a9e40f1\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":164,\"parameterName\":\"Name\",\"id\":\"71c3d78b-0a36-458b-9ce5-9c775ead8e23\",\"example\":\"应收立账条件\"}],\"concreteType\":\"Object\",\"index\":161,\"parameterName\":\"ARConfirmTerm\",\"id\":\"85393a7d-2fda-4f2f-aa2b-c9e3f113aa9f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":165,\"parameterName\":\"IsARCfmModify\",\"id\":\"464e402e-d49f-4dc8-b4f0-9fa5c97347e1\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":166,\"parameterName\":\"IsBillByBalance\",\"id\":\"42c43d8e-58ba-4a0b-b3c9-ea9941c3451b\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":167,\"parameterName\":\"InvoiceVerificationOrder\",\"id\":\"395e8eaa-0836-4d7f-8e73-23ce118d25a2\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":168,\"parameterName\":\"VerificationMode\",\"id\":\"5369a6b8-2162-44e9-81d4-96bda6df1768\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":169,\"parameterName\":\"IsByAccountAge\",\"id\":\"fdc6fd8f-a9ba-40a9-810d-4f4ca8764867\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":170,\"parameterName\":\"IsPost\",\"id\":\"2aadcd93-c0bf-4fab-9e42-453d37acbc2b\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":171,\"parameterName\":\"CheckAccountPeriod\",\"id\":\"039377d3-360d-423f-8ca8-91ecd55541cd\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":172,\"parameterName\":\"AccountListFormat\",\"id\":\"12dd3efb-476c-40fc-b85c-aaeab331680f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":173,\"parameterName\":\"DundocFormat\",\"id\":\"44861e10-c448-451b-aec1-0906b5631f3d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":174,\"parameterName\":\"OrderFormat\",\"id\":\"5555fa2f-1cec-4c40-b6aa-648692f1a098\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":175,\"parameterName\":\"BillFromat\",\"id\":\"93b0e663-facc-4d31-a098-6696de34ca31\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":176,\"parameterName\":\"IsCreditCheck\",\"id\":\"a97aa5e7-44b1-4bd4-8574-71189d84ff72\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":177,\"parameterName\":\"CreditPolicy\",\"id\":\"83f8240f-dc6c-4eb6-9aad-ab5f3965060e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":178,\"parameterName\":\"CreditLevel1\",\"id\":\"3d7ccee4-a1f4-42ba-ae89-96c63fe6a75c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":179,\"parameterName\":\"CreditLevel2\",\"id\":\"428d5386-5405-4df5-9f71-688b52d30104\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":180,\"parameterName\":\"GatheringPolicy\",\"id\":\"21f797ad-69a0-46f0-94c1-a92c8d7c4c35\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":181,\"parameterName\":\"DelayGatheringPolicy\",\"id\":\"a81f0a37-bb15-41aa-8503-10a04db2d39a\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":183,\"parameterName\":\"Code\",\"id\":\"dd369b9e-3e9a-4c34-8eb5-b73962c4585e\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":184,\"parameterName\":\"Name\",\"id\":\"71381ae9-e84f-4593-a3b9-6b14bdcbe24f\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":185,\"parameterName\":\"SearchCode\",\"id\":\"4059567d-bfae-47cf-9a30-564fb5d151ea\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":186,\"parameterName\":\"Territory\",\"id\":\"4ae35307-95e0-4c83-bc22-6873deeebc57\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":188,\"parameterName\":\"ID\",\"id\":\"6dc899b3-b614-42a7-b8c7-61c0b01e3197\",\"example\":\"1002210250220080\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":189,\"parameterName\":\"Code\",\"id\":\"10deb44c-d615-4429-a97c-c62d5f55c1a0\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":190,\"parameterName\":\"Name\",\"id\":\"79164460-2ad7-457e-868a-c200e3753b48\",\"example\":\"杨海龙\"}],\"concreteType\":\"Object\",\"index\":187,\"parameterName\":\"DefaultContact\",\"id\":\"e94f7044-0aa1-420f-883a-ac52c0c7ee76\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":191,\"parameterName\":\"OfficeSite\",\"id\":\"a51d9953-0c95-46ee-9439-37f6d90d5503\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":192,\"parameterName\":\"RegisterAddress\",\"id\":\"a4ac1c9e-095c-48f6-86a8-f06b9a54b16d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":193,\"parameterName\":\"Language\",\"id\":\"5fe66cf5-3f5e-4104-8bf6-bc04da63ac66\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":195,\"parameterName\":\"IsEffective\",\"id\":\"cc2f2b02-d099-40b2-83c6-5731f4a69eae\",\"example\":\"True\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":196,\"parameterName\":\"EffectiveDate\",\"id\":\"6b8272f6-cc4b-4c8e-883a-9f872d4c542d\",\"example\":\"2022/01/01 12:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":197,\"parameterName\":\"DisableDate\",\"id\":\"422377e4-b2dd-4d53-9841-bc914e4e7d5c\",\"example\":\"9999/12/31 12:00:00\"}],\"concreteType\":\"Object\",\"index\":194,\"parameterName\":\"Effective\",\"id\":\"575a43ed-9961-4db2-b539-72ba91499fe2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":198,\"parameterName\":\"SrcRowID\",\"id\":\"5ea1fe4c-61f5-41b6-9f83-eb775071f8c0\",\"example\":\"-1\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":200,\"parameterName\":\"PrivateDescSeg1\",\"id\":\"34320afa-6152-4d0a-bf60-e095dd84a679\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":201,\"parameterName\":\"PrivateDescSeg2\",\"id\":\"152adf35-97d9-43ac-bda2-989f5a884eec\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":202,\"parameterName\":\"PrivateDescSeg3\",\"id\":\"6d4f7842-4580-4ca9-b546-d180075b3e52\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":203,\"parameterName\":\"PrivateDescSeg4\",\"id\":\"5c72e590-b80f-4518-8bd7-a0052bd0053d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":204,\"parameterName\":\"PrivateDescSeg5\",\"id\":\"e2b457c4-e13c-4730-a1a7-2af5e29dd7ae\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":205,\"parameterName\":\"PrivateDescSeg6\",\"id\":\"cc063326-29ea-4035-8466-1d9fbb02adfe\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":206,\"parameterName\":\"PrivateDescSeg7\",\"id\":\"0bae56dd-8cd4-41b3-90ef-e4a13b2e995e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":207,\"parameterName\":\"PrivateDescSeg8\",\"id\":\"6cda4dc6-5602-4007-913b-694addb7876c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":208,\"parameterName\":\"PrivateDescSeg9\",\"id\":\"d673a302-e547-4eb7-b7d4-1465213af99c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":209,\"parameterName\":\"PrivateDescSeg10\",\"id\":\"4cd73e6d-e46e-45be-84a3-486dc7d42c80\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":210,\"parameterName\":\"PrivateDescSeg11\",\"id\":\"656be6dc-2037-4782-af2e-a268a7a8d0a3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":211,\"parameterName\":\"PrivateDescSeg12\",\"id\":\"82447002-eb09-4c19-9d15-224b9d8db89b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":212,\"parameterName\":\"PrivateDescSeg13\",\"id\":\"fe037d69-463d-4f46-b97e-32b54c3ba51d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":213,\"parameterName\":\"PrivateDescSeg14\",\"id\":\"8d332d97-c42b-4c69-a4e5-972433ca8057\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":214,\"parameterName\":\"PrivateDescSeg15\",\"id\":\"682d9436-0291-42f4-8f9d-bebb6332ac63\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":215,\"parameterName\":\"PrivateDescSeg16\",\"id\":\"bc5dd8f3-5998-49e7-9860-41c0596cd207\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":216,\"parameterName\":\"PrivateDescSeg17\",\"id\":\"b32a30b6-fd86-43bf-9e73-7cfee41cc84a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":217,\"parameterName\":\"PrivateDescSeg18\",\"id\":\"358cf007-568c-49a3-8dcc-b8adcdbc875d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":218,\"parameterName\":\"PrivateDescSeg19\",\"id\":\"4e7de232-ede0-4353-b593-39513ed6bfc8\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":219,\"parameterName\":\"PrivateDescSeg20\",\"id\":\"aa3619cf-77ab-4902-b516-b8915dcd9ff9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":220,\"parameterName\":\"PrivateDescSeg21\",\"id\":\"314aad44-cc1a-4dbf-b966-ede6b70d3507\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":221,\"parameterName\":\"PrivateDescSeg22\",\"id\":\"fe6991d5-f9e1-4c1e-932c-e47dcb72f9f6\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":222,\"parameterName\":\"PrivateDescSeg23\",\"id\":\"e1c2cfb7-2b8b-4c7b-b698-cc27c6664081\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":223,\"parameterName\":\"PrivateDescSeg24\",\"id\":\"491f322c-7c29-4d57-ae18-5bbddb62e774\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":224,\"parameterName\":\"PrivateDescSeg25\",\"id\":\"ba4c39a0-9d81-4e93-a3a9-6501feb36a14\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":225,\"parameterName\":\"PrivateDescSeg26\",\"id\":\"ab3a57d3-c5dc-4ac6-8115-a1329f5bd2b7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":226,\"parameterName\":\"PrivateDescSeg27\",\"id\":\"10920f6b-4f43-4b40-ba4b-ede64777569a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":227,\"parameterName\":\"PrivateDescSeg28\",\"id\":\"4f98f0a9-fe44-47db-b066-6e64d94ed832\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":228,\"parameterName\":\"PrivateDescSeg29\",\"id\":\"a0912bd1-cb7e-434b-99ca-6eeaf15b0597\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":229,\"parameterName\":\"PrivateDescSeg30\",\"id\":\"4daee72f-478c-4ac6-8942-8cbca214650b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":230,\"parameterName\":\"PubDescSeg1\",\"id\":\"a7854b9b-2088-4183-ad22-fa94bd067257\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":231,\"parameterName\":\"PubDescSeg2\",\"id\":\"acd9accd-4d07-47ed-a341-4dd7574c8703\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":232,\"parameterName\":\"PubDescSeg3\",\"id\":\"38b3bdf6-9961-485e-8592-83e7741f014a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":233,\"parameterName\":\"PubDescSeg4\",\"id\":\"06e13bc3-90b9-4a89-860c-b73de76617d4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":234,\"parameterName\":\"PubDescSeg5\",\"id\":\"5a855435-a8dd-488e-b7ca-774c9d7a9dcb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":235,\"parameterName\":\"PubDescSeg6\",\"id\":\"1dbdf514-ae02-423d-8411-78bff3ee0212\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":236,\"parameterName\":\"PubDescSeg7\",\"id\":\"70608b76-0c0f-4fdc-930e-d22f71e147b4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":237,\"parameterName\":\"PubDescSeg8\",\"id\":\"88b57a4e-1fc5-4e60-a43c-2d10a01e2534\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":238,\"parameterName\":\"PubDescSeg9\",\"id\":\"a5e86a58-6ff8-4dea-b862-3c229048bc2c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":239,\"parameterName\":\"PubDescSeg10\",\"id\":\"a35ac59f-5705-4fb6-aa84-fca52534e0d7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":240,\"parameterName\":\"PubDescSeg11\",\"id\":\"6444577f-a77a-489d-af06-ef01c1ae3b07\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":241,\"parameterName\":\"PubDescSeg12\",\"id\":\"36df7530-965e-4161-8a14-682bec1c8d7f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":242,\"parameterName\":\"PubDescSeg13\",\"id\":\"5bd3942a-ff75-4ee6-a419-641b3ac499c1\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":243,\"parameterName\":\"PubDescSeg14\",\"id\":\"e8c4e338-a1ad-4f28-a1dd-e98d46ae0911\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":244,\"parameterName\":\"PubDescSeg15\",\"id\":\"a0ca0a83-9be8-478c-af27-74c4aa2966dc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":245,\"parameterName\":\"PubDescSeg16\",\"id\":\"dc3bd055-aa57-4930-b3a1-02dc603e3a13\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":246,\"parameterName\":\"PubDescSeg17\",\"id\":\"daedbd75-7555-479a-818f-357b0343f9fc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":247,\"parameterName\":\"PubDescSeg18\",\"id\":\"d39df4a0-d93e-4973-9bcf-2b6b8d7e77d0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":248,\"parameterName\":\"PubDescSeg19\",\"id\":\"befbf6fb-9531-43b4-b524-c121ecce6f05\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":249,\"parameterName\":\"PubDescSeg20\",\"id\":\"22396544-4f4a-4bc3-8a21-18b9bd28a55f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":250,\"parameterName\":\"PubDescSeg21\",\"id\":\"34708e35-4a54-4370-8bc1-0bc81e3d6105\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":251,\"parameterName\":\"PubDescSeg22\",\"id\":\"fe2128f2-f15a-4c94-a9e8-0589aaca6350\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":252,\"parameterName\":\"PubDescSeg23\",\"id\":\"6b031e75-f2d6-4780-bcc5-f9af6c0f71e7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":253,\"parameterName\":\"PubDescSeg24\",\"id\":\"14033e1c-4a2b-4801-8636-e40a42e0f8f3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":254,\"parameterName\":\"PubDescSeg25\",\"id\":\"3705685f-454d-47f6-8baa-1639bd1bdb3b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":255,\"parameterName\":\"PubDescSeg26\",\"id\":\"2f3684b8-0c07-4624-93ab-a542a8aa814e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":256,\"parameterName\":\"PubDescSeg27\",\"id\":\"9f1f0991-862e-4b4d-b2fc-2aa58370e8a4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":257,\"parameterName\":\"PubDescSeg28\",\"id\":\"8a3bf85f-dff3-4620-9164-ac68f83312f9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":258,\"parameterName\":\"PubDescSeg29\",\"id\":\"4a853d1c-1cd1-4e71-a375-5a7c1ed92142\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":259,\"parameterName\":\"PubDescSeg30\",\"id\":\"0303aa89-2e03-4924-bc60-2831419251bb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":260,\"parameterName\":\"PubDescSeg31\",\"id\":\"734165f1-bbf6-41af-94df-95c4b9497913\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":261,\"parameterName\":\"PubDescSeg32\",\"id\":\"42400b03-6f7f-4ed9-8aa1-55805073b72f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":262,\"parameterName\":\"PubDescSeg33\",\"id\":\"408da698-03ac-4cb0-b9ae-63281a84b247\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":263,\"parameterName\":\"PubDescSeg34\",\"id\":\"c87733d8-c9ce-471e-b085-f12ec9759d7c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":264,\"parameterName\":\"PubDescSeg35\",\"id\":\"8c5d9b09-6956-4fd7-a30e-bf2278e9894f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":265,\"parameterName\":\"PubDescSeg36\",\"id\":\"92aa12d9-e3a7-45a1-b444-7f6956fc5bf7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":266,\"parameterName\":\"PubDescSeg37\",\"id\":\"6128bce2-051c-4f2f-b0ff-75bc212b9ffc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":267,\"parameterName\":\"PubDescSeg38\",\"id\":\"abb59165-c021-4f66-b2c5-d51aae8618a3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":268,\"parameterName\":\"PubDescSeg39\",\"id\":\"8b213050-4335-4f73-809e-30689a9bfe12\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":269,\"parameterName\":\"PubDescSeg40\",\"id\":\"fb658e53-06b4-4659-bb81-d65a4bc15694\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":270,\"parameterName\":\"PubDescSeg41\",\"id\":\"7154cd3c-9f0e-4801-9150-2e5ca9288f14\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":271,\"parameterName\":\"PubDescSeg42\",\"id\":\"61814dfe-03e6-4596-803c-d004e69b3133\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":272,\"parameterName\":\"PubDescSeg43\",\"id\":\"474d59a3-6c66-44f5-b08f-09eb74e6f7e7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":273,\"parameterName\":\"PubDescSeg44\",\"id\":\"7cf1fc09-d704-407e-86da-c06ff26d2c20\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":274,\"parameterName\":\"PubDescSeg45\",\"id\":\"5cb3952b-1464-4d8f-b691-c644ad5a33fa\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":275,\"parameterName\":\"PubDescSeg46\",\"id\":\"d0164a10-43a1-407d-98c2-1b3decb4ea87\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":276,\"parameterName\":\"PubDescSeg47\",\"id\":\"1ec027eb-f6b9-4991-bce7-ed34d29e148d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":277,\"parameterName\":\"PubDescSeg48\",\"id\":\"f333d552-232c-40fe-bcae-20ece9750b48\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":278,\"parameterName\":\"PubDescSeg49\",\"id\":\"56174786-391a-48ed-b777-c79cd3f3cf09\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":279,\"parameterName\":\"PubDescSeg50\",\"id\":\"b09e1041-fb97-468a-b050-1609dc56298f\",\"example\":\"\"}],\"concreteType\":\"Object\",\"index\":199,\"parameterName\":\"DescFlexField\",\"id\":\"2035e077-0a3f-46b3-b9f8-e1022223b53b\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":280,\"parameterName\":\"OperateType\",\"id\":\"a9378534-9149-4494-a51f-d438b4551b54\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":281,\"parameterName\":\"IsShipTo\",\"id\":\"501ca4a0-8981-49b3-b815-b1a6303d66fe\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":282,\"parameterName\":\"IsDefaultShipTo\",\"id\":\"9835df2f-3111-4644-a006-c9b5d18941e2\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":283,\"parameterName\":\"IsBillTo\",\"id\":\"373e389d-5dfb-4e5e-aa84-b701e68adeec\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":284,\"parameterName\":\"IsDefaultBillTo\",\"id\":\"8f3a1652-30d8-49cf-8e5f-eafa13f20ee7\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":285,\"parameterName\":\"IsClaim\",\"id\":\"aab8412e-c7a6-48f3-a2b2-a0d46a733990\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":286,\"parameterName\":\"IsDefaultClaim\",\"id\":\"a55736da-ac10-44ef-995b-ca08f1cb21a9\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":287,\"parameterName\":\"IsPayment\",\"id\":\"1284e773-51eb-4aa8-9ed3-fad6374b801f\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":288,\"parameterName\":\"IsDefaultPayment\",\"id\":\"d9e2e3d1-0732-4e87-b57e-f0572d1e3dfc\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":289,\"parameterName\":\"IsContrast\",\"id\":\"1dfee3d9-c261-4d6d-b7f7-7cb129e40fc7\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":290,\"parameterName\":\"IsDefaultContrast\",\"id\":\"e1e58264-1c61-4f87-bcc3-509d8705590e\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":291,\"parameterName\":\"BillToSite\",\"id\":\"370d83e6-a289-46a2-a0d6-5a1cc5a608bd\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":293,\"parameterName\":\"ID\",\"id\":\"3c1a33cc-ba25-4994-91bc-fa6e4ef556f3\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":294,\"parameterName\":\"Code\",\"id\":\"098b544c-d2ad-4918-90af-7dfbe858c6bf\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":295,\"parameterName\":\"Name\",\"id\":\"e349bd7f-ad0e-48bd-b273-488b32a237d0\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":292,\"parameterName\":\"TradeCurrency\",\"id\":\"85669635-f27c-40c0-b19f-df45d244e7d9\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":297,\"parameterName\":\"ID\",\"id\":\"43ea5a64-1095-41bb-b4aa-e0e214ee97ae\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":298,\"parameterName\":\"Code\",\"id\":\"3e55a163-1279-4f3f-9ef0-034952461cc4\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":299,\"parameterName\":\"Name\",\"id\":\"6eebf518-dc47-458c-98ed-c04d2896d7aa\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":296,\"parameterName\":\"PaymentCurrency\",\"id\":\"42798f05-1544-41b6-8b5b-09cde60a5a6e\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":301,\"parameterName\":\"ID\",\"id\":\"edb053bf-f37d-4788-9ebb-0daee62fbd78\",\"example\":\"1002205170212584\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":302,\"parameterName\":\"Code\",\"id\":\"d40823ae-69c4-4f63-8839-d9104405b84e\",\"example\":\"YZ02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":303,\"parameterName\":\"Name\",\"id\":\"d99b06de-fb76-4cd8-870a-d1b95bcc5c7b\",\"example\":\"13%税率\"}],\"concreteType\":\"Object\",\"index\":300,\"parameterName\":\"TaxSchedule\",\"id\":\"47585ef5-04a6-4b5a-bb99-08cf9d32258c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":304,\"parameterName\":\"PriceListID\",\"id\":\"3291c215-5d5b-40fb-b7bc-628902bcbe69\",\"example\":\"-1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":305,\"parameterName\":\"IsPriceListModify\",\"id\":\"66a49841-73cc-4331-bf4f-0bd0f8124c16\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":306,\"parameterName\":\"SupplySource\",\"id\":\"859e2e1c-028a-4f84-ad09-0066cdd8dd10\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":307,\"parameterName\":\"DemandTransType\",\"id\":\"75e52f3e-b635-4e87-b221-85117e013c03\",\"example\":\"3\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":309,\"parameterName\":\"ID\",\"id\":\"8c031c4b-3cef-4f8c-9d97-88bc2966c5f8\",\"example\":\"1002205170110058\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":310,\"parameterName\":\"Code\",\"id\":\"06be4032-3052-46a2-aa9e-38c54a7cef66\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":311,\"parameterName\":\"Name\",\"id\":\"90789de9-cf09-4925-9030-28e47d4e50e8\",\"example\":\"SCMGC\"}],\"concreteType\":\"Object\",\"index\":308,\"parameterName\":\"SupplyOrg\",\"id\":\"e5e5e75f-a996-47f7-bb20-50e0bed62b16\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":312,\"parameterName\":\"Supplier\",\"id\":\"051207cd-4807-489d-93d3-7945c9ba92b6\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":313,\"parameterName\":\"ShippmentRule\",\"id\":\"0d37bd0d-82c8-491a-811c-5dae49bd95e0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":314,\"parameterName\":\"IsShippmentRuleEditable\",\"id\":\"e4058845-84d2-43ec-a152-a372ed280708\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":315,\"parameterName\":\"ShipmentMode\",\"id\":\"d3bf3cc9-723c-4543-a173-b64307008643\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":316,\"parameterName\":\"TransitMode\",\"id\":\"97787b37-20af-4f5f-8e7c-d1d966bf611a\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":317,\"parameterName\":\"TransitLeadTime\",\"id\":\"b2e51d8c-abc6-4ac8-ae6c-8de2eaf476ac\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":318,\"parameterName\":\"Carrier\",\"id\":\"34b46338-3d94-489f-a5d1-fbe543880e0f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":319,\"parameterName\":\"ShippingHavenID\",\"id\":\"ec31d529-a705-4721-b322-77c72a87eab6\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":320,\"parameterName\":\"ShippingHavenCode\",\"id\":\"e9a48b2f-5c20-4243-be99-f5c89b75ebdb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":321,\"parameterName\":\"ShippingHavenName\",\"id\":\"3f22d856-74f0-4fc7-8444-bb5159db3c0e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":322,\"parameterName\":\"TargetHavenID\",\"id\":\"a1ced403-3e56-40ad-b3e2-01f6f500acb2\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":323,\"parameterName\":\"TargetHavenCode\",\"id\":\"f3c78f5d-63ce-4ff0-ae4e-b380ec641c94\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":324,\"parameterName\":\"TargetHavenName\",\"id\":\"0c4b48c3-98f2-4eba-9b0f-164e9d3411c8\",\"example\":\"\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":326,\"parameterName\":\"ID\",\"id\":\"788a4725-6270-4134-a85e-5298f39f4768\",\"example\":\"1002205170212566\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":327,\"parameterName\":\"Code\",\"id\":\"fbcf6967-630e-4f98-b62a-0e3eb2b84fed\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":328,\"parameterName\":\"Name\",\"id\":\"370cebc0-7b5d-49b0-92fb-60a438fc999d\",\"example\":\"收款条件\"}],\"concreteType\":\"Object\",\"index\":325,\"parameterName\":\"PaymentTerm\",\"id\":\"7f878387-6396-42b5-af4b-daa1fbc2136d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":329,\"parameterName\":\"IsPaymentTermEditable\",\"id\":\"76045c2a-fe52-415a-8d8e-bf612c120909\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":330,\"parameterName\":\"Payee\",\"id\":\"0a43bbd9-0631-484c-bb3b-036a17778ea1\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":332,\"parameterName\":\"ID\",\"id\":\"973493ee-c679-4f35-a7aa-67377d63059e\",\"example\":\"1002205170212563\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":333,\"parameterName\":\"Code\",\"id\":\"0d26c05d-6263-43f4-aa0f-1487528850e9\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":334,\"parameterName\":\"Name\",\"id\":\"7ff93dfb-f583-46e2-b999-194e19741b43\",\"example\":\"应收立账条件\"}],\"concreteType\":\"Object\",\"index\":331,\"parameterName\":\"ARConfirmTerm\",\"id\":\"f6d8c3af-449c-40ce-a975-5702d858d708\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":335,\"parameterName\":\"IsSalesDiscount\",\"id\":\"38817060-ed81-43bf-afbb-d6fa66dd9ae9\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":336,\"parameterName\":\"NeedDeposit\",\"id\":\"e712564d-41da-4a26-b5a8-4ac85ae91a8f\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":337,\"parameterName\":\"IsPrePayment\",\"id\":\"7d4c715b-34b6-459b-a6ee-0df06317c252\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":338,\"parameterName\":\"IsPostBankCheckList\",\"id\":\"85954c25-9483-4186-84b9-80bb13f24ec7\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":339,\"parameterName\":\"InvoiceVerificationOrder\",\"id\":\"f3eae239-150b-4500-9826-b2813c83e7f2\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":340,\"parameterName\":\"VerificationMode\",\"id\":\"c0d95c76-92a0-4c39-ace3-fb77f220189a\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":341,\"parameterName\":\"BankCheckPeriod\",\"id\":\"e79f679a-c032-4286-ba19-b1a8d3e9f378\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":342,\"parameterName\":\"BankStatementFormat\",\"id\":\"2e48963e-7bde-417f-a161-dea6f37464c7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":343,\"parameterName\":\"PressPaymentStyle\",\"id\":\"2312e249-dbdb-4ded-a17d-5dbb84cce886\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":344,\"parameterName\":\"SaleOrderStyle\",\"id\":\"5ebabbce-4163-4a51-a142-3e3072aebe31\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":345,\"parameterName\":\"BusinessBillStyle\",\"id\":\"13e05755-43cd-49bc-bbb6-9d4458715906\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":346,\"parameterName\":\"QualityGuaranteeType\",\"id\":\"11d6bc0a-5014-491d-9878-4b4c4779d6f3\",\"example\":0}],\"concreteType\":\"ObjectCom\",\"index\":182,\"parameterName\":\"CustomerSiteDTOs\",\"id\":\"4541ac1e-c9b3-4219-8bac-3d23e09949d8\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"0\",\"id\":\"b3e8c3a4-814f-455a-8dcb-f53bd97bf053\"}]', '[]', 14, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:11:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:11:20', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('1d80c2326fa8478eb6dd78a96b264917', 8000060057, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '新增采购退货单有来源', '1', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Receivement/CreateRcvBySrc', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"50ae27bd-64d1-4655-ab33-6fec193f6717\",\"parameterName\":\"body\",\"first\":true}]', '[]', 97, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:02:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:02:45', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('1e5f05e8a6a84c19be3d6ee838191d45', 8000160001, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '客商分配', '速网客商分配', '2', NULL, '1', '/u8cloud/api/uapbd/custdoc/assign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"pk_corp\",\"id\":\"33bc86ee-652c-4822-b6a8-dbd329a20779\",\"example\":\"1004\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"custprop\",\"id\":\"b5d55712-b378-4dbd-b2ae-04bcb3d0fb2b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"pk_cubasdoc\",\"id\":\"0c4a5614-effb-4d88-83e2-e9cd0f33ea3a\",\"example\":\"0001F810000000000FE0\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"custbasvo\",\"id\":\"df932132-3a93-463c-aaa7-7393b0abfa80\"}]', '[]', 3, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('1ec31121b75f494fb1710a15e427ef48', 8000160011, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '9c47dd0fa88b45cda5f4b7ee119ce3c5', '速网U8C_销售订单关闭', '速网U8C_销售订单关闭', '2', NULL, '1', '/u8cloud/api/so/saleorder/close', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 69, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('20076ccb5f524abc917ccfa52cf7633b', 8000060095, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '弃审杂下达', NULL, '2', NULL, '1', '/', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"619e9ce1-add8-4e8f-99b3-39065a7c4310\",\"parameterName\":\"body\",\"first\":true}]', '[]', 135, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:06:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:06:17', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('207773f783a84be490dd097b736d4f87', 8000040011, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '项目新增', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"26c95243-0167-4fc2-b4e3-0fc56e57d254\",\"parameterName\":\"body\",\"first\":true}]', '[]', 182, '1', '2024-04-28 13:54:18', '1', '2024-04-28 13:54:18', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('20f7824020334604893a1b13c76df139', 8000060002, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '客户档案删除', '客户档案删除', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Customer/Delete', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"b3c037e9-eb19-400b-8072-01b6c3710c14\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"9c71b087-56f5-4b00-8bbe-371f66b307bb\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"e72f73da-03ef-40d3-a4ed-b6e498092df6\",\"example\":0},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":4,\"parameterName\":\"ID\",\"id\":\"062044f5-313f-4fdd-a682-13521c40d858\",\"example\":\"1002304230000027\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"Code\",\"id\":\"fcedf346-f61c-43d4-a4a2-8c0b7f551e1a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"Name\",\"id\":\"b5aac366-891d-474b-9408-023ae33a05ad\",\"example\":\"\"}],\"concreteType\":\"Object\",\"index\":3,\"parameterName\":\"Org\",\"id\":\"120effc1-d950-4349-aa43-6cc4189d549c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"Code\",\"id\":\"36a6bd5e-4d7a-49b5-8a8f-4e57e27ef9b3\",\"example\":\"KH20230101-9999\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"0\",\"id\":\"309426de-402d-41be-b265-ac935b9b17ee\"}]', '[]', 15, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:12:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:12:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('213f197edd38407eb528eac2ecf84d3a', 8000130001, NULL, '1', 'f004769d4bd54391ba35ce527d868900', '511ef28dce5340ad9312954357ca03db', 'BipV32207杭泰正式环境凭证新增接口', 'BipV32207杭泰正式环境凭证新增接口', '1', '56ddefa0dc824427811cf19c431ff932', '1', 'kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"77ba4bd1-c693-488f-b3b7-69bb4c02be76\",\"parameterName\":\"tl\",\"example\":\"bipV32207Service\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"df32aa53-9c8e-4d31-8a9b-d78bc70f9214\",\"parameterName\":\"as\",\"example\":\"thirdInterface\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"de304f55-ca04-47d9-93f9-70b52d9bba50\",\"parameterName\":\"dj\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"authport\",\"index\":1,\"concreteType\":\"String\",\"description\":\"\\t 认证access_token\",\"id\":\"09fb96af-2710-4706-83cf-0a3f189a8853\",\"parameterName\":\"access_token\",\"example\":[\"attribute\",\"data\",\"access_token\"]},{\"parameterType\":\"authport\",\"index\":2,\"concreteType\":\"String\",\"description\":\"认证security_key\",\"id\":\"9f471675-ab3d-4fd8-b8ce-e939a1442cd2\",\"parameterName\":\"security_key\",\"example\":[\"attribute\",\"data\",\"security_key\"]},{\"parameterType\":\"fundamental\",\"index\":3,\"concreteType\":\"String\",\"description\":\"服务器ip:port\",\"id\":\"e6426276-8738-4545-9292-b987292d9b0f\",\"parameterName\":\"baseUrl\",\"example\":\"http://60.204.135.151:8088/\"},{\"parameterType\":\"fundamental\",\"index\":4,\"concreteType\":\"String\",\"description\":\"api方法\",\"id\":\"2f2686e0-5c10-4237-a929-db65cd1e9e66\",\"parameterName\":\"apiUrl\",\"example\":\"nccloud/api/gl/voucher/insert\"},{\"parameterType\":\"fundamental\",\"index\":5,\"concreteType\":\"String\",\"description\":\"对应于在第三方应用注册当中的app_id\",\"id\":\"ae0c3ea4-00bb-4fd4-8504-49c0f4bd7f3b\",\"parameterName\":\"client_id\",\"example\":\"yonyou\"},{\"parameterType\":\"fundamental\",\"index\":6,\"concreteType\":\"String\",\"description\":\"公钥\",\"id\":\"5ab86da5-e18e-4d8a-930e-0821af03d043\",\"parameterName\":\"pubKey\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEj3X6VynJmaVHBVU48d5ssVURfF3frgoBqUl4Glwqa3KqtsOgTLb+ZoAcD4hO6Trtqi3TUOMQlvBEUXiSCLTO2uqkDCRuhG796Pu/3r01QvJJQXcA4vQVUxIAxw4zWWZkjCT1Enu54vicbm2V3fK9CXJOq6hu32zq5yQjLKfkXFR372gkbB3o0H4bw6JxvXia66w/9/DTmHV+7ae5CX8zlap1k1x6Cg10Vb+6Gl1raz7P8iqdCxlbtcSQRmowLNYLf4jzSWXc8nFrp6XTumeq5H9kEpGo0qjHibwBVsIh0yjt+gbuSWyISkiniW6XV2T4ejRjahght7zWB1WWsmrwIDAQAB\"},{\"parameterType\":\"fundamental\",\"index\":7,\"concreteType\":\"String\",\"description\":\"接口调用业务标识\",\"id\":\"74f67b8e-69e0-4023-a011-6e7ba0ab2300\",\"parameterName\":\"busi_id\"},{\"parameterType\":\"fundamental\",\"index\":8,\"concreteType\":\"String\",\"description\":\"重复调用检查\",\"id\":\"29d0ed73-c674-4192-bb27-91a024c339aa\",\"parameterName\":\"repeat_check\"},{\"parameterType\":\"fundamental\",\"index\":9,\"concreteType\":\"String\",\"description\":\"返回值压缩加密级别\",\"id\":\"ddea24d0-8984-40a9-a3f7-f69393e41e13\",\"parameterName\":\"secret_level\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":11,\"concreteType\":\"String\",\"description\":\"核算账簿编码\",\"id\":\"87e5d265-6d7a-4ff8-9f17-78dc093f83a8\",\"parameterName\":\"accbookCode\",\"example\":\"X0644-0001\"},{\"parameterType\":\"fundamental\",\"index\":12,\"concreteType\":\"String\",\"description\":\"制单日期,yyyy-MM-dd编码\",\"id\":\"b208e16b-c633-4053-84d5-eabf27ea6b0f\",\"parameterName\":\"prepareddate\",\"example\":\"2023-09-19\"},{\"parameterType\":\"fundamental\",\"index\":13,\"concreteType\":\"String\",\"description\":\"会计年度\",\"id\":\"08d4ee82-5567-4678-b7e2-0c8c49ef8956\",\"parameterName\":\"year\",\"example\":\"2023\"},{\"parameterType\":\"fundamental\",\"index\":14,\"concreteType\":\"String\",\"description\":\"凭证号\",\"id\":\"251a199d-b38c-4074-ad8f-f1e29882537a\",\"parameterName\":\"num\",\"example\":\"2\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":16,\"concreteType\":\"String\",\"description\":\"分录号\",\"id\":\"11470c3d-528f-4901-8c02-8737fbb22b44\",\"parameterName\":\"detailindex\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"index\":17,\"concreteType\":\"String\",\"description\":\"摘要\",\"id\":\"6b165f48-d33b-4b4e-979d-78cdf3de4a81\",\"parameterName\":\"explanation\",\"example\":\"测试\"},{\"parameterType\":\"fundamental\",\"index\":18,\"concreteType\":\"String\",\"description\":\"科目编码\",\"id\":\"e3a8a0d3-1bcd-486b-9454-7fc7cc42f53a\",\"parameterName\":\"accountCode\",\"example\":\"150401\"},{\"parameterType\":\"fundamental\",\"index\":19,\"concreteType\":\"String\",\"description\":\"币种编码\",\"id\":\"cde3c960-7ca4-4dc4-8a3f-9242721a7134\",\"parameterName\":\"currtypeCode\",\"example\":\"CNY\"},{\"parameterType\":\"fundamental\",\"index\":20,\"concreteType\":\"String\",\"description\":\"原币金额\",\"id\":\"db80b35a-a9ed-4ad4-91ad-002013d20f9d\",\"parameterName\":\"amount\",\"example\":\"1000\"},{\"parameterType\":\"fundamental\",\"index\":21,\"concreteType\":\"String\",\"description\":\"组织本币借方金额\",\"id\":\"6dc0b312-cafe-4d9d-a535-fa753a85a5f0\",\"parameterName\":\"localdebitamount\",\"example\":\"1000\"},{\"parameterType\":\"fundamental\",\"index\":22,\"concreteType\":\"String\",\"description\":\"组织本币贷方金额\",\"id\":\"f94c441c-e414-4bda-b5a9-2b09e85df9c5\",\"parameterName\":\"localcreditamount\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"index\":23,\"concreteType\":\"String\",\"description\":\"集团本币借方金额\",\"id\":\"48df6731-4634-4418-9f37-ed18349ab8d4\",\"parameterName\":\"groupdebitamount\",\"example\":\"1000\"},{\"parameterType\":\"fundamental\",\"index\":24,\"concreteType\":\"String\",\"description\":\"集团本币贷方金额\",\"id\":\"3bf446f2-5982-4303-a897-b75734aa3fa1\",\"parameterName\":\"groupcreditamount\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"index\":25,\"concreteType\":\"String\",\"description\":\"全局本币借方金额\",\"id\":\"6f16810a-7830-493d-8fd8-9cbca9275fa0\",\"parameterName\":\"globaldebitamount\",\"example\":\"1000\"},{\"parameterType\":\"fundamental\",\"index\":26,\"concreteType\":\"String\",\"description\":\"全局本币贷方金额\",\"id\":\"53bb3b77-9780-41a0-ad3b-df4f4dc4b030\",\"parameterName\":\"globalcreditamount\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"index\":27,\"concreteType\":\"String\",\"description\":\"业务日期\",\"id\":\"6d8224af-0bc6-4e9a-add8-e2fccb2c4bec\",\"parameterName\":\"busidate\",\"example\":\"2023-09-19\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":29,\"concreteType\":\"String\",\"description\":\"辅助核算类型编码\",\"id\":\"852d9234-3fdf-4670-aa75-a71a8a6ece95\",\"parameterName\":\" checktypecode\",\"example\":\"0004\"},{\"parameterType\":\"fundamental\",\"index\":30,\"concreteType\":\"String\",\"description\":\"辅助核算值编码\",\"id\":\"04366e78-bcd3-45c9-aba5-dd76aff8026d\",\"parameterName\":\"checkvaluecode\",\"example\":\"X0015\"}],\"index\":28,\"concreteType\":\"ObjectCom\",\"description\":\"辅助核算\",\"id\":\"669cda00-b8df-4f94-b188-dc0dd96844d2\",\"parameterName\":\"ass\"}],\"index\":15,\"concreteType\":\"ObjectCom\",\"description\":\"分录信息\",\"id\":\"224a4632-c80c-41eb-81f3-e5da5e773710\",\"parameterName\":\"detail\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"index\":31,\"concreteType\":\"String\",\"description\":\"期间\",\"id\":\"11656171-d6ff-45bb-b52a-76ce6b04d801\",\"parameterName\":\"period\",\"example\":\"09\"},{\"parameterType\":\"fundamental\",\"index\":32,\"concreteType\":\"String\",\"description\":\"凭证类别编码\",\"id\":\"231200db-e692-425d-8fbb-161e469f308d\",\"parameterName\":\"vouchertype\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"index\":33,\"concreteType\":\"String\",\"description\":\"附单据数\",\"id\":\"fecb7782-63e1-47d7-b088-fd5f4b62f66a\",\"parameterName\":\"attachment\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"index\":34,\"concreteType\":\"String\",\"description\":\"制单人编码\",\"id\":\"e80bc288-4060-457f-838b-ca1b04a19cb9\",\"parameterName\":\"prepared\",\"example\":\"yonyou\"}],\"index\":10,\"concreteType\":\"Object\",\"id\":\"cef05010-9bf1-426c-a3d0-70e8b40c19be\",\"parameterName\":\"sendData\"}],\"index\":0,\"concreteType\":\"Object\",\"id\":\"118e8662-9f6d-4ff6-8372-b0912102133a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 149, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-08 13:37:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-08 13:37:48', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('228e1f06f81a42b7add6563208f5f7f8', 8000040025, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '凭证修改', '凭证修改', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":0,\"parameterName\":\"tl\",\"id\":\"b26b2e68-ab50-435c-80d0-ca57fca19e9a\",\"example\":\"axServiceImpl\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"dj\",\"id\":\"146b97de-a8ac-4b3d-9b72-2b9666fbf584\",\"example\":\"thirdInterfaceVoucherInsert\"}]', '[]', '1', '[{\"id\":\"67b5575c-0c2b-469f-8740-7fbc66797ba9\",\"parameterName\":\"body\",\"first\":true}]', '[]', 199, '1', '2024-05-09 11:18:34', '1', '2024-05-09 11:18:34', 'Y', NULL, NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('23ae971d3f8b4aee885aab5e54d04f32', 8000080002, NULL, '1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '计量单位维护', '计量单位维护', '2', NULL, '1', '/openapi/product/configUnitGroup/update', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 48, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 16:43:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 16:43:55', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('240e6c6c6e7e4564a43d6eaffacde205', 8000040016, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '存货分类删除', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"02f2ff63-8a79-4375-9463-dfd602b93004\",\"parameterName\":\"body\",\"first\":true}]', '[]', 187, '1', '2024-04-28 13:56:28', '1', '2024-04-28 13:56:28', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('268ac58c7d5340808f4164e493613c09', 8000060068, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '供应商删除', NULL, '2', NULL, '1', '/webapi/Supplier/DelSup', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"df550ffd-39eb-4570-adaf-08a77cd10f3b\",\"parameterName\":\"body\",\"first\":true}]', '[]', 108, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:20:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:20:41', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2889455d63c84506850a559363ea8de4', 8000110000, NULL, '1', 'a49b41b312ca43c6af7b24da800ddf13', '9ea49f2a057e410f9f280162355f03a3', '123', NULL, '2', NULL, '1', 'kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"92eeb8d6-32bb-41c8-97cf-19b2f7a8d8bd\",\"parameterName\":\"tl\",\"example\":\"loginService\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"bb349b31-846f-4764-a68d-4aeb0009bc6a\",\"parameterName\":\"as\",\"example\":\"sysTestjdbc\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"6662b288-0728-4960-8b26-44f1414ceb76\",\"parameterName\":\"dj\",\"example\":\"doLogin\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"a8c7b2dd-4738-4407-8ee0-f68e9962c137\",\"parameterName\":\"login_name\",\"example\":\"admin\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"6fcc5e7f-f973-4c30-b655-044c9d5f5f73\",\"parameterName\":\"password\",\"example\":\"123456\"}],\"index\":0,\"concreteType\":\"Object\",\"id\":\"c1040373-c254-4dc8-aee2-c2af7af5bab7\",\"parameterName\":\"body\",\"first\":true}]', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"8e0c93c8-cead-4148-a6b3-2830416d2493\",\"parameterName\":\"token\"}],\"index\":0,\"concreteType\":\"Object\",\"id\":\"a512e5b8-aeb3-4954-9740-227850b82f2f\",\"parameterName\":\"attribute\"}]', 53, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:16:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:16:38', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('28aafcf4aba949a59739b4fa42d8a72f', 8000040000, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', 'a132acc6c2ed4f9e91f5e9f4325ba791', '获取供应商接口', NULL, '2', NULL, '1', '获取供应商接口', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 44, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:46:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:46:50', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('298ccf5161d841b19fc2f207bc98dad9', 8000060097, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '调出单新增有来源', NULL, '2', NULL, '1', '/webapi/TransferOut/CreateTransOutBySrcTransferApply', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"dc56ed43-9281-4eda-821c-22713057db8b\",\"parameterName\":\"body\",\"first\":true}]', '[]', 137, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:08:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:08:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2a6810ec1cbf4d31920c8a7b85f3c7fa', 8000050000, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'e757f468f75c40f49ed310392db3deb3', '采购付款单保存即审批', '采购付款单保存即审批', '2', NULL, '1', '/u8cloud/api/arap/fk/insertapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"bbhl\",\"id\":\"7aff6eac-f575-4ae5-a027-848645ab4020\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"dfbbje\",\"id\":\"02b1c539-a6d3-46ac-9a99-b6357ea748c5\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"dfbbsj\",\"id\":\"7253200a-030b-4ddc-829c-089509eee718\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"dfbbwsje\",\"id\":\"641b56c4-00aa-4cff-b040-4e35f70a68cc\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"dfshl\",\"id\":\"a47098b5-15b9-4560-aaf1-3e661dc815ee\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"dfybje\",\"id\":\"a0adf1df-234a-414f-95d6-3fa09a2e5b91\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"dfybsj\",\"id\":\"f5b8e1be-4c5c-40d9-b867-0e26788129d2\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"dfybwsje\",\"id\":\"152fca0a-a993-48a6-a9e0-58dd23319719\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"dj\",\"id\":\"759492d1-0a54-4605-ad4a-c8f018c74de1\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"hsdj\",\"id\":\"9292797f-ca0a-49ba-834a-2e5680d78b01\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"jfbbje\",\"id\":\"a71ebdd0-643b-4ff0-8bc5-5b8baa8fca67\",\"example\":\"999\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"jfbbsj\",\"id\":\"ad930aa2-d63a-4767-bdd6-8742436ad63b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"jfshl\",\"id\":\"8cc0c71e-aa01-428a-a9d4-981f717a6991\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"jfybje\",\"id\":\"2928980d-58a1-4345-ba95-56cab883f3e1\",\"example\":\"999\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"jfybsj\",\"id\":\"168ed4e5-0dda-439b-a6dc-9d2d222531b3\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"jfybwsje\",\"id\":\"b7d6ec64-fff6-4b88-8fd2-65e4aa7421d2\",\"example\":\"999\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"kslb\",\"id\":\"22e3190e-19db-49c5-880f-7c044e9e58ec\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"sl\",\"id\":\"6d5f9c6e-d8b7-4825-a022-2dddf03fbd14\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"tradertype\",\"id\":\"49bb7919-6d6c-499c-ad4b-a639a85a9d5b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"wbfbbje\",\"id\":\"58c49293-fa8c-4050-bc33-b0dc4016a603\",\"example\":\"999\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"children\",\"id\":\"322e3c04-dba4-4294-bd69-8053ef534ffa\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":23,\"parameterName\":\"bzbm\",\"id\":\"df9906a7-d287-4aa5-94c6-1b59729c222d\",\"example\":\"00010000000000000001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":24,\"parameterName\":\"djbh\",\"id\":\"6254d078-334f-4466-a744-7d665722ed9a\",\"example\":\"FK2309250004\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":25,\"parameterName\":\"djlxbm\",\"id\":\"ec3f5256-59a3-4cae-96cd-a4dfeb5f3ea8\",\"example\":\"D3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":26,\"parameterName\":\"djrq\",\"id\":\"984c54c7-8332-4eb0-843d-c205b5a688c7\",\"example\":\"2023-09-27\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":27,\"parameterName\":\"dwbm\",\"id\":\"f7cbc093-519e-491c-9817-d15a93279186\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":28,\"parameterName\":\"effectdate\",\"id\":\"152b9d89-8b2c-466d-8a1a-70674843f3f8\",\"example\":\"2023-09-27\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":29,\"parameterName\":\"hbbm\",\"id\":\"cafddd3a-dd1c-4096-86e3-7cf92c998e04\",\"example\":\"0001F81000000000HJRA\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":30,\"parameterName\":\"isreded\",\"id\":\"78b2a316-7582-44f7-ac34-3ee942abf859\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":31,\"parameterName\":\"lrr\",\"id\":\"ba039bff-8774-4101-8729-499607a0e7aa\",\"example\":\"0001F81000000000HGYQ\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"prepay\",\"id\":\"0dd31959-74c0-4d85-8fbd-f995fcf29898\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"qcbz\",\"id\":\"5619061c-20c1-46a0-9f93-8326ec3367e1\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":34,\"parameterName\":\"shr\",\"id\":\"ca33d4c4-ff37-466b-9759-09d6532929a5\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":35,\"parameterName\":\"shrq\",\"id\":\"8cdb21ec-7cdc-4e0e-943e-d8595fe99dcd\",\"example\":\"2023-09-27\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":36,\"parameterName\":\"tradertype\",\"id\":\"bec4a564-89bc-4d6a-bc3e-fee9343057a2\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":37,\"parameterName\":\"wldx\",\"id\":\"f233a73f-19d0-4b61-9fe4-669e6f6a2209\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":38,\"parameterName\":\"xslxbm\",\"id\":\"97b1671a-f368-4515-8790-17b3d648d6a6\",\"example\":\"00011110000000002RGT\"}],\"concreteType\":\"Object\",\"index\":22,\"parameterName\":\"parentvo\",\"id\":\"ff76661d-961a-4ccb-8555-b0814efd300a\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"billvo\",\"id\":\"ba471ce4-118f-4902-a3c1-4992c371aecd\"}]', '[]', 7, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:45:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:45:07', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2ade09b1d33547c9b068383147a0c7c4', 8000140000, NULL, '1', 'c8a021f28f28477b820dfb4f9af904ac', '8bd0cd318f1f47c48a07c37bbdd8d799', '测试', '测试', '2', NULL, '1', '/qweqwe', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":0,\"parameterName\":\"pageNum\",\"id\":\"84c69ce5-1be7-4c7b-9ad1-b61e9f0077aa\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":1,\"parameterName\":\"pageSize\",\"id\":\"8aec6c38-3f5d-451d-9aa0-4cf60c10cd71\",\"example\":\"1\"}]', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":0,\"parameterName\":\"pageNum\",\"id\":\"52137e60-1a01-4078-96da-b744e735f89e\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":1,\"parameterName\":\"pageSize\",\"id\":\"0757801a-6ac9-4519-bdb4-afc757b195b7\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"usedSts\",\"id\":\"18f6d1be-da79-44f0-bce4-5f9a7e166e74\",\"example\":\"1\"}]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":1,\"parameterName\":\"pageNum\",\"id\":\"b6ec72b2-792b-4577-ab47-463bd3aaa8f1\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"pageSize\",\"id\":\"c324efea-41de-48fd-adf0-fd58cbbf8b95\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"usedSts\",\"id\":\"a2edc58e-ddef-4a90-98a1-dba1e89514c9\",\"example\":\"1\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"ecc5ede5-00b5-47a7-88cf-5cd06ea5ed38\",\"parameterName\":\"body\",\"first\":true}]', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":0,\"parameterName\":\"pageNum\",\"id\":\"0bbe3fd0-212c-402b-a75a-836f96b38a8a\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":1,\"parameterName\":\"pageSize\",\"id\":\"7c5a7538-0a17-4c58-bc69-05082cede23e\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"usedSts\",\"id\":\"3e5b8a34-3f1d-441e-8101-f2011a2b413b\",\"example\":\"1\"}]', 153, '1', '2024-04-16 17:01:19', '1', '2024-04-16 17:01:19', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2dd69296a7af4ed9b32cb54cce645f12', 8000220001, NULL, '1', '15cfff641bbd4123b11b4e98ac2d0184', 'a5bf55defefa4858b7f83e66eec2d745', '客户档案查询', '全量查询客户档案', '2', NULL, '1', '/custer/query', '1', '1', '10000', '100', '[]', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"af7a0868-7c88-439d-93d2-0eb5a5490d35\",\"parameterName\":\"accID\",\"example\":\"999\"}]', '1', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"c35e6d19-4bc8-4bb2-aeaa-ff3178ff634e\",\"parameterName\":\"cusCode\",\"example\":\"001\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"36ba0894-39e7-4f30-8167-f7f371e61a0c\",\"parameterName\":\"cusName\",\"example\":\"浙江用安\"}]', '[]', 1, '1', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2defda1be7cd4965b3239717908fd95b', 8000080003, NULL, '1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '计量单位组维护', '计量单位组维护', '2', NULL, '1', '/openapi/product/configUnitGroup/update', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 49, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:21:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:21:13', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2df58016839540adb8fd816be384cdfe', 8000160019, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '客商管理档案-修改', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/custmandoc/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"addrs\",\"id\":\"32fce380-1604-4e65-aead-0f717bc59866\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"客商属性传递数据的时候必须传递两条明细由于客商管理档案在数据库表中存的两条,所以childrenvo\",\"parameterName\":\"custflag\",\"id\":\"6723dfb7-c001-40e7-af70-19f07329a9b7\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"客商管理档案主键\",\"parameterName\":\"pk_cumandoc\",\"id\":\"83b70517-8d18-4b41-bb93-304f1048cc46\",\"example\":\"0001F11000000000I6I9\"}],\"concreteType\":\"ObjectCom\",\"index\":3,\"parameterName\":\"childrenvo\",\"id\":\"39e8d457-8a5d-4309-9fab-495d9e289344\"},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"custBanks\",\"id\":\"2adafd63-ded1-4217-ae76-fe64dd59589c\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"创建人编码\",\"parameterName\":\"creator\",\"id\":\"3ac5b03b-e9a5-4155-8763-372c9aea2336\",\"example\":\"17633965916\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"客商编码\",\"parameterName\":\"custcode\",\"id\":\"717f55c1-20d3-4d6f-93cb-a8c82511c342\",\"example\":\"202499101111\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"description\":\"客商名称\",\"parameterName\":\"custname\",\"id\":\"84497538-64e6-4733-810e-b8e3f8fd4345\",\"example\":\"测试管理档案客商1112\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"客商类型\",\"parameterName\":\"custprop\",\"id\":\"c6ba1a38-402b-4a2b-9d50-483ac6e404f0\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"description\":\"地区分类编码\",\"parameterName\":\"pk_areacl\",\"id\":\"42e2a12a-c73e-455b-a826-a64d57967c6c\",\"example\":\"02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"description\":\"公司编码\",\"parameterName\":\"pk_corp\",\"id\":\"e73b7786-747f-41d9-8494-3ea39dbca683\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"description\":\"基本档案主键\",\"parameterName\":\"pk_cubasdoc\",\"id\":\"6dc986e4-ff76-469e-af9b-d1b7a6065789\",\"example\":\"0001F11000000000I6I5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"description\":\"管理档案主键\",\"parameterName\":\"pk_cumandoc\",\"id\":\"6b5ac0b6-484c-4d58-894b-23c6d0d93755\",\"example\":\"0001F11000000000I6I9\"}],\"concreteType\":\"Object\",\"index\":7,\"parameterName\":\"parentvo\",\"id\":\"6af9dddc-8e8d-4213-a2cb-13c3fa3fa756\"}],\"concreteType\":\"Object\",\"index\":1,\"parameterName\":\"billvo\",\"id\":\"53ec85a9-12bd-4537-9ddb-c663e9191914\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"9fa29026-7a11-4dad-8c85-6c3a75ca28ef\",\"parameterName\":\"body\",\"first\":true}]', '[]', 160, '1', '2024-04-25 09:36:22', '1', '2024-04-25 09:36:22', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2e79301f9a284ac090a337070e200d8f', 8000040007, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '部门删除', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"95def364-2b5d-41f9-8d41-5107b96c9be5\",\"parameterName\":\"body\",\"first\":true}]', '[]', 178, '1', '2024-04-28 13:51:24', '1', '2024-04-28 13:51:24', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('2fdf38b6826246d0a5bdbf6d8ac627ab', 8000030002, NULL, '1', 'b89fd1e881a747338bbb82925108e92a', '109f302a2bc34c2194fef058d828bcd0', '123', NULL, '2', NULL, '1', '321', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"3918ae80-a9d5-4569-b790-5d11389e998a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 54, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:43:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:43:13', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('312b8c428b384b0098b902076c05a194', 8000040001, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '奥星凭证新增', '奥星凭证新增', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"6335d194-d08d-4177-be19-a5fe71810719\",\"parameterName\":\"tl\",\"example\":\"axServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"f30f99cf-802f-41a9-ad37-b9a88e4b0bae\",\"parameterName\":\"dj\",\"example\":\"thirdInterfaceVoucherInsert\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"usercode\",\"id\":\"c16e4a40-49fc-40b3-9c5c-65b0a801a336\",\"example\":\"aoxing\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"password\",\"id\":\"a8053a51-5d0e-499c-b675-655f6890cad0\",\"example\":\"83f1ad3e7fa3617f1aae62ae7413c810\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"trantype\",\"id\":\"e2c7a88b-38b6-42dc-b15b-1d5d99728cb3\",\"example\":\"code\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"system\",\"id\":\"b3c3150f-da25-4513-bf65-b95757d10001\",\"example\":\"01\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"ass\",\"id\":\"bb6176b7-9835-4902-a961-6b951b6bf344\"},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"cashflow\",\"id\":\"4a6e7d21-41e3-4c65-bd28-7c6755b28262\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"creditamount\",\"id\":\"e9bf3049-43ec-4f20-92f5-96f9f2c986b3\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"debitamount\",\"id\":\"d8052e37-216b-493c-a28f-c53d17d32580\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"explanation\",\"id\":\"f7e97e48-a952-4ecc-b54a-3f4ab222b4fc\",\"example\":\"借方金额\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"localcreditamount\",\"id\":\"cf24ccb0-7c0e-4f94-bf4d-1273cbe9020d\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"localdebitamount\",\"id\":\"fdff27f4-7db5-4288-b2c5-479d1dadcb27\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"pk_accsubj\",\"id\":\"bba43e82-589b-4ca7-b100-320e301e4002\",\"example\":\"1132\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"pk_currtype\",\"id\":\"b1c2d870-d100-4312-b380-221cb11e5d96\",\"example\":\"CNY\"}],\"concreteType\":\"ObjectCom\",\"index\":7,\"parameterName\":\"details\",\"id\":\"0a64930d-2292-4f7d-8e11-7f8e6c529ed5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"no\",\"id\":\"16ca9957-c3db-4702-a4d1-d76fa65fd3a0\",\"example\":\"4\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"pk_corp\",\"id\":\"7cd569b6-bec9-4670-8fe3-e35d392b6598\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"pk_glorgbook\",\"id\":\"a0461bda-555b-4fe6-8649-030154c441c9\",\"example\":\"01-01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"pk_prepared\",\"id\":\"85e48c78-2411-45f3-b52a-7ad57c9a4b18\",\"example\":\"17633965916\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"pk_vouchertype\",\"id\":\"81b18d65-1da9-4b6f-bdc4-d23bb4451451\",\"example\":\"记账\"}],\"concreteType\":\"ObjectCom\",\"index\":6,\"parameterName\":\"voucher\",\"id\":\"3bf8fd8e-3143-4f3c-a66f-dcaf97d98e33\"}],\"concreteType\":\"Object\",\"index\":5,\"parameterName\":\"data\",\"id\":\"3b6a6261-c470-4c34-a7a3-6c709fccc4f4\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"edc5e003-f964-4c59-afb7-eddc73ad7a74\",\"parameterName\":\"body\",\"first\":true}]', '[]', 169, '1', '2024-05-17 15:54:01', '1', '2024-05-17 15:54:01', 'Y', NULL, NULL, NULL, '2', 'status', 'success', 'errormsg'); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('318f09d7418b43e483bd8515e930e747', 8000040020, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', '档案对照删除', '档案对照删除', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"ee42c503-84ae-4363-965a-b995eb181779\",\"parameterName\":\"tl\",\"example\":\"comparisonServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"c1c9ca3e-8f57-469c-a471-7eb7f9bfbde8\",\"parameterName\":\"dj\",\"example\":\"deleteEntity\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"主数据编码\",\"parameterName\":\"mdmCode\",\"id\":\"48dab4e7-f5a3-488d-a227-7a1fef2eea47\",\"required\":true,\"example\":\"10002\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"id\",\"parameterName\":\"id\",\"id\":\"2592d162-389e-4f39-9271-e3036ef1dc76\",\"required\":true,\"example\":\"a2199d05ffcf423c82a57607aa29aeaf\"}],\"concreteType\":\"Object\",\"index\":2,\"parameterName\":\"main\",\"id\":\"7494bde2-89c7-4b98-adf9-e4f6c9d9c096\",\"required\":true}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"e93c4164-f067-4bf5-87b8-4e9b9345c542\",\"parameterName\":\"body\",\"first\":true}]', '[]', 191, '1', '2024-05-09 16:00:22', '1', '2024-05-09 16:00:22', 'Y', NULL, 'comparisonServiceImpl', 'deleteEntity', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('327af9c96eea4d02ba2c73ca2a7221fc', 8000060007, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '业务员新增', '业务员新增', '2', NULL, '1', '/webapi/Operator/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 19, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 11:11:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 11:11:19', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('34228f5b770142e9b7da5242b81a1847', 8000160012, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '790187fdc57f43cab96af0e1893736e4', '其他入库保存', NULL, '2', NULL, '1', '/u8cloud/api/ic/otherin/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"f4f093a5-8a32-4752-a89c-c251b7344c72\",\"parameterName\":\"body\",\"first\":true}]', '[]', 95, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('346ed0a55e584e91b57f4ac17232c9b8', 8000060089, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '出货单-修改-开发', NULL, '2', NULL, '1', '/RestServices/UFIDA.U9.Cust.ModifyShip.IModifyShipSV.svc/do', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"fcb59881-6b83-4d79-82ed-1face7567c0f\",\"parameterName\":\"body\",\"first\":true}]', '[]', 129, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 13:57:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 13:57:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('38578977bb2d4702b6e78f289d550173', 8000060056, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '新增销退收货单有来源', '新增销退收货单有来源', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Receivement/CreateSaleRcvBySrc', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"300c37d4-c3e3-4d71-8765-ac77892e3cf3\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"148b9217-200d-474a-8237-16377aa33ca8\",\"parameterName\":\"body\",\"first\":true}]', '[]', 94, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:30', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('395ed1136a4d40b6b68a2ffbc7f7669f', 8000060037, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '弃审收款单', '弃审收款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RecBill/UnApprove', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"982aa8bb-7eed-42db-bac1-f0ff43304fb0\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"312070e1-a63d-4fec-b78f-5633bb088e22\",\"parameterName\":\"body\",\"first\":true}]', '[]', 75, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:41:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:41:19', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3a823fadfb5643a7b4e2021ac31ad3fd', 8000060092, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '采购订单新增有来源', NULL, '2', NULL, '1', '/webapi/PurchaseOrder/CreatePurchaseOrderBySrc', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"3a1ee96e-7cd3-4613-9094-0b1161b14fb0\",\"parameterName\":\"body\",\"first\":true}]', '[]', 132, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:00:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:00:36', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3b1a93ff83854bbb99e8f4fc7280e693', 8000040024, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', '通用数据接口删除', '通用数据接口删除', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"b0cc7b8c-73c9-4d24-87d1-13ecbf014ff2\",\"parameterName\":\"tl\",\"example\":\"generalDataServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"8c8c936c-c404-40af-a12c-d3578823ee78\",\"parameterName\":\"dj\",\"example\":\"deleteEntity\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"id\",\"parameterName\":\"id\",\"id\":\"76842cb2-ae34-42ef-8c03-0fb73321daa8\",\"required\":true,\"example\":\"8e3916b7c19f40328ec99e2a1e62df74\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"通用数据类型\",\"parameterName\":\"archivesType\",\"id\":\"09d6dc0c-91c6-448a-9055-45d44e0b5141\",\"required\":true,\"example\":\"1\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"13cd6092-73f7-433f-be36-34c8ca0c6d5d\",\"parameterName\":\"body\",\"first\":true}]', '[]', 195, '1', '2024-05-08 11:37:14', '1', '2024-05-08 11:37:14', 'Y', NULL, 'generalDataServiceImpl', 'deleteEntity', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3c79e6d85ad64a29bfbab4d331bce12c', 8000050011, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'db2bd8df59d74679a138df123a72e254', '速网U8C_销售订单关闭', '速网U8C_销售订单关闭', '2', NULL, '1', '/u8cloud/api/so/saleorder/close', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 69, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:24:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:24:54', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3e949aec26e84a2281c4d0887683ae71', 8000150000, NULL, '1', '40165f92234642578edffea3d0b62e40', 'a94739d805e24f308894114c600a8115', '速网U8C_客商档案新增', '速网U8C_客商档案新增', '2', NULL, '1', '/u8cloud/api/uapbd/custdoc/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"accname\",\"id\":\"69014133-b81e-4a9d-82fc-7c29821e77f9\",\"example\":\"666601\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"account\",\"id\":\"51980e53-c1dd-448a-bf36-d24fd817b1a5\",\"example\":\"test001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"accountname\",\"id\":\"97111e2d-8df9-4465-a241-e1969b032287\",\"example\":\"zy测试银行账户\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"banktypename\",\"id\":\"176cd4c8-5228-4dd6-bee7-2101f09a16d3\",\"example\":\"6666\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"defflag\",\"id\":\"8d833cbf-a396-41af-ba52-cb58b3aa5a74\",\"example\":\"Y\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_currtype\",\"id\":\"d80241ec-c9fb-480c-9e0a-bd1589595a20\",\"example\":\"CNY\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"status\",\"id\":\"2c7d4b42-b26e-4aa9-a294-3b330e08cf70\",\"example\":\"2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"unitname\",\"id\":\"9e6a593f-e35f-456e-879a-41d3d63bb94b\",\"example\":\"测试001\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"banks\",\"id\":\"3815c339-d96b-40d6-a96c-81b8cf68be28\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"conaddr\",\"id\":\"b5990933-94e0-4015-9f53-2ce6fa9bc3da\",\"example\":\"测试33145411113\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"creator\",\"id\":\"f0cce0b5-b5fa-4ea7-8f15-f1ac075eb7f1\",\"example\":\"0001F8100000000000PL\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"custcode\",\"id\":\"853453c3-dad1-4155-998b-9d1c4b8e2acd\",\"example\":\"ceshi007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"custname\",\"id\":\"2b06423d-827a-465d-b829-42471733fa51\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"custprop\",\"id\":\"c4277bcb-7d80-4c12-8508-935086e2c7df\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"custshortname\",\"id\":\"6c02f4ec-618c-4973-babe-a0c81c179743\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"freecustflag\",\"id\":\"48c1d795-4396-4189-8f22-9228b2424fce\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"isconnflag\",\"id\":\"92be035c-eb7c-46be-a2c3-5e48ce18cf4f\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"pk_areacl\",\"id\":\"8bc3d731-ab42-46d5-afc3-3227de0df96b\",\"example\":\"01\"}],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"parentvo\",\"id\":\"627af933-4b7f-433b-beb5-f2a49b50cfaa\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"cbdocvo\",\"id\":\"33aac70c-d95a-475d-8f98-28925223f305\"}]', '[]', 2, '1', '2024-05-17 16:00:42', '1', '2024-05-17 16:00:42', 'Y', NULL, NULL, NULL, '2', '123', '123423', '123123123'); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3ec97948efee45648952ce6719844396', 8000180000, NULL, '1', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '获取token', '获取u8token', '2', NULL, '1', '/getToken', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"b2a1c0dd-2d53-4a4a-95e9-faffb76c6707\",\"parameterName\":\"body\",\"first\":true}]', '[]', 202, '1', '2024-05-14 10:41:37', '1', '2024-05-14 10:41:37', 'Y', NULL, NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3f2a81505f844140866fc3e235b79908', 8000060040, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '删除收款单', '删除收款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RecBill/Delete', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"2b6137c6-c36f-4458-9042-78f080eda97a\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"10694457-2dfa-4375-bf53-069d056f3501\",\"parameterName\":\"body\",\"first\":true}]', '[]', 78, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:42:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:42:59', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3fd76325f6b941299056a1fb690d4f88', 8000160015, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'f9ff31bd070a440d8bfb42ee633811d4', '部门档案-新增', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bddept/save', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"创建日期\",\"parameterName\":\"createDate\",\"id\":\"ceff0dc6-a601-4882-a117-ef05f816f1cc\",\"example\":\"2024-04-24\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"部门属性\",\"parameterName\":\"deptattr\",\"id\":\"d3301c56-8561-4496-8130-45babc6b04f0\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"部门编码\",\"parameterName\":\"deptcode\",\"id\":\"e2adbecc-ff19-448c-85ad-bc19865f35bb\",\"example\":\"99\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"部门名称\",\"parameterName\":\"deptname\",\"id\":\"eca1e77f-9e9c-42b8-b9b4-759cab37cbf0\",\"example\":\"DEV测试一级部门\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"部门类型\",\"parameterName\":\"depttype\",\"id\":\"0e536d7b-3348-4f4c-abad-d4fcffa79abd\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"是否用于零售\",\"parameterName\":\"isuseretail\",\"id\":\"caf5e96f-cb18-4a7e-a886-53b735c7c995\",\"example\":\"false\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"组织编码\",\"parameterName\":\"pk_corp\",\"id\":\"4565e1b7-a928-4ceb-969f-ad84d4ea224d\",\"example\":\"01\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"deptdoc\",\"id\":\"782aa1a0-042a-483f-9de8-03ec9795fef2\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"66ed2c6f-34a7-4816-94f0-5a77c2aa1830\",\"parameterName\":\"body\",\"first\":true}]', '[]', 156, '1', '2024-04-24 15:00:09', '1', '2024-04-24 15:00:09', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('3fdfc29c2e314d539de1f842b1580415', 8000060023, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '杂收单弃审', NULL, '2', NULL, '1', '/webapi/MiscRcvTrans/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 35, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:52:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:52:29', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('40d1f7f4ba6d4f7386ca2a055a6500a5', 8000060020, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '出货单审核', '出货单审核', '2', NULL, '1', '/webapi/Ship/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 32, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:51:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:51:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('40d7345cd23949e3a223981dbe4976f9', 8000060033, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '审核退回处理单', '审核退回处理单\n', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RMA/Approve', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"5dc2465c-83e8-4660-9844-09c9305c0e24\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"ec963a42-bd8b-4852-a1de-11380bee520b\",\"parameterName\":\"body\",\"first\":true}]', '[]', 71, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:38:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:38:46', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('40f95f2f3dc8459a81fd7e687b8d6f8b', 8000180002, NULL, '1', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '供应商新增', '供应商新增', '2', NULL, '1', '/Api/Vendor/Add', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"ea5d657a-f3cd-44e6-8be7-2be47293827e\",\"parameterName\":\"formApp\",\"example\":\"供应商\"}]', '[]', '1', '[{\"id\":\"20606644-ce92-4af3-8e97-06b3c88845fd\",\"parameterName\":\"body\",\"first\":true}]', '[]', 204, '1', '2024-05-14 15:05:21', '1', '2024-05-14 15:05:21', 'Y', NULL, 'seeyonExt', 'ydcSeeyon2u8', '1', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('410e534014fb43c5b6287400a1b7d0af', 8000090003, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '3a853ab7715346cea3eb9a78fbd7cbb8', '销售发货单', '销售发货单', '2', NULL, '1', '/cgi/crm/v2/data/create', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 56, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 11:41:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 11:41:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('4321575a4a254508b1be8557e33ec7b2', 8000160002, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '62ea04ae41184d4cbec7d625b1a74764', '存货档案新增', '存货档案新增', '2', NULL, '1', '/u8cloud/api/uapbd/invbasdoc/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"assistunit\",\"id\":\"02687afb-b84c-47a6-b4cd-5cabc242730d\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"invcode\",\"id\":\"5ec2b4b8-f51b-4960-8d55-e282255891b4\",\"example\":\"ceshi0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"invname\",\"id\":\"7c7787c7-a32b-43c5-bc3c-c69094a91d64\",\"example\":\"测试0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"pk_invcl\",\"id\":\"906bc4d5-eed5-43c0-ab8a-5e8175604aca\",\"example\":\"0001F81000000000HJ8C\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"pk_measdoc\",\"id\":\"816a4d37-9911-4e33-a2bf-71d6a2bdd383\",\"example\":\"0001F81000000000HJ8M\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_taxitems\",\"id\":\"fe95d3a5-3771-4180-abf8-c2aca7884417\",\"example\":\"40040000000000000082\"}],\"concreteType\":\"Object\",\"index\":1,\"parameterName\":\"parentvo\",\"id\":\"8ee94f28-8353-4898-9def-26c47741ed9a\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"invbasdoc\",\"id\":\"70de5cb4-4ba7-4089-9faf-7ec7dedcc74e\"}]', '[]', 4, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('438ed8a928bb41e8af86b258ff6d462b', 8000040019, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', '档案对照编辑', '档案对照编辑', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"bb39850e-7dfd-4f77-ba48-63ebd243dbca\",\"parameterName\":\"tl\",\"example\":\"comparisonServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"db17c5c0-f017-4b11-851d-41d1ebe77a56\",\"parameterName\":\"dj\",\"example\":\"updateEntity\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"主数据编码\",\"parameterName\":\"mdmCode\",\"id\":\"fbb13336-8cd4-44b4-8ad1-6f6d1f11aa30\",\"required\":true,\"example\":\"10002\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"id\",\"parameterName\":\"id\",\"id\":\"4c1fb4dc-2e0b-4dbd-b19c-51a03d615ac9\",\"required\":true,\"example\":\"d85f27d1138248ec9cdca34ad3d72eff\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"仓库编码\",\"parameterName\":\"ckbm\",\"id\":\"31713b44-676a-476b-aba8-00c9cb2e3cdd\",\"example\":\"03\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"仓库名称\",\"parameterName\":\"ckmc\",\"id\":\"dfc1595b-c2de-4df6-a8a1-de879f699089\",\"example\":\"测试仓库3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"仓库类型\",\"parameterName\":\"cklx\",\"id\":\"8547befc-6ac0-4b74-9573-0dd0350f93a6\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"仓库地址\",\"parameterName\":\"ckdz\",\"id\":\"dba45e41-2ca0-49b1-8c1d-a925a7424d4e\",\"example\":\"浙江省杭州市\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"负责人\",\"parameterName\":\"fzr\",\"id\":\"590e7fe2-b9b2-4ac2-8d68-227cb3ad1c25\",\"example\":\"安保三号\"}],\"concreteType\":\"Object\",\"index\":2,\"parameterName\":\"main\",\"id\":\"33e395c1-a8fc-4a11-8fdd-dfa7975c7c2f\",\"required\":true},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"description\":\"所属组织\",\"parameterName\":\"sszz\",\"id\":\"d26f3e2a-a023-4251-9904-7a6329eed2c5\",\"example\":\"0001A3100000000003V2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"备注\",\"parameterName\":\"bz\",\"id\":\"05ae5bb2-5b3f-4084-aad7-2fb07a9da86f\",\"example\":\"测试更新\"}],\"concreteType\":\"ObjectCom\",\"index\":9,\"parameterName\":\"details\",\"id\":\"8dbbf3c6-7c7e-4103-948d-6a47757f122a\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"e8eb1054-bf87-4888-995d-b248514e219a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 190, '1', '2024-05-09 15:59:23', '1', '2024-05-09 15:59:23', 'Y', NULL, 'comparisonServiceImpl', 'updateEntity', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('4606ea2c36494b94acebd57093151bfa', 8000090008, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '35e3a711fea9409f94112b527adbd95f', '通过客户名称获取客户主键', NULL, '2', NULL, '1', '/cgi/crm/v2/data/query', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 62, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:10:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:10:15', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('473d4d7308b14c3087a7ee1ff9d557da', 8000060003, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '部门档案新增', '部门档案新增', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Department/Create', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"8ba80d2f-278a-46b9-ab44-125a4135c810\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"index\":1,\"id\":\"e4bf0ca7-a4e2-4a4d-a4b7-c043df8b082f\",\"parameterName\":\"ASDA \"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"0\",\"id\":\"c28c6a27-5ab9-4697-ad66-5b5236ed5dba\"}]', '[]', 16, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:41:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:41:52', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('47ab9397ce6140d8ba8bc7c76a491dae', 8000040005, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '部门新增', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"6b4f5161-eabd-4139-acc0-51410fedcc92\",\"parameterName\":\"body\",\"first\":true}]', '[]', 176, '1', '2024-04-28 13:51:01', '1', '2024-04-28 13:51:01', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('4801f80416b34f579d05d6715e261001', 8000060035, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '新增退回处理单', '新增退回处理单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RMA/Create', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"ff63ace8-9816-4ae7-94a9-0cbb8504f1e5\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"9ac7357d-b7c7-4cd8-9091-be77e137f726\",\"parameterName\":\"body\",\"first\":true}]', '[]', 73, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:39:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:39:48', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('4d1e640e3eb742ad801d354e25da42b5', 8000160027, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '61934288c3744dd6b812cda743133c07', '存货分类删除', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdinvcl/delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"分类编码\",\"parameterName\":\"code\",\"id\":\"a5a198fc-5bb1-48c0-8302-40980e50c5ad\",\"example\":\"04\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"b8b3e0ba-4979-407a-88fa-e4151cf251a6\",\"parameterName\":\"body\",\"first\":true}]', '[]', 168, '1', '2024-04-25 11:14:11', '1', '2024-04-25 11:14:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('4f4e056accc1442f86ec725bc76242e2', 8000060004, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '新增客户', '客户档案新增', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Customer/Create', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"b64f2bb4-470a-46f0-9405-26994d30d3ba\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"addf10ee-3b9b-4f2b-bcdc-38d355e3ab31\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"Code\",\"id\":\"d9449394-a3c2-4a3e-96d7-1a59ec8ec4ad\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Name\",\"id\":\"29110042-5ba1-4434-a4c0-2e06a3928faf\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"ShortName\",\"id\":\"d99cede5-d817-4f51-ba18-1409188623e9\",\"example\":\"yanghly\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":6,\"parameterName\":\"ID\",\"id\":\"6978869d-f7d9-442d-96e1-bbd29e1f52bc\",\"example\":\"1002205170110058\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"Code\",\"id\":\"5b84dfa1-3616-4c55-a734-cd9f9b780dd6\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"Name\",\"id\":\"975802b3-374b-422c-b496-5b155889d983\",\"example\":\"SCMGC\"}],\"concreteType\":\"Object\",\"index\":5,\"parameterName\":\"Org\",\"id\":\"471c1dd5-f00f-419b-bb79-00693bb3c49f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"MasterOrg\",\"id\":\"6d272da1-ea49-4461-b2f6-f2319539e93d\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"PrivateDescSeg1\",\"id\":\"52c5c631-1000-4b23-bd5b-0d9dadffa173\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"PrivateDescSeg2\",\"id\":\"65a5ba6f-0487-4c10-9f39-b26e6bb34c74\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"PrivateDescSeg3\",\"id\":\"403c4002-fed8-48ba-8698-bf9739e54506\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"PrivateDescSeg4\",\"id\":\"61a21232-f18d-4bdb-b285-2bd5e9d122ed\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"PrivateDescSeg5\",\"id\":\"7b0aedb0-0166-4499-a3b8-d1d4f167015b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"PrivateDescSeg6\",\"id\":\"aa9edd83-a8a4-4a63-9b79-f50af9271e98\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"PrivateDescSeg7\",\"id\":\"8f3749bd-85d4-440c-b99e-e5556647633f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"PrivateDescSeg8\",\"id\":\"947cfb8f-0993-40a1-b204-a20e5097efd9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"PrivateDescSeg9\",\"id\":\"72782aff-29e6-4cff-b0e0-80878b681bb0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"PrivateDescSeg10\",\"id\":\"102dfbdf-3639-47a1-8df2-404ac7533ca5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"PrivateDescSeg11\",\"id\":\"8c6a43e8-6727-4d7d-a2c1-a7a14b3fca5b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":22,\"parameterName\":\"PrivateDescSeg12\",\"id\":\"c84ace14-1f84-4b01-90cd-c6accedae57c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":23,\"parameterName\":\"PrivateDescSeg13\",\"id\":\"40f6a3db-5768-4eb3-bfc3-6cd2c75df9fa\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":24,\"parameterName\":\"PrivateDescSeg14\",\"id\":\"9ba5f35a-0e88-4fc3-829b-cd18e61b4094\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":25,\"parameterName\":\"PrivateDescSeg15\",\"id\":\"3cb66334-b047-4ac6-8c2b-c1bb41d0274f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":26,\"parameterName\":\"PrivateDescSeg16\",\"id\":\"cb4ddfcd-3426-46be-8fd4-e10199ee2076\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":27,\"parameterName\":\"PrivateDescSeg17\",\"id\":\"b54efe1f-3cf6-4889-82f2-ac5532b61e79\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":28,\"parameterName\":\"PrivateDescSeg18\",\"id\":\"582b0531-c3a2-4ca6-b03a-d070775ab310\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":29,\"parameterName\":\"PrivateDescSeg19\",\"id\":\"ad76fe35-f01b-4a07-8c1e-50cbc8325516\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":30,\"parameterName\":\"PrivateDescSeg20\",\"id\":\"1b6585eb-5064-485d-89c2-4e84589a99d9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":31,\"parameterName\":\"PrivateDescSeg21\",\"id\":\"99fe37f6-5dd1-4ae9-b9e5-f5fdb7addf0c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"PrivateDescSeg22\",\"id\":\"dbce248f-97a4-4cc9-a00d-7195db138921\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"PrivateDescSeg23\",\"id\":\"493308cb-2bcb-4981-8002-8c9c719a2074\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":34,\"parameterName\":\"PrivateDescSeg24\",\"id\":\"78bd527b-235b-47c4-a0a7-e7799869defa\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":35,\"parameterName\":\"PrivateDescSeg25\",\"id\":\"2b1a3174-48e2-4fa2-a0c7-5894af6272f2\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":36,\"parameterName\":\"PrivateDescSeg26\",\"id\":\"c37d3e27-778f-427c-8e82-e43d3a5abba7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":37,\"parameterName\":\"PrivateDescSeg27\",\"id\":\"a652b9a7-8a8c-42a0-894e-4f3e03af6e0b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":38,\"parameterName\":\"PrivateDescSeg28\",\"id\":\"8945b55b-4ae6-466c-a81c-f2b33d2a2f86\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":39,\"parameterName\":\"PrivateDescSeg29\",\"id\":\"c9e35035-11c7-49fa-8a2d-772c43f34c2e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":40,\"parameterName\":\"PrivateDescSeg30\",\"id\":\"3e4defff-5283-4d60-af88-b3f8acf61722\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":41,\"parameterName\":\"PubDescSeg1\",\"id\":\"7a66b631-7e40-42fd-bdf7-3a865a5331bd\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":42,\"parameterName\":\"PubDescSeg2\",\"id\":\"e525fcd0-b1e0-46df-8d02-22d050c9f2d4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":43,\"parameterName\":\"PubDescSeg3\",\"id\":\"c89f7042-6966-40f7-8604-77265b9322b2\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":44,\"parameterName\":\"PubDescSeg4\",\"id\":\"6f456f2f-2867-449a-b69a-fdc17d197a04\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":45,\"parameterName\":\"PubDescSeg5\",\"id\":\"47d3e11f-a866-464b-846d-d57f6023dc99\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":46,\"parameterName\":\"PubDescSeg6\",\"id\":\"5d291237-f0ec-41c8-8371-6745d00f230f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":47,\"parameterName\":\"PubDescSeg7\",\"id\":\"f7b9757e-1b3f-4491-a3a1-ad3e08ca1cd6\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":48,\"parameterName\":\"PubDescSeg8\",\"id\":\"ac6068bc-cbd3-4f3b-92a4-024715ed182f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":49,\"parameterName\":\"PubDescSeg9\",\"id\":\"f6391ccc-eaaf-4e92-8b93-9492697da5c4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":50,\"parameterName\":\"PubDescSeg10\",\"id\":\"2bf09db1-239e-4c48-ba83-daec9c7d789c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":51,\"parameterName\":\"PubDescSeg11\",\"id\":\"0f56fff9-855a-4d04-a5a6-dbad9b3a49d0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":52,\"parameterName\":\"PubDescSeg12\",\"id\":\"3f384610-d1de-47f1-ab4c-0335b4eb0f64\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":53,\"parameterName\":\"PubDescSeg13\",\"id\":\"35a96e23-c2c5-4610-ac30-4f451ab5b1ce\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":54,\"parameterName\":\"PubDescSeg14\",\"id\":\"a31fdfe3-5d7d-4f85-8771-47cfafa6cf14\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":55,\"parameterName\":\"PubDescSeg15\",\"id\":\"6ee36d99-c038-46ff-9676-463477c24397\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":56,\"parameterName\":\"PubDescSeg16\",\"id\":\"808e723f-e11e-4b4a-a9c0-44a8ab9e680b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":57,\"parameterName\":\"PubDescSeg17\",\"id\":\"2c1e698f-d2f0-46bc-acc3-d50a51f0cbae\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":58,\"parameterName\":\"PubDescSeg18\",\"id\":\"b6ec5122-d773-45b9-965c-7b752f8c5834\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":59,\"parameterName\":\"PubDescSeg19\",\"id\":\"bc690e31-cb06-4c60-824c-4eb80046c644\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":60,\"parameterName\":\"PubDescSeg20\",\"id\":\"8bbae76d-3c74-4b6d-af84-e5dba196a05f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":61,\"parameterName\":\"PubDescSeg21\",\"id\":\"dacd329f-2ac9-47a9-8187-57f54437290f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":62,\"parameterName\":\"PubDescSeg22\",\"id\":\"3464a86f-e087-4072-b143-6c2715a9b9aa\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":63,\"parameterName\":\"PubDescSeg23\",\"id\":\"13baaf4d-f587-458b-8a97-b8f921a64233\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":64,\"parameterName\":\"PubDescSeg24\",\"id\":\"8dcceff9-2956-477b-b602-8fdbf3037160\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":65,\"parameterName\":\"PubDescSeg25\",\"id\":\"19b335ad-73fb-43e1-88e0-6b3f8c444528\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":66,\"parameterName\":\"PubDescSeg26\",\"id\":\"93b3a1b2-a852-453d-95fb-39829352d62e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":67,\"parameterName\":\"PubDescSeg27\",\"id\":\"619416fc-e03e-41d5-ad02-6e369eab9ab5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":68,\"parameterName\":\"PubDescSeg28\",\"id\":\"0b26fc8d-188b-49fe-8a98-42a54ab3a79b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":69,\"parameterName\":\"PubDescSeg29\",\"id\":\"55519bd0-b40c-400b-ae95-d6d7e6240a53\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":70,\"parameterName\":\"PubDescSeg30\",\"id\":\"4ee5a98a-501d-4a9d-8a71-2eab2c40a6de\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":71,\"parameterName\":\"PubDescSeg31\",\"id\":\"9524d2ea-2de3-44ce-972f-33b212574111\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":72,\"parameterName\":\"PubDescSeg32\",\"id\":\"8688a9a5-1163-44f6-8f61-1cc814c1bc51\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":73,\"parameterName\":\"PubDescSeg33\",\"id\":\"8494b2e0-5ce6-4b00-b814-004d56720590\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":74,\"parameterName\":\"PubDescSeg34\",\"id\":\"8ea140c9-c896-416a-9778-f9257322c2a0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":75,\"parameterName\":\"PubDescSeg35\",\"id\":\"e9c98965-e8b4-44e8-a41d-e0c4a6992494\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":76,\"parameterName\":\"PubDescSeg36\",\"id\":\"cb05e60c-d493-4025-8e24-b84025ecfe89\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":77,\"parameterName\":\"PubDescSeg37\",\"id\":\"38b3b996-6cf3-4317-904f-b8bc77b83d1c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":78,\"parameterName\":\"PubDescSeg38\",\"id\":\"3ac57b18-6454-4e19-bce9-5b2687a54722\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":79,\"parameterName\":\"PubDescSeg39\",\"id\":\"fc362a76-3c37-4e8c-a971-cf4023e905ee\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":80,\"parameterName\":\"PubDescSeg40\",\"id\":\"4088d430-a2ad-4161-a780-a3412931eacb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":81,\"parameterName\":\"PubDescSeg41\",\"id\":\"06282ca8-07a2-4e33-8a7a-a2372f4ce1f3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":82,\"parameterName\":\"PubDescSeg42\",\"id\":\"48ce0653-1b6e-4d34-8e07-db2c1fd62e37\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":83,\"parameterName\":\"PubDescSeg43\",\"id\":\"639baf04-254f-4f38-ae7d-8f1e2ce906ac\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":84,\"parameterName\":\"PubDescSeg44\",\"id\":\"07bd060d-c8e2-44f5-8305-33524f6e1a37\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":85,\"parameterName\":\"PubDescSeg45\",\"id\":\"ea12f3e4-d627-4d90-a894-f266f69fc23f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":86,\"parameterName\":\"PubDescSeg46\",\"id\":\"1fb9483d-9546-4197-ad5f-da5dfa4f885c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":87,\"parameterName\":\"PubDescSeg47\",\"id\":\"0bbdef9f-aee6-43f4-b010-dab5b2d7dae4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":88,\"parameterName\":\"PubDescSeg48\",\"id\":\"b3accc79-35ea-43db-8175-9d581bbb0182\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":89,\"parameterName\":\"PubDescSeg49\",\"id\":\"1d793d12-094a-4afd-a4c5-e72c4984e5d0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":90,\"parameterName\":\"PubDescSeg50\",\"id\":\"deed8bde-f353-4756-86bc-faeb4b710b17\",\"example\":\"\"}],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"DescFlexField\",\"id\":\"bbbd1a5e-dda7-4785-b84b-54cae23999b3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":91,\"parameterName\":\"SearchCode\",\"id\":\"cab9a1d5-9635-4f0d-bceb-aeeb417c3cd4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":92,\"parameterName\":\"CustomerCategory\",\"id\":\"7bbe8d54-083b-4d85-b273-697659c13544\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":93,\"parameterName\":\"Territory\",\"id\":\"a29e4d21-ddd1-4404-9ac2-969ea98167bb\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":94,\"parameterName\":\"TradeCategory\",\"id\":\"537b5f57-b430-4665-acab-d1a6cbbe183e\",\"example\":0},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":96,\"parameterName\":\"ID\",\"id\":\"6bda4ad0-2d6c-42b8-a59d-406c508e13e8\",\"example\":\"1002210250220080\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":97,\"parameterName\":\"Code\",\"id\":\"2ef30d00-33e8-4c1f-8495-11f493f042b9\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":98,\"parameterName\":\"Name\",\"id\":\"5e251621-2681-4109-a9ce-a2d65203d10f\",\"example\":\"杨海龙\"}],\"concreteType\":\"Object\",\"index\":95,\"parameterName\":\"DefaultContact\",\"id\":\"ddc6d9c5-78e8-440c-8506-c7a791e2a979\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":99,\"parameterName\":\"Language\",\"id\":\"f91d3087-2781-40a2-a0b3-c81692a3a574\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":100,\"parameterName\":\"State\",\"id\":\"0715663e-f87a-4106-b141-a426ff968174\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":101,\"parameterName\":\"IsHoldRelease\",\"id\":\"c2e2a104-d5aa-4d74-a095-3b54c09963d1\",\"example\":false},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":103,\"parameterName\":\"IsEffective\",\"id\":\"7c135878-f222-4ec0-b55e-0920d1428f2f\",\"example\":\"True\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":104,\"parameterName\":\"EffectiveDate\",\"id\":\"263e88d3-a608-4916-9f9a-c5eb402e8fe3\",\"example\":\"2022/01/01 12:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":105,\"parameterName\":\"DisableDate\",\"id\":\"323994a6-40b8-48c8-a55d-f4bee0444c76\",\"example\":\"9999/12/31 12:00:00\"}],\"concreteType\":\"Object\",\"index\":102,\"parameterName\":\"Effective\",\"id\":\"1307c7d7-bd85-4107-beb2-daa331f83e50\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":106,\"parameterName\":\"IsMISC\",\"id\":\"52a34f45-9e6f-4383-a8dc-ba194b72eef1\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":107,\"parameterName\":\"RegisterCapitalCurrency\",\"id\":\"1bff1f16-5a5d-402d-b652-7599b6cc0628\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":108,\"parameterName\":\"RegisterCapital\",\"id\":\"6a70c7ac-c9c1-4282-937c-4287f39c7a8c\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":109,\"parameterName\":\"TurnoverCurrency\",\"id\":\"e70706ee-ed29-4300-b063-713420310a72\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":110,\"parameterName\":\"Turnover\",\"id\":\"2d23d1cc-bfc6-43ba-8b02-5a06fd3e6caa\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":111,\"parameterName\":\"EmployeeCount\",\"id\":\"a1d1d365-2edc-4f40-8a6d-1b09a2c1c086\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":112,\"parameterName\":\"EstablishDate\",\"id\":\"d8deec42-1a63-43f3-94a5-ef816aeb688d\",\"example\":\"0001-01-01T00:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":113,\"parameterName\":\"OfficialLocation\",\"id\":\"07736dd4-a8df-468d-b5fa-bd0d4823ef69\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":114,\"parameterName\":\"Department\",\"id\":\"452af899-a5ac-4f5d-95ef-3fbf6961f774\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":115,\"parameterName\":\"Saleser\",\"id\":\"750765c6-5843-4416-bde6-cfb8839572a3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":116,\"parameterName\":\"SaleType\",\"id\":\"134034c8-9861-4d92-9c62-059972fcef37\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":117,\"parameterName\":\"Bargain\",\"id\":\"340308e1-5b7e-432c-a3a2-66e37c2ab4f0\",\"example\":\"-1\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":119,\"parameterName\":\"ID\",\"id\":\"f9de6d39-c77a-4c67-937e-90cae3f4773b\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":120,\"parameterName\":\"Code\",\"id\":\"3770f4f7-569b-4245-ac56-22581f63bf1d\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":121,\"parameterName\":\"Name\",\"id\":\"8e51840f-3b9b-43ff-90f3-82e9ca77bc91\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":118,\"parameterName\":\"TradeCurrency\",\"id\":\"6a78f7c0-ee99-4a2a-8efe-a731d2ceb633\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":122,\"parameterName\":\"IsTaxPrice\",\"id\":\"5a338ff9-3718-48f4-b32d-f02f85d8e5ca\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":123,\"parameterName\":\"PriceListID\",\"id\":\"bbce4a41-d587-44fb-9508-bfa3ed266e02\",\"example\":\"-1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":124,\"parameterName\":\"IsPriceListModify\",\"id\":\"93180e44-dcea-443a-8a94-200542c20050\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":125,\"parameterName\":\"ShareGroup\",\"id\":\"99abfc20-aa80-4ba8-b1b8-0352e6228530\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":126,\"parameterName\":\"IsHaveContract\",\"id\":\"fa179f69-c20c-4a01-ac77-49710b327230\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":127,\"parameterName\":\"SupplySource\",\"id\":\"4c65cfc5-ae3b-4acb-a614-f9b33d9f5a42\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":128,\"parameterName\":\"DemandTransType\",\"id\":\"a2d439c9-9e42-4260-96bf-858864cf798b\",\"example\":\"3\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":130,\"parameterName\":\"ID\",\"id\":\"2d4bfb52-2409-4851-954a-8a4359ba7d6e\",\"example\":\"1002205170110058\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":131,\"parameterName\":\"Code\",\"id\":\"7d14b4ca-b664-46db-a0b7-e7ef1003f29c\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":132,\"parameterName\":\"Name\",\"id\":\"66f9a377-c591-42b0-a676-b7ce9fcf2700\",\"example\":\"SCMGC\"}],\"concreteType\":\"Object\",\"index\":129,\"parameterName\":\"SupplyOrg\",\"id\":\"c21904ff-0dce-4398-89b3-72c3d4656fc0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":133,\"parameterName\":\"Supplier\",\"id\":\"65474691-245e-43f5-bf45-c29caea58b16\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":134,\"parameterName\":\"WH\",\"id\":\"f42a4083-2ca9-4e89-977e-64d6f513ae88\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":135,\"parameterName\":\"ShippmentRule\",\"id\":\"13240dfa-fd8c-453c-b44c-64b6bcb12741\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":136,\"parameterName\":\"IsShipmentModify\",\"id\":\"2b979b2d-d3f2-4505-bf19-5044f1fa9dcc\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":137,\"parameterName\":\"TransitLeadTime\",\"id\":\"141fe225-ad28-4968-9791-b04cd0402feb\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":138,\"parameterName\":\"ReturnTerm\",\"id\":\"d5add053-2844-46fc-a41f-0eba9b6fdaa1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":139,\"parameterName\":\"ShipmentTerms\",\"id\":\"0ee24449-4184-4536-a4eb-480ad3fedaf6\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":141,\"parameterName\":\"ID\",\"id\":\"c7ce5229-7ff7-4c47-a8fa-f60d8d237402\",\"example\":\"1002205170212584\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":142,\"parameterName\":\"Code\",\"id\":\"fe0d1e47-02e8-4966-922d-9ccc62032ba9\",\"example\":\"YZ02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":143,\"parameterName\":\"Name\",\"id\":\"ced56086-1e90-4252-a4f6-767841c4551b\",\"example\":\"13%税率\"}],\"concreteType\":\"Object\",\"index\":140,\"parameterName\":\"TaxSchedule\",\"id\":\"892b284e-f8f7-4e88-9b84-16ab5129a5ed\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":144,\"parameterName\":\"StateTaxNo\",\"id\":\"63623c7b-6661-4bfe-a2bb-558df62d9aab\",\"example\":\"\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":146,\"parameterName\":\"ID\",\"id\":\"c8bfd00f-1d2e-4867-b05f-ad2c0d0e539f\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":147,\"parameterName\":\"Code\",\"id\":\"351a5de5-3d80-4637-b153-1220a30cda03\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":148,\"parameterName\":\"Name\",\"id\":\"aba41b3f-5cd1-4963-a7b0-5f018f91ce80\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":145,\"parameterName\":\"PayCurrency\",\"id\":\"7f7376ba-667c-4c5e-af05-bead8ec27096\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":150,\"parameterName\":\"ID\",\"id\":\"77a77fca-47c7-40e1-9508-6db5e4014626\",\"example\":\"1002205170212566\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":151,\"parameterName\":\"Code\",\"id\":\"87b5cf4f-5ccc-4dba-bda7-9f601eb5112b\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":152,\"parameterName\":\"Name\",\"id\":\"09984631-db2e-45da-ab19-ec439810bb1b\",\"example\":\"收款条件\"}],\"concreteType\":\"Object\",\"index\":149,\"parameterName\":\"RecervalTerm\",\"id\":\"219fc388-6387-4d79-bd98-45ce8c9b2182\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":153,\"parameterName\":\"IsRecTermModify\",\"id\":\"d38a92c6-7a35-44c7-9fc9-a9df5d9cabed\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":154,\"parameterName\":\"Payee\",\"id\":\"1c85bd0e-1ed5-46be-b809-804357794e73\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":155,\"parameterName\":\"IsDeposit\",\"id\":\"8c4c975e-563c-4028-9a84-b414827d7980\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":156,\"parameterName\":\"IsPreReceival\",\"id\":\"99281218-ce27-470c-a9a3-cbf0807a5c87\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":157,\"parameterName\":\"PreRcvRate\",\"id\":\"0c5f6d1e-9311-47b2-bb12-845ea89b0b3f\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":158,\"parameterName\":\"IsPreRcvRateModify\",\"id\":\"ef932030-7ba5-4bba-ba46-72b5ef62ec3e\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":159,\"parameterName\":\"IsSalesDiscount\",\"id\":\"6e9c39b8-7907-4af3-ad8f-b916857ff1ee\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":160,\"parameterName\":\"QualityPledge\",\"id\":\"10904f08-071c-4726-8f44-7194cd97aa1d\",\"example\":0},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":162,\"parameterName\":\"ID\",\"id\":\"01940233-2d5b-4565-a4ba-2846a71d7c80\",\"example\":\"1002205170212563\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":163,\"parameterName\":\"Code\",\"id\":\"0aff1719-ba06-4003-ae4f-ea14f08d3b7b\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":164,\"parameterName\":\"Name\",\"id\":\"0adefa05-739d-490e-9096-1723f27ae09d\",\"example\":\"应收立账条件\"}],\"concreteType\":\"Object\",\"index\":161,\"parameterName\":\"ARConfirmTerm\",\"id\":\"4889aeeb-b841-4002-a81c-97133590cfd2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":165,\"parameterName\":\"IsARCfmModify\",\"id\":\"5237731b-4ab3-46c5-a0c3-e7159fedffbe\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":166,\"parameterName\":\"IsBillByBalance\",\"id\":\"3b6588e3-4d55-49a0-860a-574688b3d679\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":167,\"parameterName\":\"InvoiceVerificationOrder\",\"id\":\"f98877c3-a1bf-4031-a954-18b40c8154fd\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":168,\"parameterName\":\"VerificationMode\",\"id\":\"be0e4640-8957-403d-938f-e6d0ee7778bf\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":169,\"parameterName\":\"IsByAccountAge\",\"id\":\"2a3679f4-7fee-4d29-bb02-81f9fb48c455\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":170,\"parameterName\":\"IsPost\",\"id\":\"43365d80-a9d6-4eaf-9ed7-c27868167abb\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":171,\"parameterName\":\"CheckAccountPeriod\",\"id\":\"ec3ce800-7f57-457b-825d-41438f15f0ee\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":172,\"parameterName\":\"AccountListFormat\",\"id\":\"40e6c17f-7ad8-41f9-a34b-937245b7d4cc\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":173,\"parameterName\":\"DundocFormat\",\"id\":\"9d27294b-61f9-4934-ace4-b9b46d4cac48\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":174,\"parameterName\":\"OrderFormat\",\"id\":\"bbc34516-0f74-401a-ad8e-b7c674de1207\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":175,\"parameterName\":\"BillFromat\",\"id\":\"6db1d768-85d3-4646-8cd0-e05a2df60a89\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":176,\"parameterName\":\"IsCreditCheck\",\"id\":\"fc75df2b-2fab-42d8-a902-fd61f64a017b\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":177,\"parameterName\":\"CreditPolicy\",\"id\":\"0dff79bf-08c3-4cc2-a1ca-9e40825cb87e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":178,\"parameterName\":\"CreditLevel1\",\"id\":\"f9c49c69-bd3d-4efc-bd74-db40a0e17fe9\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":179,\"parameterName\":\"CreditLevel2\",\"id\":\"6a6b45fb-c270-4ebd-ab96-59eee7563c8c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":180,\"parameterName\":\"GatheringPolicy\",\"id\":\"de5ac28b-7b23-48f3-a811-990e187386e2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":181,\"parameterName\":\"DelayGatheringPolicy\",\"id\":\"6811d0d0-01e7-441e-9d51-b8c49e075dbb\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":183,\"parameterName\":\"Code\",\"id\":\"d85b71ee-aaa3-4882-add1-577f3db2eb56\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":184,\"parameterName\":\"Name\",\"id\":\"6bd56528-84b3-4dce-95d2-97aafbab1b7f\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":185,\"parameterName\":\"SearchCode\",\"id\":\"70a40805-d55e-499f-9b52-2aa93fa1de1f\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":186,\"parameterName\":\"Territory\",\"id\":\"58d818b5-f96e-4435-8e40-4e1a4d412434\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":188,\"parameterName\":\"ID\",\"id\":\"e9c39411-e9d1-4045-adb8-b3d969e78b72\",\"example\":\"1002210250220080\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":189,\"parameterName\":\"Code\",\"id\":\"bcc02583-88e7-4543-ab18-a6ab8e7b3d83\",\"example\":\"yanghly\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":190,\"parameterName\":\"Name\",\"id\":\"8a5349ca-7096-4bf4-a5c3-bf05a6f3d39f\",\"example\":\"杨海龙\"}],\"concreteType\":\"Object\",\"index\":187,\"parameterName\":\"DefaultContact\",\"id\":\"02e2704d-42fd-47de-b7ee-3e6e28cf736e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":191,\"parameterName\":\"OfficeSite\",\"id\":\"d4229fe1-1d45-47ed-93ab-f80a40d75b0c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":192,\"parameterName\":\"RegisterAddress\",\"id\":\"2c6582c8-4125-4484-ab94-4b67f4306bde\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":193,\"parameterName\":\"Language\",\"id\":\"1676bdf8-39c0-434b-b95a-02b87018fb11\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":195,\"parameterName\":\"IsEffective\",\"id\":\"37d7ed93-7169-406e-a87e-f0116411a9ad\",\"example\":\"True\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":196,\"parameterName\":\"EffectiveDate\",\"id\":\"6eb1371f-c0c0-4446-a6f5-48cebf83791e\",\"example\":\"2022/01/01 12:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":197,\"parameterName\":\"DisableDate\",\"id\":\"140589a2-55cc-48e4-a2c2-24364c758f64\",\"example\":\"9999/12/31 12:00:00\"}],\"concreteType\":\"Object\",\"index\":194,\"parameterName\":\"Effective\",\"id\":\"0cde39d9-b673-4c7b-a9bc-e71dee7c10af\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":198,\"parameterName\":\"SrcRowID\",\"id\":\"32e53fe6-96ca-4ebe-aac0-a598139481b6\",\"example\":\"-1\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":200,\"parameterName\":\"PrivateDescSeg1\",\"id\":\"e1144992-7a5e-42ec-957c-ce0347ad7102\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":201,\"parameterName\":\"PrivateDescSeg2\",\"id\":\"1d0b4946-2109-4f0e-90bf-66098476c14d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":202,\"parameterName\":\"PrivateDescSeg3\",\"id\":\"1bd7a6a9-e7ae-4a71-b10f-a8e9cc0db134\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":203,\"parameterName\":\"PrivateDescSeg4\",\"id\":\"c03fd1d9-efec-4993-b8fa-a13c1974a337\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":204,\"parameterName\":\"PrivateDescSeg5\",\"id\":\"ce719e52-e2c6-48f2-927d-a820b516ab36\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":205,\"parameterName\":\"PrivateDescSeg6\",\"id\":\"88f54735-9c06-47e3-aff7-148f8b79ad39\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":206,\"parameterName\":\"PrivateDescSeg7\",\"id\":\"edba60a4-a1d5-4a5b-be15-d31351dd72b4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":207,\"parameterName\":\"PrivateDescSeg8\",\"id\":\"66ee312c-b49d-4706-ba13-b5e93f5dade5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":208,\"parameterName\":\"PrivateDescSeg9\",\"id\":\"82de57fc-24d9-4521-991e-860a20b8d72c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":209,\"parameterName\":\"PrivateDescSeg10\",\"id\":\"d3f2f5e9-22a8-4e0a-8c25-79cd267e244a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":210,\"parameterName\":\"PrivateDescSeg11\",\"id\":\"41e93132-06a9-4847-b7ef-2312f780d70e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":211,\"parameterName\":\"PrivateDescSeg12\",\"id\":\"9f0a6ce3-514a-47b1-839b-6d6008f3cdec\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":212,\"parameterName\":\"PrivateDescSeg13\",\"id\":\"7f8f0af4-6086-409c-82a0-f6e8d0bf35f9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":213,\"parameterName\":\"PrivateDescSeg14\",\"id\":\"81f63401-9656-4cde-b747-f2492d00ecc7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":214,\"parameterName\":\"PrivateDescSeg15\",\"id\":\"75853522-f8fd-49f4-829c-df0fafb03ba8\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":215,\"parameterName\":\"PrivateDescSeg16\",\"id\":\"506d2b57-04c2-44b8-964a-b4f6bbb87263\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":216,\"parameterName\":\"PrivateDescSeg17\",\"id\":\"cbf700ba-86f7-417b-8b37-eeb37a558961\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":217,\"parameterName\":\"PrivateDescSeg18\",\"id\":\"995b9ae9-65f5-4fbe-9a46-4e304af7bcda\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":218,\"parameterName\":\"PrivateDescSeg19\",\"id\":\"df0f2601-5eed-4185-8b75-59c0411dccec\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":219,\"parameterName\":\"PrivateDescSeg20\",\"id\":\"be99856e-1701-41d3-9b90-560a1482a2f6\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":220,\"parameterName\":\"PrivateDescSeg21\",\"id\":\"4605dcc3-8399-4829-a06c-4857f823820a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":221,\"parameterName\":\"PrivateDescSeg22\",\"id\":\"5b8e9659-7286-42f4-b4cc-f8ae70faa732\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":222,\"parameterName\":\"PrivateDescSeg23\",\"id\":\"d28ea097-cbde-4fe1-b2b7-9cb6472a31e2\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":223,\"parameterName\":\"PrivateDescSeg24\",\"id\":\"1b981822-d540-43a9-80d9-1eac092d1765\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":224,\"parameterName\":\"PrivateDescSeg25\",\"id\":\"2dec5ec4-e9a6-4254-996f-f1b8f158d38c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":225,\"parameterName\":\"PrivateDescSeg26\",\"id\":\"af7d6cb7-2cec-4b41-9935-e313ffb8ff49\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":226,\"parameterName\":\"PrivateDescSeg27\",\"id\":\"5c5471e7-5a5d-468e-a586-8c85046f59f7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":227,\"parameterName\":\"PrivateDescSeg28\",\"id\":\"b051bce2-a1d0-4b95-a92d-9cb6d191f141\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":228,\"parameterName\":\"PrivateDescSeg29\",\"id\":\"6aaca32b-abd2-4a18-94d1-748651102c0d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":229,\"parameterName\":\"PrivateDescSeg30\",\"id\":\"c4fe0d23-ba63-4092-8b9c-d32875e49fe2\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":230,\"parameterName\":\"PubDescSeg1\",\"id\":\"c3d375b8-26ff-4659-9105-aa373fe34512\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":231,\"parameterName\":\"PubDescSeg2\",\"id\":\"7239e5b6-f7ab-4673-9da2-af88587921ad\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":232,\"parameterName\":\"PubDescSeg3\",\"id\":\"fafbb94c-d736-46dd-a874-e837a0058002\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":233,\"parameterName\":\"PubDescSeg4\",\"id\":\"7c2e510c-c834-4744-b023-9698fc7087f5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":234,\"parameterName\":\"PubDescSeg5\",\"id\":\"b94732c2-a2ad-48be-b27c-478cf9a1a392\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":235,\"parameterName\":\"PubDescSeg6\",\"id\":\"2b02231e-225a-447a-80c4-c6203945cd1a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":236,\"parameterName\":\"PubDescSeg7\",\"id\":\"f3f75ce7-db42-4bce-b14d-ac7d1f7b2601\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":237,\"parameterName\":\"PubDescSeg8\",\"id\":\"b38d5226-aa69-44ae-aa3f-0a1d995ed18f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":238,\"parameterName\":\"PubDescSeg9\",\"id\":\"dcd6ee85-3682-47d7-87f4-b79557e8a9ea\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":239,\"parameterName\":\"PubDescSeg10\",\"id\":\"7d013d15-986a-4999-bcd8-5e39aeb60bfd\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":240,\"parameterName\":\"PubDescSeg11\",\"id\":\"c963a295-761a-4460-84a5-6c837ce09772\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":241,\"parameterName\":\"PubDescSeg12\",\"id\":\"c65fefcc-8fa3-43db-a3b1-34fe534af7ff\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":242,\"parameterName\":\"PubDescSeg13\",\"id\":\"9b7066e5-a7fd-4e9e-81cc-0ac611e7abd8\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":243,\"parameterName\":\"PubDescSeg14\",\"id\":\"c69a9558-4788-4586-9d11-81d4251e8f9e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":244,\"parameterName\":\"PubDescSeg15\",\"id\":\"821cded5-996f-43ea-904b-369e1a1b5c46\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":245,\"parameterName\":\"PubDescSeg16\",\"id\":\"f5458643-d918-42da-8505-29ebe8e7f87b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":246,\"parameterName\":\"PubDescSeg17\",\"id\":\"9da79c4a-73a6-4e05-96d1-e3816a3e93d4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":247,\"parameterName\":\"PubDescSeg18\",\"id\":\"1f31a56a-583a-4b65-a4a9-a24d28a2575f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":248,\"parameterName\":\"PubDescSeg19\",\"id\":\"ff113c41-192d-443b-b1fa-45f93030c7fe\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":249,\"parameterName\":\"PubDescSeg20\",\"id\":\"326db8cf-f5d5-4704-a81f-3c8c0bf76a43\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":250,\"parameterName\":\"PubDescSeg21\",\"id\":\"011cde7e-dbe0-4a40-9ce4-baaad8695926\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":251,\"parameterName\":\"PubDescSeg22\",\"id\":\"b7869ff7-12e4-4fc2-82c7-24eb91421ef1\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":252,\"parameterName\":\"PubDescSeg23\",\"id\":\"ebe49776-9c1b-4745-b430-59721a5ce881\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":253,\"parameterName\":\"PubDescSeg24\",\"id\":\"92a97aec-04fa-4f43-8e40-d8bc9680a14b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":254,\"parameterName\":\"PubDescSeg25\",\"id\":\"9d4febf2-dca6-4953-aed8-272111d14fd7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":255,\"parameterName\":\"PubDescSeg26\",\"id\":\"d1ec9eaa-278e-4e91-b5d9-e4fed76fe7d9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":256,\"parameterName\":\"PubDescSeg27\",\"id\":\"28f43057-2a5a-4ed5-bfba-13c5a69b0466\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":257,\"parameterName\":\"PubDescSeg28\",\"id\":\"45643886-8d6b-4e77-b0bf-5028803d1248\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":258,\"parameterName\":\"PubDescSeg29\",\"id\":\"667c61b1-5fd2-4ab7-99fe-001f20acd1a0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":259,\"parameterName\":\"PubDescSeg30\",\"id\":\"1c6cbf53-5e92-499e-ac20-e43972bb98eb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":260,\"parameterName\":\"PubDescSeg31\",\"id\":\"07fd1995-5ae9-43ac-9303-25d43b981f7d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":261,\"parameterName\":\"PubDescSeg32\",\"id\":\"682138ee-8ec8-494a-b0d8-2665883cd703\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":262,\"parameterName\":\"PubDescSeg33\",\"id\":\"540281e7-818b-4c8a-9189-4e6fad53e752\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":263,\"parameterName\":\"PubDescSeg34\",\"id\":\"1f2c785d-bf21-4a53-8cbd-510c7550c5dd\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":264,\"parameterName\":\"PubDescSeg35\",\"id\":\"8c0980db-b87b-49c1-a167-1813dbc64803\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":265,\"parameterName\":\"PubDescSeg36\",\"id\":\"b28c2745-bd2e-4578-8e7b-61532e53e34f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":266,\"parameterName\":\"PubDescSeg37\",\"id\":\"cf72110c-db98-4002-b93b-3710839b20c4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":267,\"parameterName\":\"PubDescSeg38\",\"id\":\"aa0d38b1-7ef7-4fd5-8ab8-b44748951285\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":268,\"parameterName\":\"PubDescSeg39\",\"id\":\"ae958a84-d6ec-431b-8563-c4e5b5a19c76\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":269,\"parameterName\":\"PubDescSeg40\",\"id\":\"8db8111d-99e5-4679-a642-927527c3f2b3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":270,\"parameterName\":\"PubDescSeg41\",\"id\":\"39142a48-6fe5-4271-9650-b6148c693adf\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":271,\"parameterName\":\"PubDescSeg42\",\"id\":\"4c03d5dd-9a97-40be-8841-1ec130f724ff\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":272,\"parameterName\":\"PubDescSeg43\",\"id\":\"143b2ebe-582e-4af7-b462-0fffa2a7a2bb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":273,\"parameterName\":\"PubDescSeg44\",\"id\":\"28c443b5-6e25-49c9-8f15-6143a84875f6\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":274,\"parameterName\":\"PubDescSeg45\",\"id\":\"78acb0c9-8f53-4d31-b3a6-1b6ef2bbcd8a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":275,\"parameterName\":\"PubDescSeg46\",\"id\":\"1b1e974e-1852-4cb3-9f4b-60758e9085e5\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":276,\"parameterName\":\"PubDescSeg47\",\"id\":\"56a33bfa-4f0d-4026-a246-1671c34aefc1\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":277,\"parameterName\":\"PubDescSeg48\",\"id\":\"37d16397-8f58-4831-aba8-53dfa046b4b1\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":278,\"parameterName\":\"PubDescSeg49\",\"id\":\"a1d2ec0c-dcee-4fb1-ad77-12c3d6122c26\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":279,\"parameterName\":\"PubDescSeg50\",\"id\":\"24583f5a-3775-4429-ba1c-129581ebbf6e\",\"example\":\"\"}],\"concreteType\":\"Object\",\"index\":199,\"parameterName\":\"DescFlexField\",\"id\":\"b9ff2538-e8c4-4979-bb4a-6374dc965550\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":280,\"parameterName\":\"OperateType\",\"id\":\"a3653dd6-dc4a-4e03-85b6-b539ba890c07\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":281,\"parameterName\":\"IsShipTo\",\"id\":\"98601f3b-7b4b-46a0-92ff-1141a188e30f\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":282,\"parameterName\":\"IsDefaultShipTo\",\"id\":\"7278efc1-7034-4520-8190-ed40f2d7a899\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":283,\"parameterName\":\"IsBillTo\",\"id\":\"3f564f88-5c1e-406b-adcf-082fc9d4320a\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":284,\"parameterName\":\"IsDefaultBillTo\",\"id\":\"b655c2ac-98fa-46ba-bb6a-e5e28ac2b3ac\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":285,\"parameterName\":\"IsClaim\",\"id\":\"595471da-6fec-46f6-b165-4047abb1f29b\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":286,\"parameterName\":\"IsDefaultClaim\",\"id\":\"3967d60b-613c-4bb4-91dc-f9cd111d4452\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":287,\"parameterName\":\"IsPayment\",\"id\":\"81c0ff21-99c8-40d0-879a-4879d721fee9\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":288,\"parameterName\":\"IsDefaultPayment\",\"id\":\"f582867a-a76e-4ee3-a5c3-e0ab40da7594\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":289,\"parameterName\":\"IsContrast\",\"id\":\"b212d54f-db01-4ae7-9cb6-02dd3e959d24\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":290,\"parameterName\":\"IsDefaultContrast\",\"id\":\"5bd3fdbe-3a11-4a02-a240-a995914685e5\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":291,\"parameterName\":\"BillToSite\",\"id\":\"55858f7a-1743-44aa-940c-50b62ca0ced2\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":293,\"parameterName\":\"ID\",\"id\":\"f529c7a4-e42f-4685-9456-4d1474d81669\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":294,\"parameterName\":\"Code\",\"id\":\"2e3cd198-0ca3-4338-a77f-cb31bf495b42\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":295,\"parameterName\":\"Name\",\"id\":\"0e1cb812-1183-40a6-9c72-741b7f20e9c6\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":292,\"parameterName\":\"TradeCurrency\",\"id\":\"8fe8fc0b-7e9e-46b3-af10-86212aaa6d74\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":297,\"parameterName\":\"ID\",\"id\":\"5afa63f8-1ab1-4086-9801-29db92b506f6\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":298,\"parameterName\":\"Code\",\"id\":\"700c1dff-8d6f-4638-95d9-c16eb1be43c1\",\"example\":\"C001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":299,\"parameterName\":\"Name\",\"id\":\"f73aebfa-8f5a-4759-8491-3607b00cacbd\",\"example\":\"人民币元\"}],\"concreteType\":\"Object\",\"index\":296,\"parameterName\":\"PaymentCurrency\",\"id\":\"be257fc7-3327-4e09-a763-dfe4b9bf5939\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":301,\"parameterName\":\"ID\",\"id\":\"1af96d04-52d6-46fd-a79f-16c8e17ccd7f\",\"example\":\"1002205170212584\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":302,\"parameterName\":\"Code\",\"id\":\"bb8075b1-c739-4487-9341-0597a7bfee54\",\"example\":\"YZ02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":303,\"parameterName\":\"Name\",\"id\":\"97058300-13e4-40c3-8db8-ea26c26e720f\",\"example\":\"13%税率\"}],\"concreteType\":\"Object\",\"index\":300,\"parameterName\":\"TaxSchedule\",\"id\":\"734ae587-9b2c-4832-9d96-1bc0c6ea598e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":304,\"parameterName\":\"PriceListID\",\"id\":\"9d04734c-d6b2-40ac-a605-7f777395f213\",\"example\":\"-1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":305,\"parameterName\":\"IsPriceListModify\",\"id\":\"79acb03e-febb-4641-9e25-92d827b4325c\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":306,\"parameterName\":\"SupplySource\",\"id\":\"6b74820b-7586-4971-af50-eb97d12ba37c\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":307,\"parameterName\":\"DemandTransType\",\"id\":\"49474e9a-59db-4ec5-8ec0-b95a73ccb09b\",\"example\":\"3\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":309,\"parameterName\":\"ID\",\"id\":\"cd03d5f0-4918-45ba-9d78-bd8862857a77\",\"example\":\"1002205170110058\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":310,\"parameterName\":\"Code\",\"id\":\"b69fa26e-9fe0-412b-a45f-718cf68c8212\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":311,\"parameterName\":\"Name\",\"id\":\"32260189-1880-4c04-b470-d1c56495ea41\",\"example\":\"SCMGC\"}],\"concreteType\":\"Object\",\"index\":308,\"parameterName\":\"SupplyOrg\",\"id\":\"210dbccd-52f8-4d52-943b-bcf5cdbe5f21\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":312,\"parameterName\":\"Supplier\",\"id\":\"f6c8e698-9ead-4b58-84ff-f884fde6259e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":313,\"parameterName\":\"ShippmentRule\",\"id\":\"ecc814ea-d630-4e05-af2c-e666d4cd5a90\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":314,\"parameterName\":\"IsShippmentRuleEditable\",\"id\":\"1e9f0354-d21e-40da-b083-15d54923a5ce\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":315,\"parameterName\":\"ShipmentMode\",\"id\":\"02c82cba-0257-4468-bc53-156836254c79\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":316,\"parameterName\":\"TransitMode\",\"id\":\"d34fd7d3-6ce5-4a0b-80ea-f58d065b13a7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":317,\"parameterName\":\"TransitLeadTime\",\"id\":\"8b285cbd-72c9-47bc-8935-ac2914ae33e1\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":318,\"parameterName\":\"Carrier\",\"id\":\"0322db4c-d72d-4652-b681-037e9b86d7d4\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":319,\"parameterName\":\"ShippingHavenID\",\"id\":\"fd1633f1-5459-4d67-9d2d-38e4021d50ce\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":320,\"parameterName\":\"ShippingHavenCode\",\"id\":\"0ce6894f-32a7-4a8f-8e76-fd2cdcbfe3bb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":321,\"parameterName\":\"ShippingHavenName\",\"id\":\"17c5e328-67b6-4ebe-9bea-96763b1c615c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":322,\"parameterName\":\"TargetHavenID\",\"id\":\"9e865f0f-989a-42bc-adf1-098ad8786e04\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":323,\"parameterName\":\"TargetHavenCode\",\"id\":\"e11ccf26-f78d-480c-b39d-02a3338d5ac7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":324,\"parameterName\":\"TargetHavenName\",\"id\":\"b5a8ebf1-aa7a-4772-a8d1-89eee0fe7ba8\",\"example\":\"\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":326,\"parameterName\":\"ID\",\"id\":\"70291a65-fdfd-472d-84b0-e610f0b71385\",\"example\":\"1002205170212566\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":327,\"parameterName\":\"Code\",\"id\":\"d0685a41-dd75-4c77-9627-233eb5c1fb52\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":328,\"parameterName\":\"Name\",\"id\":\"f2b984ea-a293-423b-9d8e-804a9c954975\",\"example\":\"收款条件\"}],\"concreteType\":\"Object\",\"index\":325,\"parameterName\":\"PaymentTerm\",\"id\":\"b17e3573-a719-484c-a805-58c8cfa817b9\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":329,\"parameterName\":\"IsPaymentTermEditable\",\"id\":\"3b5bc7c9-2f88-4364-8c9c-61c76ee81427\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":330,\"parameterName\":\"Payee\",\"id\":\"cbaf7223-25d3-40fb-b47c-e9f469b6e127\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":332,\"parameterName\":\"ID\",\"id\":\"74497f4e-fd4c-40a8-9c8d-fd814373b21a\",\"example\":\"1002205170212563\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":333,\"parameterName\":\"Code\",\"id\":\"1627de23-af02-4036-9f7c-ef4fc566a463\",\"example\":\"YZ01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":334,\"parameterName\":\"Name\",\"id\":\"1f171ad5-976c-4dca-8110-b63da0a257f8\",\"example\":\"应收立账条件\"}],\"concreteType\":\"Object\",\"index\":331,\"parameterName\":\"ARConfirmTerm\",\"id\":\"a9c060af-e984-4b31-9bd3-c2030bae1719\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":335,\"parameterName\":\"IsSalesDiscount\",\"id\":\"7507f82c-45c8-4e25-9440-65c5c33ba339\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":336,\"parameterName\":\"NeedDeposit\",\"id\":\"88a4a4c6-efe3-4f47-9d8d-959f4bf33a37\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":337,\"parameterName\":\"IsPrePayment\",\"id\":\"c0a92929-ed67-4e37-8d4a-81ee8eff508e\",\"example\":false},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":338,\"parameterName\":\"IsPostBankCheckList\",\"id\":\"33085405-c546-446a-8561-c73a799ba87c\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":339,\"parameterName\":\"InvoiceVerificationOrder\",\"id\":\"4ab8ea95-cb72-46c0-b096-724a63d26ce4\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":340,\"parameterName\":\"VerificationMode\",\"id\":\"0f0ff7a4-0f06-4dc7-a061-0851c04a6faa\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":341,\"parameterName\":\"BankCheckPeriod\",\"id\":\"2c81383b-b9bc-42d2-9111-2cd3dacb0d5e\",\"example\":\"3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":342,\"parameterName\":\"BankStatementFormat\",\"id\":\"a8d6c411-4da2-4278-a65b-d01d5f00bcb6\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":343,\"parameterName\":\"PressPaymentStyle\",\"id\":\"d878f217-3250-4263-88f5-825f3ad3a92b\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":344,\"parameterName\":\"SaleOrderStyle\",\"id\":\"839465ca-2b80-4301-8eb9-6474e13d2222\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":345,\"parameterName\":\"BusinessBillStyle\",\"id\":\"2ab1aa8e-1e3a-4304-af1f-fef784c1fa27\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":346,\"parameterName\":\"QualityGuaranteeType\",\"id\":\"e3cb0997-d60a-4b9c-8d31-e1a8e22373bf\",\"example\":0}],\"concreteType\":\"ObjectCom\",\"index\":182,\"parameterName\":\"CustomerSiteDTOs\",\"id\":\"efbc7541-7a08-40f0-9782-06183b68a2b8\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"0\",\"id\":\"c9e846fb-9a3f-4b64-9b53-56eb5d6ce057\"}]', '[]', 13, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:14:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:14:57', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('4ff28998ab2347a8be9890893bbac92e', 8000180001, NULL, '1', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '存货档案新增', '存货档案新增', '2', NULL, '1', '/Api/Inventory/Add', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"description\":\"abc123456\",\"id\":\"447a9b63-7363-4c31-a53e-dd527d7ef2f1\",\"parameterName\":\"formApp\",\"example\":\"4728403652378707515\"}]', '[]', '1', '[{\"index\":0,\"id\":\"f432b289-e1ef-4528-9239-5a23d4480ef5\",\"parameterName\":\"body\",\"first\":true}]', '[]', 203, '1', '2024-05-16 12:48:33', '1', '2024-05-16 12:48:33', 'Y', NULL, 'seeyonExt', 'ydcSeeyon2u8', '1', 'code', '1', '{ \"code\": 1, \"success\": \"true\", \"message\": \"生成存货数据成功\", \"data\": [] }'); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('507f9abf38e945bcaaab2149c3873f9c', 8000060072, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '应付单新增', NULL, '2', NULL, '1', '/webapi/APBill/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"6a526d6f-9a68-4ad9-9a07-702e82c4fd45\",\"parameterName\":\"body\",\"first\":true}]', '[]', 112, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:25:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:25:14', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5224fe0b61174d47bcb30d63034a5a7e', 8000040008, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '客商新增', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"ee64c331-90ff-4e6c-b190-79296eb370fe\",\"parameterName\":\"body\",\"first\":true}]', '[]', 179, '1', '2024-04-26 10:12:17', '1', '2024-04-26 10:12:17', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('54a4ed3435864a9aaf81010ef76adab6', 8000160018, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '客商管理档案-新增', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/custmandoc/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"地址\",\"parameterName\":\"addrname\",\"id\":\"22c354c1-c846-47e8-b828-0051dde3fcf3\",\"example\":\"测试地址\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"客商分类01 内部 02外部 03 其他\",\"parameterName\":\"pk_areacl\",\"id\":\"6c8c3bbe-aa32-4bbb-a52a-b60a1e1d4373\",\"example\":\"02\"}],\"concreteType\":\"ObjectCom\",\"index\":2,\"parameterName\":\"addrs\",\"id\":\"fb2a944c-cc2a-4843-9c6d-71fafa19e834\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"传递数据的时候必须传递两条明细由于客商管理档案在数据库表中存的两条,所以childrenvo如果传的\",\"parameterName\":\"custflag\",\"id\":\"cec52591-3363-431f-8113-4579fed62367\",\"example\":\"0\"}],\"concreteType\":\"ObjectCom\",\"index\":5,\"parameterName\":\"childrenvo\",\"id\":\"d57cb8a3-a98f-4e43-8e35-0a05c39d4822\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"是否默认银行\",\"parameterName\":\"defflag\",\"id\":\"2bb5b731-4149-4202-9515-8b4a9a8a0ace\",\"example\":\"Y\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"banks\",\"id\":\"f6b7dbfb-ef29-4708-8016-72270f707e85\"},{\"parameterType\":\"complex\",\"children\":[],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"baseBank\",\"id\":\"6ab39de2-b926-4523-86cf-131d2d6fb509\"}],\"concreteType\":\"ObjectCom\",\"index\":7,\"parameterName\":\"custBanks\",\"id\":\"aee27ab1-7847-44b0-9878-f28df08cf792\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"description\":\"创建人编码\",\"parameterName\":\"creator\",\"id\":\"7a1f1c78-42a2-4119-88ef-2a640386665e\",\"example\":\"17633965916\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"description\":\"客商编码\",\"parameterName\":\"custcode\",\"id\":\"422bd076-0e43-4268-8e24-9e967dc55555\",\"example\":\"202499101111\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"description\":\"客商名称\",\"parameterName\":\"custname\",\"id\":\"87cfa6d0-5e25-4c02-87ce-1153b03c4961\",\"example\":\"测试管理档案客商111\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"description\":\"客商类型*必填\",\"parameterName\":\"custprop\",\"id\":\"cd9099f3-f658-4d69-9c06-4f6949b64c95\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"description\":\"客商分类01 内部 02外部 03 其他\",\"parameterName\":\"pk_areacl\",\"id\":\"b38026a3-a8d1-4b5d-82c0-923415892bb7\",\"example\":\"02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"description\":\"公司编码\",\"parameterName\":\"pk_corp\",\"id\":\"bb2a2635-f0eb-474e-b048-f51db1998277\",\"example\":\"01\"}],\"concreteType\":\"Object\",\"index\":11,\"parameterName\":\"parentvo\",\"id\":\"edcb3b5e-6203-49f3-968a-3dcb32e0b15a\"}],\"concreteType\":\"Object\",\"index\":1,\"parameterName\":\"billvo\",\"id\":\"187156c7-602c-4d44-8e0a-c327f2a08020\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"8a188bb6-d3d9-457d-b046-b9a6d3a81dae\",\"parameterName\":\"body\",\"first\":true}]', '[]', 159, '1', '2024-04-25 09:33:23', '1', '2024-04-25 09:33:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('54bee27f768c4f5cb51928f32b227ee9', 8000090012, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '35e3a711fea9409f94112b527adbd95f', '销售回款明细', '销售回款明细', '2', NULL, '1', '/cgi/crm/custom/v2/data/create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"efb6234d-df78-4016-bf1d-8eb2dc295305\",\"parameterName\":\"body\",\"first\":true}]', '[]', 66, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-09 15:27:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-09 15:27:09', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('551efc8bbf224ed58d9c5b99f4c32852', 8000160008, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'cfa2b6ddf6534ece89b297b3a5c502e0', '其他出库保存即签字', '其他出库保存即签字', '2', NULL, '1', '/u8cloud/api/ic/otherout/save/sign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"bonroadflag\",\"id\":\"08cd9a51-837e-4f69-a7e9-a9c5ce80cc5d\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"cinventoryid\",\"id\":\"08f9145b-2385-46bb-8922-23d305b3ea85\",\"example\":\"0001F81000000000HJFH\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"flargess\",\"id\":\"e8e39a04-931c-40d7-b351-d06f1e3227b0\",\"example\":\"N\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"cspaceid\",\"id\":\"83e249d0-9ea9-40b0-b81e-e7ae4527f8dc\",\"example\":\"1007F81000000000I19T\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"noutspacenum\",\"id\":\"607b83a9-df01-46b7-b05a-2bf8494475ed\",\"example\":\"0\"}],\"concreteType\":\"ObjectCom\",\"index\":5,\"parameterName\":\"locator\",\"id\":\"57fb6980-b5f1-457d-b9bd-7ce036453e8e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"noutnum\",\"id\":\"e25dac78-9055-4ec7-aca1-a584c2b21dbc\",\"example\":\"0\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"0adf4304-bb1d-41a1-8dd4-d945c2e226bb\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"coperatorid\",\"id\":\"6e81e723-b1af-4713-8c56-fe19a69beab7\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"cwarehouseid\",\"id\":\"a6802c07-6617-4f86-8569-6a4a244399a0\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"pk_calbody\",\"id\":\"1e515dd9-2049-411f-b065-969cf7fa2e75\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"pk_corp\",\"id\":\"60701db0-81d6-423b-afa3-e4735f81d442\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"vbillcode\",\"id\":\"6a56b584-ceaa-44ec-94d1-9f4f46442991\",\"example\":\"ceshi005\"}],\"concreteType\":\"Object\",\"index\":9,\"parameterName\":\"parentvo\",\"id\":\"84da4e56-1ea9-4e8c-b776-e84a75295471\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"GeneralBillVO_4I\",\"id\":\"4afa054e-811a-4c1c-8fb1-23e78d60d913\"}]', '[]', 10, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('56ddefa0dc824427811cf19c431ff932', 8000130000, NULL, '1', 'f004769d4bd54391ba35ce527d868900', '511ef28dce5340ad9312954357ca03db', 'Token获取', 'Token获取', '2', NULL, '1', 'kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":0,\"concreteType\":\"String\",\"id\":\"e020782d-970a-4f50-b7f0-88253b2e57b6\",\"parameterName\":\"tl\",\"required\":true,\"example\":\"bipV32207Service\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":1,\"concreteType\":\"String\",\"id\":\"756842b9-8827-412d-961a-f77be35bc24b\",\"parameterName\":\"as\",\"required\":true,\"example\":\"thirdInterface\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":2,\"concreteType\":\"String\",\"id\":\"18b387d3-0a05-412a-8ce5-8052793fd6d9\",\"parameterName\":\"dj\",\"required\":true,\"example\":\"thirdInterfaceGetToken\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":1,\"concreteType\":\"String\",\"description\":\"APP ID\",\"id\":\"ad5482ae-b05f-49d2-8816-9129f3580511\",\"parameterName\":\"client_id\",\"required\":true,\"example\":\"yonyou\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":2,\"concreteType\":\"String\",\"description\":\"公钥\",\"id\":\"e45231d3-99e6-47a4-aab3-552a211a86aa\",\"parameterName\":\"pubKey\",\"required\":true,\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEj3X6VynJmaVHBVU48d5ssVURfF3frgoBqUl4Glwqa3KqtsOgTLb+ZoAcD4hO6Trtqi3TUOMQlvBEUXiSCLTO2uqkDCRuhG796Pu/3r01QvJJQXcA4vQVUxIAxw4zWWZkjCT1Enu54vicbm2V3fK9CXJOq6hu32zq5yQjLKfkXFR372gkbB3o0H4bw6JxvXia66w/9/DTmHV+7ae5CX8zlap1k1x6Cg10Vb+6Gl1raz7P8iqdCxlbtcSQRmowLNYLf4jzSWXc8nFrp6XTumeq5H9kEpGo0qjHibwBVsIh0yjt+gbuSWyISkiniW6XV2T4ejRjahght7zWB1WWsmrwIDAQAB\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":3,\"concreteType\":\"String\",\"description\":\"对应于第三方应用注册当中的app_secret\",\"id\":\"f3ed5081-613b-44a8-8419-c666469d9e25\",\"parameterName\":\"client_secret\",\"required\":true,\"example\":\"5146c10153af4e779c26\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":4,\"concreteType\":\"String\",\"description\":\"ncc用户名\",\"id\":\"ad114266-7bf9-4d11-b524-8725fd155257\",\"parameterName\":\"username\",\"required\":true,\"example\":\"yonyou\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":5,\"concreteType\":\"String\",\"description\":\"ncc用户密码\",\"id\":\"71f8997f-4f22-4a8b-aa25-4acf34f8fe66\",\"parameterName\":\"pwd\",\"required\":true,\"example\":\"hzya@1314\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":6,\"concreteType\":\"String\",\"description\":\"访问的nccloud系统的账套code\",\"id\":\"556b7a57-dba4-4bda-b6a9-c396b206d302\",\"parameterName\":\"busi_center\",\"required\":true,\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":7,\"concreteType\":\"String\",\"description\":\"数据源名称\",\"id\":\"f2ad98cf-aad3-4fec-9fb4-32456c4f05c0\",\"parameterName\":\"dsname\",\"required\":true,\"example\":\"BIP\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":8,\"concreteType\":\"String\",\"description\":\"服务器ip:port\",\"id\":\"7d3995d8-6e41-486a-81a7-c2d77e316dbc\",\"parameterName\":\"baseUrl\",\"required\":true,\"example\":\"http://60.204.135.151:8088\"}],\"index\":0,\"concreteType\":\"Object\",\"id\":\"d820374d-a363-4c7d-b9de-b7bf982168e9\",\"parameterName\":\"body\",\"first\":true,\"required\":true,\"example\":\"\"}]', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":0,\"parameterName\":\"msg\",\"id\":\"9030ce26-5846-4fe2-969c-f9ebdba162ab\",\"example\":\"获取token成功\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"type\",\"id\":\"9a1671b1-4cef-4187-889c-53fb1add6d49\",\"example\":\"thirdInterfaceGetToken\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":2,\"parameterName\":\"flag\",\"id\":\"a1435550-8f53-40e6-a0c0-ea867dcafe84\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"status\",\"id\":\"fc2ac613-c6d3-42c5-b00f-827908638bb3\",\"example\":\"200\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"code\",\"id\":\"2c3ada80-6fe3-4c1f-bd39-d1f877308ec9\",\"example\":\"1000000000\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"access_token\",\"id\":\"2f430202-816b-4071-8f9a-5dfa66fa81e9\",\"example\":\"69586c5c0447c669f61a3be0fe94470c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"refresh_token\",\"id\":\"bcb668da-d8f4-4989-b187-0397a99ad791\",\"example\":\"02fdea13f28d9162e0939cc893fbcdba\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"security_key\",\"id\":\"ca4a1a3a-80a9-4c89-976e-6fe3adfb1346\",\"example\":\"h8h6DatHOnA2A0G0ABMYJ6SCMAEIzZtNfDDuE5G0KEg=\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"grant_type\",\"id\":\"f5398d06-67c5-4e82-998c-2586cee4519f\",\"example\":\"password\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":11,\"parameterName\":\"expires_in\",\"id\":\"84f681fb-6fd5-47b8-bf70-f61d7528a9b4\",\"example\":\"1000000\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":12,\"parameterName\":\"ts\",\"id\":\"c991aaf8-c18e-47e5-989b-fdb3d4acdce9\",\"example\":\"1710314022098\"}],\"concreteType\":\"Object\",\"index\":6,\"parameterName\":\"data\",\"id\":\"4b06d64b-4645-4e6f-8275-66b7744588a0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":13,\"parameterName\":\"success\",\"id\":\"5450e6bb-7560-45a4-b2a3-dc0ccc11b421\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"message\",\"id\":\"d6f19b96-725d-4fac-930d-e10b91b40863\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"errorStack\",\"id\":\"1840f457-b551-4465-8879-4db8b005ab41\"}],\"concreteType\":\"Object\",\"index\":4,\"parameterName\":\"attribute\",\"id\":\"088eb457-4efb-419a-a4fb-aab31eecddcd\"}]', 148, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-13 15:17:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-13 15:17:36', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('57bffa474b73467bb2325afad8fa0d98', 8000040023, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', '通用数据接口编辑', '通用数据接口编辑', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"73aa2dfe-58b1-4f2d-b518-099fd08119cc\",\"parameterName\":\"tl\",\"example\":\"generalDataServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"ad3f8eb6-dd2d-4b96-a6a7-3b260c45e088\",\"parameterName\":\"dj\",\"example\":\"updateEntity\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"id\",\"parameterName\":\"id\",\"id\":\"e4af794d-a55b-434b-ad68-798e28ab0a46\",\"required\":true,\"example\":\"8e3916b7c19f40328ec99e2a1e62df74\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"通用数据类型\",\"parameterName\":\"archivesType\",\"id\":\"1709ec76-3f0d-4acc-a11f-fd8af6bc64e6\",\"required\":true,\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"左名称\",\"parameterName\":\"leftName\",\"id\":\"cc7b6f18-e90b-4702-bf1b-93ea78aff607\",\"example\":\"数智中台测试\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"右名称\",\"parameterName\":\"rightName\",\"id\":\"da2aba32-d325-4c2e-96bd-7cfd390203d1\",\"example\":\"数据通用测试\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"b2c3305f-8e9e-46b2-9dd1-fb2e7ba3390c\",\"parameterName\":\"body\",\"first\":true}]', '[]', 194, '1', '2024-05-08 11:36:35', '1', '2024-05-08 11:36:35', 'Y', NULL, 'generalDataServiceImpl', 'updateEntity', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('585f29b69e20409cbb5e8ac1fb1f4e81', 8000090005, NULL, '1', 'f32abb417626461d997bdc7834b7e186', 'ceda2f22bd004c54b8d98f573aeaad57', '查询产品分类', '查询产品分类', '2', NULL, '1', '/cgi/crm/v2/data/product_category/service/getTree', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 59, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 09:32:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 09:32:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('58f2e7aa817449bd99219edcfe1381c2', 8000050001, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'db2bd8df59d74679a138df123a72e254', '速网U8C_销售订单保存即审批', '速网U8C_销售订单保存即审批', '2', NULL, '1', '/u8cloud/api/so/saleorder/saveapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"blargessflag\",\"id\":\"6f0c57fd-b5a0-4c24-9651-04390cac7316\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"cadvisecalbodyid\",\"id\":\"4d46f085-ecf4-426c-8216-458d5be02e04\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"cinventoryid\",\"id\":\"8ac81482-e8cc-47ad-ad11-8969da8b9ab6\",\"example\":\"0001F81000000000HJR7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"nnumber\",\"id\":\"815afec0-1a3e-41dd-84d5-65bcf871db6e\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"noriginalcurprice\",\"id\":\"6594589c-3913-43fb-a36e-8ba553f15f24\",\"example\":\"8.85\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"vostatus\",\"id\":\"33e3de7c-ae23-4efa-aca8-a69b3e2e603b\",\"example\":\"new\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"7490ddcf-5b49-4dea-aaca-def95b5139b7\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"bretinvflag\",\"id\":\"9e5f88fd-a2b2-434b-b5bd-3e63b6edb01e\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"cbiztype\",\"id\":\"b257ff66-6a06-4a01-8e14-fddee6423431\",\"example\":\"1001F810000000000003\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"ccalbodyid\",\"id\":\"688f54ca-6bbb-4482-bf73-14527f209e50\",\"example\":\"1001F81000000000290R\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"ccustomerid\",\"id\":\"9761c3a0-04e8-48cd-a0b3-078aa4fda30d\",\"example\":\"0001F81000000000HJRD\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"cdeptid\",\"id\":\"59b88197-0625-4ae1-a31e-989ac31c8641\",\"example\":\"1007F81000000000I2BN\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"coperatorid\",\"id\":\"02b2ea8f-00ba-433f-a954-8c4495ad3424\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"csalecorpid\",\"id\":\"75359be1-eb41-40da-acb7-a5ff82e70a55\",\"example\":\"0001F81000000000HKST\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"pk_corp\",\"id\":\"b1df1e06-eeca-4487-8620-eb5fd1c6abe8\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"vreceiptcode\",\"id\":\"0f9c2a41-eaf3-4c74-93a8-df5873aaf3aa\",\"example\":\"ceshi003\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"parentvo\",\"id\":\"831c8eee-d8bc-4399-82f2-77143226cf1d\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"saleorder\",\"id\":\"a37043a9-85f8-452a-a421-a426d47c927f\"}]', '[]', 8, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:48:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:48:24', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5c3f1aa86daa474fb99e40de4e495ae7', 8000090000, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '产品档案新增', NULL, '2', NULL, '1', '/cgi/crm/v2/data/create', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 45, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 14:59:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 14:59:06', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5c45eb99118b4404a7f0cf81f65d22ee', 8000040021, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', '通用数据接口查询', '通用数据接口查询', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"4997e140-f37d-4f0f-b476-db3db77ccbca\",\"parameterName\":\"tl\",\"example\":\"generalDataServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"9e81b470-cc07-4c73-b5cb-b231df104c11\",\"parameterName\":\"dj\",\"example\":\"queryEntityPage\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"通用数据类型\",\"parameterName\":\"archivesType\",\"id\":\"6fed9d0b-7d95-4404-bd98-aaec4bb04826\",\"required\":true,\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"左编码\",\"parameterName\":\"leftCode\",\"id\":\"10b4457a-ace6-4c90-9903-500e96908303\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"右编码\",\"parameterName\":\"rightCode\",\"id\":\"f486874d-84bd-4085-a49f-66b10ef89750\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"左应用编码\",\"parameterName\":\"leftAppCode\",\"id\":\"7f6854a8-8f89-4582-8d65-9bfe998e10aa\",\"example\":\"03\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"右应用编码\",\"parameterName\":\"rightAppCode\",\"id\":\"9f644e17-6f56-4a15-b85e-176c091fe06e\",\"example\":\"03\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"6db6ff9b-faa9-4a3a-81d7-c44b6db4cf0f\",\"parameterName\":\"body\",\"first\":true}]', '[]', 192, '1', '2024-05-08 11:38:02', '1', '2024-05-08 11:38:02', 'Y', NULL, 'generalDataServiceImpl', 'queryEntityPage', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5c5b7e17a561468aaaf4f9525afbb594', 8000050013, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', '4d416a46176c4830aaf8ea37fd7e7346', '其他出库保存', NULL, '2', NULL, '1', '/u8cloud/api/ic/otherout/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"88fffdf0-b0b2-44b8-b120-9c58fdfc2129\",\"parameterName\":\"body\",\"first\":true}]', '[]', 96, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:15:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:15:31', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5d272afcac76486e9fd09afaa3e374b8', 8000060005, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '部门档案修改', '部门档案修改', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Department/Modify', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"\",\"id\":\"40c4e3ee-d832-48e6-b900-2eecd614b821\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"f79e71d1-3619-4447-b273-e05124f9d28e\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"c4c2071a-1e0d-4cd6-8152-6a7c2d78b2a5\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"CreatedOn\",\"id\":\"97444359-2e75-456b-9e3d-e18210f8a9b7\",\"example\":\"2023-10-16T12:21:23\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"CreatedBy\",\"id\":\"f03a3dc9-ad5e-4530-bf93-b4c1df134a1e\",\"example\":\"admin\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"ModifiedOn\",\"id\":\"12c84112-1025-4f55-acce-c3f927a8d521\",\"example\":\"2023-10-16T12:21:23\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"ModifiedBy\",\"id\":\"ad94ca77-2378-4dd9-b9c4-c4d802b4abf8\",\"example\":\"admin\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":7,\"parameterName\":\"SysVersion\",\"id\":\"dae952f3-8fba-49cc-bcef-280e6eccc18f\",\"example\":0},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":9,\"parameterName\":\"ID\",\"id\":\"dc7a4478-6721-46ad-a071-acedf9e6f8c1\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"Code\",\"id\":\"670b960a-bfac-40f3-b3f6-fa49545960bc\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"Name\",\"id\":\"f61ce081-d2b4-4381-b871-711837b7d17b\",\"example\":\"杭州博华食品科技有限公司\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"Org\",\"id\":\"883e0c4c-1fd0-44f3-be05-edc378ae4650\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"Location\",\"id\":\"ef6c5992-635b-465f-9904-72c67228698b\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":14,\"parameterName\":\"ID\",\"id\":\"b0fd1912-cc2e-4746-b995-1359b2a1344d\",\"example\":\"1002309130110020\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"Code\",\"id\":\"3b2842a3-b145-4526-b815-0c65fba2d61f\",\"example\":\"1001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"Name\",\"id\":\"9fef99d0-b0ca-460a-b130-610909e1e1ae\",\"example\":\"工作日历\"}],\"concreteType\":\"Object\",\"index\":13,\"parameterName\":\"WorkCalendar\",\"id\":\"0c44b6a8-cd17-4882-93b4-b79933cdd1dc\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"MasterOrg\",\"id\":\"8a2fe588-e79a-4f60-bec2-2663ec777c18\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"Code\",\"id\":\"ed5883a1-9a28-4741-a6a3-7c546366dc90\",\"example\":\"AAA\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"Name\",\"id\":\"91b170a3-fa9a-4cfe-8c4a-e32e482af051\",\"example\":\"开发部\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"ShortName\",\"id\":\"78c23630-0db6-4b0e-98f0-f13a4c91e0a8\",\"example\":\"开发部\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"Description\",\"id\":\"3d9b00f7-05bd-40d0-a30a-f1799faa8192\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":23,\"parameterName\":\"IsEffective\",\"id\":\"1bca089b-b01f-4998-975e-05120e804758\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":24,\"parameterName\":\"EffectiveDate\",\"id\":\"808caf8e-62b6-4d46-9c23-28a95cfa3779\",\"example\":\"2000-01-01T00:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":25,\"parameterName\":\"DisableDate\",\"id\":\"4594c3ad-bd6a-40e0-9529-5852dca07a87\",\"example\":\"9999-12-31T00:00:00\"}],\"concreteType\":\"Object\",\"index\":22,\"parameterName\":\"Effective\",\"id\":\"cccd3f67-980a-4bf6-b1fb-f18d92ec1707\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":26,\"parameterName\":\"ParentNode\",\"id\":\"b293c494-86d3-4a9d-bbfd-4db4f599cd6e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":27,\"parameterName\":\"Level\",\"id\":\"916ebd23-4d60-4622-8a80-8377e72c2a2e\",\"example\":0},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":28,\"parameterName\":\"IsLeaf\",\"id\":\"cbbb6b17-29e3-4aa2-8a30-29ad057ea390\",\"example\":\"true\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":30,\"parameterName\":\"PrivateDescSeg1\",\"id\":\"bec41a00-1e1b-4bc5-acfa-4e4e74a27e9c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":31,\"parameterName\":\"PrivateDescSeg2\",\"id\":\"4135014c-5d77-4536-b000-801633ca030c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"PrivateDescSeg3\",\"id\":\"1f9c2e4e-4b74-48d5-8ed9-90a6e257bc93\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"PrivateDescSeg4\",\"id\":\"58f58bd2-ca5d-46de-aa95-f0d3dec5c9ad\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":34,\"parameterName\":\"PrivateDescSeg5\",\"id\":\"68dc886a-5bed-4837-a443-7e8a17719206\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":35,\"parameterName\":\"PrivateDescSeg6\",\"id\":\"64b55081-1f9c-4392-b49f-14f5ff0c3765\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":36,\"parameterName\":\"PrivateDescSeg7\",\"id\":\"b9437c48-fcfd-45df-932e-6277d250fa05\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":37,\"parameterName\":\"PrivateDescSeg8\",\"id\":\"effbc7ff-47be-4db2-b423-578864866db3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":38,\"parameterName\":\"PrivateDescSeg9\",\"id\":\"131345d5-e3f5-4f75-908a-64658ababb70\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":39,\"parameterName\":\"PrivateDescSeg10\",\"id\":\"93685743-5801-4390-a1e0-886bc75bd5ef\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":40,\"parameterName\":\"PrivateDescSeg11\",\"id\":\"cb216e1e-0004-4157-9ae6-c28c60d8f94d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":41,\"parameterName\":\"PrivateDescSeg12\",\"id\":\"b1064312-695b-453e-a340-1b5daa8b2c13\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":42,\"parameterName\":\"PrivateDescSeg13\",\"id\":\"47d1ec7c-f3b0-44e5-959e-48d631472a49\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":43,\"parameterName\":\"PrivateDescSeg14\",\"id\":\"2dce453a-1d9f-4a4b-b8ff-0dedd2e71cce\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":44,\"parameterName\":\"PrivateDescSeg15\",\"id\":\"2ca2f017-14ab-4292-b2cc-46d7338d94ca\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":45,\"parameterName\":\"PrivateDescSeg16\",\"id\":\"037bc83c-387a-44be-abfd-2b2a5059ebbb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":46,\"parameterName\":\"PrivateDescSeg17\",\"id\":\"4eab2931-ca13-4e7d-bdbd-1523a90c8a29\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":47,\"parameterName\":\"PrivateDescSeg18\",\"id\":\"cefb69d2-77bd-445e-8a87-d4449643d28b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":48,\"parameterName\":\"PrivateDescSeg19\",\"id\":\"6ccec348-6026-450f-894e-258af9fea887\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":49,\"parameterName\":\"PrivateDescSeg20\",\"id\":\"2e2dfdd8-1faf-4518-902a-f00e3c0b8299\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":50,\"parameterName\":\"PrivateDescSeg21\",\"id\":\"39085051-4723-4c9e-8c79-4792935dd9e0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":51,\"parameterName\":\"PrivateDescSeg22\",\"id\":\"8c3ea079-3222-4652-b863-559e05238e32\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":52,\"parameterName\":\"PrivateDescSeg23\",\"id\":\"4f78d081-7af6-4cdc-bd37-78c2bee0d7bb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":53,\"parameterName\":\"PrivateDescSeg24\",\"id\":\"2394aa23-175d-4fa3-be26-0d6166e57727\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":54,\"parameterName\":\"PrivateDescSeg25\",\"id\":\"fbd896e0-004b-427c-a74e-3bdd6fd33ed7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":55,\"parameterName\":\"PrivateDescSeg26\",\"id\":\"52dbdf73-ea76-4b9e-a3b4-63d84ab7d77e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":56,\"parameterName\":\"PrivateDescSeg27\",\"id\":\"5c60b0b8-932f-4db6-90ef-063790ca6792\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":57,\"parameterName\":\"PrivateDescSeg28\",\"id\":\"350317e2-59b6-4ea8-b4c1-1706af4cdd48\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":58,\"parameterName\":\"PrivateDescSeg29\",\"id\":\"405d2761-0e98-465d-a6d9-d89cdf8f7f0b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":59,\"parameterName\":\"PrivateDescSeg30\",\"id\":\"f7189682-125b-4ff0-846c-c21220bdd22f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":60,\"parameterName\":\"PubDescSeg1\",\"id\":\"e870a1b6-a8c3-4848-a9ec-cd8f8799d30b\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":61,\"parameterName\":\"PubDescSeg2\",\"id\":\"0da7d3c5-5007-4f51-9f0d-486afa02b014\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":62,\"parameterName\":\"PubDescSeg3\",\"id\":\"e0aae3ab-39bb-4bc3-a912-b6d1b0530a42\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":63,\"parameterName\":\"PubDescSeg4\",\"id\":\"8cdab71c-cb51-4ced-97ad-10d7acab5dcc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":64,\"parameterName\":\"PubDescSeg5\",\"id\":\"bf613ce9-8822-4633-8949-1f3f2c86a87f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":65,\"parameterName\":\"PubDescSeg6\",\"id\":\"ce5a0981-97e2-4cea-8ced-9d173ed38f89\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":66,\"parameterName\":\"PubDescSeg7\",\"id\":\"cbe4dbca-bc11-44e4-8b15-8a26bf3a124f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":67,\"parameterName\":\"PubDescSeg8\",\"id\":\"8e7b1f67-eac6-4e25-9019-ec9b6269aa9d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":68,\"parameterName\":\"PubDescSeg9\",\"id\":\"76517b2e-f15f-45a8-9a38-44a3fda24023\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":69,\"parameterName\":\"PubDescSeg10\",\"id\":\"fe5fcc98-0062-4051-9f77-722c3323c9f9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":70,\"parameterName\":\"PubDescSeg11\",\"id\":\"bd09e0dd-ce87-4c4b-853d-9a0932fe75cf\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":71,\"parameterName\":\"PubDescSeg12\",\"id\":\"1ac48aca-0d53-4595-8b20-536b57ae45c3\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":72,\"parameterName\":\"PubDescSeg13\",\"id\":\"61935780-839b-44dd-9a6f-9c194fbff0cc\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":73,\"parameterName\":\"PubDescSeg14\",\"id\":\"475e4b4a-8e3d-4c7a-a7ed-ebb9c2d1803c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":74,\"parameterName\":\"PubDescSeg15\",\"id\":\"f454c1e0-a592-4bf5-a6ba-6d9580122453\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":75,\"parameterName\":\"PubDescSeg16\",\"id\":\"c92b93e5-937b-42e0-ad27-095283eed65c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":76,\"parameterName\":\"PubDescSeg17\",\"id\":\"ca27ed62-d661-40ef-bbaf-dd7d865612cb\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":77,\"parameterName\":\"PubDescSeg18\",\"id\":\"e7d4f906-9e09-465f-aa54-63eab2417ce0\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":78,\"parameterName\":\"PubDescSeg19\",\"id\":\"092dfce6-7b15-469c-b201-b969cfa684ef\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":79,\"parameterName\":\"PubDescSeg20\",\"id\":\"c8d0515d-b694-47bc-839e-ca82dcdcb848\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":80,\"parameterName\":\"PubDescSeg21\",\"id\":\"f1983862-c264-49f6-8aed-912cc35b163d\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":81,\"parameterName\":\"PubDescSeg22\",\"id\":\"1dff051b-b42f-4c4a-872f-5ccd84e4ae8a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":82,\"parameterName\":\"PubDescSeg23\",\"id\":\"45045fe8-f877-423f-bc01-d227d5ac0ff9\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":83,\"parameterName\":\"PubDescSeg24\",\"id\":\"af33bde9-cff2-46b8-ab5f-d5b5330e01f2\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":84,\"parameterName\":\"PubDescSeg25\",\"id\":\"d2b29cc3-fc27-4137-bc65-af2206774c95\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":85,\"parameterName\":\"PubDescSeg26\",\"id\":\"7493c758-793a-4170-87d8-662759fd3906\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":86,\"parameterName\":\"PubDescSeg27\",\"id\":\"5a2f0d40-3339-4ce8-a17f-d988412c0984\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":87,\"parameterName\":\"PubDescSeg28\",\"id\":\"17f7f2a8-3bcf-44ad-8719-23f8325f00f4\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":88,\"parameterName\":\"PubDescSeg29\",\"id\":\"1a2add6b-fa06-4489-9d2a-2edf6cfdfe08\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":89,\"parameterName\":\"PubDescSeg30\",\"id\":\"50ffa6cc-acc1-4710-8c59-1e80412c4fd7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":90,\"parameterName\":\"PubDescSeg31\",\"id\":\"eb4f1894-14cc-45b2-b474-af078967cf9e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":91,\"parameterName\":\"PubDescSeg32\",\"id\":\"797237ea-cb2e-469e-80b2-07730bd2349a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":92,\"parameterName\":\"PubDescSeg33\",\"id\":\"70734150-4a00-4155-a1f2-0ff70fdde7fd\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":93,\"parameterName\":\"PubDescSeg34\",\"id\":\"85fb6c4a-1196-4aed-b73b-edb08a787c2e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":94,\"parameterName\":\"PubDescSeg35\",\"id\":\"5f2ab625-edc6-4884-b99f-5b5cf8402f53\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":95,\"parameterName\":\"PubDescSeg36\",\"id\":\"407bc166-5c21-4017-9b30-efb3f5cdc5f7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":96,\"parameterName\":\"PubDescSeg37\",\"id\":\"4adede04-ff88-43e0-a87d-80181072a943\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":97,\"parameterName\":\"PubDescSeg38\",\"id\":\"f19981d9-ca06-4e15-859b-02c7bc15a49f\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":98,\"parameterName\":\"PubDescSeg39\",\"id\":\"2de939b2-74bf-44a6-a5c8-86eda470708a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":99,\"parameterName\":\"PubDescSeg40\",\"id\":\"38c592e1-db72-45e7-ad5b-4136a67ba944\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":100,\"parameterName\":\"PubDescSeg41\",\"id\":\"d635b675-9ec7-4974-959b-0af647db2603\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":101,\"parameterName\":\"PubDescSeg42\",\"id\":\"3e7a5b3b-1247-4b60-92fa-35596c6ff809\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":102,\"parameterName\":\"PubDescSeg43\",\"id\":\"fd57197d-3940-48fc-8103-21b4574f1564\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":103,\"parameterName\":\"PubDescSeg44\",\"id\":\"41c9f7ee-8e4c-4c82-9200-081083259619\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":104,\"parameterName\":\"PubDescSeg45\",\"id\":\"4942bd92-b056-4b21-a833-fcce29102141\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":105,\"parameterName\":\"PubDescSeg46\",\"id\":\"6cf310c9-1e33-45b0-af55-3e250b879994\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":106,\"parameterName\":\"PubDescSeg47\",\"id\":\"743c3ca4-a086-45c9-8099-9ddbb3504d44\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":107,\"parameterName\":\"PubDescSeg48\",\"id\":\"6e03e962-dee8-4b9d-98a9-a57d28305265\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":108,\"parameterName\":\"PubDescSeg49\",\"id\":\"4aee9abf-a65d-48ef-8778-6682148a4f3c\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":109,\"parameterName\":\"PubDescSeg50\",\"id\":\"c56e6df1-242e-4bd1-a383-3ae367665c3b\",\"example\":\"\"}],\"concreteType\":\"Object\",\"index\":29,\"parameterName\":\"DescFlexField\",\"id\":\"9b1a5f08-b345-42c5-82e7-7968ef090dca\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":110,\"parameterName\":\"TreeDisplayName\",\"id\":\"3cd023e6-cf6b-4f34-a400-47ef70120396\",\"example\":\"开发部\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":111,\"parameterName\":\"IsMFG\",\"id\":\"4be9fc29-eb18-43ed-8a3a-5cf6c716bb18\",\"example\":false}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"0\",\"id\":\"9cc09094-d13c-458e-80ef-a7e3b696de5c\"}]', '[]', 17, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:19:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:19:36', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5e2bd4352ed745609fdd945a9afd071c', 8000080000, NULL, '1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '商品档案新增', '商品档案新增', '2', NULL, '1', '/openapi/product/item/add', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 47, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:11:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:11:05', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5e395197531c4108991435326909265b', 8000020000, NULL, '1', '976535a247a542879da5e6efcea270de', '0475339ca7244b8a8e9486e8039c54f1', '速网U8C_客商档案新增', '速网U8C_客商档案新增', '2', NULL, '1', '/u8cloud/api/uapbd/custdoc/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"accname\",\"id\":\"69014133-b81e-4a9d-82fc-7c29821e77f9\",\"example\":\"666601\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"account\",\"id\":\"51980e53-c1dd-448a-bf36-d24fd817b1a5\",\"example\":\"test001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"accountname\",\"id\":\"97111e2d-8df9-4465-a241-e1969b032287\",\"example\":\"zy测试银行账户\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"banktypename\",\"id\":\"176cd4c8-5228-4dd6-bee7-2101f09a16d3\",\"example\":\"6666\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"defflag\",\"id\":\"8d833cbf-a396-41af-ba52-cb58b3aa5a74\",\"example\":\"Y\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_currtype\",\"id\":\"d80241ec-c9fb-480c-9e0a-bd1589595a20\",\"example\":\"CNY\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"status\",\"id\":\"2c7d4b42-b26e-4aa9-a294-3b330e08cf70\",\"example\":\"2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"unitname\",\"id\":\"9e6a593f-e35f-456e-879a-41d3d63bb94b\",\"example\":\"测试001\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"banks\",\"id\":\"3815c339-d96b-40d6-a96c-81b8cf68be28\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"conaddr\",\"id\":\"b5990933-94e0-4015-9f53-2ce6fa9bc3da\",\"example\":\"测试33145411113\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"creator\",\"id\":\"f0cce0b5-b5fa-4ea7-8f15-f1ac075eb7f1\",\"example\":\"0001F8100000000000PL\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"custcode\",\"id\":\"853453c3-dad1-4155-998b-9d1c4b8e2acd\",\"example\":\"ceshi007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"custname\",\"id\":\"2b06423d-827a-465d-b829-42471733fa51\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"custprop\",\"id\":\"c4277bcb-7d80-4c12-8508-935086e2c7df\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"custshortname\",\"id\":\"6c02f4ec-618c-4973-babe-a0c81c179743\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"freecustflag\",\"id\":\"48c1d795-4396-4189-8f22-9228b2424fce\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"isconnflag\",\"id\":\"92be035c-eb7c-46be-a2c3-5e48ce18cf4f\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"pk_areacl\",\"id\":\"8bc3d731-ab42-46d5-afc3-3227de0df96b\",\"example\":\"01\"}],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"parentvo\",\"id\":\"627af933-4b7f-433b-beb5-f2a49b50cfaa\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"cbdocvo\",\"id\":\"33aac70c-d95a-475d-8f98-28925223f305\"}]', '[]', 2, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-24 14:52:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-24 14:52:28', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5f056f22abb341af96db69b4b296a022', 8000060036, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '新增收款单', '新增收款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RecBill/Create', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"e9bce36d-b06f-44c6-9786-3803f213931f\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"847a61b5-93a7-405e-a7a1-caca3b4a9164\",\"parameterName\":\"body\",\"first\":true}]', '[]', 74, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:40:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:40:42', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5f331099176c4036808f9d4a9fa6a68d', 8000090007, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '通过商品主键查询产品ID', NULL, '2', NULL, '1', '/cgi/crm/v2/data/query', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 61, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:09:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:09:40', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5f47ba2c43014d159860773a024fc776', 8000060045, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '弃审付款单', '弃审付款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/PayBill/UnApprove', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"dffc8fc7-6d96-48ef-b74b-0f26c36188b5\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"cd78c28b-952f-4626-9d05-c5c9573e3bbf\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"f2d639d5-58bc-4c86-8d4e-ac0c34307985\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"53003d09-15fb-4392-a080-3ca4ecf5a83c\",\"example\":\"\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"f1a705bc-7a8b-4478-b15d-91804487ca8c\",\"parameterName\":\"body\",\"first\":true}]', '[]', 83, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:47:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:47:00', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('5f6574be45704cf59a62ccff09d2d9cd', 8000060046, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '删除调入单', '删除调入单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/TransferIn/Approve', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"bdfc44e0-5cc9-4ee9-b020-b67af232f1fe\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"index\":0,\"id\":\"59b0f3d7-da91-49fe-bb62-75661979ba95\",\"parameterName\":\"body\",\"first\":true}]', '[]', 84, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:47:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:47:48', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('604b8ec011e44807a14955a5b871f7e6', 8000060075, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '应付单审核', NULL, '2', NULL, '1', '/webapi/APBill/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"e4c1b68a-82db-48db-bb56-73cf6b22a51e\",\"parameterName\":\"body\",\"first\":true}]', '[]', 115, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:26:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:26:51', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6064dd29d4334da396a00ab112f2102f', 8000040027, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '凭证删除', '凭证删除', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":0,\"parameterName\":\"tl\",\"id\":\"30f2f420-0703-440e-bc20-ceb8159c5fa4\",\"example\":\"axServiceImpl\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"dj\",\"id\":\"07401962-9346-495e-b9d1-ce87d329909a\",\"example\":\"thirdInterfaceVoucherInsert\"}]', '[]', '1', '[{\"id\":\"bb7fefb9-4801-47d4-bfbd-f208a53d35de\",\"parameterName\":\"body\",\"first\":true}]', '[]', 201, '1', '2024-05-09 11:19:11', '1', '2024-05-09 11:19:11', 'Y', NULL, NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('60ccf7c8bc0c44c5a977f7e70c28730e', 8000060049, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '删除销售订单', '删除销售订单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/SO/Delete', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"c955a7a9-78fc-44e5-8d52-0e466e390f6d\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"00f812a2-8424-497e-b053-9bbe2fab48a8\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"635eb771-1128-4ad7-8d50-17bf25b94a1e\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"ef6c3802-56e3-488f-a137-71e675fcc17d\",\"example\":\"SO-BH-202312345\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"e052b032-412d-4700-8a62-6f7c8cc3b864\",\"parameterName\":\"body\",\"first\":true}]', '[]', 87, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:49:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:49:55', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6313e31ecc1f4edbb9fbaa4624d6f386', 8000060084, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '凭证删除', NULL, '2', NULL, '1', '/webapi/Voucher/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"82fe1132-1a12-4414-a4fc-124460c116d0\",\"parameterName\":\"body\",\"first\":true}]', '[]', 124, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:32:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:32:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('64bdddf2fbcd40b795ab670b9b66c47f', 8000130004, NULL, '1', 'f004769d4bd54391ba35ce527d868900', '41566e4bf9df42cd9a1779a06e53097b', '按编码删除项目', '按编码删除项目', '1', '56ddefa0dc824427811cf19c431ff932', '1', 'kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":0,\"concreteType\":\"String\",\"id\":\"e020782d-970a-4f50-b7f0-88253b2e57b6\",\"parameterName\":\"tl\",\"required\":true,\"example\":\"bipV32207Service\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":1,\"concreteType\":\"String\",\"id\":\"756842b9-8827-412d-961a-f77be35bc24b\",\"parameterName\":\"as\",\"required\":true,\"example\":\"thirdInterface\"},{\"parameterType\":\"fundamental\",\"length\":\"50\",\"index\":2,\"concreteType\":\"String\",\"id\":\"18b387d3-0a05-412a-8ce5-8052793fd6d9\",\"parameterName\":\"dj\",\"required\":true,\"example\":\"thirdInterfaceGetToken\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"authport\",\"concreteType\":\"String\",\"index\":1,\"description\":\"认证access_token\",\"parameterName\":\"access_token\",\"id\":\"b21df67b-e4e6-421a-b811-ddfc1a76917b\",\"example\":[\"attribute\",\"data\",\"access_token\"]},{\"parameterType\":\"authport\",\"concreteType\":\"String\",\"index\":2,\"description\":\"认证security_key\",\"parameterName\":\"security_key\",\"id\":\"0e62f66f-bb90-422c-953e-2e8229270b99\",\"example\":[\"attribute\",\"data\",\"security_key\"]},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"服务器ip:port\",\"parameterName\":\"baseUrl\",\"id\":\"d00f4918-488d-4a47-9d55-0b27b3d0f619\",\"example\":\"http://60.204.135.151:8088/\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"api方法\",\"parameterName\":\"apiUrl\",\"id\":\"e1c6c861-d362-4a19-aa91-16a8c58f1d68\",\"example\":\"nccloud/api/uapbd/project/projectdelete/deleteBycodeAndPkorg\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"对应于在第三方应用注册当中的app_id\",\"parameterName\":\"client_id\",\"id\":\"62a1f544-490d-4274-8da7-0167987bfec5\",\"example\":\"yonyou\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"公钥\",\"parameterName\":\"pubKey\",\"id\":\"72d1fef6-34de-4bff-8cc4-7e309105709b\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEj3X6VynJmaVHBVU48d5ssVURfF3frgoBqUl4Glwqa3KqtsOgTLb+ZoAcD4hO6Trtqi3TUOMQlvBEUXiSCLTO2uqkDCRuhG796Pu/3r01QvJJQXcA4vQVUxIAxw4zWWZkjCT1Enu54vicbm2V3fK9CXJOq6hu32zq5yQjLKfkXFR372gkbB3o0H4bw6JxvXia66w/9/DTmHV+7ae5CX8zlap1k1x6Cg10Vb+6Gl1raz7P8iqdCxlbtcSQRmowLNYLf4jzSWXc8nFrp6XTumeq5H9kEpGo0qjHibwBVsIh0yjt+gbuSWyISkiniW6XV2T4ejRjahght7zWB1WWsmrwIDAQAB\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":8,\"concreteType\":\"String\",\"id\":\"1190ffbe-e0bc-42a9-82d6-2b873fa9c92d\",\"parameterName\":\"pk_org\",\"example\":\"0001A110000000000JEE\"},{\"parameterType\":\"fundamental\",\"index\":9,\"concreteType\":\"String\",\"id\":\"28430295-c6a8-49dd-bfa7-7422d0a613a4\",\"parameterName\":\"code\",\"example\":\"1231231231231\"}],\"concreteType\":\"Object\",\"index\":7,\"parameterName\":\"sendData\",\"id\":\"296783a5-67f0-41c2-b516-1f65a514fd15\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"ab074e94-3919-48d6-a277-215a76a52d71\",\"parameterName\":\"body\",\"first\":true}]', '[]', 152, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-11 16:09:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-11 16:09:14', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('66b5a12d0469498d8fc77d9f68bf7e48', 8000170000, NULL, '1', 'da5e0a5c24c24545afacbbf57ecdecc1', '828060f7087b46b8a6277b08053845ec', '测试', NULL, '2', NULL, '1', '测试', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"05d53779-0c91-4894-8191-e700dbe5cf6b\",\"parameterName\":\"body\",\"first\":true}]', '[]', 172, '1', '2024-04-25 13:59:54', '1', '2024-04-25 13:59:54', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6c4e9ea02f9948fb8320b037e4418071', 8000050012, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'ff4edfc860694190b5d6842447413ad9', '其他入库保存', NULL, '2', NULL, '1', '/u8cloud/api/ic/otherin/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"f4f093a5-8a32-4752-a89c-c251b7344c72\",\"parameterName\":\"body\",\"first\":true}]', '[]', 95, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:14:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:14:37', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6c9d61fe0c574724a0fe1cc7bfdaadc8', 8000060091, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '销售退货单弃审', NULL, '2', NULL, '1', '/webapi/RMA/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"b646b7ac-1924-4a4e-b556-01e9df3d0615\",\"parameterName\":\"body\",\"first\":true}]', '[]', 131, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:58:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:58:49', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6cc26d777ea6417fb4fa86c6c9b5944d', 8000090009, NULL, '1', 'f32abb417626461d997bdc7834b7e186', 'fb311d39465e473491c8269b415541f8', '库存信息新增', NULL, '2', NULL, '1', '/cgi/crm/custom/v2/data/create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"14e58109-bc91-4837-8a41-c7964f1bcce0\",\"parameterName\":\"body\",\"first\":true}]', '[]', 63, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:15:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:15:22', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6d92cb3ea4274289acfbef188dc35b53', 8000060076, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '应付单弃审', NULL, '2', NULL, '1', '/webapi/APBill/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"ae29a41c-1e7c-4d16-9ed4-96b028c9dd39\",\"parameterName\":\"body\",\"first\":true}]', '[]', 116, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:27:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:27:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6da423c8c6914f59996adcb5520373b3', 8000060080, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '应收单提交', NULL, '2', NULL, '1', '/webapi/ARBill/Submit', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"9462088c-683d-4e1d-b1a7-ceda05192c9d\",\"parameterName\":\"body\",\"first\":true}]', '[]', 120, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:29:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:29:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6e38b7eb8dbd4cb7a24e3ffecbf83f86', 8000040014, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '存货分类新增', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"9d4ef7a8-3a0f-4f5f-9981-b67b5dbf2f90\",\"parameterName\":\"body\",\"first\":true}]', '[]', 185, '1', '2024-04-28 13:55:47', '1', '2024-04-28 13:55:47', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('6eef238f7d664bd3bdf8fb644e855b53', 8000050002, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'bdd9f3b2f67443ea8b983e6b97c8c51d', '存货档案新增', '存货档案新增', '2', NULL, '1', '/u8cloud/api/uapbd/invbasdoc/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"assistunit\",\"id\":\"02687afb-b84c-47a6-b4cd-5cabc242730d\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"invcode\",\"id\":\"5ec2b4b8-f51b-4960-8d55-e282255891b4\",\"example\":\"ceshi0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"invname\",\"id\":\"7c7787c7-a32b-43c5-bc3c-c69094a91d64\",\"example\":\"测试0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"pk_invcl\",\"id\":\"906bc4d5-eed5-43c0-ab8a-5e8175604aca\",\"example\":\"0001F81000000000HJ8C\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"pk_measdoc\",\"id\":\"816a4d37-9911-4e33-a2bf-71d6a2bdd383\",\"example\":\"0001F81000000000HJ8M\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_taxitems\",\"id\":\"fe95d3a5-3771-4180-abf8-c2aca7884417\",\"example\":\"40040000000000000082\"}],\"concreteType\":\"Object\",\"index\":1,\"parameterName\":\"parentvo\",\"id\":\"8ee94f28-8353-4898-9def-26c47741ed9a\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"invbasdoc\",\"id\":\"70de5cb4-4ba7-4089-9faf-7ec7dedcc74e\"}]', '[]', 4, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:32:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:32:31', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('708a3e7de91f4b0e8c0ae2a4c5e17728', 8000060028, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '杂发单删除', NULL, '2', NULL, '1', '/webapi/MiscShip/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 40, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:54:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:54:15', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('70a7fbbecb46408eb5f829b57cf710fc', 8000060006, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '部门档案删除', '部门档案删除', '2', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Department/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"index\":0,\"id\":\"cc41fc41-a566-411b-b866-86f4d883e5a3\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"DeptCode\",\"id\":\"e69cae5b-7d4e-4653-a246-4020d3564054\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"OrgCode\",\"id\":\"7e76a929-0a1f-4463-99c0-44f4bab78b8e\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"OtherID\",\"id\":\"3afcdb77-2426-4aa7-8a18-8ee6c5d44a80\",\"example\":\"\"}],\"concreteType\":\"Object\",\"index\":1,\"parameterName\":\"0\",\"id\":\"a3424c1e-e788-4d3a-894c-d2e134f88b8a\"}]', '[]', 18, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:40:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:40:01', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('71347cf11110404fa723e9e3a52db2dd', 8000160022, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', '项目基本档案-修改', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdjobbasfil/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"是否完工\",\"parameterName\":\"finishedflag\",\"id\":\"2502ab3a-94af-4b93-b7a7-2d4d782f7cfc\",\"example\":\"false\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"预计完工日期\",\"parameterName\":\"forecastenddate\",\"id\":\"ac71ec27-c9a0-46b9-a7a1-636361aaac78\",\"example\":\"2024-09-22\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"项目编码\",\"parameterName\":\"jobcode\",\"id\":\"143102b8-27a4-4ab8-9eaf-a4cf8a543031\",\"example\":\"20249001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"项目名称\",\"parameterName\":\"jobname\",\"id\":\"fbb69482-02e0-4dac-ada2-f0d11ab4a63d\",\"example\":\"测试项目1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"所属公司 默认0001\",\"parameterName\":\"pk_corp\",\"id\":\"16366b81-2276-4063-a396-100028a0adcf\",\"example\":\"0001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"项目分类\",\"parameterName\":\"pk_jobcl\",\"id\":\"70acfe17-ce24-40a8-b8a9-88bd7e0ee67d\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"项目类型\",\"parameterName\":\"pk_jobtype\",\"id\":\"4572e196-1041-4f50-b0fe-e39ea3e18708\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"项目主键\",\"parameterName\":\"pk_jobbasfil\",\"id\":\"6deb9590-517b-4811-af03-ffee60a8f70c\",\"example\":\"0001F1100000000008B9\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"jobbasfils\",\"id\":\"0bf3769a-37fc-46fa-a21d-b9e5ce4b2ebe\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"bde85557-d1cc-4b4f-afbd-3224903c9214\",\"parameterName\":\"body\",\"first\":true}]', '[]', 163, '1', '2024-04-24 16:48:35', '1', '2024-04-24 16:48:35', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('713ce15bd20846639e2a81c093c2918d', 8000060101, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '成品入库单下达', NULL, '2', NULL, '1', '/', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"3e03c0ca-2b9b-4e78-97cd-f04ef6ccc989\",\"parameterName\":\"body\",\"first\":true}]', '[]', 141, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:11:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:11:07', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('72b5d0dcc4234eef95ca35cd922935ea', 8000090014, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '产品修改', NULL, '2', NULL, '1', '/cgi/crm/v2/data/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"1ca4f6ff-d440-4e7d-9602-51bb20b03e55\",\"parameterName\":\"body\",\"first\":true}]', '[]', 143, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 13:32:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 13:32:25', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('72e4fc5dc2da41c599013526700428c2', 8000130002, NULL, '1', 'f004769d4bd54391ba35ce527d868900', '511ef28dce5340ad9312954357ca03db', '新增项目档案', '新增项目档案', '1', '56ddefa0dc824427811cf19c431ff932', '1', 'kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"29595b03-9958-481c-b1bc-d0498e02a4f7\",\"parameterName\":\"tl\",\"example\":\"bipV32207Service\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"c989d98c-e125-4f2d-ab1a-f9c94e080cb4\",\"parameterName\":\"as\",\"example\":\"thirdInterface\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"183c297a-a63d-453a-b473-a74fc4d9e0cf\",\"parameterName\":\"dj\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"authport\",\"concreteType\":\"String\",\"index\":1,\"description\":\"认证access_token\",\"parameterName\":\"access_token\",\"id\":\"b21df67b-e4e6-421a-b811-ddfc1a76917b\",\"example\":[\"attribute\",\"data\",\"access_token\"]},{\"parameterType\":\"authport\",\"concreteType\":\"String\",\"index\":2,\"description\":\"认证security_key\",\"parameterName\":\"security_key\",\"id\":\"0e62f66f-bb90-422c-953e-2e8229270b99\",\"example\":[\"attribute\",\"data\",\"security_key\"]},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"服务器ip:port\",\"parameterName\":\"baseUrl\",\"id\":\"d00f4918-488d-4a47-9d55-0b27b3d0f619\",\"example\":\"http://60.204.135.151:8088/\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"api方法\",\"parameterName\":\"apiUrl\",\"id\":\"e1c6c861-d362-4a19-aa91-16a8c58f1d68\",\"example\":\"nccloud/api/uapbd/projectmanage/project/add\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"对应于在第三方应用注册当中的app_id\",\"parameterName\":\"client_id\",\"id\":\"62a1f544-490d-4274-8da7-0167987bfec5\",\"example\":\"yonyou\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"公钥\",\"parameterName\":\"pubKey\",\"id\":\"72d1fef6-34de-4bff-8cc4-7e309105709b\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEj3X6VynJmaVHBVU48d5ssVURfF3frgoBqUl4Glwqa3KqtsOgTLb+ZoAcD4hO6Trtqi3TUOMQlvBEUXiSCLTO2uqkDCRuhG796Pu/3r01QvJJQXcA4vQVUxIAxw4zWWZkjCT1Enu54vicbm2V3fK9CXJOq6hu32zq5yQjLKfkXFR372gkbB3o0H4bw6JxvXia66w/9/DTmHV+7ae5CX8zlap1k1x6Cg10Vb+6Gl1raz7P8iqdCxlbtcSQRmowLNYLf4jzSWXc8nFrp6XTumeq5H9kEpGo0qjHibwBVsIh0yjt+gbuSWyISkiniW6XV2T4ejRjahght7zWB1WWsmrwIDAQAB\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"项目基本分类\",\"parameterName\":\"pk_eps\",\"id\":\"4184b4cc-5536-40f3-93c7-d59ab09d18bf\",\"example\":\"1001A110000000004XJI\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"description\":\"集团\",\"parameterName\":\"pk_group\",\"id\":\"d689542e-50ec-442a-b5a7-8c9911a5aff0\",\"example\":\"0001A110000000000JEE\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"description\":\"项目组织\",\"parameterName\":\"pk_org\",\"id\":\"20fac05d-d8b4-4ded-984d-54471f0f40c5\",\"example\":\"0001A110000000000JEE\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"description\":\"项目编码\",\"parameterName\":\"project_code\",\"id\":\"5a544f23-1805-4684-a673-aff249251c97\",\"example\":\"1231231231231121\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"description\":\"项目名称\",\"parameterName\":\"project_name\",\"id\":\"4b3f0132-cd10-4ec0-85ed-73bbf4eccc03\",\"example\":\"测试项目5\"}],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"billhead\",\"id\":\"622de540-cfef-4acb-9bf2-b0c893ec20a4\"}],\"concreteType\":\"Object\",\"index\":9,\"parameterName\":\"bill\",\"id\":\"3f6b1636-08af-4ac9-be4f-3d3a95b58e5c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"description\":\"账套编码\",\"parameterName\":\"account\",\"id\":\"4e21af10-299b-48c7-9dbb-08f46ebdd81a\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"description\":\"单据类型\",\"parameterName\":\"billtype\",\"id\":\"abfe36ac-44c8-4e11-a2f8-d8a92208d32f\",\"example\":\"project\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"description\":\"集团编码\",\"parameterName\":\"groupcode\",\"id\":\"a297b699-71fb-40b3-b339-ef9d914c676b\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"description\":\"是否使用NC翻译\",\"parameterName\":\"isexchange\",\"id\":\"724d345c-7041-4183-bf92-f76e4a837f18\",\"example\":\"Y\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"description\":\"是否允许更新\",\"parameterName\":\"replace\",\"id\":\"1c982633-83be-415a-881c-7f4ce4c684d2\",\"example\":\"Y\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"description\":\"发送方编码\",\"parameterName\":\"sender\",\"id\":\"e1cb04ce-031d-465e-9256-4fb12ff6cff1\",\"example\":\"default\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":22,\"description\":\"id为外部网传入,供外部网设置存储表中的对应关系使用,在接口的内部逻辑中不用此id。使用修改接口修改\",\"parameterName\":\"id\",\"id\":\"153b120b-8fec-4dfc-8d28-3929a4f57217\",\"example\":\"123123123123\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"ufinterface\",\"id\":\"659c1503-28fa-44d6-a3ea-2f161f8c66b4\"}],\"concreteType\":\"Object\",\"index\":7,\"parameterName\":\"sendData\",\"id\":\"296783a5-67f0-41c2-b516-1f65a514fd15\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"ab074e94-3919-48d6-a277-215a76a52d71\",\"parameterName\":\"body\",\"first\":true}]', '[]', 150, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-15 08:46:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-15 08:46:03', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('72e990cf68034da29af40b175ddf2cef', 8000060051, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '提交销售订单', '提交销售订单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/SO/Submit', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"7508c96c-af68-4e34-9fb1-d2483c5d5388\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"414cdd4d-f3df-4653-86c2-a4cb1a99fcfe\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"0ebb6f93-404e-49d6-aff5-51d8f3e838dc\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"aab6eca7-ff75-4c8c-b90e-43b9a9ccb5e6\",\"example\":\"SO-BH-202312345\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"e9537156-27fc-4086-b2d1-2f1b23d4613d\",\"parameterName\":\"body\",\"first\":true}]', '[]', 89, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:51:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:51:18', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('7513bb4c0670434490afe47916f9a34f', 8000160017, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'f9ff31bd070a440d8bfb42ee633811d4', '部门档案-删除', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bddept/delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"部门编码\",\"parameterName\":\"code\",\"id\":\"e13e0b00-c177-4480-91ae-287eaf28f729\",\"example\":\"99\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"部门主键\",\"parameterName\":\"id\",\"id\":\"16f64405-3771-4bd7-80cc-c154442fe8e4\",\"example\":\"1001F11000000000676O\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"公司编码\",\"parameterName\":\"unitcode\",\"id\":\"62bc6f7d-99a4-4ce9-85b5-1238d5705cbf\",\"example\":\"01\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"cfefc53a-367b-448d-88bb-618d5db4e43c\",\"parameterName\":\"body\",\"first\":true}]', '[]', 158, '1', '2024-04-24 15:02:53', '1', '2024-04-24 15:02:53', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('7873491605e3492fb576f9dea1b76dbe', 8000060098, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '成品入库单新增', NULL, '2', NULL, '1', '/webapi/RcvRptDoc/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"91850b04-353a-4600-b946-a70cff2cc9be\",\"parameterName\":\"body\",\"first\":true}]', '[]', 138, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:09:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:09:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('78d2aab61dca4540bcb0ad878cf7c73c', 8000050003, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', '604d9eab4b774b1ca3757bfcad1fc798', '速网U8C_客商档案新增', '速网U8C_客商档案新增', '2', NULL, '1', '/u8cloud/api/uapbd/custdoc/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"accname\",\"id\":\"69014133-b81e-4a9d-82fc-7c29821e77f9\",\"example\":\"666601\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"account\",\"id\":\"51980e53-c1dd-448a-bf36-d24fd817b1a5\",\"example\":\"test001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"accountname\",\"id\":\"97111e2d-8df9-4465-a241-e1969b032287\",\"example\":\"zy测试银行账户\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"banktypename\",\"id\":\"176cd4c8-5228-4dd6-bee7-2101f09a16d3\",\"example\":\"6666\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"defflag\",\"id\":\"8d833cbf-a396-41af-ba52-cb58b3aa5a74\",\"example\":\"Y\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_currtype\",\"id\":\"d80241ec-c9fb-480c-9e0a-bd1589595a20\",\"example\":\"CNY\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"status\",\"id\":\"2c7d4b42-b26e-4aa9-a294-3b330e08cf70\",\"example\":\"2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"unitname\",\"id\":\"9e6a593f-e35f-456e-879a-41d3d63bb94b\",\"example\":\"测试001\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"banks\",\"id\":\"3815c339-d96b-40d6-a96c-81b8cf68be28\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"conaddr\",\"id\":\"b5990933-94e0-4015-9f53-2ce6fa9bc3da\",\"example\":\"测试33145411113\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"creator\",\"id\":\"f0cce0b5-b5fa-4ea7-8f15-f1ac075eb7f1\",\"example\":\"0001F8100000000000PL\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"custcode\",\"id\":\"853453c3-dad1-4155-998b-9d1c4b8e2acd\",\"example\":\"ceshi007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"custname\",\"id\":\"2b06423d-827a-465d-b829-42471733fa51\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"custprop\",\"id\":\"c4277bcb-7d80-4c12-8508-935086e2c7df\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"custshortname\",\"id\":\"6c02f4ec-618c-4973-babe-a0c81c179743\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"freecustflag\",\"id\":\"48c1d795-4396-4189-8f22-9228b2424fce\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"isconnflag\",\"id\":\"92be035c-eb7c-46be-a2c3-5e48ce18cf4f\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"pk_areacl\",\"id\":\"8bc3d731-ab42-46d5-afc3-3227de0df96b\",\"example\":\"01\"}],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"parentvo\",\"id\":\"627af933-4b7f-433b-beb5-f2a49b50cfaa\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"cbdocvo\",\"id\":\"33aac70c-d95a-475d-8f98-28925223f305\"}]', '[]', 2, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:06:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:06:47', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('798ef8c4809f44599b10d010cc93562f', 8000160030, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '5513873083c04673ad38c6113076d538', '人员档案删除', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdpsn/delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"公司编码\",\"parameterName\":\"corpcode\",\"id\":\"9fbd0909-2fa8-4de9-b5e6-8472dcc8e343\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"人员编码\",\"parameterName\":\"psncode\",\"id\":\"0b769e22-96a4-41da-b557-73cd1ec60b11\",\"example\":\"999\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"e46d3508-a724-4fa6-8776-d9f13e48deb7\",\"parameterName\":\"body\",\"first\":true}]', '[]', 171, '1', '2024-04-25 14:06:21', '1', '2024-04-25 14:06:21', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('79fc529073da4d9ca8c99856e3702326', 8000060069, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '料品新增', NULL, '2', NULL, '1', '/webapi/ItemMaster/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"5e77bcf5-05ae-4d07-933c-8006e7f3f592\",\"parameterName\":\"body\",\"first\":true}]', '[]', 109, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:21:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:21:54', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('7b0331256e034639aef5dee47b0355f7', 8000080005, NULL, '1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '新增总部调拨单', '新增总部调拨单', '2', NULL, '1', '/openapi/allotOrder/addOtherAllotOrder', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 51, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:22:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:22:25', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('7d12720690da4351b126e5c87facac65', 8000060031, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '杂发单新增', NULL, '2', NULL, '1', '/webapi/MiscShip/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 43, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:55:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:55:07', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('7e4d2cf77d1f471d8119ba633c6c5dac', 8000090004, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '35e3a711fea9409f94112b527adbd95f', '销售回款→回款对象', '销售回款→回款对象', '2', NULL, '1', '/cgi/crm/custom/v2/data/create', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 57, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-09 15:26:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-09 15:26:47', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('7fe6c5733b684166a5a061389d1e788d', 8000090011, NULL, '1', 'f32abb417626461d997bdc7834b7e186', 'fb311d39465e473491c8269b415541f8', '库存信息查询', NULL, '2', NULL, '1', '/cgi/crm/custom/v2/data/query', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"e1046126-e81d-4fdd-804f-dad304df0bce\",\"parameterName\":\"body\",\"first\":true}]', '[]', 65, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:37:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:37:04', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('817e5580ba1142909298d4c0657cefd3', 8000160014, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', '凭证新增', NULL, '2', NULL, '1', '/u8cloud/api/gl/voucher/insert', '1', '1', '30000', '100', '[{\"parameterType\":\"fundamental\",\"length\":\"30\",\"index\":0,\"concreteType\":\"String\",\"id\":\"1ad4c45d-22b6-4ddb-942b-19140e774372\",\"parameterName\":\"usercode\",\"example\":\"aoxing\"},{\"parameterType\":\"fundamental\",\"length\":\"30\",\"index\":1,\"concreteType\":\"String\",\"id\":\"4dd1d9b7-cc0d-4df2-ba1d-c3a215b0302a\",\"parameterName\":\"password\",\"example\":\"83f1ad3e7fa3617f1aae62ae7413c810\"},{\"parameterType\":\"fundamental\",\"length\":\"30\",\"index\":2,\"concreteType\":\"String\",\"id\":\"bc8df059-e505-47ec-b36e-235ba9dc4f29\",\"parameterName\":\"trantype\",\"example\":\"code\"},{\"parameterType\":\"fundamental\",\"length\":\"30\",\"index\":3,\"concreteType\":\"String\",\"id\":\"20d53708-43ac-43be-961a-567b24cdf890\",\"parameterName\":\"system\",\"example\":\"01\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":3,\"description\":\"辅助核算列表\",\"parameterName\":\"ass\",\"id\":\"e8e4e3f1-e2b8-4dbc-b85c-f4819b3f05b8\"},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":4,\"description\":\"现金流量\",\"parameterName\":\"cashflow\",\"id\":\"d14c267e-66ea-45c8-9554-822170858c90\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"原币贷方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"creditamount\",\"id\":\"659bdf16-a7a4-44a5-a0f5-d57f78ef206b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"原币借方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"debitamount\",\"id\":\"e55685c6-a0f8-488d-bd68-3442813c7806\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"摘要\",\"parameterName\":\"explanation\",\"id\":\"2fb7d04d-6154-4bc1-aa59-80ef7c14d2ad\",\"example\":\"测试借方金额\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"本币贷方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"localcreditamount\",\"id\":\"b490d96a-b658-47ea-9b5f-ac6dc6e90f58\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"本币借方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"localdebitamount\",\"id\":\"f7d1a53c-3d7c-4123-adae-dc91891429ec\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"description\":\"客户编码\",\"parameterName\":\"pk_accsubj\",\"id\":\"ae4e4676-312d-4d48-8683-79574c108279\",\"example\":\"1132\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"币种\",\"parameterName\":\"pk_currtype\",\"id\":\"6c437906-d9ce-41d5-9a5c-c84db83f3999\",\"example\":\"CNY\"}],\"concreteType\":\"ObjectCom\",\"index\":2,\"description\":\"明细\",\"parameterName\":\"details\",\"id\":\"693ff58d-86f3-4117-a7d5-551db1c3ed1e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"description\":\"凭证号\",\"parameterName\":\"no\",\"id\":\"00141b68-d19e-422c-9093-6d20a80d486b\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"description\":\"所属公司编码\",\"parameterName\":\"pk_corp\",\"id\":\"a6619f3a-1894-41ef-8cb6-7f8c72b2db2b\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"description\":\"账簿编码\",\"parameterName\":\"pk_glorgbook\",\"id\":\"16a7c55c-87dc-4bd3-b7d1-929d5fc437b6\",\"example\":\"01-01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"description\":\"用户编码\",\"parameterName\":\"pk_prepared\",\"id\":\"12f2ee11-78a3-4526-ad4c-1fde81b6e98c\",\"example\":\"17633965916\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"description\":\"凭证类型编码\",\"parameterName\":\"pk_vouchertype\",\"id\":\"cb81b4e1-fa2c-44a7-87b1-9bff8ea39b00\",\"example\":\"记账\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"description\":\"凭证主体\",\"parameterName\":\"voucher\",\"id\":\"f9238f40-ccc6-4b63-8e6c-57432e54ac32\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"9cf9d3b2-3e8f-4aa9-bf43-b57166023b7f\",\"parameterName\":\"body\",\"first\":true}]', '[]', 155, '1', '2024-04-24 13:56:24', '1', '2024-04-24 13:56:24', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('84147453f20b49efbb309e63be743c40', 8000060039, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '提交收款单', '提交收款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RecBill/Submit', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"b4ef38fd-51ff-4658-98bd-5fc9669ac049\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"8832357e-40dc-45e7-8972-17a02df715d2\",\"parameterName\":\"body\",\"first\":true}]', '[]', 77, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:42:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:42:26', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('87427138df6d4cd6bb77f3b11d8fabad', 8000160016, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'f9ff31bd070a440d8bfb42ee633811d4', '部门修改', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bddept/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"创建日期\",\"parameterName\":\"createDate\",\"id\":\"35b3c0a6-5720-43b8-9174-14d1f2d56471\",\"example\":\"2024-04-24\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"部门属性(其他部门1,采购2,销售3,采购销售4)\",\"parameterName\":\"deptattr\",\"id\":\"c7e7992d-7027-40ab-9293-d235e263b19d\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"部门编码\",\"parameterName\":\"deptcode\",\"id\":\"31fef11e-fe45-4014-be7f-6be2f698b298\",\"example\":\"99\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"部门名称\",\"parameterName\":\"deptname\",\"id\":\"909a6c10-f098-406b-b9bd-66d40e6edb52\",\"example\":\"DEV测试一级部门1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"部门类型\",\"parameterName\":\"depttype\",\"id\":\"8a2c04b4-2e28-447c-a805-b83efbfab36a\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"是否用于零售\",\"parameterName\":\"isuseretail\",\"id\":\"51bfead8-63f9-4075-ab6b-f75450907966\",\"example\":\"false\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"公司编码\",\"parameterName\":\"pk_corp\",\"id\":\"bff76dd6-2e96-4942-a99e-873e29f4da19\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"部门主键\",\"parameterName\":\"pk_deptdoc\",\"id\":\"ec4e39a4-2f05-4c4f-96a8-9b4865c4ec70\",\"example\":\"1001F11000000000676O\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"deptdoc\",\"id\":\"f0928b26-0a47-45b4-818f-35079c76ce80\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"af3fb096-be80-4976-865e-f996a09d002f\",\"parameterName\":\"body\",\"first\":true}]', '[]', 157, '1', '2024-04-24 15:02:02', '1', '2024-04-24 15:02:02', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('87bd982bb99341178990c9469ad4132d', 8000030000, NULL, '1', 'b89fd1e881a747338bbb82925108e92a', '1ad87adc5b094403aa7d0819398f392e', '物料档案查询', NULL, '2', NULL, '1', 'investors/query', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', NULL, '1', '2024-05-14 10:12:24', '1', '2024-05-14 10:12:24', 'Y', NULL, '测试名称', '测试方法', '2', '2', '2', '3'); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8837cd99cfbf4146923704bff38ce590', 8000060073, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '应付单删除', NULL, '2', NULL, '1', '/webapi/APBill/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"39544599-ee71-408d-8a6d-88b1bbc83a72\",\"parameterName\":\"body\",\"first\":true}]', '[]', 113, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:25:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:25:46', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8a2005804fd64ce98361c46701147c6c', 8000060008, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '业务员更新', '业务员更新', '2', NULL, '1', '/webapi/Operator/Modify', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 20, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:41:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:41:24', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8aeca841533a49dcb51bce5e0e6d033f', 8000060067, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '供应商修改', NULL, '2', NULL, '1', '/webapi/Supplier/Modify', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"a63d8e46-e818-4b7d-a8e3-05fc0e867937\",\"parameterName\":\"body\",\"first\":true}]', '[]', 107, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:19:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:19:19', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8b65cab5f5c84934ac03584e184d7a2f', 8000160025, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '61934288c3744dd6b812cda743133c07', '存货分类新增', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdinvcl/save', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"分类编码\",\"parameterName\":\"invclasscode\",\"id\":\"b6fb5c3f-6189-469f-b49c-98f3d7041ad0\",\"example\":\"04\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"分类名称\",\"parameterName\":\"invclassname\",\"id\":\"04eb2fbf-2d4e-4f1c-86c8-51e2b1feb4dc\",\"example\":\"成品测试\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"公司编码默认0001\",\"parameterName\":\"pk_corp\",\"id\":\"07ff5ae0-7273-48c6-b105-d553f7451fe8\",\"example\":\"0001\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"invcl\",\"id\":\"d83589e8-03b0-453f-a045-2fc7d48cdc3e\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"d94ccb4d-7bf6-4408-8972-470b2fb1a765\",\"parameterName\":\"body\",\"first\":true}]', '[]', 166, '1', '2024-04-25 11:13:44', '1', '2024-04-25 11:13:44', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8d43d5e71a994a3fa7911fd17b73baaf', 8000060014, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '采购订单删除', '采购订单删除', '2', NULL, '1', '/webapi/PurchaseOrder/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 26, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:44:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:44:46', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8d86bb2b60244c038c7c51c403525b26', 8000160007, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '790187fdc57f43cab96af0e1893736e4', '库存其他入库保存即签字', '库存其他入库保存即签字', '2', NULL, '1', '/u8cloud/api/ic/otherin/save/sign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"bonroadflag\",\"id\":\"e0c040b0-d296-453e-a805-2943e5c528c3\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"cinventoryid\",\"id\":\"4c41e861-2b42-4593-a25e-52b2b2126b1d\",\"example\":\"0001F81000000000HJFH\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"dbizdate\",\"id\":\"10ce2b3a-c852-4268-80a5-9bf0ba20f482\",\"example\":\"2023-10-07\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"flargess\",\"id\":\"3930668c-83f1-4884-b552-5bef620666ae\",\"example\":\"N\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"cspaceid\",\"id\":\"e7c1a416-e594-489d-8c70-42513538aa81\",\"example\":\"1007F81000000000I19T\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"ninspacenum\",\"id\":\"4afc603f-74f0-4ae6-8976-ada46eb58ec6\",\"example\":\"1\"}],\"concreteType\":\"ObjectCom\",\"index\":6,\"parameterName\":\"locator\",\"id\":\"374782c3-9bcd-4b6f-914b-51dcf200eb91\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"ninnum\",\"id\":\"c3908a11-5ada-4cb8-8d78-e50d8bdabe65\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"nshouldinnum\",\"id\":\"7ba1344a-cdab-44e9-a5fd-db0fb10afe27\",\"example\":\"1\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"2287630e-0451-45ee-a3ed-aac78962e559\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"cbizid\",\"id\":\"7ac5735d-93d4-449e-b6af-67ef28d9e53f\",\"example\":\"1007F81000000000I0YI\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"cbiztype\",\"id\":\"7c6977c7-4d22-49ab-9f91-a1ff4d06a7be\",\"example\":\"0001F81000000000HJDM\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"ccustomerid\",\"id\":\"46d26060-fda8-4cf7-a158-b8397c6386af\",\"example\":\"0001F81000000000HJRD\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"coperatorid\",\"id\":\"c0ffd48b-904d-430f-855c-ad4999cfc55c\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"cotherwhid\",\"id\":\"af6062cf-5b47-4119-8aa9-6c9b101adb9f\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"cwarehouseid\",\"id\":\"2266b097-10bd-4496-9f32-07de6bace9d5\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"dauditdate\",\"id\":\"2e6f5186-eb01-422b-bb27-0c85ec3db85e\",\"example\":\"2023-10-07\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"dbilldate\",\"id\":\"37ea0f0f-c6fb-479a-bfde-e76c09ef42c0\",\"example\":\"2023-10-07\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"pk_calbody\",\"id\":\"b5d2935d-4d0f-4804-ba61-2c2c3fc508be\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"pk_corp\",\"id\":\"6b25e6b3-9eb7-4a98-9162-6104fa93631f\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":22,\"parameterName\":\"vbillcode\",\"id\":\"b831d431-601e-4401-ae4b-7ef817433b55\",\"example\":\"ceshi005\"}],\"concreteType\":\"Object\",\"index\":11,\"parameterName\":\"parentvo\",\"id\":\"c92895a0-45cb-425d-a721-ba8d2f11b22f\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"GeneralBillVO_4A\",\"id\":\"ff3a17a3-8f6e-45bf-ae17-abe494009a6f\"}]', '[]', 9, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8e642d51975f47989db17b1918787a45', 8000160010, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '9c47dd0fa88b45cda5f4b7ee119ce3c5', '速网U8C_销售出库单保存即审批', '速网U8C_销售出库单保存即审批', '2', NULL, '1', '/u8cloud/api/ic/saleout/save/sign', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 68, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8e7a066e4c094da789d841415f1f20eb', 8000060087, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '新增出货单', NULL, '2', NULL, '1', '/webapi/Ship/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"f7021e0a-7538-43e0-b342-0b9cda11766a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 127, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:53:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:53:25', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('8f2f464c181d45c6b3769e9575d91c20', 8000060100, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '成品入库单提交', NULL, '2', NULL, '1', '/', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"5d180ace-6ef9-4430-892f-ea628d73711c\",\"parameterName\":\"body\",\"first\":true}]', '[]', 140, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:10:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:10:18', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('91d7d7988df34266bd8b03b3d78c385f', 8000060062, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '弃审调出单', NULL, '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/TransferOut/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"acfafc50-b4ef-4249-8e35-b1a877a421bd\",\"parameterName\":\"body\",\"first\":true}]', '[]', 102, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:48:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:48:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('92fb9f78e62a4aeebd2f2a55b295cd84', 8000060059, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '新增调出单', '新增调出单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/TransferOut/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"5cee0ee4-1d50-433f-8d47-29b9bb3ac052\",\"parameterName\":\"body\",\"first\":true}]', '[]', 99, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:46:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:46:44', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('94616fcbe1224341bbe509480643622b', 8000060081, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '应收单审核', NULL, '2', NULL, '1', '/webapi/ARBill/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"119a469b-09b6-4b5a-b97b-ab260baaf8aa\",\"parameterName\":\"body\",\"first\":true}]', '[]', 121, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:29:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:29:43', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('98e5fc48e10f4f8db58276f8e9957cfa', 8000040018, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', '档案对照查询', '档案对照查询', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"length\":\"\",\"index\":0,\"concreteType\":\"String\",\"id\":\"6ae5331d-cc67-4009-9fb8-01c1edcdca2e\",\"parameterName\":\"tl\",\"required\":false,\"example\":\"comparisonServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"9f93bac8-cc7d-4f8c-886c-7cdab43da960\",\"parameterName\":\"dj\",\"example\":\"queryEntityPage\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"主数据编码\",\"parameterName\":\"mdmCode\",\"id\":\"39c57d12-8e27-4021-bfbe-00778c99fe56\",\"required\":true,\"example\":\"10002\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"仓库编码\",\"parameterName\":\"ckbm\",\"id\":\"4e4bac88-00ae-471a-8a4f-fe3197c9ae43\",\"example\":\"02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"仓库名称\",\"parameterName\":\"ckmc\",\"id\":\"b60aaae1-3db4-471c-8923-f848642e7518\",\"example\":\"测试仓库2\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"48d3a7ea-4a84-494c-8239-8bc23bc6fdc6\",\"parameterName\":\"body\",\"first\":true}]', '[]', 189, '1', '2024-05-09 15:57:35', '1', '2024-05-09 15:57:35', 'Y', NULL, 'comparisonServiceImpl', 'queryEntityPage', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('99402376355045e9a56629b34e1c13ca', 8000040003, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '人员修改', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"051ed9dc-a63f-4203-963b-705db724d253\",\"parameterName\":\"body\",\"first\":true}]', '[]', 174, '1', '2024-04-28 13:56:55', '1', '2024-04-28 13:56:55', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('9ade358e569e45ee99ac1cdff930ebed', 8000050004, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'ff4edfc860694190b5d6842447413ad9', '库存其他入库保存即签字', '库存其他入库保存即签字', '2', NULL, '1', '/u8cloud/api/ic/otherin/save/sign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"bonroadflag\",\"id\":\"e0c040b0-d296-453e-a805-2943e5c528c3\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"cinventoryid\",\"id\":\"4c41e861-2b42-4593-a25e-52b2b2126b1d\",\"example\":\"0001F81000000000HJFH\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"dbizdate\",\"id\":\"10ce2b3a-c852-4268-80a5-9bf0ba20f482\",\"example\":\"2023-10-07\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"flargess\",\"id\":\"3930668c-83f1-4884-b552-5bef620666ae\",\"example\":\"N\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"cspaceid\",\"id\":\"e7c1a416-e594-489d-8c70-42513538aa81\",\"example\":\"1007F81000000000I19T\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"ninspacenum\",\"id\":\"4afc603f-74f0-4ae6-8976-ada46eb58ec6\",\"example\":\"1\"}],\"concreteType\":\"ObjectCom\",\"index\":6,\"parameterName\":\"locator\",\"id\":\"374782c3-9bcd-4b6f-914b-51dcf200eb91\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"ninnum\",\"id\":\"c3908a11-5ada-4cb8-8d78-e50d8bdabe65\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"nshouldinnum\",\"id\":\"7ba1344a-cdab-44e9-a5fd-db0fb10afe27\",\"example\":\"1\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"2287630e-0451-45ee-a3ed-aac78962e559\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"cbizid\",\"id\":\"7ac5735d-93d4-449e-b6af-67ef28d9e53f\",\"example\":\"1007F81000000000I0YI\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"cbiztype\",\"id\":\"7c6977c7-4d22-49ab-9f91-a1ff4d06a7be\",\"example\":\"0001F81000000000HJDM\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"ccustomerid\",\"id\":\"46d26060-fda8-4cf7-a158-b8397c6386af\",\"example\":\"0001F81000000000HJRD\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"coperatorid\",\"id\":\"c0ffd48b-904d-430f-855c-ad4999cfc55c\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"cotherwhid\",\"id\":\"af6062cf-5b47-4119-8aa9-6c9b101adb9f\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"cwarehouseid\",\"id\":\"2266b097-10bd-4496-9f32-07de6bace9d5\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"dauditdate\",\"id\":\"2e6f5186-eb01-422b-bb27-0c85ec3db85e\",\"example\":\"2023-10-07\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"dbilldate\",\"id\":\"37ea0f0f-c6fb-479a-bfde-e76c09ef42c0\",\"example\":\"2023-10-07\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"pk_calbody\",\"id\":\"b5d2935d-4d0f-4804-ba61-2c2c3fc508be\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"pk_corp\",\"id\":\"6b25e6b3-9eb7-4a98-9162-6104fa93631f\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":22,\"parameterName\":\"vbillcode\",\"id\":\"b831d431-601e-4401-ae4b-7ef817433b55\",\"example\":\"ceshi005\"}],\"concreteType\":\"Object\",\"index\":11,\"parameterName\":\"parentvo\",\"id\":\"c92895a0-45cb-425d-a721-ba8d2f11b22f\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"GeneralBillVO_4A\",\"id\":\"ff3a17a3-8f6e-45bf-ae17-abe494009a6f\"}]', '[]', 9, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:50:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:50:30', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('9bb4acdb9d5d4004a7c93260ff43cef0', 8000060041, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '提交付款单', '提交付款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/PayBill/Submit', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"254bbb6f-4a0e-45fe-ab0b-9adec82d0f58\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"58c06c24-bf00-4f60-ad6a-8ed4ced5ee9a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"1b294d33-e11b-4e66-91cb-7ae85913fb43\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"f5fd9dd5-5a06-483a-bb0f-d853bf8b717a\",\"example\":\"\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"fe93aad1-d377-4907-bf0c-1f14639fc7bf\",\"parameterName\":\"body\",\"first\":true}]', '[]', 79, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:44:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:44:09', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('9cdf8aaebc964f018afd86864b6ca356', 8000050005, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'a09e1a0595f34212aaac5fc10e77c5d7', '调拨订单保存即审批', '调拨订单保存即审批\n', '2', NULL, '1', '/u8cloud/api/to/transorder/saveapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"cinvbasid\",\"id\":\"eadc291a-13a9-4b68-956b-ff444f1a9ff2\",\"example\":\"B01008A\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"nnum\",\"id\":\"f6148926-03b9-4926-98be-2195d4777826\",\"example\":\"1\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"5abeb6a0-d048-4b4b-858d-cbcd94371677\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"cbiztypeid\",\"id\":\"c0dd37f0-b1e5-4410-bc16-ee85e1e34ced\",\"example\":\"0001ZZ1000000000UFQ0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"cincbid\",\"id\":\"bf86de5c-3561-4218-8026-9ccf4bf695f0\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"cincorpid\",\"id\":\"253f18cb-8888-4bef-a793-002452a836cd\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"cinwhid\",\"id\":\"0faa8567-d305-483d-9eb5-cf29f24766f9\",\"example\":\"1007F81000000000I13S\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"coperatorid\",\"id\":\"b227d073-c25c-4ad6-8c69-afc9173b4379\",\"example\":\"0001F81000000000HGYQ\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"coutcbid\",\"id\":\"1b16ba03-d67f-4061-9dbd-c6cff48cc042\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"coutcorpid\",\"id\":\"59bb72be-8165-4b8b-974d-114dadc1355c\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"coutwhid\",\"id\":\"f3a6d51c-e9bc-4139-b1c4-bc5acdafe956\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"vcode\",\"id\":\"f5889173-9c65-471e-bc11-96aa3bb4ed0f\",\"example\":\"ceshi007\"}],\"concreteType\":\"Object\",\"index\":4,\"parameterName\":\"parentvo\",\"id\":\"a639c3f3-b42d-4603-a365-bdaa6387059a\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"billvo\",\"id\":\"7b562eaf-e25e-4fd9-982a-3069ba4ba2c5\"}]', '[]', 11, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:54:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:54:09', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('9d037c32792144d8af386c105fd9d1e0', 8000060032, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '删除退回处理单', '删除退回处理单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RMA/Delete', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"3339d2d4-a9cb-48ad-96bf-2230eed5d0f3\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"index\":0,\"id\":\"c256fcd8-5ab9-45d9-a428-4feac8b0ad7c\",\"parameterName\":\"body\",\"first\":true}]', '[]', 70, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:37:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:37:42', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('a0ce896d779c41b394ba081c749d3a26', 8000080004, NULL, '1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '物料清单维护', '物料清单维护', '2', NULL, '1', '/openapi/item/mtBillMaterials', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 50, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:21:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:21:45', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('a1c0e7a884ca487fa6062db235a16883', 8000160020, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '客商管理档案-删除', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/custmandoc/delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"公司编码\",\"parameterName\":\"unitcode\",\"id\":\"8ce4e367-f0b7-498f-952a-9057dc15cc86\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"客商编码\",\"parameterName\":\"custcode\",\"id\":\"d1213c87-bbf7-426e-b1f2-bcaeebd232f3\",\"example\":\"202499101111\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"5e2ee220-20b6-4f48-9723-73164ce75163\",\"parameterName\":\"body\",\"first\":true}]', '[]', 161, '1', '2024-04-25 09:36:56', '1', '2024-04-25 09:36:56', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('a25013d6dd8c4ce2ad716af883afb548', 8000030001, NULL, '1', 'b89fd1e881a747338bbb82925108e92a', '1ad87adc5b094403aa7d0819398f392e', '客户档案查询', '全量查询客户档案', '2', NULL, '1', '/custer/query', '1', '1', '10000', '100', '[]', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"af7a0868-7c88-439d-93d2-0eb5a5490d35\",\"parameterName\":\"accID\",\"example\":\"999\"}]', '1', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"c35e6d19-4bc8-4bb2-aeaa-ff3178ff634e\",\"parameterName\":\"cusCode\",\"example\":\"001\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"36ba0894-39e7-4f30-8167-f7f371e61a0c\",\"parameterName\":\"cusName\",\"example\":\"浙江用安\"}]', '[]', 1, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:43:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:43:22', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('a5298ea90d6947e187366153f74767f3', 8000090015, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '3a853ab7715346cea3eb9a78fbd7cbb8', '销售发货单更新', '销售发货单更新', '2', NULL, '1', '/cgi/crm/v2/data/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"7d0618b6-6b68-48ed-b153-469e735a85aa\",\"parameterName\":\"body\",\"first\":true}]', '[]', 144, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-20 18:13:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-20 18:13:58', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('a8a96a11a3684334a99bd83bb83bdf6d', 8000060082, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '应收单弃审', NULL, '2', NULL, '1', '/webapi/ARBill/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"a2f9fa1d-8114-4848-9b8e-2dcf2e36c292\",\"parameterName\":\"body\",\"first\":true}]', '[]', 122, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:30:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:30:02', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('aae4800ba9e7433db5e7d7a55c3e821f', 8000060050, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '审核销售订单', '审核销售订单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/SO/Approve', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"f5a94d5a-3beb-488f-91ba-fe8eb12ec7d8\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"f231f92b-92ad-4cac-a4b0-efdc8df5be5a\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"fe444492-f209-4fb9-aa48-042b36c7861f\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"c1b77552-470a-4202-a967-613e81a24815\",\"example\":\"SO-BH-202312345\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"8ca968e6-8b1e-464e-afbd-5e6990f7620b\",\"parameterName\":\"body\",\"first\":true}]', '[]', 88, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:50:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:50:38', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('aba7938b52b04e4a9c3bf272a378576b', 8000060019, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '成品入库单审核', '成品入库单审核', '2', NULL, '1', '/webapi/RcvRptDoc/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 31, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:50:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:50:34', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('ad921115af5543a38f58fc150eec1e9e', 8000080001, NULL, '1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '单位', '维护计量单位', '2', NULL, '1', '/openapi/product/configUnit/update', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 48, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:18:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:19:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('af600bca27e64bd0bda9759885ed241a', 8000060058, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '采购审核退货', '采购审核退货', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Receivement/approve', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"b0b555fa-08c8-477a-a9f9-a01cd5c72393\",\"parameterName\":\"body\",\"first\":true}]', '[]', 98, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:45:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:45:40', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('af658ecff6d24d6ab9fe8bb43c0cbdce', 8000060071, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '料品删除', NULL, '2', NULL, '1', '/webapi/ItemMaster/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"00e34573-2f44-4da8-a114-5502a2080ab2\",\"parameterName\":\"body\",\"first\":true}]', '[]', 111, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:22:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:22:46', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('af9b073a55a7405388361be9ddb881cb', 8000050006, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', '4d416a46176c4830aaf8ea37fd7e7346', '其他出库保存即签字', '其他出库保存即签字', '2', NULL, '1', '/u8cloud/api/ic/otherout/save/sign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"bonroadflag\",\"id\":\"08cd9a51-837e-4f69-a7e9-a9c5ce80cc5d\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"cinventoryid\",\"id\":\"08f9145b-2385-46bb-8922-23d305b3ea85\",\"example\":\"0001F81000000000HJFH\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"flargess\",\"id\":\"e8e39a04-931c-40d7-b351-d06f1e3227b0\",\"example\":\"N\"},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"cspaceid\",\"id\":\"83e249d0-9ea9-40b0-b81e-e7ae4527f8dc\",\"example\":\"1007F81000000000I19T\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"noutspacenum\",\"id\":\"607b83a9-df01-46b7-b05a-2bf8494475ed\",\"example\":\"0\"}],\"concreteType\":\"ObjectCom\",\"index\":5,\"parameterName\":\"locator\",\"id\":\"57fb6980-b5f1-457d-b9bd-7ce036453e8e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"noutnum\",\"id\":\"e25dac78-9055-4ec7-aca1-a584c2b21dbc\",\"example\":\"0\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"0adf4304-bb1d-41a1-8dd4-d945c2e226bb\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"coperatorid\",\"id\":\"6e81e723-b1af-4713-8c56-fe19a69beab7\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"cwarehouseid\",\"id\":\"a6802c07-6617-4f86-8569-6a4a244399a0\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"pk_calbody\",\"id\":\"1e515dd9-2049-411f-b065-969cf7fa2e75\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"pk_corp\",\"id\":\"60701db0-81d6-423b-afa3-e4735f81d442\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"vbillcode\",\"id\":\"6a56b584-ceaa-44ec-94d1-9f4f46442991\",\"example\":\"ceshi005\"}],\"concreteType\":\"Object\",\"index\":9,\"parameterName\":\"parentvo\",\"id\":\"84da4e56-1ea9-4e8c-b776-e84a75295471\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"GeneralBillVO_4I\",\"id\":\"4afa054e-811a-4c1c-8fb1-23e78d60d913\"}]', '[]', 10, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:53:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:53:02', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('b074570a909b491685f2ae9053c9c046', 8000060026, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '杂收单提交', NULL, '2', NULL, '1', '/webapi/MiscRcvTrans/Submit', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 38, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:53:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:53:29', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('b19db456abcb4323bca8cc91d2dbf29d', 8000160013, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'cfa2b6ddf6534ece89b297b3a5c502e0', '其他出库保存', NULL, '2', NULL, '1', '/u8cloud/api/ic/otherout/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"88fffdf0-b0b2-44b8-b120-9c58fdfc2129\",\"parameterName\":\"body\",\"first\":true}]', '[]', 96, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('b21d430223324c0fb8001e6a4491dbbe', 8000050007, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', '604d9eab4b774b1ca3757bfcad1fc798', '客商分配', '速网客商分配', '2', NULL, '1', '/u8cloud/api/uapbd/custdoc/assign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"pk_corp\",\"id\":\"33bc86ee-652c-4822-b6a8-dbd329a20779\",\"example\":\"1004\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"custprop\",\"id\":\"b5d55712-b378-4dbd-b2ae-04bcb3d0fb2b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"pk_cubasdoc\",\"id\":\"0c4a5614-effb-4d88-83e2-e9cd0f33ea3a\",\"example\":\"0001F810000000000FE0\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"custbasvo\",\"id\":\"df932132-3a93-463c-aaa7-7393b0abfa80\"}]', '[]', 3, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:18:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:18:40', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('b316d9988d004c4ca14cfc86488f2c20', 8000040022, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', '通用数据接口新增', '通用数据接口新增', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"67f2e8c6-709a-42c2-a790-66ec7f4fb709\",\"parameterName\":\"tl\",\"example\":\"generalDataServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"c50efff4-0ec7-4047-9835-1eb5e4602769\",\"parameterName\":\"dj\",\"example\":\"saveEntity\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"通用数据类型\",\"parameterName\":\"archivesType\",\"id\":\"da3b0afc-29fd-43ac-99e8-bac62a95dd9b\",\"required\":true,\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"左编码\",\"parameterName\":\"leftCode\",\"id\":\"b004113e-24a4-47c4-9140-bbd278a5ea3b\",\"required\":true,\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"右编码\",\"parameterName\":\"rightCode\",\"id\":\"e749dca5-df0c-4a03-933c-0f6ae64362b2\",\"required\":true,\"example\":\"02\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"左应用编码\",\"parameterName\":\"leftAppCode\",\"id\":\"e09ebdcb-f9b2-462e-ac73-dc100789e8c4\",\"required\":true,\"example\":\"80004\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"右应用编码\",\"parameterName\":\"rightAppCode\",\"id\":\"12b67dcf-29c0-4629-b7cd-5b0186ce9659\",\"required\":true,\"example\":\"80005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"左名称\",\"parameterName\":\"leftName\",\"id\":\"0c6704ef-e6f3-4c48-8b14-f5f41cd5aaa1\",\"example\":\"数智中台\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"右名称\",\"parameterName\":\"rightName\",\"id\":\"66a5c51d-1c5b-4268-8d4c-8817c47de610\",\"example\":\"数据通用\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"左应用名称\",\"parameterName\":\"leftAppName\",\"id\":\"8a18a7b9-e6c7-4a1d-a074-79bba2703a79\",\"example\":\"数智中台查询接口\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"右应用名称\",\"parameterName\":\"rightAppName\",\"id\":\"8e0df02c-e89f-468b-a181-6960678ef82a\",\"example\":\"数据通用查询接口\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"description\":\"左应用id\",\"parameterName\":\"leftAppId\",\"id\":\"faa13f96-1d7c-48c9-b633-0d665017d227\",\"example\":\"111111\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"右应用id\",\"parameterName\":\"rightAppId\",\"id\":\"fa758659-3f7e-4580-9543-676bb91753a1\",\"example\":\"222222\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"description\":\"左接口ID\",\"parameterName\":\"leftApiId\",\"id\":\"06115a09-d752-4a0d-9129-5faa1134453c\",\"example\":\"1111110001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"description\":\"右接口ID\",\"parameterName\":\"rightApiId\",\"id\":\"4b141695-5f2a-4de2-bda1-6506bbcad5b8\",\"example\":\"2222220001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"description\":\"左id\",\"parameterName\":\"leftId\",\"id\":\"4d5e6fbd-442b-43de-af02-410bc2fb0d1d\",\"example\":\"11\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"description\":\"右id\",\"parameterName\":\"rightId\",\"id\":\"911b7d5b-28c8-4c1a-a37a-9a9b13e22774\",\"example\":\"22\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"description\":\"左公司\",\"parameterName\":\"leftOrg\",\"id\":\"f81b22b3-93b0-456a-b574-4834d2025a2f\",\"example\":\"YA\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"description\":\"右公司\",\"parameterName\":\"rightOrg\",\"id\":\"3da1c047-2a4e-473d-9344-67e34e46e756\",\"example\":\"YA\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"a42a1dd4-7216-4e32-82ef-989785c60c76\",\"parameterName\":\"body\",\"first\":true}]', '[]', 193, '1', '2024-05-10 09:17:35', '1', '2024-05-10 09:17:35', 'Y', NULL, 'generalDataServiceImpl', 'saveEntity', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('b35c6e8eb79845f9a14eb397285d78a2', 8000160026, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '61934288c3744dd6b812cda743133c07', '存货分类修改', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdinvcl/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"分类编码\",\"parameterName\":\"invclasscode\",\"id\":\"3b2af319-87c8-400a-b38a-d54f9b207f26\",\"example\":\"04\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"分类名称\",\"parameterName\":\"invclassname\",\"id\":\"7c5bd695-ed84-4a92-a1c7-31c862e98d21\",\"example\":\"成品测试1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"公司编码默认0001\",\"parameterName\":\"pk_corp\",\"id\":\"482d659b-b374-4fb5-b31b-32bca4a6d8be\",\"example\":\"0001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"分类主键\",\"parameterName\":\"pk_invcl\",\"id\":\"3fa6caac-e0cd-4ec7-8df4-7c990504ee25\",\"example\":\"0001F11000000000I6NN\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"invcl\",\"id\":\"0638670a-e65d-46e1-aabd-adc7a956c4cb\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"81cdd912-9bf3-4cb4-b74f-2a8ee27de93a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 167, '1', '2024-04-25 11:13:26', '1', '2024-04-25 11:13:26', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('b856925ff3d246de9ad5fd69bebf9963', 8000180003, NULL, '1', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '客户档案新增', '客户档案新增', '2', NULL, '1', '/Api/Customer/Add', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"b4b6bd79-58a6-4a3f-9ba4-86636e6dfd17\",\"parameterName\":\"formApp\",\"example\":\"客户\"}]', '[]', '1', '[{\"id\":\"76de9322-fee6-46f6-bea6-96fa5a95b24a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 205, '1', '2024-05-14 15:06:40', '1', '2024-05-14 15:06:40', 'Y', NULL, 'seeyonExt', 'ydcSeeyon2u8', '1', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('b8f9c162b68e439d949d3ebae16e80d5', 8000060011, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '调入单审核', '调入单审核', '2', NULL, '1', '/webapi/TransferIn/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 23, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:42:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:42:49', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('babd57ad33c24f3a9f452b09b45bf7a4', 8000060038, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '审核收款单', '审核收款单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RecBill/Approve', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"6f5a04c4-598e-4fa7-bc7e-ce7670fbdcdd\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"01977c1a-1d7f-4e28-9fe4-e6b09e470c4e\",\"parameterName\":\"body\",\"first\":true}]', '[]', 76, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:41:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:41:52', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('be1faacd4ac64b3c96d88cc203a1e8e2', 8000160009, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8305cc08a02d485babdd3058a605e18e', '调拨订单保存即审批', '调拨订单保存即审批\n', '2', NULL, '1', '/u8cloud/api/to/transorder/saveapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"cinvbasid\",\"id\":\"eadc291a-13a9-4b68-956b-ff444f1a9ff2\",\"example\":\"B01008A\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"nnum\",\"id\":\"f6148926-03b9-4926-98be-2195d4777826\",\"example\":\"1\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"5abeb6a0-d048-4b4b-858d-cbcd94371677\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"cbiztypeid\",\"id\":\"c0dd37f0-b1e5-4410-bc16-ee85e1e34ced\",\"example\":\"0001ZZ1000000000UFQ0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"cincbid\",\"id\":\"bf86de5c-3561-4218-8026-9ccf4bf695f0\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"cincorpid\",\"id\":\"253f18cb-8888-4bef-a793-002452a836cd\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"cinwhid\",\"id\":\"0faa8567-d305-483d-9eb5-cf29f24766f9\",\"example\":\"1007F81000000000I13S\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"coperatorid\",\"id\":\"b227d073-c25c-4ad6-8c69-afc9173b4379\",\"example\":\"0001F81000000000HGYQ\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"coutcbid\",\"id\":\"1b16ba03-d67f-4061-9dbd-c6cff48cc042\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"coutcorpid\",\"id\":\"59bb72be-8165-4b8b-974d-114dadc1355c\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"coutwhid\",\"id\":\"f3a6d51c-e9bc-4139-b1c4-bc5acdafe956\",\"example\":\"1007F81000000000I0Z7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"vcode\",\"id\":\"f5889173-9c65-471e-bc11-96aa3bb4ed0f\",\"example\":\"ceshi007\"}],\"concreteType\":\"Object\",\"index\":4,\"parameterName\":\"parentvo\",\"id\":\"a639c3f3-b42d-4603-a365-bdaa6387059a\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"billvo\",\"id\":\"7b562eaf-e25e-4fd9-982a-3069ba4ba2c5\"}]', '[]', 11, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('bf29aef0177f4b4caa45075301b1a898', 8000040026, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '凭证作废', '凭证作废', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":0,\"parameterName\":\"tl\",\"id\":\"8306b150-593a-4fc0-87b7-0548ac1a7a98\",\"example\":\"axServiceImpl\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"dj\",\"id\":\"9620d7a4-abc0-4489-bcf0-dbe07eb02971\",\"example\":\"thirdInterfaceVoucherInsert\"}]', '[]', '1', '[{\"id\":\"bd140e98-dd9c-448d-963f-f62e2c497bc7\",\"parameterName\":\"body\",\"first\":true}]', '[]', 200, '1', '2024-05-09 11:18:55', '1', '2024-05-09 11:18:55', 'Y', NULL, NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('bff503141d054b87810e2438ce34f149', 8000090006, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '产品档案更新', '产品档案更新', '2', NULL, '1', '/cgi/crm/v2/data/update', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 60, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:49:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:49:31', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c01f223ada114886ab64759847b65114', 8000060079, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '应收单删除', NULL, '2', NULL, '1', '/webapi/ARBill/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"bf4d42f0-9578-4da9-a446-fd5bd6a23a3e\",\"parameterName\":\"body\",\"first\":true}]', '[]', 119, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:29:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:29:00', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c1bc68f5a20249ee931270aefb3a0fab', 8000060066, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '供应商新增', NULL, '2', NULL, '1', '/webapi/Supplier/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"9d8d8ca7-621c-4172-9105-4cc699d9eb82\",\"parameterName\":\"body\",\"first\":true}]', '[]', 106, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:21:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:21:21', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c1d6aa1ebbed4d7d9ebcf5d73e8c99f1', 8000050010, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'db2bd8df59d74679a138df123a72e254', '速网U8C_销售出库单保存即审批', '速网U8C_销售出库单保存即审批', '2', NULL, '1', '/u8cloud/api/ic/saleout/save/sign', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 68, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:20:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:20:08', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c2c35586c7f84e1db9d923afe6d4fc22', 8000060024, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '杂收单删除', '/webapi/MiscRcvTrans/Delete', '2', NULL, '1', '/webapi/MiscRcvTrans/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 36, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:52:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:52:51', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c3d1635eabf6422188984e226b3a4d79', 8000060077, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '应收单新增', NULL, '2', NULL, '1', '/webapi/ARBill/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"e7ceb608-be71-4a07-8156-554287721afe\",\"parameterName\":\"body\",\"first\":true}]', '[]', 117, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:28:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:28:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c410208d177c4b39ae33342352851b6f', 8000060054, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '提交收货单', '提交出货单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Ship/Submit', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"37c5ae19-2747-48da-acac-57214a6e9efc\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"f780cd68-8ce3-43f4-9572-278018587975\",\"parameterName\":\"body\",\"first\":true}]', '[]', 92, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:53:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:53:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c436d2e1db464bab84681a849547bbd6', 8000110001, NULL, '1', 'a49b41b312ca43c6af7b24da800ddf13', '9ea49f2a057e410f9f280162355f03a3', '测试接口', NULL, '1', '2889455d63c84506850a559363ea8de4', '1', 'kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"ea121dad-0a72-4c07-80ca-17feae62efdc\",\"parameterName\":\"token\",\"example\":[\"attribute\",\"token\"]},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"0ee315e4-c153-4486-9359-bb24c2cab77b\",\"parameterName\":\"tl\",\"example\":\"sysApplicationService\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"63688344-1881-4518-b8fd-fc1e4fea6254\",\"parameterName\":\"as\",\"example\":\"application\"},{\"parameterType\":\"fundamental\",\"index\":3,\"concreteType\":\"String\",\"id\":\"1548aa7b-0c52-4de0-8640-6aa343cbdb52\",\"parameterName\":\"dj\",\"example\":\"queryApp\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"695115ef-3697-40fe-8b5d-96c5c7b16a32\",\"parameterName\":\"pageNum\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"f8003efb-81b5-42a4-8d59-b21273f11a2b\",\"parameterName\":\"pageSize\",\"example\":\"10\"}],\"index\":0,\"concreteType\":\"Object\",\"id\":\"52e1a6a1-d9e5-4961-a685-70d11523ee7d\",\"parameterName\":\"body\",\"first\":true}]', '[]', 55, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:26:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:26:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c5a9327dc08e4152b17a770fa0dba8a4', 8000060047, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '新增调入单', '新增调入单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/TransferIn/Create', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"d7d3d10d-72a8-4f2b-8811-8ee64d79fcaf\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"b72f2ef7-2cd3-4fe9-ae4c-6d07702e4a25\",\"parameterName\":\"body\",\"first\":true}]', '[]', 85, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:48:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:48:25', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c5e01bad9ef54634a8944d7255d8674a', 8000060086, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '下达销售订单', NULL, '2', NULL, '1', '/webapi/SO/ReleaseSO', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"def43150-d249-4c6d-bbcb-a39a7e34e87a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 126, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:34:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:34:03', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c799e70d106c4851893098bcd6d8d752', 8000060048, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '弃审销售订单', '弃审销售订单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/SO/UnApprove', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"4ad6230a-115f-4986-baba-435a429b538f\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"cc2127bb-c338-4e76-91f6-09463938b2d7\",\"example\":\"\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"6bfc070d-a60d-4e47-886c-555c25cad4ac\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"Code\",\"id\":\"f4850deb-d380-4671-a547-b35d051a6014\",\"example\":\"SO-BH-202312345\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"7b8f730e-9c61-40e5-aff8-ddf651f902ec\",\"parameterName\":\"body\",\"first\":true}]', '[]', 86, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:49:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:49:13', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c870e82c1da8403394f6cd61ab65701f', 8000050008, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', 'bdd9f3b2f67443ea8b983e6b97c8c51d', '存货档案分配', '存货档案分配', '2', NULL, '1', '/u8cloud/api/uapbd/invbasdoc/assign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"assistunit\",\"id\":\"2a19854e-fa74-4936-a970-40584b10878d\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"invcode\",\"id\":\"0840cd1d-8f17-451f-8b8a-d66e49fe1cb3\",\"example\":\"ceshi0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"invname\",\"id\":\"32fba384-d961-4483-902a-e1d96574bab4\",\"example\":\"测试0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"pk_invcl\",\"id\":\"8adba933-21dd-4b55-a4b0-0d37f6804256\",\"example\":\"0001F81000000000HJ8C\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"pk_measdoc\",\"id\":\"09288d2b-1864-4a67-803e-60a661706002\",\"example\":\"0001F81000000000HJ8M\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_taxitems\",\"id\":\"8994532c-0efd-4dbc-adc8-805e07bce37e\",\"example\":\"40040000000000000082\"}],\"concreteType\":\"Object\",\"index\":1,\"parameterName\":\"parentvo\",\"id\":\"89f4bacc-f2ec-4542-bd8f-cfdb72b73c27\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"invbasdoc\",\"id\":\"ae814ed6-2fc1-4f07-80eb-d869d378c721\"}]', '[]', 5, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:34:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:34:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('c8b95404777b48cb94d13c04648dc03d', 8000060064, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '新增有来源的退回处理单', '新增有来源的退回处理单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RMA/CreateRMABySrcDoc', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"a36c2dc3-fbd6-447a-be7c-b04dea2ccdc6\",\"parameterName\":\"body\",\"first\":true}]', '[]', 104, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:45:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:45:13', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('caba89f23cca4def92baf5c91c587bf1', 8000060102, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '成品入库单修改', NULL, '2', NULL, '1', '/webapi/Ship/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"e9b034b7-6338-490f-8cb5-3c7594ddc854\",\"parameterName\":\"body\",\"first\":true}]', '[]', 142, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:06', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('cceab5d6ff8e48e0a5ed0a35819569e7', 8000060012, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '调入单提交', '调入单提交', '2', NULL, '1', '/webapi/TransferIn/Submit', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 24, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:43:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:43:31', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('cd5457aeda5447e1b9d12317e335ea7b', 8000040012, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '项目修改', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"cef20499-6e98-455f-a77c-791734706ad2\",\"parameterName\":\"body\",\"first\":true}]', '[]', 183, '1', '2024-04-28 13:54:43', '1', '2024-04-28 13:54:43', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('cecdb8a1d222420cb81e8f8811655288', 8000160023, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', '项目管理档案-删除', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdjobbasfil/delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"项目编码\",\"parameterName\":\"id\",\"id\":\"543adea8-5bfa-4dee-ae36-43f311346f1d\",\"example\":\"20249002\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"4c76b510-3512-4bf2-a082-c13bf9e16f79\",\"parameterName\":\"body\",\"first\":true}]', '[]', 164, '1', '2024-04-24 16:49:17', '1', '2024-04-24 16:49:17', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('d252e3d301be40e7ba554c4e0c5b952d', 8000090010, NULL, '1', 'f32abb417626461d997bdc7834b7e186', 'fb311d39465e473491c8269b415541f8', '库存信息更新', NULL, '2', NULL, '1', '/cgi/crm/custom/v2/data/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"83df7714-47be-4d4e-8d6d-9f69cc51ae57\",\"parameterName\":\"body\",\"first\":true}]', '[]', 64, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:15:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:15:50', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('d27b1cea3e194c628c87702cbffbf320', 8000060017, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '无来源采购订单新增', '无来源采购订单新增', '2', NULL, '1', '/webapi/PurchaseOrder/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 29, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:47:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:47:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('d72a4bcf3bdc4f6b896fb5ae2f7b14f7', 8000050014, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', '4308a845a82b403aa85e7a34e818a4d3', '凭证新增', NULL, '2', NULL, '1', '/u8cloud/api/gl/voucher/insert', '1', '1', '30000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":3,\"description\":\"辅助核算列表\",\"parameterName\":\"ass\",\"id\":\"713b0b9e-52e7-4849-bb15-7d15e55bc22e\"},{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":4,\"description\":\"现金流量\",\"parameterName\":\"cashflow\",\"id\":\"ffb96cc8-b7dc-41d5-af70-ca05c21f6914\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"原币贷方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"creditamount\",\"id\":\"2a9cf3bc-0da4-427e-aa45-09c920cae6a0\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"原币借方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"debitamount\",\"id\":\"e4a1963a-10a5-48f3-af1d-e3ac17317427\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"摘要\",\"parameterName\":\"explanation\",\"id\":\"92f7f20b-3c31-4269-8d83-d5955b987b3d\",\"example\":\"测试借方金额\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"本币贷方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"localcreditamount\",\"id\":\"2437b423-529f-4109-b44c-d7b61ae51af7\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"本币借方金额(必填,没有就传0就行了)*必填\",\"parameterName\":\"localdebitamount\",\"id\":\"0aeb04f1-ea49-4bd2-8e48-728c3ca2f7c3\",\"example\":\"100\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"description\":\"科目编码\",\"parameterName\":\"pk_accsubj\",\"id\":\"0a7a53b1-4437-40ef-9e28-c9288512abf7\",\"example\":\"1132\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"币种\",\"parameterName\":\"pk_currtype\",\"id\":\"033fb737-0ece-491e-a4ce-d9ad81af4284\",\"example\":\"CNY\"}],\"concreteType\":\"ObjectCom\",\"index\":2,\"description\":\"凭证明细列表\",\"parameterName\":\"details\",\"id\":\"75986af1-f13a-4406-9bda-dd5ce9df542c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"description\":\"凭证号\",\"parameterName\":\"no\",\"id\":\"d3e48f09-719c-46d6-9099-3fbce915c6b1\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"description\":\"所属公司\",\"parameterName\":\"pk_corp\",\"id\":\"2659d9c4-7b07-4bc2-9b8f-d1c8383e1426\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"description\":\"账簿\",\"parameterName\":\"pk_glorgbook\",\"id\":\"5be16b9c-e169-4602-b1d4-6641ab8c779b\",\"example\":\"01-01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"description\":\"制单人编码\",\"parameterName\":\"pk_prepared\",\"id\":\"17a745d8-5713-4485-aa30-7221b85977bc\",\"example\":\"17633965916\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"description\":\"凭证分类\",\"parameterName\":\"pk_vouchertype\",\"id\":\"9de6240d-dfad-45f8-adc4-7ddd4617919e\",\"example\":\"记账\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"description\":\"凭证主体\",\"parameterName\":\"voucher\",\"id\":\"8c86083e-3e8b-4b7d-8115-1f04dccf54fa\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"b361821c-2ef9-4039-bda2-62124268db78\",\"parameterName\":\"body\",\"first\":true}]', '[]', 154, '1', '2024-04-24 13:51:47', '1', '2024-04-24 13:51:47', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('d8a5b9b54cea47e8bd810f5d343703b9', 8000060083, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '凭证新增', NULL, '2', NULL, '1', '/webapi/Voucher/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"27a3aeb2-38b3-4458-a255-cd441bf2fda0\",\"parameterName\":\"body\",\"first\":true}]', '[]', 123, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:31:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:31:57', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('d8f0d1a55c9c4dfcbdb1bd922e2e5187', 8000060013, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '采购订单弃审', '采购订单弃审', '2', NULL, '1', '/webapi/PurchaseOrder/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 25, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:44:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:44:13', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('d90bb95f3c9c4627a0c2d806ba8d5c20', 8000040002, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '人员新增', '人员新增', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"75b67871-1cdb-485c-9207-68ffc852465e\",\"parameterName\":\"body\",\"first\":true}]', '[]', 173, '1', '2024-04-28 13:56:45', '1', '2024-04-28 13:56:45', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('db6d8f3c9b774bac9c8a1b322802b9e6', 8000050009, NULL, '1', 'e18994b27aaf47b38232ffc00b607756', '7a66d34c6e624a75a2aeb8acedfc45bd', '采购订单审批即保存', '采购订单审批即保存', '2', NULL, '1', '/u8cloud/api/pu/order/saveapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"cmangid\",\"id\":\"0d2afede-89fe-4155-b602-5da16db63541\",\"example\":\"0001F81000000000HNQW\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"nordernum\",\"id\":\"54d2a491-1f36-46c4-b0d7-3dffb3115371\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"norgtaxprice\",\"id\":\"4dfaa531-c862-4c5b-84f9-e05fa1ff5f51\",\"example\":\"10\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"071d3eb1-c1ac-49cb-b3be-72f67a8cd46a\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"cbiztype\",\"id\":\"6757e86a-4215-459e-be0a-99195e065d6d\",\"example\":\"0001F81000000000HJDM\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"cdeptid\",\"id\":\"970ccf18-7d3b-46d4-8f25-46d36ba38b22\",\"example\":\"1007F81000000000I0Y1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"coperator\",\"id\":\"f4fb3339-50f0-4e8b-b2c3-2529489a2415\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"cpurorganization\",\"id\":\"b55c46a9-322b-4765-87c2-9b4f5f0c9c21\",\"example\":\"0001F81000000000HJEN\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"cvendormangid\",\"id\":\"235678bc-443e-49bb-bd45-e9b83f960e90\",\"example\":\"0001F810000000000VZB\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"pk_corp\",\"id\":\"f447a97f-c054-4abe-acab-c4e9f31527fe\",\"example\":\"1007\"}],\"concreteType\":\"Object\",\"index\":5,\"parameterName\":\"parentvo\",\"id\":\"5159d2ad-c2b0-49d9-a2ea-b07b4bcae512\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"puordervo\",\"id\":\"0cdb262d-21c0-4831-846b-d2df4c0f48af\"}]', '[]', 6, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:39:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:39:00', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('dc5779bad2c54d6582ad176bd1790d7f', 8000060060, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '提交调出单', NULL, '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/TransferOut/Submit', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"6ea645f6-80f0-4a67-8f26-fe5b31983abf\",\"parameterName\":\"body\",\"first\":true}]', '[]', 100, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:47:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:47:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('dc77b3053b484ec4b3e0e0e443647299', 8000090002, NULL, '1', 'f32abb417626461d997bdc7834b7e186', 'ceda2f22bd004c54b8d98f573aeaad57', '产品分类', NULL, '2', NULL, '1', '/cgi/crm/data/editProductCategory', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 52, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 16:39:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 16:39:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('dd64e0606d664bcfb308d52e87341641', 8000160005, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'fd3b53156f2048fc87a5ce5ea59a889f', '采购付款单保存即审批', '采购付款单保存即审批', '2', NULL, '1', '/u8cloud/api/arap/fk/insertapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"bbhl\",\"id\":\"7aff6eac-f575-4ae5-a027-848645ab4020\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"dfbbje\",\"id\":\"02b1c539-a6d3-46ac-9a99-b6357ea748c5\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"dfbbsj\",\"id\":\"7253200a-030b-4ddc-829c-089509eee718\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"dfbbwsje\",\"id\":\"641b56c4-00aa-4cff-b040-4e35f70a68cc\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"dfshl\",\"id\":\"a47098b5-15b9-4560-aaf1-3e661dc815ee\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"dfybje\",\"id\":\"a0adf1df-234a-414f-95d6-3fa09a2e5b91\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"dfybsj\",\"id\":\"f5b8e1be-4c5c-40d9-b867-0e26788129d2\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"dfybwsje\",\"id\":\"152fca0a-a993-48a6-a9e0-58dd23319719\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"dj\",\"id\":\"759492d1-0a54-4605-ad4a-c8f018c74de1\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"hsdj\",\"id\":\"9292797f-ca0a-49ba-834a-2e5680d78b01\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"jfbbje\",\"id\":\"a71ebdd0-643b-4ff0-8bc5-5b8baa8fca67\",\"example\":\"999\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"jfbbsj\",\"id\":\"ad930aa2-d63a-4767-bdd6-8742436ad63b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"jfshl\",\"id\":\"8cc0c71e-aa01-428a-a9d4-981f717a6991\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"jfybje\",\"id\":\"2928980d-58a1-4345-ba95-56cab883f3e1\",\"example\":\"999\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"jfybsj\",\"id\":\"168ed4e5-0dda-439b-a6dc-9d2d222531b3\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"jfybwsje\",\"id\":\"b7d6ec64-fff6-4b88-8fd2-65e4aa7421d2\",\"example\":\"999\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"kslb\",\"id\":\"22e3190e-19db-49c5-880f-7c044e9e58ec\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"sl\",\"id\":\"6d5f9c6e-d8b7-4825-a022-2dddf03fbd14\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"tradertype\",\"id\":\"49bb7919-6d6c-499c-ad4b-a639a85a9d5b\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"wbfbbje\",\"id\":\"58c49293-fa8c-4050-bc33-b0dc4016a603\",\"example\":\"999\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"children\",\"id\":\"322e3c04-dba4-4294-bd69-8053ef534ffa\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":23,\"parameterName\":\"bzbm\",\"id\":\"df9906a7-d287-4aa5-94c6-1b59729c222d\",\"example\":\"00010000000000000001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":24,\"parameterName\":\"djbh\",\"id\":\"6254d078-334f-4466-a744-7d665722ed9a\",\"example\":\"FK2309250004\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":25,\"parameterName\":\"djlxbm\",\"id\":\"ec3f5256-59a3-4cae-96cd-a4dfeb5f3ea8\",\"example\":\"D3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":26,\"parameterName\":\"djrq\",\"id\":\"984c54c7-8332-4eb0-843d-c205b5a688c7\",\"example\":\"2023-09-27\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":27,\"parameterName\":\"dwbm\",\"id\":\"f7cbc093-519e-491c-9817-d15a93279186\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":28,\"parameterName\":\"effectdate\",\"id\":\"152b9d89-8b2c-466d-8a1a-70674843f3f8\",\"example\":\"2023-09-27\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":29,\"parameterName\":\"hbbm\",\"id\":\"cafddd3a-dd1c-4096-86e3-7cf92c998e04\",\"example\":\"0001F81000000000HJRA\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":30,\"parameterName\":\"isreded\",\"id\":\"78b2a316-7582-44f7-ac34-3ee942abf859\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":31,\"parameterName\":\"lrr\",\"id\":\"ba039bff-8774-4101-8729-499607a0e7aa\",\"example\":\"0001F81000000000HGYQ\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"prepay\",\"id\":\"0dd31959-74c0-4d85-8fbd-f995fcf29898\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"qcbz\",\"id\":\"5619061c-20c1-46a0-9f93-8326ec3367e1\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":34,\"parameterName\":\"shr\",\"id\":\"ca33d4c4-ff37-466b-9759-09d6532929a5\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":35,\"parameterName\":\"shrq\",\"id\":\"8cdb21ec-7cdc-4e0e-943e-d8595fe99dcd\",\"example\":\"2023-09-27\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":36,\"parameterName\":\"tradertype\",\"id\":\"bec4a564-89bc-4d6a-bc3e-fee9343057a2\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":37,\"parameterName\":\"wldx\",\"id\":\"f233a73f-19d0-4b61-9fe4-669e6f6a2209\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":38,\"parameterName\":\"xslxbm\",\"id\":\"97b1671a-f368-4515-8790-17b3d648d6a6\",\"example\":\"00011110000000002RGT\"}],\"concreteType\":\"Object\",\"index\":22,\"parameterName\":\"parentvo\",\"id\":\"ff76661d-961a-4ccb-8555-b0814efd300a\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"billvo\",\"id\":\"ba471ce4-118f-4902-a3c1-4992c371aecd\"}]', '[]', 7, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('de8fd520d14041b39978f0448b3de47c', 8000040017, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', '档案对照新增', '档案对照新增', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"e0243898-e207-4add-ba68-142160c36b29\",\"parameterName\":\"tl\",\"example\":\"comparisonServiceImpl\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"4af5296e-010a-4d7c-ab86-d1a63186bb9f\",\"parameterName\":\"dj\",\"example\":\"saveEntity\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"主数据编码\",\"parameterName\":\"mdmCode\",\"id\":\"c6f49b89-2105-4369-a9b2-3d85fed54204\",\"required\":true,\"example\":\"10002\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"单据规则\",\"parameterName\":\"rulePrefix\",\"id\":\"eb1092b1-2c77-4257-beed-3fe609894328\",\"required\":true,\"example\":\"CK\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"仓库编码\",\"parameterName\":\"ckbm\",\"id\":\"f61ef122-ce47-4050-8f4a-1b15d42d36bc\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"仓库名称\",\"parameterName\":\"ckmc\",\"id\":\"5989d6de-0bc8-47fb-8b8e-5b85c681a03d\",\"example\":\"测试仓库\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"仓库类型\",\"parameterName\":\"cklx\",\"id\":\"650b4f12-61ec-41b0-b862-dd357e67446d\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"仓库地址\",\"parameterName\":\"ckdz\",\"id\":\"980c09f4-8bdd-4ee3-927a-6e6ded198b37\",\"example\":\"杭州市\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"负责人\",\"parameterName\":\"fzr\",\"id\":\"e7be529e-c7c1-48f2-8313-07d3a92c27b1\",\"example\":\"安保一号\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"电话\",\"parameterName\":\"dh\",\"id\":\"41657f43-f43c-47b6-b20f-21164ce2fdeb\",\"example\":\"123456\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"description\":\"所属地点\",\"parameterName\":\"ssdd\",\"id\":\"7f24d35d-98f3-4392-a0ca-535245db6f1d\",\"example\":\"浙江省\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"备注\",\"parameterName\":\"bz\",\"id\":\"b26767dd-2cf0-4714-ab19-e7bd4b0de5e9\",\"example\":\"测试使用\"}],\"concreteType\":\"Object\",\"index\":3,\"description\":\"主表\",\"parameterName\":\"main\",\"id\":\"92468c8f-f9bb-4277-97ac-7fb322335b8e\",\"required\":true},{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"description\":\"所属组织\",\"parameterName\":\"sszz\",\"id\":\"c915d3f9-3faa-40b5-a283-1d7fe5d1ef95\",\"example\":\"0001A3100000000003V3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"description\":\"备注\",\"parameterName\":\"bz\",\"id\":\"1573d172-cbd6-44a1-bca6-3668707c64bf\",\"example\":\"测试使用明细1\"}],\"concreteType\":\"ObjectCom\",\"index\":12,\"parameterName\":\"details\",\"id\":\"fd40e8f6-7f5c-4e1c-8f25-6ec63c205ae9\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"e4f3c41a-4fa6-4aff-a0a1-7561cf9599b2\",\"parameterName\":\"body\",\"first\":true}]', '[]', 188, '1', '2024-05-09 15:57:00', '1', '2024-05-09 15:57:00', 'Y', NULL, 'comparisonServiceImpl', 'saveEntity', '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('dee1ec873af041c5b8a1e966e2bb64c8', 8000060010, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '调入单弃审', '调入单弃审', '2', NULL, '1', '/webapi/TransferIn/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 22, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:42:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:42:22', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('dff4beae25b84cb6a0bb19b176673168', 8000110002, NULL, '1', 'a49b41b312ca43c6af7b24da800ddf13', '9ea49f2a057e410f9f280162355f03a3', '123超级', NULL, '2', NULL, '1', '123', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"OtherID\",\"id\":\"f619ca4d-82c0-4eb0-aaef-1d1927becafb\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":2,\"parameterName\":\"ID\",\"id\":\"6ef46b6c-b6ac-431e-82d5-92fd2d150426\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"CreatedOn\",\"id\":\"72597bb9-5e97-46f1-9150-1ba8a3f49e99\",\"example\":\"2023-10-16T12:21:23\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"CreatedBy\",\"id\":\"b95b86b0-75f8-466b-ad3f-32163ca10adb\",\"example\":\"admin\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"ModifiedOn\",\"id\":\"a6ce7177-b3d0-4c4a-a5a0-b241a0cf90ac\",\"example\":\"2023-10-16T12:21:23\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"ModifiedBy\",\"id\":\"c8b6e0e4-3a54-45aa-a01f-455bb1dfe32d\",\"example\":\"admin\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":7,\"parameterName\":\"SysVersion\",\"id\":\"126c4a41-387f-4beb-b103-273be1752865\",\"example\":\"0\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":9,\"parameterName\":\"ID\",\"id\":\"462c01a2-88ec-4980-8992-1a1fc30bdfa8\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"Code\",\"id\":\"e079a99f-7495-4e64-ad3d-a415c0da06e5\",\"example\":\"10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"Name\",\"id\":\"65f24b0c-f78a-4067-ac23-6dba50169dcb\",\"example\":\"杭州博华食品科技有限公司\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"Org\",\"id\":\"a7e65af3-8564-4452-9ec4-d89f24877954\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"Location\",\"id\":\"1c8d585f-d624-4c54-bf35-d62545399295\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":14,\"parameterName\":\"ID\",\"id\":\"27cc1ec9-a576-4578-ba68-6365d87238bd\",\"example\":\"1002309130110020\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"Code\",\"id\":\"bb7e10b9-93e4-4960-b71a-2c08abf09084\",\"example\":\"1001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"Name\",\"id\":\"fc8e8820-9a79-4805-849f-adb1400fa605\",\"example\":\"工作日历\"}],\"concreteType\":\"Object\",\"index\":13,\"parameterName\":\"WorkCalendar\",\"id\":\"99b103f8-272b-4022-a78d-1347feb94d57\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"MasterOrg\",\"id\":\"83309f6c-746d-4981-848f-5db12a7809d0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"Code\",\"id\":\"35aef46d-c70b-420c-8184-abe0efb9a011\",\"example\":\"AAA\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"Name\",\"id\":\"4d24aeb5-14d7-4a8a-807c-965742d995fa\",\"example\":\"开发部\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":20,\"parameterName\":\"ShortName\",\"id\":\"035036f0-d5d8-467d-a5ce-018e6e88be6d\",\"example\":\"开发部\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":21,\"parameterName\":\"Description\",\"id\":\"43d8df46-ad44-4bc5-b337-b516dd20cc0d\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":23,\"parameterName\":\"IsEffective\",\"id\":\"8be5e808-711c-4a3d-863c-ec834a5cb9a3\",\"example\":\"true\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":24,\"parameterName\":\"EffectiveDate\",\"id\":\"1ce414b1-cc65-4693-a540-f4ff35a6e387\",\"example\":\"2000-01-01T00:00:00\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":25,\"parameterName\":\"DisableDate\",\"id\":\"d273e8a4-b163-47c0-9a2b-5c4e794a7862\",\"example\":\"9999-12-31T00:00:00\"}],\"concreteType\":\"Object\",\"index\":22,\"parameterName\":\"Effective\",\"id\":\"ee54c95c-34b7-4c7e-ad27-a19d4c5eae54\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":26,\"parameterName\":\"ParentNode\",\"id\":\"6921a70f-f9d0-4d3f-9c7a-2231a0f85177\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Number\",\"index\":27,\"parameterName\":\"Level\",\"id\":\"081e0a9d-036f-459c-b331-682d500c12a9\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":28,\"parameterName\":\"IsLeaf\",\"id\":\"8cd42867-1c68-4895-8427-713dccab8b41\",\"example\":\"true\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":30,\"parameterName\":\"PrivateDescSeg1\",\"id\":\"de1a7ae4-7e18-4141-9335-25bcd928343b\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":31,\"parameterName\":\"PrivateDescSeg2\",\"id\":\"a77df364-875d-44a6-8ed7-4205a4e9c9e5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":32,\"parameterName\":\"PrivateDescSeg3\",\"id\":\"a60647a2-9bde-4893-a415-518e2af3d67b\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":33,\"parameterName\":\"PrivateDescSeg4\",\"id\":\"85088656-66f3-45d2-9d02-901c64d43dc9\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":34,\"parameterName\":\"PrivateDescSeg5\",\"id\":\"4e463db6-797f-4d42-8819-1357345d1304\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":35,\"parameterName\":\"PrivateDescSeg6\",\"id\":\"2f63a7d4-5e6c-4181-b204-22a15f923847\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":36,\"parameterName\":\"PrivateDescSeg7\",\"id\":\"9710bce0-f8f7-4b08-a94d-72af5c2a6faf\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":37,\"parameterName\":\"PrivateDescSeg8\",\"id\":\"2b15d863-2ba1-4ac0-9333-a6066661e7d3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":38,\"parameterName\":\"PrivateDescSeg9\",\"id\":\"287a2260-67e0-4e5c-9a9b-b1983cfcd316\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":39,\"parameterName\":\"PrivateDescSeg10\",\"id\":\"655c2b43-bfa4-47fa-8176-7d75aee668bf\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":40,\"parameterName\":\"PrivateDescSeg11\",\"id\":\"04ca32b6-7cc0-4a53-aba4-251f20864f73\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":41,\"parameterName\":\"PrivateDescSeg12\",\"id\":\"9f6eccbd-58db-4f95-9e14-abc1b323bdb0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":42,\"parameterName\":\"PrivateDescSeg13\",\"id\":\"9622825b-5c27-4ed0-bdeb-884e8edffa6e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":43,\"parameterName\":\"PrivateDescSeg14\",\"id\":\"fc7a4ba5-19e7-4137-859e-758a637f610a\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":44,\"parameterName\":\"PrivateDescSeg15\",\"id\":\"c9f11446-b1aa-46dd-b51f-e439a29a6562\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":45,\"parameterName\":\"PrivateDescSeg16\",\"id\":\"92d32339-9027-4030-ad6a-ee1e80e54ae2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":46,\"parameterName\":\"PrivateDescSeg17\",\"id\":\"7ec95777-2389-40ac-b07c-71afb331a78e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":47,\"parameterName\":\"PrivateDescSeg18\",\"id\":\"f9d2fb5e-bae8-4253-9a38-5f4b9299ba9e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":48,\"parameterName\":\"PrivateDescSeg19\",\"id\":\"8a383095-2205-418c-beee-812572083e18\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":49,\"parameterName\":\"PrivateDescSeg20\",\"id\":\"44977c52-b806-42c3-bc51-8d34f58f633d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":50,\"parameterName\":\"PrivateDescSeg21\",\"id\":\"991268a9-101b-4cc4-80f6-a6303f67d295\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":51,\"parameterName\":\"PrivateDescSeg22\",\"id\":\"20eecfdb-7d88-4046-9581-d83e99345649\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":52,\"parameterName\":\"PrivateDescSeg23\",\"id\":\"5b71c63d-96f5-4c4e-98e3-539c835faa59\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":53,\"parameterName\":\"PrivateDescSeg24\",\"id\":\"74d533ac-a3d8-4822-a3cf-cafdf5b6d1ce\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":54,\"parameterName\":\"PrivateDescSeg25\",\"id\":\"3d25f56a-ab19-4218-854b-0fd42b503585\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":55,\"parameterName\":\"PrivateDescSeg26\",\"id\":\"c5ec6759-bcd0-4474-80dc-de69a3655188\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":56,\"parameterName\":\"PrivateDescSeg27\",\"id\":\"80b0ec59-b5ac-4167-8bc5-540800f7cc05\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":57,\"parameterName\":\"PrivateDescSeg28\",\"id\":\"4ba516e5-9f70-469a-a427-5117dd775b94\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":58,\"parameterName\":\"PrivateDescSeg29\",\"id\":\"2b5c4a49-730d-4d11-a330-37000ddf91a3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":59,\"parameterName\":\"PrivateDescSeg30\",\"id\":\"57dfc6ac-0cc6-41b5-96c2-257f2d514f0e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":60,\"parameterName\":\"PubDescSeg1\",\"id\":\"1162ba03-73fc-48da-bcfe-5e6f63463810\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":61,\"parameterName\":\"PubDescSeg2\",\"id\":\"d472a7e0-9383-40f0-bcdc-f8add294359f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":62,\"parameterName\":\"PubDescSeg3\",\"id\":\"aeec8b38-3407-4e8e-8a3c-0a8a57579c2c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":63,\"parameterName\":\"PubDescSeg4\",\"id\":\"9bc8df21-1232-468a-ba61-efcb47dbcf04\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":64,\"parameterName\":\"PubDescSeg5\",\"id\":\"94d5a27f-b142-45d8-b55d-abcf5bf5fb28\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":65,\"parameterName\":\"PubDescSeg6\",\"id\":\"de0b3626-bca7-406f-9dec-7dfa1ac33f3c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":66,\"parameterName\":\"PubDescSeg7\",\"id\":\"a881883d-319f-4058-a374-091e11591ac0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":67,\"parameterName\":\"PubDescSeg8\",\"id\":\"822d5ad8-42e3-447d-a661-fd499d49549d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":68,\"parameterName\":\"PubDescSeg9\",\"id\":\"3b35f3f0-1460-49f1-ae9e-a154d663c0fe\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":69,\"parameterName\":\"PubDescSeg10\",\"id\":\"a4d2fe90-d60e-4a17-8ef6-41104f7d7a5e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":70,\"parameterName\":\"PubDescSeg11\",\"id\":\"76292774-5db4-4575-936b-910fcec6cbff\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":71,\"parameterName\":\"PubDescSeg12\",\"id\":\"23c3bcb8-7f8c-49c4-9b94-0fa26f7e93d8\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":72,\"parameterName\":\"PubDescSeg13\",\"id\":\"e8ce93c6-2157-464d-98d3-bda0fb5001ec\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":73,\"parameterName\":\"PubDescSeg14\",\"id\":\"f219eaee-fa4f-4a8d-bde7-d66bdcc1c569\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":74,\"parameterName\":\"PubDescSeg15\",\"id\":\"1fa22ebd-d730-464a-9221-8f0bce23f6d5\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":75,\"parameterName\":\"PubDescSeg16\",\"id\":\"08378f17-5993-4f30-b607-708c2cc1693f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":76,\"parameterName\":\"PubDescSeg17\",\"id\":\"5dcfc4eb-2657-44d8-bbbc-a6c015a2c14c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":77,\"parameterName\":\"PubDescSeg18\",\"id\":\"c2769d20-8470-4758-b547-5551c8513c01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":78,\"parameterName\":\"PubDescSeg19\",\"id\":\"65754475-198c-4168-9556-f104c2ada63d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":79,\"parameterName\":\"PubDescSeg20\",\"id\":\"b1449ddc-0ef5-4b01-9f30-601a6ce28d10\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":80,\"parameterName\":\"PubDescSeg21\",\"id\":\"f741e07b-ee37-4f21-9224-c62cbd1ed7f1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":81,\"parameterName\":\"PubDescSeg22\",\"id\":\"7327158b-fbd6-47fb-bdd0-99abced3fddd\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":82,\"parameterName\":\"PubDescSeg23\",\"id\":\"8aff9931-c6d7-4ce8-bf85-d3ed5370f2d2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":83,\"parameterName\":\"PubDescSeg24\",\"id\":\"380b53f0-e4b1-4543-a6c2-21a553072033\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":84,\"parameterName\":\"PubDescSeg25\",\"id\":\"2744e4cf-bed6-43a4-9e3a-71a4209f520d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":85,\"parameterName\":\"PubDescSeg26\",\"id\":\"13c56375-fe7f-4d61-8530-176c3eee6b8f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":86,\"parameterName\":\"PubDescSeg27\",\"id\":\"36c7a5ac-bf52-467f-aaac-e0d83ca5e6fd\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":87,\"parameterName\":\"PubDescSeg28\",\"id\":\"0ef04935-2e97-462a-901b-ab92b8ecd279\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":88,\"parameterName\":\"PubDescSeg29\",\"id\":\"04c9009b-bff6-4014-b69c-eebc10ab97cc\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":89,\"parameterName\":\"PubDescSeg30\",\"id\":\"ee75df29-a554-40ca-ac02-9fa3ee895a57\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":90,\"parameterName\":\"PubDescSeg31\",\"id\":\"f5084d76-144b-475b-ab9d-fac2f02772f3\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":91,\"parameterName\":\"PubDescSeg32\",\"id\":\"f64e4f60-5326-45d2-b917-a566258dc908\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":92,\"parameterName\":\"PubDescSeg33\",\"id\":\"e5012969-9e1c-4f17-a42a-32f07cb6923e\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":93,\"parameterName\":\"PubDescSeg34\",\"id\":\"1e8f65bb-a678-4d65-a312-1c23d43371dd\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":94,\"parameterName\":\"PubDescSeg35\",\"id\":\"7ae932b1-de62-424e-ba93-4e5c63588e4f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":95,\"parameterName\":\"PubDescSeg36\",\"id\":\"6b3e2d2d-bd35-43ad-b7b6-42271707ad0d\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":96,\"parameterName\":\"PubDescSeg37\",\"id\":\"234523ba-f954-40bb-8228-fad28b582e34\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":97,\"parameterName\":\"PubDescSeg38\",\"id\":\"3eb6f2ca-732e-4d02-bfe4-1459406550b0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":98,\"parameterName\":\"PubDescSeg39\",\"id\":\"79f8e9d9-b09c-4cb2-bc1f-938a8b4984de\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":99,\"parameterName\":\"PubDescSeg40\",\"id\":\"e5ed8bb5-1c0d-44d7-9960-12316daef2c6\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":100,\"parameterName\":\"PubDescSeg41\",\"id\":\"e4ec5d1a-de10-47f7-a684-63b61e5ee889\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":101,\"parameterName\":\"PubDescSeg42\",\"id\":\"01894aca-6229-468f-958c-b0ccd773e3bc\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":102,\"parameterName\":\"PubDescSeg43\",\"id\":\"fd85f242-68fb-405f-9941-c6fb57f7e9ec\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":103,\"parameterName\":\"PubDescSeg44\",\"id\":\"1523fc5f-f646-4419-a751-2fbe0e53b352\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":104,\"parameterName\":\"PubDescSeg45\",\"id\":\"58ebd28b-24b7-42a3-abf2-f4e583833bad\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":105,\"parameterName\":\"PubDescSeg46\",\"id\":\"891be7ea-2a8d-4dff-915a-47ddff35d121\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":106,\"parameterName\":\"PubDescSeg47\",\"id\":\"b55e8cc7-831e-474c-a96c-c994064b40f0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":107,\"parameterName\":\"PubDescSeg48\",\"id\":\"752bb673-7fda-45b0-8ccd-8880b4a0ba3f\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":108,\"parameterName\":\"PubDescSeg49\",\"id\":\"a628f484-c342-4b84-bfe7-7ea1f213c14c\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":109,\"parameterName\":\"PubDescSeg50\",\"id\":\"a4135b59-4447-49b1-b180-e6c259c73279\"}],\"concreteType\":\"Object\",\"index\":29,\"parameterName\":\"DescFlexField\",\"id\":\"c7323e93-a2a2-4702-960f-6a3def449bcd\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":110,\"parameterName\":\"TreeDisplayName\",\"id\":\"4676841e-582f-4e05-902a-3772feb3b313\",\"example\":\"开发部\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"Boolean\",\"index\":111,\"parameterName\":\"IsMFG\",\"id\":\"9ed9526d-a2a3-4e07-ac74-d7a51642ed3b\",\"example\":\"false\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"id\":\"37c2e0b4-416e-4f50-805b-12ede9925231\",\"parameterName\":\"body\",\"first\":true}]', '[]', 58, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:43:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:43:57', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e074d258c7a24c35ad8ccd77e230dfe7', 8000060074, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '应付单提交', NULL, '2', NULL, '1', '/webapi/APBill/Submit', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"62515e42-3d0e-4d45-be8a-0617f9e8c319\",\"parameterName\":\"body\",\"first\":true}]', '[]', 114, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:26:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:26:27', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e0b068dd47a74e3dbfa56c35b07ceb74', 8000060034, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '提交退回处理单', '提交退回处理单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/RMA/Submit', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"904e17d0-5b08-405b-aa16-e39756166985\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"59ec7d52-662c-4fc3-bfc7-e455d3d74385\",\"parameterName\":\"body\",\"first\":true}]', '[]', 72, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:39:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:39:20', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e0c7d328eb8241feba025a60ba3608a5', 8000090001, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '27ac1a9f1a6c473791585aed3c5c0c7a', 'token', NULL, '2', NULL, '1', '/cgi/corpAccessToken/get/V2', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":0,\"parameterName\":\"appId\",\"id\":\"35585401-f2cd-4d8c-971d-584f90c6301e\",\"example\":\"FSAID_131ca0b\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"appSecret\",\"id\":\"560e8bbd-c59f-4152-9718-554647d70a36\",\"example\":\"fdca93109f52427791039af863304887\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"permanentCode\",\"id\":\"5f730c56-24c1-4f04-8166-1c9ef43b8cd0\",\"example\":\"34EF8A65DE83249BA8FCC4E533E9978E\"}]', '[]', 46, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:26:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:26:00', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e26b90782a994ae29c525a0a6737f1b0', 8000060009, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '业务员删除', '业务员删除', '2', NULL, '1', '/webapi/Operator/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 21, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:41:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:41:48', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e340bed8447d49b3a2e8c0e6195edf06', 8000060053, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '删除出货单', '删除出货单', '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/Ship/Delete', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"b475175d-ae67-4cb0-bdf1-0ea562169848\",\"parameterName\":\"token\",\"example\":[\"Data\"]}]', '[]', '1', '[{\"id\":\"367dfcb2-475e-4b63-a17d-14d80fc8bdae\",\"parameterName\":\"body\",\"first\":true}]', '[]', 91, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:52:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:52:54', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e3dc380de10d48ec8d2938ba269b7a1d', NULL, NULL, NULL, NULL, NULL, 'asdasd', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 147, NULL, NULL, NULL, NULL, 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e428b1149a8540eb8e0caaff30a53ad3', 8000060085, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '修改销售订单', NULL, '2', NULL, '1', '/webapi/SO/Modify', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"1cdc966b-383f-4f7b-9bf5-87404d1ed92c\",\"parameterName\":\"body\",\"first\":true}]', '[]', 125, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:33:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:33:42', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e67e51085e9e4c10a4cd9e2dfacc02ea', 8000040004, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '人员删除', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"61283893-30a9-483d-9121-d02e69cfb0fa\",\"parameterName\":\"body\",\"first\":true}]', '[]', 175, '1', '2024-04-28 13:57:04', '1', '2024-04-28 13:57:04', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e70c320b68a4485b8fe51406a2bb3f71', 8000060025, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '杂收单新增', NULL, '2', NULL, '1', '/webapi/MiscRcvTrans/Create', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 37, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:53:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:53:12', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e7a0ebb4878a45a9a388fb5b1e82642a', 8000040009, NULL, '1', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '客商修改', NULL, '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"1edf9cdc-18d5-4f94-9336-b8724061a1b0\",\"parameterName\":\"body\",\"first\":true}]', '[]', 180, '1', '2024-04-26 10:20:16', '1', '2024-04-26 10:20:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e7c9872a46c04091a1fe3c875456a97d', 8000160029, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '5513873083c04673ad38c6113076d538', '人员档案新增', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdpsn/save', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamentallist\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"childrenvo\",\"id\":\"eb56b3bb-e1c7-46bc-a9dd-be12dafa5d37\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"公司编码\",\"parameterName\":\"currentcorp\",\"id\":\"8ca3aeb2-7355-4bed-bad2-67e1ce876c71\",\"example\":\"01\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"人员名称\",\"parameterName\":\"psnname\",\"id\":\"0677074c-19ce-49cd-9c2f-967930803e4c\",\"example\":\"测试人员12\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"人员主键(填写为更新反之为新增)\",\"parameterName\":\"pk_psnbasdoc\",\"id\":\"e104c2bf-ff2b-42ff-90d3-84f91fbb8e04\",\"example\":\"1001F1100000000067B1\"}],\"concreteType\":\"Object\",\"index\":5,\"parameterName\":\"psnbasvo\",\"id\":\"9a5fd953-76bd-4e6c-837a-729bf96170b8\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"description\":\"部门编码\",\"parameterName\":\"pk_deptdoc\",\"id\":\"46cb327c-73ce-4dd2-86d0-ee2f11d142df\",\"example\":\"999\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"description\":\"员工类型01在职02离职\",\"parameterName\":\"pk_psncl\",\"id\":\"1fbd9360-0e27-4d01-b3d0-6cca2e16710e\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"description\":\"人员编码\",\"parameterName\":\"psncode\",\"id\":\"121a8b54-52e2-4ca5-8417-384ae4c32f7f\",\"example\":\"999\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"psnmanvo\",\"id\":\"9d366549-e631-4770-9d9e-aa3549b1f82b\"}],\"concreteType\":\"Object\",\"index\":3,\"parameterName\":\"parentvo\",\"id\":\"ee25c3fa-9e75-4e86-a893-87250719ec9c\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"psn\",\"id\":\"1f724e00-c699-434b-9c12-bd9d2289e228\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"9b0ae8d1-ec1f-4e20-84b3-fee4742bf9ed\",\"parameterName\":\"body\",\"first\":true}]', '[]', 170, '1', '2024-04-25 14:05:57', '1', '2024-04-25 14:05:57', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e812ab374e2b44f086b0c5eab99c8e52', 8000220000, NULL, '1', '15cfff641bbd4123b11b4e98ac2d0184', 'a5bf55defefa4858b7f83e66eec2d745', '物料档案查询', NULL, '2', NULL, '1', 'investors/query', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 206, '1', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', 'Y', NULL, '测试名称', '测试方法', '2', '2', '2', '3'); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e8e5b3ca1ff9436aa3a7e2074ae2863b', 8000060018, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '成品入库单弃审', '成品入库单弃审', '2', NULL, '1', '/webapi/RcvRptDoc/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 30, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:50:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:50:09', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('e9d495daa7784cf693fe4b4ca526fe05', 8000160032, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', '凭证作废', NULL, '2', NULL, '1', '/u8cloud/api/gl/voucher/abandon', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"操作人编码\",\"parameterName\":\"abandoner_code\",\"id\":\"8d210c2b-6896-42f2-b1ce-d5e9af639599\",\"example\":\"17633965916\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"凭证主键\",\"parameterName\":\"pk_voucher\",\"id\":\"f6c76396-d5bb-498b-aa29-99c2e67c233e\",\"example\":\"0001F11000000000IKP4\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"bills\",\"id\":\"78fab8a6-3add-4b88-932d-c9bf45d8d876\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"4c9cca6e-4503-4e07-a3b8-9c6d0e2d3391\",\"parameterName\":\"body\",\"first\":true}]', '[]', 197, '1', '2024-05-09 10:50:13', '1', '2024-05-09 10:50:13', 'Y', NULL, NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('ead4ffdb11e04708ab60f5c94679a388', 8000060029, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '杂发单审核', NULL, '2', NULL, '1', '/webapi/MiscShip/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 41, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:54:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:54:30', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('eb28d8f23d8a41439eb311c672792ec0', 8000160000, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '速网U8C_客商档案新增', '速网U8C_客商档案新增', '2', NULL, '1', '/u8cloud/api/uapbd/custdoc/insert', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"accname\",\"id\":\"69014133-b81e-4a9d-82fc-7c29821e77f9\",\"example\":\"666601\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"account\",\"id\":\"51980e53-c1dd-448a-bf36-d24fd817b1a5\",\"example\":\"test001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"accountname\",\"id\":\"97111e2d-8df9-4465-a241-e1969b032287\",\"example\":\"zy测试银行账户\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"banktypename\",\"id\":\"176cd4c8-5228-4dd6-bee7-2101f09a16d3\",\"example\":\"6666\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"defflag\",\"id\":\"8d833cbf-a396-41af-ba52-cb58b3aa5a74\",\"example\":\"Y\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_currtype\",\"id\":\"d80241ec-c9fb-480c-9e0a-bd1589595a20\",\"example\":\"CNY\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"parameterName\":\"status\",\"id\":\"2c7d4b42-b26e-4aa9-a294-3b330e08cf70\",\"example\":\"2\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"unitname\",\"id\":\"9e6a593f-e35f-456e-879a-41d3d63bb94b\",\"example\":\"测试001\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"banks\",\"id\":\"3815c339-d96b-40d6-a96c-81b8cf68be28\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"conaddr\",\"id\":\"b5990933-94e0-4015-9f53-2ce6fa9bc3da\",\"example\":\"测试33145411113\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"creator\",\"id\":\"f0cce0b5-b5fa-4ea7-8f15-f1ac075eb7f1\",\"example\":\"0001F8100000000000PL\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"custcode\",\"id\":\"853453c3-dad1-4155-998b-9d1c4b8e2acd\",\"example\":\"ceshi007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"custname\",\"id\":\"2b06423d-827a-465d-b829-42471733fa51\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"custprop\",\"id\":\"c4277bcb-7d80-4c12-8508-935086e2c7df\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"custshortname\",\"id\":\"6c02f4ec-618c-4973-babe-a0c81c179743\",\"example\":\"测试007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"freecustflag\",\"id\":\"48c1d795-4396-4189-8f22-9228b2424fce\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":18,\"parameterName\":\"isconnflag\",\"id\":\"92be035c-eb7c-46be-a2c3-5e48ce18cf4f\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":19,\"parameterName\":\"pk_areacl\",\"id\":\"8bc3d731-ab42-46d5-afc3-3227de0df96b\",\"example\":\"01\"}],\"concreteType\":\"Object\",\"index\":10,\"parameterName\":\"parentvo\",\"id\":\"627af933-4b7f-433b-beb5-f2a49b50cfaa\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"cbdocvo\",\"id\":\"33aac70c-d95a-475d-8f98-28925223f305\"}]', '[]', 2, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('ed9bd2db5fea4976941f9540a4391f87', 8000060090, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '出货单弃审', NULL, '2', NULL, '1', '/webapi/Ship/UnApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"b3103257-07ef-4d16-8668-e5089fbe23b9\",\"parameterName\":\"body\",\"first\":true}]', '[]', 130, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:12:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:12:35', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('ee52d83414a24ee693b84066e56d9e17', 8000060061, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '审核调出单', NULL, '1', '0f15cc0879e64d13a5e6aa838f4280f8', '1', '/webapi/TransferOut/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"84ef49db-146f-4f07-b303-2d9287f6c04d\",\"parameterName\":\"body\",\"first\":true}]', '[]', 101, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:47:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-25 14:47:39', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('efc7f635a89745cb933d96d262fbf3d0', 8000160031, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', '凭证更新', NULL, '2', NULL, '1', '/u8cloud/api/gl/voucher/update', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"79fb8f9a-6687-4950-b81e-a00458c30fa0\",\"parameterName\":\"body\",\"first\":true}]', '[]', 196, '1', '2024-05-09 10:17:16', '1', '2024-05-09 10:17:16', 'Y', NULL, NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f03901b082084b0ab330f3f6624c3e29', 8000060093, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '采购退货新增-开发', NULL, '2', NULL, '1', '/RestServices/UFIDA.U9C.Cust.BH.BHSV.IBHPubSV.svc/do', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"67397aa6-f56b-4847-a7f6-f6930c0f274a\",\"parameterName\":\"body\",\"first\":true}]', '[]', 133, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-05 13:49:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-05 13:49:04', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f03ee305250c4f25ba509351255aedbd', 8000160024, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', '项目基本档案-分配', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdjobbasfil/assign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"所属公司主键\",\"parameterName\":\"pk_corp\",\"id\":\"bbb2dca9-9694-4597-9188-5afcc97f643b\",\"example\":\"所属公司主键\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"项目基本档案主键\",\"parameterName\":\"pk_jobbasfil\",\"id\":\"1a56a6f0-a889-45b6-8e60-9eb1e8e572ca\",\"example\":\"项目基本档案主键\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"jobbasfilvo\",\"id\":\"d4598b40-d09c-4238-9fb8-f9f38808bef7\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"4d4fab3e-65ce-4d39-a725-4a670fb01ced\",\"parameterName\":\"body\",\"first\":true}]', '[]', 165, '1', '2024-04-24 16:50:16', '1', '2024-04-24 16:50:16', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f349a800ac104636881fbb65bd35cd07', 8000090016, NULL, '1', 'f32abb417626461d997bdc7834b7e186', '8451f61d92cb40739a8409aa98a7a4fb', '对象解锁', NULL, '2', NULL, '1', '/cgi/crm/v2/object/unlock', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"c9a3872e-c473-4a07-84fc-59fcd02f196f\",\"parameterName\":\"body\",\"first\":true}]', '[]', 145, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:06:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:06:54', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f3e15c2e42bd4a91b9636995402e7763', 8000060094, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '杂收单下达', NULL, '2', NULL, '1', '/', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"17878690-4eca-4677-a702-e43b48613c15\",\"parameterName\":\"body\",\"first\":true}]', '[]', 134, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:05:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:05:17', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f67226c6e2fd4eb6bb14e0182848a2d2', 8000060099, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '成品入库单删除', NULL, '2', NULL, '1', '/webapi/RcvRptDoc/Delete', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"8879839b-d3e1-4cde-9af5-26cbd20688a1\",\"parameterName\":\"body\",\"first\":true}]', '[]', 139, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:09:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:09:44', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f73d1bd1deb347fcb212571b6a9be246', 8000160021, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', '项目基本档案-新增', NULL, '2', NULL, '1', '/u8cloud/api/uapbd/bdjobbasfil/save', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"是否完工*必填\",\"parameterName\":\"finishedflag\",\"id\":\"8d00c456-cb2f-4d5a-b1e9-4bee25dce595\",\"example\":\"false\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"预计完工日期\",\"parameterName\":\"forecastenddate\",\"id\":\"fb2b0a1e-63d3-4b41-81b8-b56f3d3aec50\",\"example\":\"2024-09-22\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"项目编码\",\"parameterName\":\"jobcode\",\"id\":\"7d28e5f9-7593-496f-84f7-044069f78fed\",\"example\":\"20249001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"项目名称\",\"parameterName\":\"jobname\",\"id\":\"fd78b563-3b93-4bf9-970f-80d3abb04ed7\",\"example\":\"测试项目\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"所属公司,默认0001\",\"parameterName\":\"pk_corp\",\"id\":\"a03142ad-bde3-4589-9fe0-de7f2b14bea7\",\"example\":\"0001\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"description\":\"项目分类\",\"parameterName\":\"pk_jobcl\",\"id\":\"3c018241-fee6-4704-ad02-8df11673bc20\",\"example\":\"01\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":8,\"description\":\"项目类型\",\"parameterName\":\"pk_jobtype\",\"id\":\"52b080ec-689a-459c-bb4c-bbe437464f9c\",\"example\":\"01\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"jobbasfils\",\"id\":\"caccafa6-2695-43b7-aefd-5b4af0132fab\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"1c75e9b4-9176-4852-ab69-3b5b28091a33\",\"parameterName\":\"body\",\"first\":true}]', '[]', 162, '1', '2024-04-24 16:47:04', '1', '2024-04-24 16:47:04', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f76f92cd2bd347b5844364a864a6bc84', 8000060022, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '杂收单审核', NULL, '2', NULL, '1', '/webapi/MiscRcvTrans/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 34, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:52:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:52:15', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f796b2ca667c4867b4066afda1ec54a0', 8000060015, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '采购订单审核', '采购订单审核', '2', NULL, '1', '/webapi/PurchaseOrder/Approve', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 27, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:45:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:45:44', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f836df54f8e74c05a99a08462d6107fc', 8000160003, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '62ea04ae41184d4cbec7d625b1a74764', '存货档案分配', '存货档案分配', '2', NULL, '1', '/u8cloud/api/uapbd/invbasdoc/assign', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"assistunit\",\"id\":\"2a19854e-fa74-4936-a970-40584b10878d\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"invcode\",\"id\":\"0840cd1d-8f17-451f-8b8a-d66e49fe1cb3\",\"example\":\"ceshi0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"invname\",\"id\":\"32fba384-d961-4483-902a-e1d96574bab4\",\"example\":\"测试0005\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"pk_invcl\",\"id\":\"8adba933-21dd-4b55-a4b0-0d37f6804256\",\"example\":\"0001F81000000000HJ8C\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"pk_measdoc\",\"id\":\"09288d2b-1864-4a67-803e-60a661706002\",\"example\":\"0001F81000000000HJ8M\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"pk_taxitems\",\"id\":\"8994532c-0efd-4dbc-adc8-805e07bce37e\",\"example\":\"40040000000000000082\"}],\"concreteType\":\"Object\",\"index\":1,\"parameterName\":\"parentvo\",\"id\":\"89f4bacc-f2ec-4542-bd8f-cfdb72b73c27\"}],\"concreteType\":\"ObjectCom\",\"index\":0,\"parameterName\":\"invbasdoc\",\"id\":\"ae814ed6-2fc1-4f07-80eb-d869d378c721\"}]', '[]', 5, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f8396db9a1e248758de2d7ac7befda72', 8000160006, NULL, '1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '9c47dd0fa88b45cda5f4b7ee119ce3c5', '速网U8C_销售订单保存即审批', '速网U8C_销售订单保存即审批', '2', NULL, '1', '/u8cloud/api/so/saleorder/saveapprove', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"blargessflag\",\"id\":\"6f0c57fd-b5a0-4c24-9651-04390cac7316\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"parameterName\":\"cadvisecalbodyid\",\"id\":\"4d46f085-ecf4-426c-8216-458d5be02e04\",\"example\":\"1007F81000000000I0YF\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"cinventoryid\",\"id\":\"8ac81482-e8cc-47ad-ad11-8969da8b9ab6\",\"example\":\"0001F81000000000HJR7\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"parameterName\":\"nnumber\",\"id\":\"815afec0-1a3e-41dd-84d5-65bcf871db6e\",\"example\":\"1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"parameterName\":\"noriginalcurprice\",\"id\":\"6594589c-3913-43fb-a36e-8ba553f15f24\",\"example\":\"8.85\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":7,\"parameterName\":\"vostatus\",\"id\":\"33e3de7c-ae23-4efa-aca8-a69b3e2e603b\",\"example\":\"new\"}],\"concreteType\":\"ObjectCom\",\"index\":1,\"parameterName\":\"childrenvo\",\"id\":\"7490ddcf-5b49-4dea-aaca-def95b5139b7\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":9,\"parameterName\":\"bretinvflag\",\"id\":\"9e5f88fd-a2b2-434b-b5bd-3e63b6edb01e\",\"example\":\"N\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":10,\"parameterName\":\"cbiztype\",\"id\":\"b257ff66-6a06-4a01-8e14-fddee6423431\",\"example\":\"1001F810000000000003\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":11,\"parameterName\":\"ccalbodyid\",\"id\":\"688f54ca-6bbb-4482-bf73-14527f209e50\",\"example\":\"1001F81000000000290R\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":12,\"parameterName\":\"ccustomerid\",\"id\":\"9761c3a0-04e8-48cd-a0b3-078aa4fda30d\",\"example\":\"0001F81000000000HJRD\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":13,\"parameterName\":\"cdeptid\",\"id\":\"59b88197-0625-4ae1-a31e-989ac31c8641\",\"example\":\"1007F81000000000I2BN\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":14,\"parameterName\":\"coperatorid\",\"id\":\"02b2ea8f-00ba-433f-a954-8c4495ad3424\",\"example\":\"0001F81000000000HGZ1\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":15,\"parameterName\":\"csalecorpid\",\"id\":\"75359be1-eb41-40da-acb7-a5ff82e70a55\",\"example\":\"0001F81000000000HKST\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":16,\"parameterName\":\"pk_corp\",\"id\":\"b1df1e06-eeca-4487-8620-eb5fd1c6abe8\",\"example\":\"1007\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":17,\"parameterName\":\"vreceiptcode\",\"id\":\"0f9c2a41-eaf3-4c74-93a8-df5873aaf3aa\",\"example\":\"ceshi003\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"parentvo\",\"id\":\"831c8eee-d8bc-4399-82f2-77143226cf1d\"}],\"concreteType\":\"Object\",\"index\":0,\"parameterName\":\"saleorder\",\"id\":\"a37043a9-85f8-452a-a421-a426d47c927f\"}]', '[]', 8, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('f848d718c15542cabf4b33bea10e5786', 8000130003, NULL, '1', 'f004769d4bd54391ba35ce527d868900', '41566e4bf9df42cd9a1779a06e53097b', '查询项目档案', '查询项目档案', '1', '56ddefa0dc824427811cf19c431ff932', '1', 'kangarooDataCenter/entranceController/option', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"29595b03-9958-481c-b1bc-d0498e02a4f7\",\"parameterName\":\"tl\",\"example\":\"bipV32207Service\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"c989d98c-e125-4f2d-ab1a-f9c94e080cb4\",\"parameterName\":\"as\",\"example\":\"thirdInterface\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"id\":\"183c297a-a63d-453a-b473-a74fc4d9e0cf\",\"parameterName\":\"dj\",\"example\":\"thirdInterfaceSaveSupplier\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"认证access_token\",\"parameterName\":\"access_token\",\"id\":\"e0511d69-bddb-48fe-8cb9-c6022c473d6b\",\"example\":\"666d6e60f0bf264e06ebafd238434c58\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":2,\"description\":\"认证security_key\",\"parameterName\":\"security_key\",\"id\":\"7c4ffb4b-1ed1-49cf-97ef-b4d341f23403\",\"example\":\"cqljuasjNY3O/eNc1mOqjtdorXJcGJzkoKrt0Z1snoE=\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":3,\"description\":\"服务器ip:port\",\"parameterName\":\"baseUrl\",\"id\":\"f885534b-47d1-403c-b81f-a85d64f982c2\",\"example\":\"http://60.204.135.151:8088/\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":4,\"description\":\"api方法\",\"parameterName\":\"apiUrl\",\"id\":\"391c1e04-31d0-4653-8d44-089148d6e4bf\",\"example\":\"nccloud/api/uapbd/projectmanage/projectquery/query\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":5,\"description\":\"对应于在第三方应用注册当中的app_id\",\"parameterName\":\"client_id\",\"id\":\"e1c68c26-9250-4d5f-87e6-7c144c894fcd\",\"example\":\"yonyou\"},{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":6,\"description\":\"公钥\",\"parameterName\":\"pubKey\",\"id\":\"ee3f64fc-406c-43a6-90f7-6076c6dd48b5\",\"example\":\"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEj3X6VynJmaVHBVU48d5ssVURfF3frgoBqUl4Glwqa3KqtsOgTLb+ZoAcD4hO6Trtqi3TUOMQlvBEUXiSCLTO2uqkDCRuhG796Pu/3r01QvJJQXcA4vQVUxIAxw4zWWZkjCT1Enu54vicbm2V3fK9CXJOq6hu32zq5yQjLKfkXFR372gkbB3o0H4bw6JxvXia66w/9/DTmHV+7ae5CX8zlap1k1x6Cg10Vb+6Gl1raz7P8iqdCxlbtcSQRmowLNYLf4jzSWXc8nFrp6XTumeq5H9kEpGo0qjHibwBVsIh0yjt+gbuSWyISkiniW6XV2T4ejRjahght7zWB1WWsmrwIDAQAB\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":9,\"concreteType\":\"String\",\"id\":\"094ecbc8-33d9-481d-9ba4-042668f202ef\",\"parameterName\":\"sender\",\"example\":\"default\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"complexlist\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":12,\"concreteType\":\"String\",\"id\":\"4041fae5-14dc-4091-986e-61e65f67d9ac\",\"parameterName\":\"defaultName\",\"example\":\"767676788888\"}],\"index\":11,\"concreteType\":\"ObjectCom\",\"id\":\"157d6640-4dfc-48a7-8de1-a1a73313d13c\",\"parameterName\":\"project_name\"}],\"index\":10,\"concreteType\":\"Object\",\"id\":\"17fb8171-eb88-44fa-94bd-bcb4bcfaa274\",\"parameterName\":\"data\"},{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":14,\"concreteType\":\"String\",\"id\":\"c4ce7413-f3b2-4103-a3f4-b8c77196a598\",\"parameterName\":\"pageIndex\",\"example\":\"0\"},{\"parameterType\":\"fundamental\",\"index\":15,\"concreteType\":\"String\",\"id\":\"dc216183-3ee3-4c1b-8e14-db7d7187cf06\",\"parameterName\":\"pageSize\",\"example\":\"100\"}],\"index\":13,\"concreteType\":\"Object\",\"id\":\"e0d2aa89-58c2-49b9-a73b-756ff938886a\",\"parameterName\":\"pageInfo\"}],\"concreteType\":\"Object\",\"index\":8,\"parameterName\":\"ufinterface\",\"id\":\"4543f84d-977a-46db-babd-678daba356a8\"}],\"concreteType\":\"Object\",\"index\":7,\"parameterName\":\"sendData\",\"id\":\"8da6b223-9880-43a7-9dbc-fe53e294e60c\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"9c794101-82ce-436f-acd1-afa23e86c9e6\",\"parameterName\":\"body\",\"first\":true}]', '[]', 151, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-11 14:05:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-11 14:05:23', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('fb660bb7a3864196ae4189c2bc8dfd02', 8000060096, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '调入单新增有来源', NULL, '2', NULL, '1', '/webapi/TransferIn/CreateTransferInBySrcTransferOut', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"3d56ef12-408d-4a8d-a418-fe03ec0dafc1\",\"parameterName\":\"body\",\"first\":true}]', '[]', 136, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:07:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:07:20', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('fcc4d7335f67427d9fb6a79cb0fae2a7', 8000060021, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '出货单提交并审核', '出货单提交并审核', '2', NULL, '1', '/webapi/Ship/SubmitAndApprove', '1', '1', '10000', '100', '[]', '[]', '1', '[]', '[]', 33, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:51:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:51:43', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `sys_application_api` (`id`, `api_code`, `api_path`, `api_status`, `app_id`, `catalogue_id`, `api_name`, `api_remark`, `need_Login`, `authentication_port`, `parameter_passing_mode`, `destination_address`, `request_coding`, `request_method`, `timeout_period`, `current_limiting`, `header_in`, `query_in`, `body_in_type`, `body_in`, `body_out`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `bean_name`, `fun_name`, `extension_api`, `return_success_field`, `return_success_value`, `return_msg`) VALUES ('fe4c78171abb49ceba671d71b598d20f', 8000060088, NULL, '1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '新增出货单(有来源)', NULL, '2', NULL, '1', '/webapi/Ship/CreateBySrcDoc', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"36d8b1b9-a55d-4a28-bb98-82d03db812dd\",\"parameterName\":\"body\",\"first\":true}]', '[]', 128, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:54:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:54:05', 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application_api_auth +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application_api_auth`; +CREATE TABLE `sys_application_api_auth` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `system_status` char(1) DEFAULT NULL COMMENT '状态(1、开启 2、关闭)', + `name` varchar(50) DEFAULT NULL COMMENT '系统名称', + `system_address` text COMMENT '接口地址', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='三方调用系统表'; + +-- ---------------------------- +-- Records of sys_application_api_auth +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('02935a3c10b24e20aea518902b594cfd', 'b83fb2cc13e84f3ca705cdf5990c7cbd', '1', 'f1f83be914ee4f4eb219e41cb81ca82e', NULL, 22, '1', '2024-05-15 14:35:25', '1', '2024-05-15 14:35:34', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('02b36fe3b1e143d4b41c672ed5503036', '1cc0ed17fa7347a683e7b2458a5a686f', '1', '1cc0ed17fa7347a683e7b2458a5a686f', NULL, 13, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('130deeec9e604febaac219e13395406d', '1cc0ed17fa7347a683e7b2458a5a686f', '1', '74553527ef1345a8bd1750fb265f8680', NULL, 5, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-24 10:47:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('22c06ca0579a4cf29a381f1f99fe4043', '7237df1794704bcc930020f2d3b7fe90', '1', '1cc0ed17fa7347a683e7b2458a5a686f', NULL, 4, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 15:17:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3987155238e34479b681bdb518ad2d81', '7237df1794704bcc930020f2d3b7fe90', '1', 'd3aa3859c22c459985640b62d0a8724e', NULL, 16, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('518d195241fa4072bca2b67f92ada49c', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '1', '82bd4293fda94d6896217509f11b6c4c', NULL, 2, '1', '2024-04-24 13:44:11', '1', '2024-05-09 10:29:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('53866dcfe06c40cfa433f324b5b458a0', 'a49b41b312ca43c6af7b24da800ddf13', '2', '74553527ef1345a8bd1750fb265f8680', NULL, 7, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-24 11:56:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:59:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6259dec908be4578a8c8578bc21b4c74', 'b89fd1e881a747338bbb82925108e92a', '1', 'U8', NULL, 6, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-24 11:35:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:53:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6e67557e72694c4bb530a77f980405d1', '15cfff641bbd4123b11b4e98ac2d0184', '1', 'U8', NULL, 6, '1', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('87f7197515ed42cdb86551d0e1b08306', 'e18994b27aaf47b38232ffc00b607756', '1', '82bd4293fda94d6896217509f11b6c4c', NULL, 2, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 11:50:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 16:21:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('89d62b93dcd14002b1c7239cbda6eac5', '7237df1794704bcc930020f2d3b7fe90', '1', '82bd4293fda94d6896217509f11b6c4c', NULL, 3, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 11:51:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('943d973bc884404498c6f331cef98b45', '2b34080b420d4b7da6ee833e672ca210', '2', 'b89fd1e881a747338bbb82925108e92a', NULL, 12, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 11:06:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 11:06:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a01dafd7f2d74a209cb3fa054a4ee919', 'c8a021f28f28477b820dfb4f9af904ac', '1', '7237df1794704bcc930020f2d3b7fe90', NULL, 17, '1', '2024-04-16 17:04:56', '1', '2024-04-16 17:04:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a6d30fcfc02b4af48072fea27b81393a', '7237df1794704bcc930020f2d3b7fe90', '1', 'e18994b27aaf47b38232ffc00b607756', NULL, 15, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-13 11:28:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('af6ee90f063c4754ac263269f30b18fb', '7237df1794704bcc930020f2d3b7fe90', '1', 'f32abb417626461d997bdc7834b7e186', NULL, 11, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:31:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d1519c6e15f24adaaa03951e8998144a', '1cc0ed17fa7347a683e7b2458a5a686f', '1', '82bd4293fda94d6896217509f11b6c4c', NULL, 9, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:12:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d4e21586b1b2478cabfdfe521f7affb6', 'f1f83be914ee4f4eb219e41cb81ca82e', '2', 'f1f83be914ee4f4eb219e41cb81ca82e', NULL, 21, '1', '2024-05-15 14:33:47', '1', '2024-05-15 14:33:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d819172445e14680a911b0a8effa4c33', '82bd4293fda94d6896217509f11b6c4c', '1', 'a49b41b312ca43c6af7b24da800ddf13', NULL, 19, '1', '2024-05-08 09:34:17', '1', '2024-05-08 09:34:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('de20873467a04a94bda2661889f68ba6', '7237df1794704bcc930020f2d3b7fe90', '1', 'baf4f82c66a94f739b3d08a9867aab7f', NULL, 14, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 17:47:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e0f532bc271b4b2b8744617ffa859a88', 'f32abb417626461d997bdc7834b7e186', '1', '7237df1794704bcc930020f2d3b7fe90', NULL, 8, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:18:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-16 08:59:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e88a8df427014bdc9d2eb8a1efa169a7', '1cc0ed17fa7347a683e7b2458a5a686f', '1', '7237df1794704bcc930020f2d3b7fe90', NULL, 10, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:17:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fc2fcc69af9741938a3000b10f037d54', '82bd4293fda94d6896217509f11b6c4c', '1', 'da5e0a5c24c24545afacbbf57ecdecc1', NULL, 18, '1', '2024-04-25 10:12:33', '1', '2024-05-08 09:34:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth` (`id`, `app_id`, `system_status`, `name`, `system_address`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fd7ef65e425c437dad0ed4f0de8a2ff6', 'b83fb2cc13e84f3ca705cdf5990c7cbd', '1', '82bd4293fda94d6896217509f11b6c4c', NULL, 20, '1', '2024-05-14 13:56:21', '1', '2024-05-15 14:35:34', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application_api_auth_detail +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application_api_auth_detail`; +CREATE TABLE `sys_application_api_auth_detail` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `catalogue_id` varchar(50) DEFAULT NULL COMMENT '目录id', + `api_id` varchar(50) DEFAULT NULL COMMENT '接口id', + `tripartite_system_id` varchar(50) DEFAULT NULL COMMENT '三方调用系统表id', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='应用api关联三方调用系统表'; + +-- ---------------------------- +-- Records of sys_application_api_auth_detail +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('002610e851cf473cb2d8761bd70bece1', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0fa79af1a99e46b5aa5043ae6159a7c1', 'a6d30fcfc02b4af48072fea27b81393a', 472, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0037341f3eb742f18fa332b499e69890', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '17368c98720542f0993a69aafc6277ff', 'fc2fcc69af9741938a3000b10f037d54', 706, '1', '2024-04-25 16:00:51', '1', '2024-04-25 16:00:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('00459c4dadf64dad98dec5a2053ff986', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', 'e26b90782a994ae29c525a0a6737f1b0', '89d62b93dcd14002b1c7239cbda6eac5', 25, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('009a0667cc9a49fcb7fd5b7bfc8fdc4f', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '4801f80416b34f579d05d6715e261001', 'a6d30fcfc02b4af48072fea27b81393a', 409, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0200548ad1854170933f544070ea0687', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', '115806a7d9014c6e8ea1a4119aea515f', '518d195241fa4072bca2b67f92ada49c', 719, '1', '2024-05-09 10:29:14', '1', '2024-05-09 10:29:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0238b315c4f14171a3276bc50a4ed052', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '8e7a066e4c094da789d841415f1f20eb', '89d62b93dcd14002b1c7239cbda6eac5', 325, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('032cf2266e4a4d51b2bc6efec4875f37', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c3d1635eabf6422188984e226b3a4d79', 'af6ee90f063c4754ac263269f30b18fb', 297, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0352708926a54deeb3827ed5e1bd997e', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'f03901b082084b0ab330f3f6624c3e29', '22c06ca0579a4cf29a381f1f99fe4043', 347, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0355d9d2100646ec9fa19437889b4d0f', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '70a7fbbecb46408eb5f829b57cf710fc', 'de20873467a04a94bda2661889f68ba6', 420, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('03b011a7672144e8b27900abe0f3f44b', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '94616fcbe1224341bbe509480643622b', 'a6d30fcfc02b4af48072fea27b81393a', 542, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('043ea339786842b1974fcf221020ce14', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'c2c35586c7f84e1db9d923afe6d4fc22', 'a6d30fcfc02b4af48072fea27b81393a', 450, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0480518e1a6048ef83e45473af0ac4e5', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '00bb4bd990584c579cf1e7e899e3f369', 'de20873467a04a94bda2661889f68ba6', 395, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('04fdebf67e8f4def9c4ff841445f58e8', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '268ac58c7d5340808f4164e493613c09', 'a6d30fcfc02b4af48072fea27b81393a', 515, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('057da76d956249debe80d3dfc0d29216', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'cceab5d6ff8e48e0a5ed0a35819569e7', 'af6ee90f063c4754ac263269f30b18fb', 172, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('05cf4873abfc42d5a2390932a16894ff', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '92fb9f78e62a4aeebd2f2a55b295cd84', 'a6d30fcfc02b4af48072fea27b81393a', 502, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('05d3d0831caf483881f6226aa7783235', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '4801f80416b34f579d05d6715e261001', '22c06ca0579a4cf29a381f1f99fe4043', 132, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('05f6254f0f5641f38f7a3c02408b182a', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '346ed0a55e584e91b57f4ac17232c9b8', '89d62b93dcd14002b1c7239cbda6eac5', 331, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('064f2105a5984c3c8c68b1ee05f59b31', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '092a3061e9f94c01b22382bf0f42b5fa', '3987155238e34479b681bdb518ad2d81', 650, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:09', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('06fa2af0e0b34a2da412e55884e3a799', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', 'ead4ffdb11e04708ab60f5c94679a388', 'af6ee90f063c4754ac263269f30b18fb', 98, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0713c0a9eec04b8a84ef1e1c2fdd790f', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '507f9abf38e945bcaaab2149c3873f9c', '22c06ca0579a4cf29a381f1f99fe4043', 281, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('07582c6348db4a7dbdef10dd9d902b29', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '61934288c3744dd6b812cda743133c07', 'b35c6e8eb79845f9a14eb397285d78a2', '518d195241fa4072bca2b67f92ada49c', 700, '1', '2024-04-25 13:59:53', '1', '2024-04-25 13:59:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('079e98ea500e4ae2894d4c2ad5af3c32', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '1e5f05e8a6a84c19be3d6ee838191d45', '518d195241fa4072bca2b67f92ada49c', 112, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('07b684e157984c4ebfcc1559638ea87d', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fe4c78171abb49ceba671d71b598d20f', 'a6d30fcfc02b4af48072fea27b81393a', 554, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('07d3b6efa22641b9a37d6ff999600f7a', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'b8f9c162b68e439d949d3ebae16e80d5', 'de20873467a04a94bda2661889f68ba6', 430, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('08c1718eb023472ab7d6155f8f1d0cd8', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'aba7938b52b04e4a9c3bf272a378576b', 'de20873467a04a94bda2661889f68ba6', 441, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('092a0b20a8df4c16a27c0da21a1ee233', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '0cf82e4ebc4340ccb28e7f326a8fd6a7', '22c06ca0579a4cf29a381f1f99fe4043', 239, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('096058df1efb459581261d182e07242b', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '6d92cb3ea4274289acfbef188dc35b53', 'de20873467a04a94bda2661889f68ba6', 531, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:42', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('09e13734f35a414a9ffc373cce25982e', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fe4c78171abb49ceba671d71b598d20f', '22c06ca0579a4cf29a381f1f99fe4043', 329, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0b0680c7b3c041bc8e5fe133664d2968', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'b074570a909b491685f2ae9053c9c046', 'a6d30fcfc02b4af48072fea27b81393a', 452, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0b42eabf23764dea9af74e5e053430f4', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '5f6574be45704cf59a62ccff09d2d9cd', '22c06ca0579a4cf29a381f1f99fe4043', 174, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0bc3c001348647d98797f46c65753e4d', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f76f92cd2bd347b5844364a864a6bc84', '3987155238e34479b681bdb518ad2d81', 672, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0be6d999dc014d9bbeaa3b67ff78d9f8', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', 'd8a5b9b54cea47e8bd810f5d343703b9', '22c06ca0579a4cf29a381f1f99fe4043', 314, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0c872e9fd2c34c528cd0434d83a1c6dd', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c799e70d106c4851893098bcd6d8d752', 'de20873467a04a94bda2661889f68ba6', 483, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0caeb594feb245e38cf4fa1017268e69', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'cceab5d6ff8e48e0a5ed0a35819569e7', 'a6d30fcfc02b4af48072fea27b81393a', 433, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0cbbff8f79404b3ab61cc5bac12e674d', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', 'af658ecff6d24d6ab9fe8bb43c0cbdce', 'af6ee90f063c4754ac263269f30b18fb', 279, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0d8427c13bf7471fbc617c41604fc6e4', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '38578977bb2d4702b6e78f289d550173', 'de20873467a04a94bda2661889f68ba6', 414, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0e2ef49706cc44648a7f73521b892e42', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '5f6574be45704cf59a62ccff09d2d9cd', 'de20873467a04a94bda2661889f68ba6', 479, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0e44ff22bc28434bbc0a4361efe7569f', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'fb660bb7a3864196ae4189c2bc8dfd02', 'a6d30fcfc02b4af48072fea27b81393a', 567, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0e87d8d8f7764ef999db2a11bb5c6d8a', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '708a3e7de91f4b0e8c0ae2a4c5e17728', 'af6ee90f063c4754ac263269f30b18fb', 95, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0eb054b8b0e849b4a5679605f3b354ca', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'ee52d83414a24ee693b84066e56d9e17', '3987155238e34479b681bdb518ad2d81', 634, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0f202486bdbd4d5a9f50e67a0f8fafcf', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'f03901b082084b0ab330f3f6624c3e29', 'de20873467a04a94bda2661889f68ba6', 560, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0f284b4a20cb4d13b720394fb2aa7312', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'e428b1149a8540eb8e0caaff30a53ad3', 'af6ee90f063c4754ac263269f30b18fb', 321, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0f6e4f133b6245eaa08300ec0552ef3b', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '40d1f7f4ba6d4f7386ca2a055a6500a5', '89d62b93dcd14002b1c7239cbda6eac5', 221, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0fba70b0887d473ca5c012598e3f344f', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '3a823fadfb5643a7b4e2021ac31ad3fd', 'a6d30fcfc02b4af48072fea27b81393a', 559, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0fe629f3188c416e9d224a27fa019c20', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '8aeca841533a49dcb51bce5e0e6d033f', '3987155238e34479b681bdb518ad2d81', 628, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:43', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('0ff9f5392ee145aaab22fe627ebf9e0c', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', 'e26b90782a994ae29c525a0a6737f1b0', '22c06ca0579a4cf29a381f1f99fe4043', 26, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('10a2ea9682ea4e24a7c29a7bded9c94a', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '8f2f464c181d45c6b3769e9575d91c20', '22c06ca0579a4cf29a381f1f99fe4043', 368, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('11926dd544f74b0e8ce1a11b6da8da8f', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '298ccf5161d841b19fc2f207bc98dad9', 'a6d30fcfc02b4af48072fea27b81393a', 569, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('119f512e92344ce4843f0025037cb489', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '708a3e7de91f4b0e8c0ae2a4c5e17728', '89d62b93dcd14002b1c7239cbda6eac5', 93, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('120e1a6ac24e4ab2a67a8525d18c1484', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '84147453f20b49efbb309e63be743c40', 'de20873467a04a94bda2661889f68ba6', 465, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('13046ab123124951a314eb0dc37e0dc0', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'f03901b082084b0ab330f3f6624c3e29', '3987155238e34479b681bdb518ad2d81', 602, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('138414e46b4c4f3fb142ee426968c553', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '6da423c8c6914f59996adcb5520373b3', '89d62b93dcd14002b1c7239cbda6eac5', 304, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1388259d1ee3423998a367b563f92b96', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f76f92cd2bd347b5844364a864a6bc84', 'a6d30fcfc02b4af48072fea27b81393a', 447, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('13b8597a48de42619b85ff3f6c60864d', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '5f47ba2c43014d159860773a024fc776', 'de20873467a04a94bda2661889f68ba6', 477, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('14dd05d2e15e4923b98194985201c51e', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'a8a96a11a3684334a99bd83bb83bdf6d', '89d62b93dcd14002b1c7239cbda6eac5', 310, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('15f695e0b46a4fb480ea782f1b3aca4a', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '5e2bd4352ed745609fdd945a9afd071c', 'e88a8df427014bdc9d2eb8a1efa169a7', 58, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1690bfe9391540daac707d88f02d1fe1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '61934288c3744dd6b812cda743133c07', '8b65cab5f5c84934ac03584e184d7a2f', '518d195241fa4072bca2b67f92ada49c', 699, '1', '2024-04-25 13:59:52', '1', '2024-04-25 13:59:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('16b7d85c3cce4f999b596b74187e685e', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '72e990cf68034da29af40b175ddf2cef', '3987155238e34479b681bdb518ad2d81', 643, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('16d99c0b56bd4a00bd639d516e4c5ec0', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8305cc08a02d485babdd3058a605e18e', 'be1faacd4ac64b3c96d88cc203a1e8e2', '518d195241fa4072bca2b67f92ada49c', 119, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1752df34b0df445695afdc1f6c49db17', 'b89fd1e881a747338bbb82925108e92a', '1ad87adc5b094403aa7d0819398f392e', '87bd982bb99341178990c9469ad4132d', '6259dec908be4578a8c8578bc21b4c74', 28, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-24 11:35:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-24 11:35:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('17665bda43cb45de9b70b9f4d0be7b03', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '9d037c32792144d8af386c105fd9d1e0', 'af6ee90f063c4754ac263269f30b18fb', 124, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('176d473139194da2be68e37ce347c770', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f76f92cd2bd347b5844364a864a6bc84', '89d62b93dcd14002b1c7239cbda6eac5', 75, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('179e9fb267214fda8cd6cb3a16f5cb19', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '91d7d7988df34266bd8b03b3d78c385f', '3987155238e34479b681bdb518ad2d81', 633, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('17d0fd04dc7042efa3faa03dea72ce7b', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd27b1cea3e194c628c87702cbffbf320', '3987155238e34479b681bdb518ad2d81', 677, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('18752e55a950419ea980edc2406b57b3', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '268ac58c7d5340808f4164e493613c09', '22c06ca0579a4cf29a381f1f99fe4043', 269, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('18a752aabb3a4ea19d859672547da888', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '8e7a066e4c094da789d841415f1f20eb', 'af6ee90f063c4754ac263269f30b18fb', 327, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('190cbc67add042a5b1efe40f1f3069f2', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fcc4d7335f67427d9fb6a79cb0fae2a7', 'a6d30fcfc02b4af48072fea27b81393a', 446, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('194cd9674d654838a0531a573bf831e8', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '94616fcbe1224341bbe509480643622b', 'de20873467a04a94bda2661889f68ba6', 541, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('197cf22020014674a813b5343bf3991e', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '0cf82e4ebc4340ccb28e7f326a8fd6a7', 'af6ee90f063c4754ac263269f30b18fb', 238, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1adee627c6c84832b7c0bad62c84ae1d', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'e8e5b3ca1ff9436aa3a7e2074ae2863b', 'de20873467a04a94bda2661889f68ba6', 439, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1aee9fe8737c4691bfc59fdf49b3608c', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '5d272afcac76486e9fd09afaa3e374b8', '3987155238e34479b681bdb518ad2d81', 588, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1b2ba352bf8447d89b9cc594ed3092d6', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', 'b856925ff3d246de9ad5fd69bebf9963', '02935a3c10b24e20aea518902b594cfd', 727, '1', '2024-05-15 14:35:31', '1', '2024-05-15 14:35:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1b7f5d66d13846db806696837bc5c3b3', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c799e70d106c4851893098bcd6d8d752', '89d62b93dcd14002b1c7239cbda6eac5', 179, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1b8b58b7225240e199f28b81a57e2c19', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '60ccf7c8bc0c44c5a977f7e70c28730e', '89d62b93dcd14002b1c7239cbda6eac5', 182, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1bc454125cf14a259e3ff34084e37c25', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '1c3e78ca743640baa689a390b64e8931', '89d62b93dcd14002b1c7239cbda6eac5', 11, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1bcd5983ea764ceea7a9c25f3d5fa4fb', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'f03901b082084b0ab330f3f6624c3e29', 'af6ee90f063c4754ac263269f30b18fb', 348, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1c0c0a2ed8264b40b66d32c8cd77d6ea', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', 'ead4ffdb11e04708ab60f5c94679a388', '3987155238e34479b681bdb518ad2d81', 665, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1c31f0b256a745028592e642d2fd1539', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '7d12720690da4351b126e5c87facac65', '89d62b93dcd14002b1c7239cbda6eac5', 102, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1c9a0ecbc9ef4e2ead90dab2c89f85ee', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'e8e5b3ca1ff9436aa3a7e2074ae2863b', 'af6ee90f063c4754ac263269f30b18fb', 217, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1cb9ea444a234da2b99d6721708473a7', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'c2c35586c7f84e1db9d923afe6d4fc22', '3987155238e34479b681bdb518ad2d81', 670, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1d3cd5ecf2e84b70b3d5948d86695608', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '3fdfc29c2e314d539de1f842b1580415', 'af6ee90f063c4754ac263269f30b18fb', 80, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1d7c13fe0d5a499286d165bc5759e5da', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '327af9c96eea4d02ba2c73ca2a7221fc', '89d62b93dcd14002b1c7239cbda6eac5', 21, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1d8b87c342aa42fea173e47cb7819641', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '157ef87c07cb4f6da7735f8e4fefcb1a', 'de20873467a04a94bda2661889f68ba6', 453, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1dfde9c5ce0b44d598cb179b40d5bd70', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '8aeca841533a49dcb51bce5e0e6d033f', 'de20873467a04a94bda2661889f68ba6', 513, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1e503e3e3e784e659764b66c21496784', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '2e79301f9a284ac090a337070e200d8f', 'fc2fcc69af9741938a3000b10f037d54', 708, '1', '2024-04-25 16:00:53', '1', '2024-04-25 16:00:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1e52cba3bba549bd989cf566232cdbdf', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c5e01bad9ef54634a8944d7255d8674a', '89d62b93dcd14002b1c7239cbda6eac5', 322, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1e58033b067140aba840db854a54a8c3', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '4801f80416b34f579d05d6715e261001', '89d62b93dcd14002b1c7239cbda6eac5', 131, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1eec9c4604f64d99b9278a90a5990cfa', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'c5a9327dc08e4152b17a770fa0dba8a4', '3987155238e34479b681bdb518ad2d81', 647, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1f62f129e2d94cc8a103d023469ec12e', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '61934288c3744dd6b812cda743133c07', '4d1e640e3eb742ad801d354e25da42b5', '518d195241fa4072bca2b67f92ada49c', 701, '1', '2024-04-25 13:59:53', '1', '2024-04-25 13:59:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('20049a80d7d34946855574c09db74824', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', 'c1bc68f5a20249ee931270aefb3a0fab', 'af6ee90f063c4754ac263269f30b18fb', 264, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('20477d6dda9a41c18d092aef8bd3705d', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '395ed1136a4d40b6b68a2ffbc7f7669f', 'a6d30fcfc02b4af48072fea27b81393a', 462, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('20b105af00da43e586458b656cf737c1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '5e2bd4352ed745609fdd945a9afd071c', '130deeec9e604febaac219e13395406d', 59, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('20d34f6fb21043578efe560e2d955eb1', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '4f4e056accc1442f86ec725bc76242e2', 'de20873467a04a94bda2661889f68ba6', 377, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('20dabc45b32e432295fecb59451cae2c', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c5e01bad9ef54634a8944d7255d8674a', 'af6ee90f063c4754ac263269f30b18fb', 324, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('21b8dfae0d024b5291f81eb33861508a', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '2defda1be7cd4965b3239717908fd95b', '130deeec9e604febaac219e13395406d', 41, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:25:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:25:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('228a2dc50e024068809ee002c942c138', 'f32abb417626461d997bdc7834b7e186', '27ac1a9f1a6c473791585aed3c5c0c7a', 'e0c7d328eb8241feba025a60ba3608a5', 'e0f532bc271b4b2b8744617ffa859a88', 30, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:18:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:18:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('249d8351280c443a9700fb3f083cd038', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'ad921115af5543a38f58fc150eec1e9e', 'e88a8df427014bdc9d2eb8a1efa169a7', 60, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:40:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:40:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('24a58c1b911e460580457ef7b21beda1', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '1c3e78ca743640baa689a390b64e8931', 'a6d30fcfc02b4af48072fea27b81393a', 380, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('24da7f5ee4c84e37acee9b77c89a330f', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', 'babd57ad33c24f3a9f452b09b45bf7a4', 'af6ee90f063c4754ac263269f30b18fb', 141, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2523d8f1360e47f3b9de6855cea3b78a', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '6d92cb3ea4274289acfbef188dc35b53', 'a6d30fcfc02b4af48072fea27b81393a', 532, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2549b181618d49bc8f92a226a8135b48', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '72e990cf68034da29af40b175ddf2cef', '89d62b93dcd14002b1c7239cbda6eac5', 188, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:06', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2652a627edda4aefbe9e11d2dc3f2fac', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c799e70d106c4851893098bcd6d8d752', 'af6ee90f063c4754ac263269f30b18fb', 181, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('26694c3952e046b8810fb68db0ea77be', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'aae4800ba9e7433db5e7d7a55c3e821f', '22c06ca0579a4cf29a381f1f99fe4043', 186, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('26730e976dea4eccb517c58ad91edaf3', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '7b0331256e034639aef5dee47b0355f7', '130deeec9e604febaac219e13395406d', 53, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('268f6afa3eeb4324af841712d5119004', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'e8e5b3ca1ff9436aa3a7e2074ae2863b', '3987155238e34479b681bdb518ad2d81', 676, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('26cfe29c1f1c4457be4fbf6ca68e53a1', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '2defda1be7cd4965b3239717908fd95b', '02b36fe3b1e143d4b41c672ed5503036', 232, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2718d327b1864ef9ac191ba129e1e4f0', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '3f2a81505f844140866fc3e235b79908', 'de20873467a04a94bda2661889f68ba6', 467, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2730169d095c4444af6fcd832fb98243', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'f796b2ca667c4867b4066afda1ec54a0', 'af6ee90f063c4754ac263269f30b18fb', 213, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('278d27a06b7c4a3bae19cbef3a02af40', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '298ccf5161d841b19fc2f207bc98dad9', 'af6ee90f063c4754ac263269f30b18fb', 360, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2837c7bcf31e4645b49e0abd5676bb54', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '7873491605e3492fb576f9dea1b76dbe', 'af6ee90f063c4754ac263269f30b18fb', 363, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('297d388f52a04612a2dd788a98e173ab', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'e0b068dd47a74e3dbfa56c35b07ceb74', 'af6ee90f063c4754ac263269f30b18fb', 130, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2a470674319a4d6c815e05594040e961', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'cceab5d6ff8e48e0a5ed0a35819569e7', '3987155238e34479b681bdb518ad2d81', 682, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2a50b029e3ce4e7c8efc9cd5c6814c84', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '5f47ba2c43014d159860773a024fc776', 'af6ee90f063c4754ac263269f30b18fb', 163, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2a56be1d6f3b4f5c8b2f81489ac2733f', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f3e15c2e42bd4a91b9636995402e7763', 'a6d30fcfc02b4af48072fea27b81393a', 564, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2a678aed33f04332a3121b3a52346c48', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f76f92cd2bd347b5844364a864a6bc84', 'af6ee90f063c4754ac263269f30b18fb', 77, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2a6933b1edf8434aa9112b797e15acdb', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'cfa2b6ddf6534ece89b297b3a5c502e0', 'b19db456abcb4323bca8cc91d2dbf29d', '518d195241fa4072bca2b67f92ada49c', 228, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2aafad22b84042e591c88326bbbfd29f', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '708a3e7de91f4b0e8c0ae2a4c5e17728', 'de20873467a04a94bda2661889f68ba6', 393, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2b4e96598c334da5bdaedfdae7972557', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd8f0d1a55c9c4dfcbdb1bd922e2e5187', '22c06ca0579a4cf29a381f1f99fe4043', 207, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2b6ad9d8de4d453b95b36877746e5de8', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0b6096c779074751ac73fc5c403fd50f', '89d62b93dcd14002b1c7239cbda6eac5', 155, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:34', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2bf23663e267422192d09deb26a0b02b', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '8aeca841533a49dcb51bce5e0e6d033f', '89d62b93dcd14002b1c7239cbda6eac5', 265, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2c576dade9ec475e8e41923d095c7a8c', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '4801f80416b34f579d05d6715e261001', 'af6ee90f063c4754ac263269f30b18fb', 133, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2c6892dcec394df0a331102fb96b6fb8', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'af600bca27e64bd0bda9759885ed241a', '89d62b93dcd14002b1c7239cbda6eac5', 253, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2c6dfa8a9c0d443f904db3d06d2b3145', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'dc5779bad2c54d6582ad176bd1790d7f', 'de20873467a04a94bda2661889f68ba6', 503, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:06', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2c7daeb1e37240f0a8b372f044d7f14e', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'e70c320b68a4485b8fe51406a2bb3f71', '22c06ca0579a4cf29a381f1f99fe4043', 85, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2d599473eda246d682fb45085f794f61', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '79fc529073da4d9ca8c99856e3702326', 'de20873467a04a94bda2661889f68ba6', 517, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2df3250cdd8142b5bc9da46e0c22927f', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '8e7a066e4c094da789d841415f1f20eb', 'a6d30fcfc02b4af48072fea27b81393a', 552, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:09', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2df875bd0b5a4c4ab8750a31dcf9d2a7', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'e70c320b68a4485b8fe51406a2bb3f71', '89d62b93dcd14002b1c7239cbda6eac5', 84, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2e02a80411df4c68a70e7a52538ac9e6', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '6c9d61fe0c574724a0fe1cc7bfdaadc8', '3987155238e34479b681bdb518ad2d81', 604, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2f1d6de3c4d342a7acdcc5ed6929ced0', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'dc5779bad2c54d6582ad176bd1790d7f', 'af6ee90f063c4754ac263269f30b18fb', 247, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('306cf32197334614874c86ae94c15cbd', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '20f7824020334604893a1b13c76df139', '89d62b93dcd14002b1c7239cbda6eac5', 13, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('30d349f190b34064b035f0464a58a49a', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '05f139fac1e14215847b9d180eeb0beb', 'a6d30fcfc02b4af48072fea27b81393a', 492, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('30f428dae69e49fbbfded3e44ad8b3f7', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'e70c320b68a4485b8fe51406a2bb3f71', 'de20873467a04a94bda2661889f68ba6', 400, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('312acbd8c9e54b76bce375124a1fe8d9', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd8f0d1a55c9c4dfcbdb1bd922e2e5187', 'a6d30fcfc02b4af48072fea27b81393a', 434, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('316205bc205e4b0e9eaa4a7be0cde78e', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '3a823fadfb5643a7b4e2021ac31ad3fd', '89d62b93dcd14002b1c7239cbda6eac5', 343, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3168eb05da4e43f8947b37fbf846c8df', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '0cf82e4ebc4340ccb28e7f326a8fd6a7', '89d62b93dcd14002b1c7239cbda6eac5', 240, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('316d61a6e4ed4e419c941ba54afcc506', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', 'af658ecff6d24d6ab9fe8bb43c0cbdce', '22c06ca0579a4cf29a381f1f99fe4043', 278, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3177df48aecf4cb9b96cc7a360fee705', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '8d43d5e71a994a3fa7911fd17b73baaf', '22c06ca0579a4cf29a381f1f99fe4043', 210, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('31f1bc1b7828494dbc23e7e3f70ddb6c', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '8f2f464c181d45c6b3769e9575d91c20', '89d62b93dcd14002b1c7239cbda6eac5', 367, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3223592fbe724fa581cf0e8126376611', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'ed9bd2db5fea4976941f9540a4391f87', 'a6d30fcfc02b4af48072fea27b81393a', 558, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('32b70f0829a643d58a66d27b2839927b', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'f67226c6e2fd4eb6bb14e0182848a2d2', '22c06ca0579a4cf29a381f1f99fe4043', 365, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('32d8dc718f08419fa2085434d92cb97a', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c01f223ada114886ab64759847b65114', '22c06ca0579a4cf29a381f1f99fe4043', 302, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('32e9864ff55d4bdfa9f5644e16182f1b', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', 'c410208d177c4b39ae33342352851b6f', '89d62b93dcd14002b1c7239cbda6eac5', 197, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('33428ac1927d440c82b5feecb0b5cf78', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '4ff28998ab2347a8be9890893bbac92e', '02935a3c10b24e20aea518902b594cfd', 725, '1', '2024-05-15 14:35:29', '1', '2024-05-15 14:35:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('334bc05ff7ca4ee2b049552d82103df4', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '8f2f464c181d45c6b3769e9575d91c20', 'de20873467a04a94bda2661889f68ba6', 574, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('33e2e57a4e9c4978b646268dddda302c', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', 'efc7f635a89745cb933d96d262fbf3d0', '518d195241fa4072bca2b67f92ada49c', 717, '1', '2024-05-09 10:29:13', '1', '2024-05-09 10:29:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('33f0ddffac9d4b069d69d3af64873cc4', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '8a2005804fd64ce98361c46701147c6c', '89d62b93dcd14002b1c7239cbda6eac5', 23, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3403bd89eda642f79179404725a17503', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '0ce4f3641d1e4c1aa847fceeb3ccc872', '89d62b93dcd14002b1c7239cbda6eac5', 108, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('34c9c9636661474cbfc63ed7520b7d3f', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'f796b2ca667c4867b4066afda1ec54a0', '89d62b93dcd14002b1c7239cbda6eac5', 212, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('35017c39d5654dbba8a8ca4c73af2b11', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '0ce4f3641d1e4c1aa847fceeb3ccc872', 'af6ee90f063c4754ac263269f30b18fb', 110, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3526706a385344d2b157d71bf1c18a14', 'f32abb417626461d997bdc7834b7e186', '3a853ab7715346cea3eb9a78fbd7cbb8', '410e534014fb43c5b6287400a1b7d0af', 'e0f532bc271b4b2b8744617ffa859a88', 35, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:06:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:06:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('36b52d24a0454a7b9a2b5eac4cf7c68f', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '6c9d61fe0c574724a0fe1cc7bfdaadc8', 'a6d30fcfc02b4af48072fea27b81393a', 413, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('36ea676901ea4343aa302423146cefee', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '4801f80416b34f579d05d6715e261001', 'de20873467a04a94bda2661889f68ba6', 408, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3739eeaba7854e85924715716b9d4bff', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '2defda1be7cd4965b3239717908fd95b', 'e88a8df427014bdc9d2eb8a1efa169a7', 43, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:25:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:25:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('375a7988cbbf47978b24bd37091d8408', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '79fc529073da4d9ca8c99856e3702326', 'af6ee90f063c4754ac263269f30b18fb', 273, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('37ade57d2cf74c09b07dea290575933a', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f76f92cd2bd347b5844364a864a6bc84', '22c06ca0579a4cf29a381f1f99fe4043', 76, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('37fa3a775789474cb0680ab4d78d16be', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '00bb4bd990584c579cf1e7e899e3f369', 'af6ee90f063c4754ac263269f30b18fb', 101, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('38277dba858f49028e91b4e0af75e3bc', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '6d92cb3ea4274289acfbef188dc35b53', '22c06ca0579a4cf29a381f1f99fe4043', 293, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('38801fcdd001455fb440ba499c97c1ee', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', 'd8a5b9b54cea47e8bd810f5d343703b9', 'af6ee90f063c4754ac263269f30b18fb', 315, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('388a43cd9da547b7b523bb1b35ae3772', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '395ed1136a4d40b6b68a2ffbc7f7669f', 'af6ee90f063c4754ac263269f30b18fb', 139, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('389e313ba8e4478b80e694585649b66b', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '395ed1136a4d40b6b68a2ffbc7f7669f', '89d62b93dcd14002b1c7239cbda6eac5', 137, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3a30e0752c3c4947bdb3d70056abc278', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '1439ad90f52d4d93bab0cea8b249e633', '22c06ca0579a4cf29a381f1f99fe4043', 299, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3a4feb4a3c414bb1bf63b112cd354a06', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '4801f80416b34f579d05d6715e261001', '3987155238e34479b681bdb518ad2d81', 659, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3a562573a6e9404aaf8bc8abb7380369', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '5e2bd4352ed745609fdd945a9afd071c', '02b36fe3b1e143d4b41c672ed5503036', 229, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3a58f7c1e28b4558a16f6903fa08c05a', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fcc4d7335f67427d9fb6a79cb0fae2a7', '3987155238e34479b681bdb518ad2d81', 673, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3a5e68e61259414f92960a997bfcd9fd', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', 'eb28d8f23d8a41439eb311c672792ec0', '518d195241fa4072bca2b67f92ada49c', 5, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3a9c9b8ef23b44b583943578d1ce2822', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'c5a9327dc08e4152b17a770fa0dba8a4', '89d62b93dcd14002b1c7239cbda6eac5', 176, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3b29e92192704b5084c7da85ebc4b8d7', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'e0b068dd47a74e3dbfa56c35b07ceb74', 'a6d30fcfc02b4af48072fea27b81393a', 407, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3b2aed402e32495abcf5835cbc8ea819', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '5f47ba2c43014d159860773a024fc776', '3987155238e34479b681bdb518ad2d81', 649, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3b738f7d9bdc4f0191b28f078459fbd1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c01f223ada114886ab64759847b65114', '89d62b93dcd14002b1c7239cbda6eac5', 301, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:09', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3bc1fa0ddc0c490a8e5a04da5258946b', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '3fdfc29c2e314d539de1f842b1580415', 'de20873467a04a94bda2661889f68ba6', 448, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3be204a307c041f581d257d8f5e98aa3', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '92fb9f78e62a4aeebd2f2a55b295cd84', 'de20873467a04a94bda2661889f68ba6', 501, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3ce8dd58d8654364973b5135c0cdf56a', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '5d272afcac76486e9fd09afaa3e374b8', '89d62b93dcd14002b1c7239cbda6eac5', 17, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3d12414ba52b49bbb498e9cde060a124', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '6d92cb3ea4274289acfbef188dc35b53', '89d62b93dcd14002b1c7239cbda6eac5', 292, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3d5cf837983347d79b8523e94a298ab6', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '1d80c2326fa8478eb6dd78a96b264917', 'a6d30fcfc02b4af48072fea27b81393a', 498, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3dce8a6a88d947d69e9b660a0ae90a28', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'ee52d83414a24ee693b84066e56d9e17', 'de20873467a04a94bda2661889f68ba6', 505, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3e33d938eb5d4d339749c9919860ea82', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '327af9c96eea4d02ba2c73ca2a7221fc', 'a6d30fcfc02b4af48072fea27b81393a', 423, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3e42ba60edd84c579acd3d29a2025170', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '20076ccb5f524abc917ccfa52cf7633b', 'af6ee90f063c4754ac263269f30b18fb', 354, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3e893eafa69f4e83a56a873cc3a9af8b', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '4f4e056accc1442f86ec725bc76242e2', 'af6ee90f063c4754ac263269f30b18fb', 66, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3ef050061cf04abeb8de12c44bd8c9e4', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'af600bca27e64bd0bda9759885ed241a', '3987155238e34479b681bdb518ad2d81', 637, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3f0d9a084cef458e93dda5e6af11da0d', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c01f223ada114886ab64759847b65114', 'de20873467a04a94bda2661889f68ba6', 537, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3fe0256263144986b55d65927f882f93', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '5f331099176c4036808f9d4a9fa6a68d', 'e0f532bc271b4b2b8744617ffa859a88', 39, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:11:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:11:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3fed9c4ed5b84dfe878c5dc5e11072bb', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '5513873083c04673ad38c6113076d538', '798ef8c4809f44599b10d010cc93562f', '518d195241fa4072bca2b67f92ada49c', 697, '1', '2024-04-25 13:59:48', '1', '2024-04-25 13:59:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3ff69ff7b3724b649109885f0b8af59a', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '08362aa941a0484492d6a9fd97f67e0f', 'af6ee90f063c4754ac263269f30b18fb', 276, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4015d69942084e448952a907b133620c', 'f32abb417626461d997bdc7834b7e186', 'ceda2f22bd004c54b8d98f573aeaad57', 'dc77b3053b484ec4b3e0e0e443647299', 'e0f532bc271b4b2b8744617ffa859a88', 31, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:18:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:18:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('404cdf3d2a5546f5b63fa93ec0cf0aa6', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '7873491605e3492fb576f9dea1b76dbe', '89d62b93dcd14002b1c7239cbda6eac5', 361, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('40d5d0e7d0c947bcb2206b646180a6a1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'e428b1149a8540eb8e0caaff30a53ad3', '89d62b93dcd14002b1c7239cbda6eac5', 319, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('411df783c1e940cb9cbf289142ddd19f', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '708a3e7de91f4b0e8c0ae2a4c5e17728', 'a6d30fcfc02b4af48072fea27b81393a', 455, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:42', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4137d3c238894eee909eb228ab7f6b36', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '8837cd99cfbf4146923704bff38ce590', '89d62b93dcd14002b1c7239cbda6eac5', 283, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('416bdd3f64584d8d9cf483487bd97814', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '20076ccb5f524abc917ccfa52cf7633b', '22c06ca0579a4cf29a381f1f99fe4043', 353, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4206173307ba4884845f10af4ddd7cfe', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '3fdfc29c2e314d539de1f842b1580415', 'a6d30fcfc02b4af48072fea27b81393a', 449, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4232cb7192154f30975ecd02e4ebd30f', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'f9ff31bd070a440d8bfb42ee633811d4', '87427138df6d4cd6bb77f3b11d8fabad', '518d195241fa4072bca2b67f92ada49c', 688, '1', '2024-04-24 15:07:26', '1', '2024-04-24 15:07:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('428d173444504d349bf8ca0dae8566b4', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'caba89f23cca4def92baf5c91c587bf1', '3987155238e34479b681bdb518ad2d81', 593, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('429d7828f6794418b79f1089b14e9d28', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '327af9c96eea4d02ba2c73ca2a7221fc', '22c06ca0579a4cf29a381f1f99fe4043', 22, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('42c64e5205454b26929e0a2969451d84', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'c5a9327dc08e4152b17a770fa0dba8a4', '22c06ca0579a4cf29a381f1f99fe4043', 177, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('431d9e82830f4aada4dd0cba50edec75', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '7d12720690da4351b126e5c87facac65', 'de20873467a04a94bda2661889f68ba6', 396, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('437724095254488ea15204fc6f94046a', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'ed9bd2db5fea4976941f9540a4391f87', '22c06ca0579a4cf29a381f1f99fe4043', 335, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('448c2d2a2782498687d88c6c3495e2ef', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '6c9d61fe0c574724a0fe1cc7bfdaadc8', '22c06ca0579a4cf29a381f1f99fe4043', 341, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('44913a473fcb4c0d973c17e288efd472', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '08362aa941a0484492d6a9fd97f67e0f', '22c06ca0579a4cf29a381f1f99fe4043', 275, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('469d954bfd4e4803845c5d54a4538b26', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '1d80c2326fa8478eb6dd78a96b264917', 'af6ee90f063c4754ac263269f30b18fb', 252, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('46fba4e7f73a4dc8b2d95821682b3968', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'aae4800ba9e7433db5e7d7a55c3e821f', 'de20873467a04a94bda2661889f68ba6', 487, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:43', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('47030a7e368c41f6a2062f05bfa99b0a', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'dee1ec873af041c5b8a1e966e2bb64c8', '89d62b93dcd14002b1c7239cbda6eac5', 164, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('478b3c74f1824ed98c1c57eadd32cd6e', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', 'c1bc68f5a20249ee931270aefb3a0fab', '22c06ca0579a4cf29a381f1f99fe4043', 263, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('47fa82ec708d47978df201d45ff4e19f', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '4f4e056accc1442f86ec725bc76242e2', '22c06ca0579a4cf29a381f1f99fe4043', 12, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('483e0bd2decc4c6189fe2632285ae488', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', 'd8a5b9b54cea47e8bd810f5d343703b9', '3987155238e34479b681bdb518ad2d81', 612, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4950560b905e48d9b392667d8a21a47e', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', 'cecdb8a1d222420cb81e8f8811655288', '518d195241fa4072bca2b67f92ada49c', 695, '1', '2024-04-24 15:20:32', '1', '2024-04-24 15:20:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('497c52946ff44e0c9f6b172cffe35c9a', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'cfa2b6ddf6534ece89b297b3a5c502e0', '551efc8bbf224ed58d9c5b99f4c32852', '518d195241fa4072bca2b67f92ada49c', 118, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('49efca4ae0874a6b857f321af6b3c494', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '84147453f20b49efbb309e63be743c40', '89d62b93dcd14002b1c7239cbda6eac5', 143, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4a3a7197dad846e88ef8552b6c27d521', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '8837cd99cfbf4146923704bff38ce590', 'a6d30fcfc02b4af48072fea27b81393a', 526, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4a952a89709342e9bac578a89027d4fb', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd27b1cea3e194c628c87702cbffbf320', '89d62b93dcd14002b1c7239cbda6eac5', 105, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4a980718651943af9aefd43c76118e01', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', 'f03ee305250c4f25ba509351255aedbd', '518d195241fa4072bca2b67f92ada49c', 702, '1', '2024-04-25 13:59:56', '1', '2024-04-25 13:59:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4a98555b6fb3417286ff9837b9f03a0b', 'c8a021f28f28477b820dfb4f9af904ac', '8bd0cd318f1f47c48a07c37bbdd8d799', '2ade09b1d33547c9b068383147a0c7c4', 'a01dafd7f2d74a209cb3fa054a4ee919', 685, '1', '2024-04-16 17:04:58', '1', '2024-04-16 17:04:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4a98d16357b94450a3960e19888061ed', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c799e70d106c4851893098bcd6d8d752', '3987155238e34479b681bdb518ad2d81', 646, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4ab1ceda5e524124a6249f13b5fc6e9e', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'b8f9c162b68e439d949d3ebae16e80d5', 'a6d30fcfc02b4af48072fea27b81393a', 431, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4af1297f700e4d33b5b7b250e68b135b', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '604b8ec011e44807a14955a5b871f7e6', '3987155238e34479b681bdb518ad2d81', 620, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4b13235b73354841bc10749f828b0e46', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '790187fdc57f43cab96af0e1893736e4', '34228f5b770142e9b7da5242b81a1847', '518d195241fa4072bca2b67f92ada49c', 227, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4b7565fc8ae64734a1df887665622683', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '08362aa941a0484492d6a9fd97f67e0f', '3987155238e34479b681bdb518ad2d81', 625, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4c46ace736034c7992dff15b90ce2987', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '20f7824020334604893a1b13c76df139', '3987155238e34479b681bdb518ad2d81', 586, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:43', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4cb0f3b0bece494ea04c3ae5595f1e26', 'f32abb417626461d997bdc7834b7e186', '3a853ab7715346cea3eb9a78fbd7cbb8', 'a5298ea90d6947e187366153f74767f3', 'e0f532bc271b4b2b8744617ffa859a88', 580, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-20 19:12:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-20 19:12:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4e9550577f2247e881703da5219d8e8e', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '75cab282d4c14cc09c2ab3ec610ed822', '89d62b93dcd14002b1c7239cbda6eac5', 200, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4eb1d77b2bb843269abad6134d789537', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '84147453f20b49efbb309e63be743c40', 'af6ee90f063c4754ac263269f30b18fb', 145, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4eef9ecc93be45a5922762ef8e00af67', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '40d1f7f4ba6d4f7386ca2a055a6500a5', '3987155238e34479b681bdb518ad2d81', 674, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4f01fac9862f40ceaf060d7f61f4f276', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', 'a1c0e7a884ca487fa6062db235a16883', '518d195241fa4072bca2b67f92ada49c', 692, '1', '2024-04-24 15:20:28', '1', '2024-04-24 15:20:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4f2ef7f5f2e64fbb932565c30a902ab1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'e340bed8447d49b3a2e8c0e6195edf06', 'a6d30fcfc02b4af48072fea27b81393a', 494, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4f633291cbdb409f834e9a010bbbf7d3', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'aae4800ba9e7433db5e7d7a55c3e821f', '3987155238e34479b681bdb518ad2d81', 644, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4ffd51d24c49415cba871085c6eef496', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '8e7a066e4c094da789d841415f1f20eb', 'de20873467a04a94bda2661889f68ba6', 551, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('50089488c11545ecb9ec6071e806e99b', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fe4c78171abb49ceba671d71b598d20f', '3987155238e34479b681bdb518ad2d81', 607, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('509d9055485e4c249fea6dda97008c6b', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'ed9bd2db5fea4976941f9540a4391f87', '89d62b93dcd14002b1c7239cbda6eac5', 334, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('50b5dce8630847a880bdfd1fb6755c87', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'aae4800ba9e7433db5e7d7a55c3e821f', '89d62b93dcd14002b1c7239cbda6eac5', 185, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('50dba5c13ae0408598a9026d7de7bab9', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '395ed1136a4d40b6b68a2ffbc7f7669f', '3987155238e34479b681bdb518ad2d81', 657, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('514539f05ccd4ae1a572bf8000be727f', 'a49b41b312ca43c6af7b24da800ddf13', '9ea49f2a057e410f9f280162355f03a3', 'c436d2e1db464bab84681a849547bbd6', '53866dcfe06c40cfa433f324b5b458a0', 33, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:59:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:59:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('514e37cdf829427cbba14d11b979a829', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', 'f73d1bd1deb347fcb212571b6a9be246', '518d195241fa4072bca2b67f92ada49c', 693, '1', '2024-04-24 15:20:30', '1', '2024-04-24 15:20:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5283ae067c8c4ff3a4a558b2f3645d0e', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'c8b95404777b48cb94d13c04648dc03d', '89d62b93dcd14002b1c7239cbda6eac5', 235, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:55:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:55:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('52a8ce55dd774c448447ca0558173e41', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '1c3e78ca743640baa689a390b64e8931', '3987155238e34479b681bdb518ad2d81', 585, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:42', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('52cb302f02b14de0bdd80e16382726e6', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'dee1ec873af041c5b8a1e966e2bb64c8', '3987155238e34479b681bdb518ad2d81', 684, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('532bb4fde68c4a939ba7110596b05274', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '60ccf7c8bc0c44c5a977f7e70c28730e', '3987155238e34479b681bdb518ad2d81', 645, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('538a072795b44c42b84c419a15a1b267', 'e18994b27aaf47b38232ffc00b607756', 'db2bd8df59d74679a138df123a72e254', '58f2e7aa817449bd99219edcfe1381c2', '87f7197515ed42cdb86551d0e1b08306', 117, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5399e6e664584072a8898ef25e3e3e80', 'e18994b27aaf47b38232ffc00b607756', 'db2bd8df59d74679a138df123a72e254', '3c79e6d85ad64a29bfbab4d331bce12c', '87f7197515ed42cdb86551d0e1b08306', 121, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:11:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:11:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('54967685977340549ffa78fe89a75dc0', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '6d92cb3ea4274289acfbef188dc35b53', 'af6ee90f063c4754ac263269f30b18fb', 294, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('54a65a2394214191889304a9052e4e68', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'dee1ec873af041c5b8a1e966e2bb64c8', '22c06ca0579a4cf29a381f1f99fe4043', 165, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('54af93546aa34a03babff75dd29fd70e', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fe4c78171abb49ceba671d71b598d20f', 'af6ee90f063c4754ac263269f30b18fb', 330, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('551185bf0ddb460ea29ccf3a426ccc63', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '3f2a81505f844140866fc3e235b79908', '22c06ca0579a4cf29a381f1f99fe4043', 146, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5632988880464701907ae4e070bd13ab', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', 'af658ecff6d24d6ab9fe8bb43c0cbdce', '3987155238e34479b681bdb518ad2d81', 624, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('568da1495f5b41c68794b89942f5f9cf', '7237df1794704bcc930020f2d3b7fe90', 'c9feb0be913d44b192521c354a2c45b0', '0f15cc0879e64d13a5e6aa838f4280f8', 'de20873467a04a94bda2661889f68ba6', 373, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 17:47:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 17:47:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5698e9c9095e4ed69cad09dca37eff96', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '40d1f7f4ba6d4f7386ca2a055a6500a5', 'de20873467a04a94bda2661889f68ba6', 443, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('571cba0965f94703aef860464d28bdaf', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0fa79af1a99e46b5aa5043ae6159a7c1', '22c06ca0579a4cf29a381f1f99fe4043', 153, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('574d76b3a1734756893658fe86584614', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'ed9bd2db5fea4976941f9540a4391f87', '3987155238e34479b681bdb518ad2d81', 605, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('57b074eacb6140048ab9ad71cd3ad3cc', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '9d037c32792144d8af386c105fd9d1e0', '3987155238e34479b681bdb518ad2d81', 662, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('587c6f14459d429eb92ec178c15d2a9a', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd27b1cea3e194c628c87702cbffbf320', '22c06ca0579a4cf29a381f1f99fe4043', 106, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('58d08abba525411b8e71e19ef52da6b0', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', 'c1bc68f5a20249ee931270aefb3a0fab', 'a6d30fcfc02b4af48072fea27b81393a', 512, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('58efb0e367ca4c34bcc65d0de4f81d2f', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '1d80c2326fa8478eb6dd78a96b264917', '22c06ca0579a4cf29a381f1f99fe4043', 251, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('59517d1bd63c482fa98c792d3a8648cd', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '8a2005804fd64ce98361c46701147c6c', 'af6ee90f063c4754ac263269f30b18fb', 72, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('59bfa87fe82840dc8c7b3a2a25d7a717', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', '318f09d7418b43e483bd8515e930e747', 'd819172445e14680a911b0a8effa4c33', 716, '1', '2024-05-08 11:40:38', '1', '2024-05-08 11:40:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('59c3b4480cf943d783cd0df2fa1e272d', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '790187fdc57f43cab96af0e1893736e4', '8d86bb2b60244c038c7c51c403525b26', '518d195241fa4072bca2b67f92ada49c', 27, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5a8eb25ee6ef4b68ac5f759c803141dd', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '708a3e7de91f4b0e8c0ae2a4c5e17728', '22c06ca0579a4cf29a381f1f99fe4043', 94, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5b695076fef94231a81dacf6aad898dd', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '05f139fac1e14215847b9d180eeb0beb', 'af6ee90f063c4754ac263269f30b18fb', 193, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5b6f620c8cee4c30bf5f3d42d2117e50', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c3d1635eabf6422188984e226b3a4d79', '89d62b93dcd14002b1c7239cbda6eac5', 295, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5ba3ac9f65cd4b27b908b022dbb72bcd', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '406932880e6f443baeab84320bffec2e', '71347cf11110404fa723e9e3a52db2dd', '518d195241fa4072bca2b67f92ada49c', 694, '1', '2024-04-24 15:20:31', '1', '2024-04-24 15:20:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5c0bcdc19dfd44738f63e85681e6782e', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0b6096c779074751ac73fc5c403fd50f', '22c06ca0579a4cf29a381f1f99fe4043', 156, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5ceefc9bbf6c49e7bd859844f6d41f8a', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '72b5d0dcc4234eef95ca35cd922935ea', 'e0f532bc271b4b2b8744617ffa859a88', 391, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 13:32:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 13:32:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5cef54aa86044dcfac98b8d8c24ff763', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '08362aa941a0484492d6a9fd97f67e0f', 'de20873467a04a94bda2661889f68ba6', 519, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5d097acc700b4173a8bfcea38862608c', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '5f6574be45704cf59a62ccff09d2d9cd', '89d62b93dcd14002b1c7239cbda6eac5', 173, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5d12c124936948c48f2ffacd60e0775a', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '20076ccb5f524abc917ccfa52cf7633b', '3987155238e34479b681bdb518ad2d81', 600, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5e025b9176f64a3c9a23c3963538e08a', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '7873491605e3492fb576f9dea1b76dbe', '22c06ca0579a4cf29a381f1f99fe4043', 362, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5e1bd565186c464cbc2b2c91cbf9c35b', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'a8a96a11a3684334a99bd83bb83bdf6d', '3987155238e34479b681bdb518ad2d81', 613, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5eb2d9fe8bac479494d101ea58064e9e', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', 'af658ecff6d24d6ab9fe8bb43c0cbdce', '89d62b93dcd14002b1c7239cbda6eac5', 277, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5ec0c2c3e29549cbb80444ed9c7a189c', 'f32abb417626461d997bdc7834b7e186', '35e3a711fea9409f94112b527adbd95f', '54bee27f768c4f5cb51928f32b227ee9', 'e0f532bc271b4b2b8744617ffa859a88', 64, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-09 15:53:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-09 15:53:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5f4e641390a44a1d96fe356dcc02071c', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '6313e31ecc1f4edbb9fbaa4624d6f386', '22c06ca0579a4cf29a381f1f99fe4043', 317, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5f5b3e257e8c45df921f2b6b7e404d4a', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '23ae971d3f8b4aee885aab5e54d04f32', '130deeec9e604febaac219e13395406d', 44, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:28:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:28:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5fa7fcf60eb14de599040c3f450beb26', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', 'd8a5b9b54cea47e8bd810f5d343703b9', 'a6d30fcfc02b4af48072fea27b81393a', 545, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('609cd1b904984057a761b4ea270e7788', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '08362aa941a0484492d6a9fd97f67e0f', 'a6d30fcfc02b4af48072fea27b81393a', 520, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('61a9e6dd06da45b8b40e62083e537d7b', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'cceab5d6ff8e48e0a5ed0a35819569e7', '22c06ca0579a4cf29a381f1f99fe4043', 170, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('622612f90bc44da58eb036e015aac816', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '157ef87c07cb4f6da7735f8e4fefcb1a', '89d62b93dcd14002b1c7239cbda6eac5', 90, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6276aa93a7034f15b541c4a01442bef8', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '1d80c2326fa8478eb6dd78a96b264917', '3987155238e34479b681bdb518ad2d81', 638, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('629ac50944af4dd88968274950820bb5', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd8f0d1a55c9c4dfcbdb1bd922e2e5187', 'af6ee90f063c4754ac263269f30b18fb', 208, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('62a0836758a4479592ce40f3f433d319', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', 'babd57ad33c24f3a9f452b09b45bf7a4', '3987155238e34479b681bdb518ad2d81', 656, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('63515cadf55e44ada30f765bf6d691d5', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f3e15c2e42bd4a91b9636995402e7763', '89d62b93dcd14002b1c7239cbda6eac5', 349, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('63e2136c80524f1d993c487e16a339a8', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'dc5779bad2c54d6582ad176bd1790d7f', '3987155238e34479b681bdb518ad2d81', 635, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('643c6d29fb8b4524867059a919a53ed5', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c01f223ada114886ab64759847b65114', 'a6d30fcfc02b4af48072fea27b81393a', 538, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('643ca5ae717640da85d801cfde926e18', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '6c9d61fe0c574724a0fe1cc7bfdaadc8', 'de20873467a04a94bda2661889f68ba6', 412, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6483ac58b614490d92251694212f5c5d', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '9c47dd0fa88b45cda5f4b7ee119ce3c5', '8e642d51975f47989db17b1918787a45', '518d195241fa4072bca2b67f92ada49c', 120, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('655b1928001c4df2a0092380f3ed9fa0', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '70a7fbbecb46408eb5f829b57cf710fc', '22c06ca0579a4cf29a381f1f99fe4043', 20, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('656c3cd5c91f41d1b4218fe70a5faaf8', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '5f056f22abb341af96db69b4b296a022', 'de20873467a04a94bda2661889f68ba6', 459, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('65dbb72689a149adadb3f853f0bf4cf7', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'c5a9327dc08e4152b17a770fa0dba8a4', 'a6d30fcfc02b4af48072fea27b81393a', 482, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:34', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('67c16a334b46451eb11f8f37d91a48a1', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '473d4d7308b14c3087a7ee1ff9d557da', 'a6d30fcfc02b4af48072fea27b81393a', 417, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('67d1688fbed44a2e9e82d498d4438367', 'e18994b27aaf47b38232ffc00b607756', 'e757f468f75c40f49ed310392db3deb3', '2a6810ec1cbf4d31920c8a7b85f3c7fa', '87f7197515ed42cdb86551d0e1b08306', 116, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('68446c7e3ae24d88ac0b46dbb22610db', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '5f056f22abb341af96db69b4b296a022', '89d62b93dcd14002b1c7239cbda6eac5', 134, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('68dc9dc960534e36a9169072aa8bef38', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '38578977bb2d4702b6e78f289d550173', 'a6d30fcfc02b4af48072fea27b81393a', 415, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('69f275c3871547e0827ef276924c8bba', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'f796b2ca667c4867b4066afda1ec54a0', '3987155238e34479b681bdb518ad2d81', 679, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:43', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6a4325eeebb44119858d75b3f9e854c4', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '47ab9397ce6140d8ba8bc7c76a491dae', 'fc2fcc69af9741938a3000b10f037d54', 707, '1', '2024-04-25 16:00:52', '1', '2024-04-25 16:00:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6a66f068c9b646cc8490c8d49789db70', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '8d43d5e71a994a3fa7911fd17b73baaf', '89d62b93dcd14002b1c7239cbda6eac5', 209, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6af6c3ddba1640e5af9f13491ac83f9e', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'caba89f23cca4def92baf5c91c587bf1', 'de20873467a04a94bda2661889f68ba6', 578, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6b30c58e4d6b4d849920a6484edaf408', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '05f139fac1e14215847b9d180eeb0beb', '3987155238e34479b681bdb518ad2d81', 642, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6b67300a645a451991c493f11b330790', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'e428b1149a8540eb8e0caaff30a53ad3', 'de20873467a04a94bda2661889f68ba6', 547, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6bef621fb4d94f158dad0aa36f3a3f4e', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'e0b068dd47a74e3dbfa56c35b07ceb74', '3987155238e34479b681bdb518ad2d81', 660, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6c7180b606274a2089c3a86b25d0274f', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', 'e074d258c7a24c35ad8ccd77e230dfe7', '89d62b93dcd14002b1c7239cbda6eac5', 286, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6d731d5a4b3e4ec1ab1537c2b8e3ed28', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'aba7938b52b04e4a9c3bf272a378576b', '89d62b93dcd14002b1c7239cbda6eac5', 218, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6dcc7f156d444c8e832473a1c38fc86f', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '5f6574be45704cf59a62ccff09d2d9cd', '3987155238e34479b681bdb518ad2d81', 648, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6e3c10e16c6c494ab0879a8c7d231d57', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', 'e340bed8447d49b3a2e8c0e6195edf06', 'af6ee90f063c4754ac263269f30b18fb', 196, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6eb1fbc49bdd4440b7d87e580e5de252', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '94616fcbe1224341bbe509480643622b', '22c06ca0579a4cf29a381f1f99fe4043', 308, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6eda032391304f0183a8e436ed0877bf', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'aae4800ba9e7433db5e7d7a55c3e821f', 'a6d30fcfc02b4af48072fea27b81393a', 488, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6f6737e982fe4c8d8ed521a9c7844c36', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd8f0d1a55c9c4dfcbdb1bd922e2e5187', 'de20873467a04a94bda2661889f68ba6', 390, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6f769aa45d164bd089f6d5a56050d8eb', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '7873491605e3492fb576f9dea1b76dbe', 'de20873467a04a94bda2661889f68ba6', 570, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:34', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7025488c6db64a34a25ccedf58d05271', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '00bb4bd990584c579cf1e7e899e3f369', 'a6d30fcfc02b4af48072fea27b81393a', 457, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('70ea78d11ae64b88bb8e1196fa7fc933', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '507f9abf38e945bcaaab2149c3873f9c', 'af6ee90f063c4754ac263269f30b18fb', 282, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7146047737ec44c4a84dec74fbe56247', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '79fc529073da4d9ca8c99856e3702326', 'a6d30fcfc02b4af48072fea27b81393a', 518, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('71595340987e4e33845e0c673761a17b', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '94616fcbe1224341bbe509480643622b', 'af6ee90f063c4754ac263269f30b18fb', 309, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('718cc15b0a44457a8cba5f08fe0c1975', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'af600bca27e64bd0bda9759885ed241a', 'de20873467a04a94bda2661889f68ba6', 499, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('71b84a51fd5d4cd4b8c07eb7be29aadc', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '00bb4bd990584c579cf1e7e899e3f369', '3987155238e34479b681bdb518ad2d81', 664, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('71e74c64d52547bbb8c1205ff444e72e', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '72e990cf68034da29af40b175ddf2cef', 'af6ee90f063c4754ac263269f30b18fb', 190, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('74cdb2d23e4a405fbda901304dd366a9', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '8a2005804fd64ce98361c46701147c6c', '3987155238e34479b681bdb518ad2d81', 591, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('74f9c54264dd4f2b97e053e64b96e198', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'fb660bb7a3864196ae4189c2bc8dfd02', 'de20873467a04a94bda2661889f68ba6', 566, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7546ce9af02143dd908a1779f3022c85', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '75cab282d4c14cc09c2ab3ec610ed822', 'af6ee90f063c4754ac263269f30b18fb', 202, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('75783aa60f184693994c6c64d4a7786e', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '298ccf5161d841b19fc2f207bc98dad9', '22c06ca0579a4cf29a381f1f99fe4043', 359, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('75d23b72f86a4a61a70eabd9193cb156', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '7d12720690da4351b126e5c87facac65', 'a6d30fcfc02b4af48072fea27b81393a', 458, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('77162ad8a27544238ab0bb62c81b5726', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', 'e26b90782a994ae29c525a0a6737f1b0', 'a6d30fcfc02b4af48072fea27b81393a', 427, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('77242942b08f497ea5200889645dbfae', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '5f056f22abb341af96db69b4b296a022', 'af6ee90f063c4754ac263269f30b18fb', 136, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('77532ec008294d8587cf9f3c631d03a6', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'e8e5b3ca1ff9436aa3a7e2074ae2863b', '22c06ca0579a4cf29a381f1f99fe4043', 216, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('778409b9aad44eef8b867c02c9f30a7b', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', 'e26b90782a994ae29c525a0a6737f1b0', 'af6ee90f063c4754ac263269f30b18fb', 74, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('77a975681de84fee87c05765d3227663', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '1439ad90f52d4d93bab0cea8b249e633', '3987155238e34479b681bdb518ad2d81', 617, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7835937d3e7048478c5f9b498dd522e9', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '6da423c8c6914f59996adcb5520373b3', 'de20873467a04a94bda2661889f68ba6', 539, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7976782aa778419c84f1634f584ac3ab', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'aba7938b52b04e4a9c3bf272a378576b', '22c06ca0579a4cf29a381f1f99fe4043', 219, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7991938f95b741b0a65db1fc167dacaf', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd27b1cea3e194c628c87702cbffbf320', 'de20873467a04a94bda2661889f68ba6', 386, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('799d6f2d39fb47c3a8224dbfd60ab365', 'a49b41b312ca43c6af7b24da800ddf13', '9ea49f2a057e410f9f280162355f03a3', 'dff4beae25b84cb6a0bb19b176673168', '53866dcfe06c40cfa433f324b5b458a0', 34, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:59:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 14:59:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('79db52271c9f450ab8a21bfc9b7e78ff', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '38578977bb2d4702b6e78f289d550173', '89d62b93dcd14002b1c7239cbda6eac5', 203, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('79f8a08087d840e8b9c8fb0f954a9e31', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '8e7a066e4c094da789d841415f1f20eb', '22c06ca0579a4cf29a381f1f99fe4043', 326, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7a67af19829d4ca9a05b55979c5ca799', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '507f9abf38e945bcaaab2149c3873f9c', 'a6d30fcfc02b4af48072fea27b81393a', 524, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7ad5b284e8f64bd0ad054ae2ce094cc8', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'f67226c6e2fd4eb6bb14e0182848a2d2', 'af6ee90f063c4754ac263269f30b18fb', 366, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:06', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7af32b14ce984faba2b0b91dc8aab559', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'f67226c6e2fd4eb6bb14e0182848a2d2', '89d62b93dcd14002b1c7239cbda6eac5', 364, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7b53697102464fde9e466b2b136a6dac', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', '3b1a93ff83854bbb99e8f4fc7280e693', 'd819172445e14680a911b0a8effa4c33', 713, '1', '2024-05-08 11:40:31', '1', '2024-05-08 11:40:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7bad8d76534c46aa97d11c3ef772087c', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'dc5779bad2c54d6582ad176bd1790d7f', '89d62b93dcd14002b1c7239cbda6eac5', 249, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7bb246763c724cbf96f09cadecf508af', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '4ff28998ab2347a8be9890893bbac92e', 'fd7ef65e425c437dad0ed4f0de8a2ff6', 721, '1', '2024-05-14 13:56:25', '1', '2024-05-14 13:56:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7be2f477de284ec89452faf01625814d', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '3a823fadfb5643a7b4e2021ac31ad3fd', 'de20873467a04a94bda2661889f68ba6', 385, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7ca21d6eed4c471aaab47cde1421c6a4', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '6da423c8c6914f59996adcb5520373b3', 'af6ee90f063c4754ac263269f30b18fb', 306, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7cc3748e9664489ebb62e0960c62ad66', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '72e990cf68034da29af40b175ddf2cef', 'a6d30fcfc02b4af48072fea27b81393a', 490, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7d0a09c7aa54484484f01985051de118', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'c5a9327dc08e4152b17a770fa0dba8a4', 'de20873467a04a94bda2661889f68ba6', 481, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7d0c7e7aa7214bc9be403b81b9981814', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c799e70d106c4851893098bcd6d8d752', '22c06ca0579a4cf29a381f1f99fe4043', 180, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7d3e481437d2442a9be4494e01b1413f', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '7b0331256e034639aef5dee47b0355f7', 'd1519c6e15f24adaaa03951e8998144a', 55, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7d7d44c587b04a2bb68905fd9c23cd98', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '3fdfc29c2e314d539de1f842b1580415', '22c06ca0579a4cf29a381f1f99fe4043', 79, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7ea9d9338b7840199d01ade64572d757', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'e0b068dd47a74e3dbfa56c35b07ceb74', 'de20873467a04a94bda2661889f68ba6', 406, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7eba8b3a15c542cd91a2d0533d8de757', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'dee1ec873af041c5b8a1e966e2bb64c8', 'de20873467a04a94bda2661889f68ba6', 428, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7f80c59feb5048cba7619c5eec42d300', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '092a3061e9f94c01b22382bf0f42b5fa', '89d62b93dcd14002b1c7239cbda6eac5', 158, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7fdd03244d2a4b159a92db6169d05070', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', 'e340bed8447d49b3a2e8c0e6195edf06', '22c06ca0579a4cf29a381f1f99fe4043', 195, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('7ff4327ce8854e759e121c3cadf208e6', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'a0ce896d779c41b394ba081c749d3a26', '130deeec9e604febaac219e13395406d', 50, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('805efdfe5c584b25911a2e41d3e3b0d6', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '021cf8146b114a6cb346acaf86c491ac', 'a6d30fcfc02b4af48072fea27b81393a', 384, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:42:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:42:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('80920917084d468d938db746dd433bf3', 'e18994b27aaf47b38232ffc00b607756', '4d416a46176c4830aaf8ea37fd7e7346', '5c5b7e17a561468aaaf4f9525afbb594', '87f7197515ed42cdb86551d0e1b08306', 228, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:15:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:15:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('80a06b5ca74c4972b74ca821955c5ee8', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'b074570a909b491685f2ae9053c9c046', 'de20873467a04a94bda2661889f68ba6', 401, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('80ab1a57356d49aa90883858ae6bd84c', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '99402376355045e9a56629b34e1c13ca', 'fc2fcc69af9741938a3000b10f037d54', 704, '1', '2024-04-25 16:00:48', '1', '2024-04-25 16:00:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('80ef4594822643239ff8e7e71b245023', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '8837cd99cfbf4146923704bff38ce590', 'af6ee90f063c4754ac263269f30b18fb', 285, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('81393e42c97b47acb351d7ed81c4b114', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '1439ad90f52d4d93bab0cea8b249e633', 'a6d30fcfc02b4af48072fea27b81393a', 536, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8191136740f740008b03d4dca00d0dd8', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '7b0331256e034639aef5dee47b0355f7', '02b36fe3b1e143d4b41c672ed5503036', 234, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8251eafaff014dedb0cc5484f394feb4', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '40d1f7f4ba6d4f7386ca2a055a6500a5', 'af6ee90f063c4754ac263269f30b18fb', 223, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8304ada8ea44485587de58d458007dfd', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '021cf8146b114a6cb346acaf86c491ac', '22c06ca0579a4cf29a381f1f99fe4043', 260, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('833978cf49da4da7ba2f85c62d09dd37', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', 'de8fd520d14041b39978f0448b3de47c', 'd819172445e14680a911b0a8effa4c33', 709, '1', '2024-05-08 09:34:22', '1', '2024-05-08 09:34:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8350e50e1f70411c85407018d6037bde', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'c2c35586c7f84e1db9d923afe6d4fc22', 'af6ee90f063c4754ac263269f30b18fb', 83, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('839aea3b6e3e4191b2539cf7c3674b01', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', '98e5fc48e10f4f8db58276f8e9957cfa', 'd819172445e14680a911b0a8effa4c33', 714, '1', '2024-05-08 11:40:37', '1', '2024-05-08 11:40:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('83af1c8f907b44ccbb552d4fb8dd1e32', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '0ce4f3641d1e4c1aa847fceeb3ccc872', 'de20873467a04a94bda2661889f68ba6', 387, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('83c59aeea72e4fd99ee35c9972b78fe1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'f796b2ca667c4867b4066afda1ec54a0', 'a6d30fcfc02b4af48072fea27b81393a', 436, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('83d39ab7186140f7a8fdea34a0206844', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'e70c320b68a4485b8fe51406a2bb3f71', 'a6d30fcfc02b4af48072fea27b81393a', 451, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('844239062e084b11b830259a87962e7d', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'c8b95404777b48cb94d13c04648dc03d', '3987155238e34479b681bdb518ad2d81', 631, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8444959ef31549ab9935000ae839074d', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '157ef87c07cb4f6da7735f8e4fefcb1a', '22c06ca0579a4cf29a381f1f99fe4043', 91, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8466c43a1cb64dde8ed09d75af1dc10e', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'c8b95404777b48cb94d13c04648dc03d', 'a6d30fcfc02b4af48072fea27b81393a', 411, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('846b2e48a6594e86b1af30f6e938e451', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '5d272afcac76486e9fd09afaa3e374b8', 'af6ee90f063c4754ac263269f30b18fb', 70, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8513020f3e6541fe9e6e997cdf835c85', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'ad921115af5543a38f58fc150eec1e9e', '130deeec9e604febaac219e13395406d', 47, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:09', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('852611ea61f741f3a0a3c180fe449aaa', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '298ccf5161d841b19fc2f207bc98dad9', '3987155238e34479b681bdb518ad2d81', 598, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('854c48b3792a4a49ac52205974ea65fe', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '2defda1be7cd4965b3239717908fd95b', 'd1519c6e15f24adaaa03951e8998144a', 42, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:25:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:25:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('854e484562f84fdba576ad2c8662dfe2', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '5f6574be45704cf59a62ccff09d2d9cd', 'a6d30fcfc02b4af48072fea27b81393a', 480, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('860738b49a934a1dba875f2d6fdbc555', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'f9ff31bd070a440d8bfb42ee633811d4', '7513bb4c0670434490afe47916f9a34f', '518d195241fa4072bca2b67f92ada49c', 689, '1', '2024-04-24 15:07:26', '1', '2024-04-24 15:07:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('863ba83b09144d368f97e320d9343372', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '6313e31ecc1f4edbb9fbaa4624d6f386', '89d62b93dcd14002b1c7239cbda6eac5', 316, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('88195d4c450040959d6b2b6553ece206', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '8d43d5e71a994a3fa7911fd17b73baaf', '3987155238e34479b681bdb518ad2d81', 680, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('882339aad27a493bae37353ae252f978', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '5f47ba2c43014d159860773a024fc776', 'a6d30fcfc02b4af48072fea27b81393a', 478, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('882e44c849a841bca85fbde34eb6398d', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', 'e67e51085e9e4c10a4cd9e2dfacc02ea', 'fc2fcc69af9741938a3000b10f037d54', 705, '1', '2024-04-25 16:00:49', '1', '2024-04-25 16:00:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('887b8b0e562a4c3a9d3fa631aa946b32', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '40f95f2f3dc8459a81fd7e687b8d6f8b', '02935a3c10b24e20aea518902b594cfd', 726, '1', '2024-05-15 14:35:30', '1', '2024-05-15 14:35:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('88a2c1c4245547c1abf06ce7215187dc', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '7873491605e3492fb576f9dea1b76dbe', 'a6d30fcfc02b4af48072fea27b81393a', 571, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('88bd63eee4c04904b5e0620d1d92e580', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '9d037c32792144d8af386c105fd9d1e0', 'a6d30fcfc02b4af48072fea27b81393a', 403, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8920104ca19b48a987f130ec4ab20fe1', 'e18994b27aaf47b38232ffc00b607756', '604d9eab4b774b1ca3757bfcad1fc798', 'b21d430223324c0fb8001e6a4491dbbe', '87f7197515ed42cdb86551d0e1b08306', 112, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8947f611c66445608859968b5c840747', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '40d7345cd23949e3a223981dbe4976f9', 'a6d30fcfc02b4af48072fea27b81393a', 405, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('898fb140aecb4b999ec64fdfe1b56cf7', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd27b1cea3e194c628c87702cbffbf320', 'af6ee90f063c4754ac263269f30b18fb', 107, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('89dc19b0f10a49bdb7b2313b28c4406d', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '5f056f22abb341af96db69b4b296a022', 'a6d30fcfc02b4af48072fea27b81393a', 460, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8a66f22e21a84071a7671de2c672a4ae', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'e8e5b3ca1ff9436aa3a7e2074ae2863b', '89d62b93dcd14002b1c7239cbda6eac5', 215, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8aad0458e8ab4273a15c8023930e095d', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c3d1635eabf6422188984e226b3a4d79', '3987155238e34479b681bdb518ad2d81', 618, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8b23a773929543048a22b8135ca921e4', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'ed9bd2db5fea4976941f9540a4391f87', 'af6ee90f063c4754ac263269f30b18fb', 336, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8b5a6394f43b4759a1edbe4d2212db06', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'fb660bb7a3864196ae4189c2bc8dfd02', 'af6ee90f063c4754ac263269f30b18fb', 357, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8b88d9e93bea48e5b5c0bc7a22f723de', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '92fb9f78e62a4aeebd2f2a55b295cd84', '89d62b93dcd14002b1c7239cbda6eac5', 256, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8bf08cce2f30400eab300ac9292214de', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c5e01bad9ef54634a8944d7255d8674a', '3987155238e34479b681bdb518ad2d81', 609, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8bfd8ec50bd04275811e5ef24f287d78', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'e70c320b68a4485b8fe51406a2bb3f71', 'af6ee90f063c4754ac263269f30b18fb', 86, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8c2a945783994116aa9ae34c685fd47b', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '327af9c96eea4d02ba2c73ca2a7221fc', 'de20873467a04a94bda2661889f68ba6', 422, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8c5df892acf14758aa8e9c4865f9fef0', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', 'e074d258c7a24c35ad8ccd77e230dfe7', 'a6d30fcfc02b4af48072fea27b81393a', 528, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8c9916fec19b443baacbe7ab2d5b7328', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '7d12720690da4351b126e5c87facac65', '3987155238e34479b681bdb518ad2d81', 663, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8cbfd571034949b2adb5e5f272b03358', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '5f056f22abb341af96db69b4b296a022', '3987155238e34479b681bdb518ad2d81', 658, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8d9d057e923143f0bb180ee7916082f3', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '9d037c32792144d8af386c105fd9d1e0', '89d62b93dcd14002b1c7239cbda6eac5', 122, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8dfc5a497ca94e1da899191e4b26ec93', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '0cf82e4ebc4340ccb28e7f326a8fd6a7', '3987155238e34479b681bdb518ad2d81', 632, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8e6981fdd5ae418781f45a61fd91eec3', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'e340bed8447d49b3a2e8c0e6195edf06', 'de20873467a04a94bda2661889f68ba6', 493, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8e6aeaade8f74c6aa07e31c53cc6f704', '7237df1794704bcc930020f2d3b7fe90', 'c9feb0be913d44b192521c354a2c45b0', '0f15cc0879e64d13a5e6aa838f4280f8', '3987155238e34479b681bdb518ad2d81', 583, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8eaec9c8f6d24b479b6bf40e698cd6a2', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '6313e31ecc1f4edbb9fbaa4624d6f386', 'a6d30fcfc02b4af48072fea27b81393a', 546, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8ed8e69e200c4664a71b65bef7ab507d', 'f32abb417626461d997bdc7834b7e186', '8451f61d92cb40739a8409aa98a7a4fb', '1b0be0ba377644b498b73d4af42b22e7', 'e0f532bc271b4b2b8744617ffa859a88', 582, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:08:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:08:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8f894db67fe241bbbcb5ad22d300cf2a', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'f67226c6e2fd4eb6bb14e0182848a2d2', '3987155238e34479b681bdb518ad2d81', 596, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8f97172df68d420cac900ccaa12f91a9', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'e0b068dd47a74e3dbfa56c35b07ceb74', '89d62b93dcd14002b1c7239cbda6eac5', 128, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8fa9ef14b35e4e58b6b8633ac53ce09f', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', '5f6574be45704cf59a62ccff09d2d9cd', 'af6ee90f063c4754ac263269f30b18fb', 175, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8fcc064ae6c847bca9c2be8e0bcb0d4a', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '94616fcbe1224341bbe509480643622b', '3987155238e34479b681bdb518ad2d81', 614, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('90794dca884b47eabbc8f96733045d14', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '8d43d5e71a994a3fa7911fd17b73baaf', 'de20873467a04a94bda2661889f68ba6', 389, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('914385d2768a4a728612407b93c28006', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', 'c1bc68f5a20249ee931270aefb3a0fab', '3987155238e34479b681bdb518ad2d81', 629, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('91630d1a5ec04a7982438c182f8de37b', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '79fc529073da4d9ca8c99856e3702326', '22c06ca0579a4cf29a381f1f99fe4043', 272, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('91c2c1e731b84f73b757e06b603d4d96', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fcc4d7335f67427d9fb6a79cb0fae2a7', 'af6ee90f063c4754ac263269f30b18fb', 226, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('91daa545fbab423ab98827e484df4d2f', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '6da423c8c6914f59996adcb5520373b3', 'a6d30fcfc02b4af48072fea27b81393a', 540, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9295195546244bd5bc674fd2d6828925', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c5e01bad9ef54634a8944d7255d8674a', '22c06ca0579a4cf29a381f1f99fe4043', 323, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('92a623a42387487cbc604c90841396ec', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '8837cd99cfbf4146923704bff38ce590', '3987155238e34479b681bdb518ad2d81', 622, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('930df95f43904868a85e86de164aa0d4', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'ad921115af5543a38f58fc150eec1e9e', '02b36fe3b1e143d4b41c672ed5503036', 231, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9386923be68c45679556ba7ef4870a83', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '268ac58c7d5340808f4164e493613c09', '3987155238e34479b681bdb518ad2d81', 627, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('93d0c5ace17c477486fdc421e858af36', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '7d12720690da4351b126e5c87facac65', '22c06ca0579a4cf29a381f1f99fe4043', 103, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('93dcc94f14fd43219962c6fd716be9ff', '7237df1794704bcc930020f2d3b7fe90', 'c9feb0be913d44b192521c354a2c45b0', '0f15cc0879e64d13a5e6aa838f4280f8', 'a6d30fcfc02b4af48072fea27b81393a', 376, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-13 11:31:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-13 11:31:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('940541ae3a094cc6b1efc0066461e9ce', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'b8f9c162b68e439d949d3ebae16e80d5', '89d62b93dcd14002b1c7239cbda6eac5', 167, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('947086abfa5c4609866f5bf5380d2936', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', 'e9d495daa7784cf693fe4b4ca526fe05', '518d195241fa4072bca2b67f92ada49c', 718, '1', '2024-05-09 10:29:13', '1', '2024-05-09 10:29:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('94f888b193fd4f34aea18dcbf05cc3ca', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'af600bca27e64bd0bda9759885ed241a', 'af6ee90f063c4754ac263269f30b18fb', 255, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('94fa3ed07eb445e9bc59fe04a8debe13', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '23ae971d3f8b4aee885aab5e54d04f32', 'e88a8df427014bdc9d2eb8a1efa169a7', 56, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('95079032835d44b3810251d3a26497a8', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '0cf82e4ebc4340ccb28e7f326a8fd6a7', 'a6d30fcfc02b4af48072fea27b81393a', 510, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('950fe914ec5f4e04be516571b77c0e79', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '473d4d7308b14c3087a7ee1ff9d557da', '89d62b93dcd14002b1c7239cbda6eac5', 15, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('955a1d0677df43acaaedb877db584227', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '713ce15bd20846639e2a81c093c2918d', 'a6d30fcfc02b4af48072fea27b81393a', 577, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:43', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9576f2ad18c84a91b7aba490ebd10679', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '268ac58c7d5340808f4164e493613c09', 'af6ee90f063c4754ac263269f30b18fb', 270, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9665f134579a4d168338fcf92f72f2b7', 'f32abb417626461d997bdc7834b7e186', 'ceda2f22bd004c54b8d98f573aeaad57', '585f29b69e20409cbb5e8ac1fb1f4e81', 'e0f532bc271b4b2b8744617ffa859a88', 37, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:06:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:06:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('96b8f846c7bb4c9e903df35e723ddda7', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '91d7d7988df34266bd8b03b3d78c385f', '22c06ca0579a4cf29a381f1f99fe4043', 242, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('973225bdf0f248ae8f65083be73a6771', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'ad921115af5543a38f58fc150eec1e9e', 'd1519c6e15f24adaaa03951e8998144a', 48, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:09', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('976884db28184be0833c27c0acc560ad', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '346ed0a55e584e91b57f4ac17232c9b8', 'af6ee90f063c4754ac263269f30b18fb', 333, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9807ceebcce44d968170eff1ebce0746', 'f32abb417626461d997bdc7834b7e186', 'fb311d39465e473491c8269b415541f8', 'd252e3d301be40e7ba554c4e0c5b952d', 'e0f532bc271b4b2b8744617ffa859a88', 62, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('98889095f34641dc899e5bb356344d29', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '72e990cf68034da29af40b175ddf2cef', '22c06ca0579a4cf29a381f1f99fe4043', 189, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:06', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9905e5fa42004edea8a2586ab69b35c5', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'f796b2ca667c4867b4066afda1ec54a0', '22c06ca0579a4cf29a381f1f99fe4043', 214, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9b91e2f2361842998b7de23674a66dc9', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'c8b95404777b48cb94d13c04648dc03d', '22c06ca0579a4cf29a381f1f99fe4043', 236, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:55:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:55:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9c59ec0cbe094e71b512892f7b77aee1', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '38578977bb2d4702b6e78f289d550173', 'af6ee90f063c4754ac263269f30b18fb', 205, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9d57409fd6114c55b81549631b76e4c6', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '3a823fadfb5643a7b4e2021ac31ad3fd', '22c06ca0579a4cf29a381f1f99fe4043', 344, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9dff64aec77e40e8be3150e7ebfd829a', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '40d7345cd23949e3a223981dbe4976f9', 'af6ee90f063c4754ac263269f30b18fb', 127, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9e198e9c93af47a685d235e5004a3687', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'a8a96a11a3684334a99bd83bb83bdf6d', 'af6ee90f063c4754ac263269f30b18fb', 312, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9e4ebfca844243619926473c9d46307e', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '72e990cf68034da29af40b175ddf2cef', 'de20873467a04a94bda2661889f68ba6', 489, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9e5dfca05f194bcca3bdec0e2dd46d27', '7237df1794704bcc930020f2d3b7fe90', 'c9feb0be913d44b192521c354a2c45b0', '0f15cc0879e64d13a5e6aa838f4280f8', '89d62b93dcd14002b1c7239cbda6eac5', 8, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9ee29d087b654657856972f735de6562', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '604b8ec011e44807a14955a5b871f7e6', 'af6ee90f063c4754ac263269f30b18fb', 291, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9fa1fc25ef124843a9987f5e11a83c5c', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', 'af658ecff6d24d6ab9fe8bb43c0cbdce', 'de20873467a04a94bda2661889f68ba6', 521, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9fcd94854ef84fb88c44569ae72a7192', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'ed9bd2db5fea4976941f9540a4391f87', 'de20873467a04a94bda2661889f68ba6', 557, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9fdee0ed158849718b144d19a7a1788e', 'e18994b27aaf47b38232ffc00b607756', 'ff4edfc860694190b5d6842447413ad9', '9ade358e569e45ee99ac1cdff930ebed', '87f7197515ed42cdb86551d0e1b08306', 27, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:43:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:43:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('9fea8f3f223440ebaeadca26529ae32c', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '05f139fac1e14215847b9d180eeb0beb', 'de20873467a04a94bda2661889f68ba6', 491, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a003a00796bd479fac0fc867dcaddae7', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '5513873083c04673ad38c6113076d538', 'e7c9872a46c04091a1fe3c875456a97d', '518d195241fa4072bca2b67f92ada49c', 698, '1', '2024-04-25 13:59:49', '1', '2024-04-25 13:59:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a0080f819b394248993f2fca73095961', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd8f0d1a55c9c4dfcbdb1bd922e2e5187', '89d62b93dcd14002b1c7239cbda6eac5', 206, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a017e5a3abe640698e55491715c003f3', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '1c3e78ca743640baa689a390b64e8931', 'de20873467a04a94bda2661889f68ba6', 379, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a01daa538baf46be9390a69102f1a89d', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '473d4d7308b14c3087a7ee1ff9d557da', '3987155238e34479b681bdb518ad2d81', 587, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a053af2206e44aa89bd8d68096b81fc7', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', 'c410208d177c4b39ae33342352851b6f', 'af6ee90f063c4754ac263269f30b18fb', 199, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a0855b1c60cd48c99b2e8a58502ccf9b', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', '5c45eb99118b4404a7f0cf81f65d22ee', 'd819172445e14680a911b0a8effa4c33', 710, '1', '2024-05-08 11:40:28', '1', '2024-05-08 11:40:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a0eb8f57185f4441b2ede2fcbfed73d1', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c5e01bad9ef54634a8944d7255d8674a', 'a6d30fcfc02b4af48072fea27b81393a', 550, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a0ff4ce5ceb14fa2b8db32206e36e088', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '4f4e056accc1442f86ec725bc76242e2', '3987155238e34479b681bdb518ad2d81', 584, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a105ccbf70f54f87bfcde352acb57bc1', 'f32abb417626461d997bdc7834b7e186', 'fb311d39465e473491c8269b415541f8', '6cc26d777ea6417fb4fa86c6c9b5944d', 'e0f532bc271b4b2b8744617ffa859a88', 61, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a1150672370d4b82bdc058f40b79a106', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', 'c410208d177c4b39ae33342352851b6f', '22c06ca0579a4cf29a381f1f99fe4043', 198, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a1e77f979eab4495a69ec9852d790dd1', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '8f2f464c181d45c6b3769e9575d91c20', '3987155238e34479b681bdb518ad2d81', 595, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a241aa6fb1d040e3a2bde88c4037f62f', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '604b8ec011e44807a14955a5b871f7e6', '22c06ca0579a4cf29a381f1f99fe4043', 290, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a24709b935054a5dbf5813a69b635a8d', 'e18994b27aaf47b38232ffc00b607756', 'a09e1a0595f34212aaac5fc10e77c5d7', '9cdf8aaebc964f018afd86864b6ca356', '87f7197515ed42cdb86551d0e1b08306', 119, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a2ae07aa4eec44739e9f45a370b2fc90', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '00bb4bd990584c579cf1e7e899e3f369', '22c06ca0579a4cf29a381f1f99fe4043', 100, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a2b469bda0b14624a583be0a386cde85', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c3d1635eabf6422188984e226b3a4d79', 'a6d30fcfc02b4af48072fea27b81393a', 534, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a31ffa0b21a54648aec8e16a6da8a8fa', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '20076ccb5f524abc917ccfa52cf7633b', '89d62b93dcd14002b1c7239cbda6eac5', 352, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a34facab71254b279945fedca2501a0a', '15cfff641bbd4123b11b4e98ac2d0184', 'a5bf55defefa4858b7f83e66eec2d745', 'e812ab374e2b44f086b0c5eab99c8e52', '6e67557e72694c4bb530a77f980405d1', 28, '1', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a37d6558efd147c19815b102242ca8c5', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '8e7a066e4c094da789d841415f1f20eb', '3987155238e34479b681bdb518ad2d81', 608, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a38f9bde914e4099a40c436291c0b42e', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '79fc529073da4d9ca8c99856e3702326', '3987155238e34479b681bdb518ad2d81', 626, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a392f2f65c8c4ce6a3ed99a99aef7ff5', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '092a3061e9f94c01b22382bf0f42b5fa', 'a6d30fcfc02b4af48072fea27b81393a', 476, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a397d155375d4a65b901b7dbeb159b5d', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'caba89f23cca4def92baf5c91c587bf1', '89d62b93dcd14002b1c7239cbda6eac5', 370, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a3a9f29532dc438bb1041789996bc1f7', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', 'e26b90782a994ae29c525a0a6737f1b0', '3987155238e34479b681bdb518ad2d81', 592, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a3bafa7651884f09a19ee710af259979', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '60ccf7c8bc0c44c5a977f7e70c28730e', 'a6d30fcfc02b4af48072fea27b81393a', 486, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a3e239451c4b47bebe7706600494b447', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '346ed0a55e584e91b57f4ac17232c9b8', 'a6d30fcfc02b4af48072fea27b81393a', 556, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a4120c7049d94cfaa196d922f3162bfa', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '0cf82e4ebc4340ccb28e7f326a8fd6a7', 'de20873467a04a94bda2661889f68ba6', 509, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a47793a246a24bc1b85dce82052f9409', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '298ccf5161d841b19fc2f207bc98dad9', 'de20873467a04a94bda2661889f68ba6', 568, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a4816116167a46908704a51ad1022912', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '20f7824020334604893a1b13c76df139', 'a6d30fcfc02b4af48072fea27b81393a', 382, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:42:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:42:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a4867fe265f4411bbbbbbde94000bee2', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'a0ce896d779c41b394ba081c749d3a26', 'd1519c6e15f24adaaa03951e8998144a', 52, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a50fcfc6a22e4dd98f1381a1a063c5f3', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '713ce15bd20846639e2a81c093c2918d', '89d62b93dcd14002b1c7239cbda6eac5', 337, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a6ae67907439411f8dff7e1137794c56', 'e18994b27aaf47b38232ffc00b607756', 'bdd9f3b2f67443ea8b983e6b97c8c51d', '6eef238f7d664bd3bdf8fb644e855b53', '87f7197515ed42cdb86551d0e1b08306', 113, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a6f2ea5f0e214979b888e46a83fde144', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'b8f9c162b68e439d949d3ebae16e80d5', 'af6ee90f063c4754ac263269f30b18fb', 169, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:34', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a6fabc86c89e45d793437a89a18ef46e', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'ee52d83414a24ee693b84066e56d9e17', 'a6d30fcfc02b4af48072fea27b81393a', 506, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a7104d61baab4f36af1f162d5415704c', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '08362aa941a0484492d6a9fd97f67e0f', '89d62b93dcd14002b1c7239cbda6eac5', 274, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a77c6e8511074cf4b112509f2233afc6', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '604b8ec011e44807a14955a5b871f7e6', 'a6d30fcfc02b4af48072fea27b81393a', 530, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a7f4dfdc5ef14a8888ad920cab7cd1dd', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'a8a96a11a3684334a99bd83bb83bdf6d', 'de20873467a04a94bda2661889f68ba6', 543, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a8144197ca6e4f658197392b8e1db0a1', 'e18994b27aaf47b38232ffc00b607756', 'ff4edfc860694190b5d6842447413ad9', '6c4e9ea02f9948fb8320b037e4418071', '87f7197515ed42cdb86551d0e1b08306', 227, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:15:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-22 17:15:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a8ecda9e9b944bd5b5252f374da6d89d', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'c410208d177c4b39ae33342352851b6f', 'de20873467a04a94bda2661889f68ba6', 495, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a92453bab1024914a1d1a9515705e415', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '5d272afcac76486e9fd09afaa3e374b8', 'de20873467a04a94bda2661889f68ba6', 418, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a93b8a40e92044b2beb7b9faf52dfa80', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', 'ead4ffdb11e04708ab60f5c94679a388', 'de20873467a04a94bda2661889f68ba6', 394, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a970c34b67bd4957b4d752432312b48f', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '94616fcbe1224341bbe509480643622b', '89d62b93dcd14002b1c7239cbda6eac5', 307, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a98a39c453cd413ebac2e3bf3483f37b', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c3d1635eabf6422188984e226b3a4d79', '22c06ca0579a4cf29a381f1f99fe4043', 296, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a98f9e41835b4d1eb96e6e225a67a306', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '507f9abf38e945bcaaab2149c3873f9c', '3987155238e34479b681bdb518ad2d81', 623, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a9b8a661045f498781baddacce2b865e', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '38578977bb2d4702b6e78f289d550173', '22c06ca0579a4cf29a381f1f99fe4043', 204, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a9dd1bfaf0cc41f3a6c5ff4cfbacd525', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '9c47dd0fa88b45cda5f4b7ee119ce3c5', '1ec31121b75f494fb1710a15e427ef48', '518d195241fa4072bca2b67f92ada49c', 121, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('aa277027415046428a49d9eedc6aa269', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'b8f9c162b68e439d949d3ebae16e80d5', '3987155238e34479b681bdb518ad2d81', 683, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('aa49e04f7e19464ab93ec7c8b1ab2d21', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '40d7345cd23949e3a223981dbe4976f9', '22c06ca0579a4cf29a381f1f99fe4043', 126, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('aad670ec870a44c9898f2c38be9b9109', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '9bb4acdb9d5d4004a7c93260ff43cef0', 'a6d30fcfc02b4af48072fea27b81393a', 470, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ab42e6621f174104a5b8ce87380526d5', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd8f0d1a55c9c4dfcbdb1bd922e2e5187', '3987155238e34479b681bdb518ad2d81', 681, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ad0320be68574e42a201bffd1543251f', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '23ae971d3f8b4aee885aab5e54d04f32', 'd1519c6e15f24adaaa03951e8998144a', 46, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:28:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:28:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ad0b14d5e8c244798381ffae9fbffd52', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0fa79af1a99e46b5aa5043ae6159a7c1', '89d62b93dcd14002b1c7239cbda6eac5', 152, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ad7d5bfcdf234d79b6a0c01dd1a92ff7', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', '57bffa474b73467bb2325afad8fa0d98', 'd819172445e14680a911b0a8effa4c33', 712, '1', '2024-05-08 11:40:30', '1', '2024-05-08 11:40:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('adb86f90117f406b8630f05f3977683c', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '507f9abf38e945bcaaab2149c3873f9c', '89d62b93dcd14002b1c7239cbda6eac5', 280, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('aef7fb587b354ff1ad4f102680eda334', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fe4c78171abb49ceba671d71b598d20f', '89d62b93dcd14002b1c7239cbda6eac5', 328, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('af82880a4d7b495583d306402d61ff30', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '1c3e78ca743640baa689a390b64e8931', 'af6ee90f063c4754ac263269f30b18fb', 67, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('afe7eb36ebe04ee6813b8d701763ad6e', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'e340bed8447d49b3a2e8c0e6195edf06', '3987155238e34479b681bdb518ad2d81', 641, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('aff4f9af88054a288f44842b75e2ca66', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '38578977bb2d4702b6e78f289d550173', '3987155238e34479b681bdb518ad2d81', 639, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b04bf5ab1a5c432887c395a36d51a671', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '0ce4f3641d1e4c1aa847fceeb3ccc872', '3987155238e34479b681bdb518ad2d81', 678, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:42', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b051edf858864c5990d0b3a9b67e5974', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '60ccf7c8bc0c44c5a977f7e70c28730e', '22c06ca0579a4cf29a381f1f99fe4043', 183, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b0ab672976b34e1081ab015dc352a8ac', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', 'e074d258c7a24c35ad8ccd77e230dfe7', '3987155238e34479b681bdb518ad2d81', 621, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b1010ba5bb3e4a1a84b16042a7f09163', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'dc5779bad2c54d6582ad176bd1790d7f', '22c06ca0579a4cf29a381f1f99fe4043', 248, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b1b19378ef57460eb456d22223cdf422', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '3a823fadfb5643a7b4e2021ac31ad3fd', '3987155238e34479b681bdb518ad2d81', 603, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b2316c827ebe481f886561accd00aeb3', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '5c3f1aa86daa474fb99e40de4e495ae7', 'e0f532bc271b4b2b8744617ffa859a88', 29, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:18:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:18:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b2469a64823e412c8390ca73d9fc3951', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f3e15c2e42bd4a91b9636995402e7763', '22c06ca0579a4cf29a381f1f99fe4043', 350, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b24d0065b1564e4fb462e551a7d54704', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '5e2bd4352ed745609fdd945a9afd071c', 'd1519c6e15f24adaaa03951e8998144a', 57, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b30703903e0e4826a60d679276dbe8fc', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c01f223ada114886ab64759847b65114', '3987155238e34479b681bdb518ad2d81', 616, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b33ceea8ad714d5b884421520ce5b0a1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'b8f9c162b68e439d949d3ebae16e80d5', '22c06ca0579a4cf29a381f1f99fe4043', 168, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:34', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b3bdf6bef3294ba88c8eedd2e8c13170', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '7d12720690da4351b126e5c87facac65', 'af6ee90f063c4754ac263269f30b18fb', 104, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:38:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b433bd2698e04a59bca76ba752af283a', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '91d7d7988df34266bd8b03b3d78c385f', 'de20873467a04a94bda2661889f68ba6', 507, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b439ffac815846f7b510c99f0372f1d8', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c799e70d106c4851893098bcd6d8d752', 'a6d30fcfc02b4af48072fea27b81393a', 484, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b4775ee3329644738f1cc97f02572495', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '298ccf5161d841b19fc2f207bc98dad9', '89d62b93dcd14002b1c7239cbda6eac5', 358, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b4ffae8f3b0049e097f1a3a39736bce6', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0fa79af1a99e46b5aa5043ae6159a7c1', 'de20873467a04a94bda2661889f68ba6', 471, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b581334bf0a4426a90d9df43d2149c41', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '05f139fac1e14215847b9d180eeb0beb', '89d62b93dcd14002b1c7239cbda6eac5', 191, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b5ad735feabf45ff8936f5d66e86700e', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'b074570a909b491685f2ae9053c9c046', '89d62b93dcd14002b1c7239cbda6eac5', 87, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b6192913c55c40f287884fcfa66854e5', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '7b0331256e034639aef5dee47b0355f7', 'e88a8df427014bdc9d2eb8a1efa169a7', 54, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b67d6da85d7546159e6129350cb20052', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f3e15c2e42bd4a91b9636995402e7763', 'de20873467a04a94bda2661889f68ba6', 563, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b685c92a145248e4b25a5c9f9abb1031', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '4f4e056accc1442f86ec725bc76242e2', '89d62b93dcd14002b1c7239cbda6eac5', 9, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b68c8b92dc804936a489d33c5b2b544c', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'd27b1cea3e194c628c87702cbffbf320', 'a6d30fcfc02b4af48072fea27b81393a', 438, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b6cae4fbd95e4b3ca42322bed5ec40b1', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'dee1ec873af041c5b8a1e966e2bb64c8', 'af6ee90f063c4754ac263269f30b18fb', 166, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b7098ffe94cd47b8a40900db721b1ba9', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'ee52d83414a24ee693b84066e56d9e17', '22c06ca0579a4cf29a381f1f99fe4043', 245, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b70cb507f36b416d9543c0850bbad550', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '62ea04ae41184d4cbec7d625b1a74764', '4321575a4a254508b1be8557e33ec7b2', '518d195241fa4072bca2b67f92ada49c', 113, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b732df88037445a49fd7b1e4e5846942', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0fa79af1a99e46b5aa5043ae6159a7c1', 'af6ee90f063c4754ac263269f30b18fb', 154, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b7eb91bac510400ab03746ffa97037d7', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '20076ccb5f524abc917ccfa52cf7633b', 'de20873467a04a94bda2661889f68ba6', 397, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:26:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b80e9e17f4f14695ab3c1f392a70836c', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '604b8ec011e44807a14955a5b871f7e6', '89d62b93dcd14002b1c7239cbda6eac5', 289, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b813cf96427e4dc0a62561d46e32a3c2', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '799c8c327aa44633a9df514bcd276124', '15a1e68873614fa48adbf644338bd0f9', '518d195241fa4072bca2b67f92ada49c', 115, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b8be34b42b9f4c2292369655e2fadd26', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '268ac58c7d5340808f4164e493613c09', '89d62b93dcd14002b1c7239cbda6eac5', 268, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b8de4b7ed1af4e27b5e583dadb929497', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'c2c35586c7f84e1db9d923afe6d4fc22', 'de20873467a04a94bda2661889f68ba6', 399, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b8f16a27921d4720a1adb6d9f9e5f9e3', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '92fb9f78e62a4aeebd2f2a55b295cd84', 'af6ee90f063c4754ac263269f30b18fb', 258, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b8f4d69eff5142b39c2ea699a89a04fc', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c3d1635eabf6422188984e226b3a4d79', 'de20873467a04a94bda2661889f68ba6', 533, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b90bd2cc3952469ca3cfe17f2c6f494d', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '3f2a81505f844140866fc3e235b79908', 'a6d30fcfc02b4af48072fea27b81393a', 468, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b9c8e59a11ad43b89887cde315713a46', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '6c9d61fe0c574724a0fe1cc7bfdaadc8', '89d62b93dcd14002b1c7239cbda6eac5', 340, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b9fd1b47d4c94f2e98d800fefc87d6bd', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '473d4d7308b14c3087a7ee1ff9d557da', '22c06ca0579a4cf29a381f1f99fe4043', 16, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ba1bc2c2afd643788b17b11e1a11becb', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '346ed0a55e584e91b57f4ac17232c9b8', 'de20873467a04a94bda2661889f68ba6', 555, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ba86985b40e646a99ddb89ca8c03945e', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', 'ead4ffdb11e04708ab60f5c94679a388', '22c06ca0579a4cf29a381f1f99fe4043', 97, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bb274bf7c3e54373822077a934f77c89', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', 'b856925ff3d246de9ad5fd69bebf9963', 'fd7ef65e425c437dad0ed4f0de8a2ff6', 723, '1', '2024-05-14 13:56:26', '1', '2024-05-14 13:56:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bb3ab7642dd04b578cb969c0e59f4e3a', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '473d4d7308b14c3087a7ee1ff9d557da', 'de20873467a04a94bda2661889f68ba6', 416, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bb626a3a753943a88c0902b290e32005', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '2df58016839540adb8fd816be384cdfe', '518d195241fa4072bca2b67f92ada49c', 691, '1', '2024-04-24 15:20:26', '1', '2024-04-24 15:20:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bb9b7b1d65524c6986d1c2e4eb174065', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'f03901b082084b0ab330f3f6624c3e29', 'a6d30fcfc02b4af48072fea27b81393a', 561, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bc8a0e3fbc9a422fa1fc909c13e72f67', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'e428b1149a8540eb8e0caaff30a53ad3', '3987155238e34479b681bdb518ad2d81', 610, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bd75585da3604066be4634ddc57bffa5', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', 'bff503141d054b87810e2438ce34f149', 'e0f532bc271b4b2b8744617ffa859a88', 38, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:50:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:50:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bda36f7e52964cbdb2350a6404d32ee6', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'b074570a909b491685f2ae9053c9c046', '22c06ca0579a4cf29a381f1f99fe4043', 88, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bdc2f42bd0ee48ec90d8760296c346d1', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '0ce4f3641d1e4c1aa847fceeb3ccc872', 'a6d30fcfc02b4af48072fea27b81393a', 437, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:43', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bdcdc271b55940aca4370ee79ec99515', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0b6096c779074751ac73fc5c403fd50f', 'a6d30fcfc02b4af48072fea27b81393a', 474, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bde4d77784234cd7ae673db747d674d1', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '91d7d7988df34266bd8b03b3d78c385f', '89d62b93dcd14002b1c7239cbda6eac5', 243, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('beb6006a8e0c4fa4a4b15cd5f66a17cf', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '8aeca841533a49dcb51bce5e0e6d033f', 'a6d30fcfc02b4af48072fea27b81393a', 514, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:21', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('beca5e2366eb46a1b99b2f5c78e68ef4', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '7873491605e3492fb576f9dea1b76dbe', '3987155238e34479b681bdb518ad2d81', 597, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bf1a8717dc1a4507a12cd3d3c0f8ded9', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '8837cd99cfbf4146923704bff38ce590', '22c06ca0579a4cf29a381f1f99fe4043', 284, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bf6930d61707453ba705e52e69b324eb', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', 'c1bc68f5a20249ee931270aefb3a0fab', '89d62b93dcd14002b1c7239cbda6eac5', 262, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c038e72ac3724c3888b015a239de4e3f', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fcc4d7335f67427d9fb6a79cb0fae2a7', '89d62b93dcd14002b1c7239cbda6eac5', 224, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c1c29b5261fd41c5b31a2a0be22d5e5d', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '40d7345cd23949e3a223981dbe4976f9', '3987155238e34479b681bdb518ad2d81', 661, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c204c69b6c604c3b95a48443e64999c5', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '4f4e056accc1442f86ec725bc76242e2', 'a6d30fcfc02b4af48072fea27b81393a', 378, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c24496f158994c858d0d199f85eadb12', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '3a823fadfb5643a7b4e2021ac31ad3fd', 'af6ee90f063c4754ac263269f30b18fb', 345, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c2660a175df84a38a7498f03bca1cf24', 'e18994b27aaf47b38232ffc00b607756', '4d416a46176c4830aaf8ea37fd7e7346', 'af9b073a55a7405388361be9ddb881cb', '87f7197515ed42cdb86551d0e1b08306', 118, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c26859c1a6f048c78710cab9e91b5806', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'fb660bb7a3864196ae4189c2bc8dfd02', '89d62b93dcd14002b1c7239cbda6eac5', 355, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c269eedc86cc46ecb5d2bb1a69ce12e7', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '346ed0a55e584e91b57f4ac17232c9b8', '3987155238e34479b681bdb518ad2d81', 606, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c2a83f9ab3eb47c480a1339562094e81', '7237df1794704bcc930020f2d3b7fe90', 'c9feb0be913d44b192521c354a2c45b0', '0f15cc0879e64d13a5e6aa838f4280f8', 'af6ee90f063c4754ac263269f30b18fb', 65, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:31:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:31:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c2d2f172e93d405587a25a1e520fb923', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', 'd8a5b9b54cea47e8bd810f5d343703b9', 'de20873467a04a94bda2661889f68ba6', 374, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 17:47:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 17:47:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c326d13b8aab42a1a6b60e58f12702a9', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '6313e31ecc1f4edbb9fbaa4624d6f386', 'af6ee90f063c4754ac263269f30b18fb', 318, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c32dfc5223e540cc85df31a9d020ae35', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '9bb4acdb9d5d4004a7c93260ff43cef0', '22c06ca0579a4cf29a381f1f99fe4043', 150, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c39060773502418980e2b453bf55bb98', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'cceab5d6ff8e48e0a5ed0a35819569e7', '89d62b93dcd14002b1c7239cbda6eac5', 171, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c39ac6a8486e4d1797ee265ba7ea0a16', 'f32abb417626461d997bdc7834b7e186', '35e3a711fea9409f94112b527adbd95f', '7e4d2cf77d1f471d8119ba633c6c5dac', 'e0f532bc271b4b2b8744617ffa859a88', 36, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:06:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 10:06:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c4456d7ce9b34dc392ea7863b780d6b4', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '1c3e78ca743640baa689a390b64e8931', '22c06ca0579a4cf29a381f1f99fe4043', 10, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:23:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c45ba8d99e384e5f83d635d6026202e0', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '1d80c2326fa8478eb6dd78a96b264917', 'de20873467a04a94bda2661889f68ba6', 497, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:58', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c4914954433d4a7f969f2f346fd4455b', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'f9ff31bd070a440d8bfb42ee633811d4', '3fd76325f6b941299056a1fb690d4f88', '518d195241fa4072bca2b67f92ada49c', 687, '1', '2024-04-24 15:07:25', '1', '2024-04-24 15:07:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c5a4b80970094baba6132fe5779a03af', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '20076ccb5f524abc917ccfa52cf7633b', 'a6d30fcfc02b4af48072fea27b81393a', 565, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c5b79dee56364c139d0bf22cc0f84e6d', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', 'ead4ffdb11e04708ab60f5c94679a388', 'a6d30fcfc02b4af48072fea27b81393a', 456, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c660c468480b4a0c9665ffddd2678420', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fcc4d7335f67427d9fb6a79cb0fae2a7', 'de20873467a04a94bda2661889f68ba6', 445, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c688fee509c24b89bb75dc5dd2ca644b', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0b6096c779074751ac73fc5c403fd50f', '3987155238e34479b681bdb518ad2d81', 651, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c6a1e600d83d4896ac7365d84970504d', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'a0ce896d779c41b394ba081c749d3a26', 'e88a8df427014bdc9d2eb8a1efa169a7', 51, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 09:33:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c6c01fe661984c64aa9bdaea8884a5be', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '6313e31ecc1f4edbb9fbaa4624d6f386', 'de20873467a04a94bda2661889f68ba6', 375, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 17:47:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-12 17:47:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c718351ebf9b467695ce5d71473e9294', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '713ce15bd20846639e2a81c093c2918d', '3987155238e34479b681bdb518ad2d81', 594, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c7376246dd774fb2a7abdd711d972d0f', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '5d272afcac76486e9fd09afaa3e374b8', '22c06ca0579a4cf29a381f1f99fe4043', 18, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c75e659b2d8944d08afe7504e58434c2', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', '312b8c428b384b0098b902076c05a194', 'fc2fcc69af9741938a3000b10f037d54', 696, '1', '2024-04-25 10:12:36', '1', '2024-04-25 10:12:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c776b3d7c8b94719811c81088a02eb76', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f3e15c2e42bd4a91b9636995402e7763', 'af6ee90f063c4754ac263269f30b18fb', 562, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c898fbc7f8dc4dcbae4419f5e82fcec1', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '1439ad90f52d4d93bab0cea8b249e633', '89d62b93dcd14002b1c7239cbda6eac5', 298, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c89c2794dfc8444d92a3414676b047c3', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '8837cd99cfbf4146923704bff38ce590', 'de20873467a04a94bda2661889f68ba6', 525, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c8a24e209b8249c1b123378dcaaccd87', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', 'e340bed8447d49b3a2e8c0e6195edf06', '89d62b93dcd14002b1c7239cbda6eac5', 194, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c8bdd0c8c84b4eb58379ead0c865f078', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', '79fc529073da4d9ca8c99856e3702326', '89d62b93dcd14002b1c7239cbda6eac5', 271, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c8c791e7a5fb45cd8b4d4e4f6e4da89a', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '9bb4acdb9d5d4004a7c93260ff43cef0', 'af6ee90f063c4754ac263269f30b18fb', 151, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c8fcb69085244fe08e438b6f57f3b23d', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'dc5779bad2c54d6582ad176bd1790d7f', 'a6d30fcfc02b4af48072fea27b81393a', 504, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:06', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c931d2a324f04018a052359160f4b2dd', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '8a2005804fd64ce98361c46701147c6c', '22c06ca0579a4cf29a381f1f99fe4043', 24, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c99263d710c24b79a2990fa36e30ff20', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '8f2f464c181d45c6b3769e9575d91c20', 'af6ee90f063c4754ac263269f30b18fb', 369, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c9d512e68eb0409eb9ed3ddd6279552b', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'c8b95404777b48cb94d13c04648dc03d', 'af6ee90f063c4754ac263269f30b18fb', 237, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:55:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-27 16:55:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ca51f481ac8b48229895e2ab20cd0b4a', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0b6096c779074751ac73fc5c403fd50f', 'de20873467a04a94bda2661889f68ba6', 473, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cad83c7ae3404801aabeb0549ed25d77', '82bd4293fda94d6896217509f11b6c4c', '2cb8bfafc3034806a9bb2657b300d29e', 'b316d9988d004c4ca14cfc86488f2c20', 'd819172445e14680a911b0a8effa4c33', 711, '1', '2024-05-08 11:40:29', '1', '2024-05-08 11:40:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('caf5ada11b8b4830824b6c2969cec8b0', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '327af9c96eea4d02ba2c73ca2a7221fc', '3987155238e34479b681bdb518ad2d81', 590, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cb19d155effd412cb9d7dcb17f30f716', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '3fdfc29c2e314d539de1f842b1580415', '3987155238e34479b681bdb518ad2d81', 671, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cb9db4dc119441f8b969ce0aae4a3765', 'f32abb417626461d997bdc7834b7e186', '8451f61d92cb40739a8409aa98a7a4fb', 'f349a800ac104636881fbb65bd35cd07', 'e0f532bc271b4b2b8744617ffa859a88', 581, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:08:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:08:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cc67cfa9d72e47e6bc48363d3f3ea60a', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '60ccf7c8bc0c44c5a977f7e70c28730e', 'af6ee90f063c4754ac263269f30b18fb', 184, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cd0977231c4c4a0caebf701b57dfd946', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '021cf8146b114a6cb346acaf86c491ac', 'af6ee90f063c4754ac263269f30b18fb', 261, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cd2e17622e384cd48b23a0ee9ee3c6a2', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', 'e074d258c7a24c35ad8ccd77e230dfe7', 'de20873467a04a94bda2661889f68ba6', 527, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ce5ab483f9f943d4bdc441ecf415c33b', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '713ce15bd20846639e2a81c093c2918d', '22c06ca0579a4cf29a381f1f99fe4043', 338, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ce61a04c311c4324b11371e3c182579e', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'cceab5d6ff8e48e0a5ed0a35819569e7', 'de20873467a04a94bda2661889f68ba6', 432, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:36', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cefa1d8180b040a79b377716080a20b5', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'fb660bb7a3864196ae4189c2bc8dfd02', '22c06ca0579a4cf29a381f1f99fe4043', 356, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cefb7b64f60c4b069658ab91f6ab46f1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fe4c78171abb49ceba671d71b598d20f', 'de20873467a04a94bda2661889f68ba6', 553, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cefe9e905b034d209019c9fd6499c37b', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '395ed1136a4d40b6b68a2ffbc7f7669f', '22c06ca0579a4cf29a381f1f99fe4043', 138, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cf3862d22e04444988898212073f2e92', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'f03901b082084b0ab330f3f6624c3e29', '89d62b93dcd14002b1c7239cbda6eac5', 346, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d01be5e358e04053819f7b73b678f7e2', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'fb660bb7a3864196ae4189c2bc8dfd02', '3987155238e34479b681bdb518ad2d81', 599, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d069db17d1324963a2ea90a54ec1ff09', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '91d7d7988df34266bd8b03b3d78c385f', 'a6d30fcfc02b4af48072fea27b81393a', 508, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d0d1a075dcdd400d837c252deb95ff86', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', 'c1bc68f5a20249ee931270aefb3a0fab', 'de20873467a04a94bda2661889f68ba6', 511, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d0dd1258772842028ab3568137c87b6b', '7237df1794704bcc930020f2d3b7fe90', 'cb7fa3c0881c4c59bf28d1b3b5555a35', 'af658ecff6d24d6ab9fe8bb43c0cbdce', 'a6d30fcfc02b4af48072fea27b81393a', 522, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d113778969ee49fc8db4d543cb9868d6', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'fcc4d7335f67427d9fb6a79cb0fae2a7', '22c06ca0579a4cf29a381f1f99fe4043', 225, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d18320dd686d417a8f14c6ec4cb31753', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '507f9abf38e945bcaaab2149c3873f9c', 'de20873467a04a94bda2661889f68ba6', 523, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:35', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d1d90b357cc34ddda9e5d1723e7a20ea', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '3f2a81505f844140866fc3e235b79908', '3987155238e34479b681bdb518ad2d81', 654, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:13', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d1f81a9944c348f9af5e45d28f97bd7e', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'caba89f23cca4def92baf5c91c587bf1', 'af6ee90f063c4754ac263269f30b18fb', 372, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d1fe390325ef40f387f93ab0333cb2ff', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', 'e26b90782a994ae29c525a0a6737f1b0', 'de20873467a04a94bda2661889f68ba6', 426, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d2290041fc084ac089f04efe6acbe556', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'aba7938b52b04e4a9c3bf272a378576b', 'af6ee90f063c4754ac263269f30b18fb', 220, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:57', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d26e42a530c24915bc9bf1d4fa1a1b4c', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'ee52d83414a24ee693b84066e56d9e17', 'af6ee90f063c4754ac263269f30b18fb', 244, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d27a66bb4aa342578d7df338da11bfa0', 'e18994b27aaf47b38232ffc00b607756', 'db2bd8df59d74679a138df123a72e254', 'c1d6aa1ebbed4d7d9ebcf5d73e8c99f1', '87f7197515ed42cdb86551d0e1b08306', 120, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:11:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:11:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d2ac8639d56f4f9db825f99bc6c4b821', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '395ed1136a4d40b6b68a2ffbc7f7669f', 'de20873467a04a94bda2661889f68ba6', 461, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d33f6c40e478471db5e49ae71bb8f165', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'af600bca27e64bd0bda9759885ed241a', '22c06ca0579a4cf29a381f1f99fe4043', 254, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d3a2e7f0dfc347b1a5a8f12594c15561', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '40d1f7f4ba6d4f7386ca2a055a6500a5', '22c06ca0579a4cf29a381f1f99fe4043', 222, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:58:01', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d40658aa179d4b2ebfe18ad6fa2d407c', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '8aeca841533a49dcb51bce5e0e6d033f', '22c06ca0579a4cf29a381f1f99fe4043', 266, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d4b099bf2e1f498cad90c60bb325c5ad', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'e0b068dd47a74e3dbfa56c35b07ceb74', '22c06ca0579a4cf29a381f1f99fe4043', 129, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d4c1fc5521f944be860e7e513692e085', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '157ef87c07cb4f6da7735f8e4fefcb1a', 'a6d30fcfc02b4af48072fea27b81393a', 454, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d5a722bd54054882912452ca3eea4a70', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '8400357696d7417a9d501bc0a23df5c1', '54a4ed3435864a9aaf81010ef76adab6', '518d195241fa4072bca2b67f92ada49c', 690, '1', '2024-04-24 15:20:26', '1', '2024-04-24 15:20:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d5de80d5ab6a41c3aa8b283c4ba8cff5', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'f67226c6e2fd4eb6bb14e0182848a2d2', 'a6d30fcfc02b4af48072fea27b81393a', 573, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d5faf7a8a8b3439ebef3d94cd3ab5256', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '3f2a81505f844140866fc3e235b79908', '89d62b93dcd14002b1c7239cbda6eac5', 147, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d674a0944d3344f5bca779552b13456d', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '60ccf7c8bc0c44c5a977f7e70c28730e', 'de20873467a04a94bda2661889f68ba6', 485, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d7af023e1c3643afb122b7d7c4004ac7', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', 'babd57ad33c24f3a9f452b09b45bf7a4', '22c06ca0579a4cf29a381f1f99fe4043', 142, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d83cd7270da44ae080058d2deca60567', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', 'e074d258c7a24c35ad8ccd77e230dfe7', 'af6ee90f063c4754ac263269f30b18fb', 288, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d88cc50a8afe488cad98dcf8d402a73c', '82bd4293fda94d6896217509f11b6c4c', '56c766d53d9f4de2846a16b1383c5374', 'd90bb95f3c9c4627a0c2d806ba8d5c20', 'fc2fcc69af9741938a3000b10f037d54', 703, '1', '2024-04-25 16:00:47', '1', '2024-04-25 16:00:47', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d89e242b2c0b4cc3b535e4d3357e7088', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', 'f796b2ca667c4867b4066afda1ec54a0', 'de20873467a04a94bda2661889f68ba6', 388, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 10:56:52', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d8eae1dceaa24769b29c82ae2920471d', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '092a3061e9f94c01b22382bf0f42b5fa', '22c06ca0579a4cf29a381f1f99fe4043', 159, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('da9ce82699af42688ffe1bc734a52cfb', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '8d43d5e71a994a3fa7911fd17b73baaf', 'af6ee90f063c4754ac263269f30b18fb', 211, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dad8052007314b049351e20a5b7c062e', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'e428b1149a8540eb8e0caaff30a53ad3', '22c06ca0579a4cf29a381f1f99fe4043', 320, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dae914abf14943c8bf819d390a2695bc', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', 'ee52d83414a24ee693b84066e56d9e17', '89d62b93dcd14002b1c7239cbda6eac5', 246, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('db6012aa3821474188201fd59734771b', '7237df1794704bcc930020f2d3b7fe90', 'c9feb0be913d44b192521c354a2c45b0', '0f15cc0879e64d13a5e6aa838f4280f8', '22c06ca0579a4cf29a381f1f99fe4043', 7, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 15:28:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 15:28:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dbd30ff31dea4b8795bc4dff669fcfe9', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '1439ad90f52d4d93bab0cea8b249e633', 'de20873467a04a94bda2661889f68ba6', 535, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dc129d64416d41398bb28997925f7ee8', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'aae4800ba9e7433db5e7d7a55c3e821f', 'af6ee90f063c4754ac263269f30b18fb', 187, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:04', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dc1c08a14f684d75b5e640f97e858108', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'c2c35586c7f84e1db9d923afe6d4fc22', '22c06ca0579a4cf29a381f1f99fe4043', 82, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dce580919247474da309c529ffd7209b', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '1439ad90f52d4d93bab0cea8b249e633', 'af6ee90f063c4754ac263269f30b18fb', 300, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dd6c74e5dd89442ea02e71584df7b505', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '157ef87c07cb4f6da7735f8e4fefcb1a', '3987155238e34479b681bdb518ad2d81', 667, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dd7f9584fabc4bf399a6612fdb6db000', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', '05f139fac1e14215847b9d180eeb0beb', '22c06ca0579a4cf29a381f1f99fe4043', 192, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ddad4578d513498585abaf5e9e46e50c', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '62ea04ae41184d4cbec7d625b1a74764', 'f836df54f8e74c05a99a08462d6107fc', '518d195241fa4072bca2b67f92ada49c', 114, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ddc16edaf5cf40e09188ea80d8868644', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f3e15c2e42bd4a91b9636995402e7763', '3987155238e34479b681bdb518ad2d81', 601, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:09', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dec14ca61da34a879115fdb151cc7a6b', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'c01f223ada114886ab64759847b65114', 'af6ee90f063c4754ac263269f30b18fb', 303, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('def903e322144bddad878e4ff82455b1', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '84147453f20b49efbb309e63be743c40', 'a6d30fcfc02b4af48072fea27b81393a', 466, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:06', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('df296ada1e344df2b282a983e7ab7429', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '9bb4acdb9d5d4004a7c93260ff43cef0', '3987155238e34479b681bdb518ad2d81', 653, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('df38c55ef5b748ac88dd85aa82d2c870', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '6c9d61fe0c574724a0fe1cc7bfdaadc8', 'af6ee90f063c4754ac263269f30b18fb', 342, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:14:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('df4550d01a3c46a38c992ab85c938cde', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'a8a96a11a3684334a99bd83bb83bdf6d', 'a6d30fcfc02b4af48072fea27b81393a', 544, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:00', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('dfed49d6ace548659e5a09bc36e5a51f', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', '3fdfc29c2e314d539de1f842b1580415', '89d62b93dcd14002b1c7239cbda6eac5', 78, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:09', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e032b8d3923d4ca6a9d135bc5ebbb199', 'f32abb417626461d997bdc7834b7e186', '35e3a711fea9409f94112b527adbd95f', '4606ea2c36494b94acebd57093151bfa', 'e0f532bc271b4b2b8744617ffa859a88', 40, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:11:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-27 15:11:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e094cd20d3d34ec7b3add867341c196a', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', 'babd57ad33c24f3a9f452b09b45bf7a4', '89d62b93dcd14002b1c7239cbda6eac5', 140, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e0e76a924b3b427c8dd5f2be113ccbf3', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '9c47dd0fa88b45cda5f4b7ee119ce3c5', 'f8396db9a1e248758de2d7ac7befda72', '518d195241fa4072bca2b67f92ada49c', 117, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e11385732a4446ca900dc4ef83c66b48', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '70a7fbbecb46408eb5f829b57cf710fc', '3987155238e34479b681bdb518ad2d81', 589, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:36:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e12775e879a3451c9d8287172c21f36f', 'e18994b27aaf47b38232ffc00b607756', '604d9eab4b774b1ca3757bfcad1fc798', '78d2aab61dca4540bcb0ad878cf7c73c', '87f7197515ed42cdb86551d0e1b08306', 5, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 11:51:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 11:51:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e1d902a711ae4426ad1db10a79f27151', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '40d7345cd23949e3a223981dbe4976f9', '89d62b93dcd14002b1c7239cbda6eac5', 125, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e1e07d76b12046db9ac8fa7a4f1f3666', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', 'a8a96a11a3684334a99bd83bb83bdf6d', '22c06ca0579a4cf29a381f1f99fe4043', 311, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e286cddc331c44d2b11d31f9d7ec8669', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '8a2005804fd64ce98361c46701147c6c', 'a6d30fcfc02b4af48072fea27b81393a', 425, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e35a80fa56794bd8b7b064a0755ceb39', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '5d272afcac76486e9fd09afaa3e374b8', 'a6d30fcfc02b4af48072fea27b81393a', 419, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e37913ddd29c4e10bda3a93866427f81', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '40d7345cd23949e3a223981dbe4976f9', 'de20873467a04a94bda2661889f68ba6', 404, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e3a2d782b860432ca87888387784b859', '7237df1794704bcc930020f2d3b7fe90', '22de4e04b1f146e09b4eb3f6ba579686', '75cab282d4c14cc09c2ab3ec610ed822', '22c06ca0579a4cf29a381f1f99fe4043', 201, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:57:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e487fe1709734b23b654dd77892908f6', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '0ce4f3641d1e4c1aa847fceeb3ccc872', '22c06ca0579a4cf29a381f1f99fe4043', 109, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:54:32', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e4ecd64accda4f49852a8fd109fa091a', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', 'c8b95404777b48cb94d13c04648dc03d', 'de20873467a04a94bda2661889f68ba6', 410, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e5afbe10d0ee4395b918f7eea9ad23d1', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '9bb4acdb9d5d4004a7c93260ff43cef0', '89d62b93dcd14002b1c7239cbda6eac5', 149, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e5bb94a5ed1243c592c6b4ba704aaaba', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'e70c320b68a4485b8fe51406a2bb3f71', '3987155238e34479b681bdb518ad2d81', 669, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:30', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e68ab9de5acd4e4a902e0267df52098f', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '20f7824020334604893a1b13c76df139', 'de20873467a04a94bda2661889f68ba6', 381, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:41:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e6a335899c86446dbae83bb5c9b64b38', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '9bb4acdb9d5d4004a7c93260ff43cef0', 'de20873467a04a94bda2661889f68ba6', 469, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:15', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e6dbdb87daa64872bcdbee9f8dc10300', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '92fb9f78e62a4aeebd2f2a55b295cd84', '22c06ca0579a4cf29a381f1f99fe4043', 257, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e718072653974741b525dc9b38b6e098', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '9d037c32792144d8af386c105fd9d1e0', '22c06ca0579a4cf29a381f1f99fe4043', 123, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:54:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e72fc50e45134293bbfc02c175a79096', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '20f7824020334604893a1b13c76df139', '22c06ca0579a4cf29a381f1f99fe4043', 14, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:08', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e76a5653fbe9470d894b498acac2d94f', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0fa79af1a99e46b5aa5043ae6159a7c1', '3987155238e34479b681bdb518ad2d81', 652, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e828173542374ac6964630aef83c5383', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '182b0382e10645c785682cf391488bf7', '817e5580ba1142909298d4c0657cefd3', '518d195241fa4072bca2b67f92ada49c', 686, '1', '2024-04-24 14:14:38', '1', '2024-04-24 14:14:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e83bbe5dbdca4567a3f09ab6bb28bb4a', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '3ec97948efee45648952ce6719844396', '02935a3c10b24e20aea518902b594cfd', 724, '1', '2024-05-15 14:35:28', '1', '2024-05-15 14:35:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e84345fb4a1f4211a7370ee67d6f673a', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '8f2f464c181d45c6b3769e9575d91c20', 'a6d30fcfc02b4af48072fea27b81393a', 575, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e854a0e847f642d5a8f5ce6e17925e3f', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'caba89f23cca4def92baf5c91c587bf1', '22c06ca0579a4cf29a381f1f99fe4043', 371, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 09:15:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e8ba9bb85c5f4272a8729d759fd2865c', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '3ec97948efee45648952ce6719844396', 'fd7ef65e425c437dad0ed4f0de8a2ff6', 720, '1', '2024-05-14 13:56:24', '1', '2024-05-14 13:56:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e92ff3415c0f45d48f53eb701ccc7800', 'e18994b27aaf47b38232ffc00b607756', '7a66d34c6e624a75a2aeb8acedfc45bd', 'db6d8f3c9b774bac9c8a1b322802b9e6', '87f7197515ed42cdb86551d0e1b08306', 115, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e9b31cda3aae402ab8425c1ad0e5f469', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'f67226c6e2fd4eb6bb14e0182848a2d2', 'de20873467a04a94bda2661889f68ba6', 572, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ea094e37b71143d3b57ed2921aeab452', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'f76f92cd2bd347b5844364a864a6bc84', 'de20873467a04a94bda2661889f68ba6', 398, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-17 16:27:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ea0a29d3ceb74ee8b7a51e2256a34d6d', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '021cf8146b114a6cb346acaf86c491ac', '89d62b93dcd14002b1c7239cbda6eac5', 259, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:43', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ea20d1b6343c47938fb53d0b39b5e2f0', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '346ed0a55e584e91b57f4ac17232c9b8', '22c06ca0579a4cf29a381f1f99fe4043', 332, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:29', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ea8402dee9f545b58edc1ccd85c505f3', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '713ce15bd20846639e2a81c093c2918d', 'de20873467a04a94bda2661889f68ba6', 576, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:42', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ea9a85ce53b24492959904748dedcddd', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '092a3061e9f94c01b22382bf0f42b5fa', 'de20873467a04a94bda2661889f68ba6', 475, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('eaba1d8f45244dc88305445ff5c42253', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'c5a9327dc08e4152b17a770fa0dba8a4', 'af6ee90f063c4754ac263269f30b18fb', 178, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:56:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('eac4e9cc2dc74afb8e41c44c3a035245', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '6da423c8c6914f59996adcb5520373b3', '22c06ca0579a4cf29a381f1f99fe4043', 305, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:12', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('eb15c3b1b1fe48e99536818cf0699d1e', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', 'babd57ad33c24f3a9f452b09b45bf7a4', 'de20873467a04a94bda2661889f68ba6', 463, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('eb178ab4b1a0446bb6ea2974e0838744', 'e18994b27aaf47b38232ffc00b607756', 'bdd9f3b2f67443ea8b983e6b97c8c51d', 'c870e82c1da8403394f6cd61ab65701f', '87f7197515ed42cdb86551d0e1b08306', 114, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 15:44:17', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('eb879e594db44782a3fb0a54b7f7c870', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '708a3e7de91f4b0e8c0ae2a4c5e17728', '3987155238e34479b681bdb518ad2d81', 666, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ebc227b2fd414c37a5e1da7d0ac18428', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '8a2005804fd64ce98361c46701147c6c', 'de20873467a04a94bda2661889f68ba6', 424, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ebcd1c2249dd4310985ed360d9e82162', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'b074570a909b491685f2ae9053c9c046', '3987155238e34479b681bdb518ad2d81', 668, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:28', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ed079d065ee74e05bc311d307570c07e', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', '713ce15bd20846639e2a81c093c2918d', 'af6ee90f063c4754ac263269f30b18fb', 339, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ed6eb383476e4189a70526353c65fe21', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '092a3061e9f94c01b22382bf0f42b5fa', 'af6ee90f063c4754ac263269f30b18fb', 160, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('edb775ad294e4350be18a6c7cb194c20', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '5f056f22abb341af96db69b4b296a022', '22c06ca0579a4cf29a381f1f99fe4043', 135, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ede11e3be59346c78cff3ab2eb6b606d', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '021cf8146b114a6cb346acaf86c491ac', 'de20873467a04a94bda2661889f68ba6', 383, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:42:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-14 14:42:19', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ede3d841722f4b09b7c4a41cbbc06b94', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '84147453f20b49efbb309e63be743c40', '22c06ca0579a4cf29a381f1f99fe4043', 144, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ee21ca5990ee4234b805a76f4de809fc', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '3f2a81505f844140866fc3e235b79908', 'af6ee90f063c4754ac263269f30b18fb', 148, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:23', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('eeaa1edd0719490784875ac7af45a28c', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'dac081b56b974a8583fba0b23ae826b5', '40f95f2f3dc8459a81fd7e687b8d6f8b', 'fd7ef65e425c437dad0ed4f0de8a2ff6', 722, '1', '2024-05-14 13:56:25', '1', '2024-05-14 13:56:25', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('eefe34607cca44608de999fc8763b944', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', 'a0ce896d779c41b394ba081c749d3a26', '02b36fe3b1e143d4b41c672ed5503036', 233, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ef24ba8e259748bda8d944883fa002fe', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', '6313e31ecc1f4edbb9fbaa4624d6f386', '3987155238e34479b681bdb518ad2d81', 611, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:22', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ef9d5fdb8cdf41aeab2b4d3837c5a4b4', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'c5e01bad9ef54634a8944d7255d8674a', 'de20873467a04a94bda2661889f68ba6', 549, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:07', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('efa6e7d095714dba8d085943701aa052', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '20f7824020334604893a1b13c76df139', 'af6ee90f063c4754ac263269f30b18fb', 68, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:33', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('efaacb16b2ac41dbba1c88d56abdee41', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '91d7d7988df34266bd8b03b3d78c385f', 'af6ee90f063c4754ac263269f30b18fb', 241, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-29 14:30:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('efd0136e0e73422daec4e870ae919b93', '82bd4293fda94d6896217509f11b6c4c', 'a15437331f7a4cb4895545742547d192', '438ed8a928bb41e8af86b258ff6d462b', 'd819172445e14680a911b0a8effa4c33', 715, '1', '2024-05-08 11:40:37', '1', '2024-05-08 11:40:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('efecbedb490c4b00865668f3f60d52b3', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'aba7938b52b04e4a9c3bf272a378576b', 'a6d30fcfc02b4af48072fea27b81393a', 442, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:48', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f05406b7546d449da8bc3efe1cbde474', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '70a7fbbecb46408eb5f829b57cf710fc', '89d62b93dcd14002b1c7239cbda6eac5', 19, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:26:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f09af8d3d09a41b6963a32ab745f552c', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '5f47ba2c43014d159860773a024fc776', '22c06ca0579a4cf29a381f1f99fe4043', 162, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f18a4498988d4a49b2637734234e81a5', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'fd3b53156f2048fc87a5ce5ea59a889f', 'dd64e0606d664bcfb308d52e87341641', '518d195241fa4072bca2b67f92ada49c', 116, '1', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f19647cb9ee246d39c89d432df8d7f03', '7237df1794704bcc930020f2d3b7fe90', 'f1ff84bfa73f4a01b0c1c04e54fbb189', 'e428b1149a8540eb8e0caaff30a53ad3', 'a6d30fcfc02b4af48072fea27b81393a', 548, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:05', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f20157c758444670ba4c48bf4982a6d7', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', 'e074d258c7a24c35ad8ccd77e230dfe7', '22c06ca0579a4cf29a381f1f99fe4043', 287, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f21749c4be9c4e55bd95f1274e3362f8', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '70a7fbbecb46408eb5f829b57cf710fc', 'a6d30fcfc02b4af48072fea27b81393a', 421, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:10', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f34f7fc229254741824e2cb1c5ced236', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', '1d80c2326fa8478eb6dd78a96b264917', '89d62b93dcd14002b1c7239cbda6eac5', 250, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:37', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f426a8ea50334ec4b51efc5122726e1d', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'c410208d177c4b39ae33342352851b6f', 'a6d30fcfc02b4af48072fea27b81393a', 496, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:54', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f4657c0fe47b405c93289e844b89d942', '7237df1794704bcc930020f2d3b7fe90', '90fa16dd26b247799dca4f4114867c92', '9d037c32792144d8af386c105fd9d1e0', 'de20873467a04a94bda2661889f68ba6', 402, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-18 18:50:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f486b457b0a84f41b3452150fada4170', '7237df1794704bcc930020f2d3b7fe90', '3a6f76a182384d12a7c031f0a0080b17', '327af9c96eea4d02ba2c73ca2a7221fc', 'af6ee90f063c4754ac263269f30b18fb', 73, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:41', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f4880fa4672c49949bccec6f4f502d73', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '5f47ba2c43014d159860773a024fc776', '89d62b93dcd14002b1c7239cbda6eac5', 161, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f5632ce3e5354e02a4cd5590804f3ba7', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '00bb4bd990584c579cf1e7e899e3f369', '89d62b93dcd14002b1c7239cbda6eac5', 99, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:59', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f56dd63584304e1981218ee475881754', '7237df1794704bcc930020f2d3b7fe90', 'a6a57662b6d744cb8fbb8dd22b6cc998', '8d43d5e71a994a3fa7911fd17b73baaf', 'a6d30fcfc02b4af48072fea27b81393a', 435, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f5a4f9f2281943429b12393b5284e57e', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '268ac58c7d5340808f4164e493613c09', 'de20873467a04a94bda2661889f68ba6', 516, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f61e3d3c658e478a9814b4391dcc22ac', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'b074570a909b491685f2ae9053c9c046', 'af6ee90f063c4754ac263269f30b18fb', 89, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f6b5c2d8badb451e89b7cfa1cbc0b323', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', '84147453f20b49efbb309e63be743c40', '3987155238e34479b681bdb518ad2d81', 655, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:14', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f6cb35fb87a84650a3fb9eaa8d6e89bd', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '604b8ec011e44807a14955a5b871f7e6', 'de20873467a04a94bda2661889f68ba6', 529, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:40', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f6f959dc13fe4a1b9f94ac7c102dafdf', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'caba89f23cca4def92baf5c91c587bf1', 'a6d30fcfc02b4af48072fea27b81393a', 579, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:35:44', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f7cf2535b40d4927961644c2ecb98a9d', 'f32abb417626461d997bdc7834b7e186', 'fb311d39465e473491c8269b415541f8', '7fe6c5733b684166a5a061389d1e788d', 'e0f532bc271b4b2b8744617ffa859a88', 63, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:06', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f7d7076c0c5e4e5ea07c401a0671b236', '7237df1794704bcc930020f2d3b7fe90', '935322623de64a6a83653b898c8616a0', '6d92cb3ea4274289acfbef188dc35b53', '3987155238e34479b681bdb518ad2d81', 619, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:31', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f8bf7176720148bd8a61f10b9bdf1357', '7237df1794704bcc930020f2d3b7fe90', '453d8900c7684d2384fb72c5a71781e6', '8aeca841533a49dcb51bce5e0e6d033f', 'af6ee90f063c4754ac263269f30b18fb', 267, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:15:49', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f8ef5e679a0649a091f1eb0e6ddd4d24', '7237df1794704bcc930020f2d3b7fe90', 'a93f278531aa41f89f2edcf9cfd92c33', '6da423c8c6914f59996adcb5520373b3', '3987155238e34479b681bdb518ad2d81', 615, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:26', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f9a158767d4748d5a9701442d9ca7a13', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', '157ef87c07cb4f6da7735f8e4fefcb1a', 'af6ee90f063c4754ac263269f30b18fb', 92, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:53', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('f9f1111761754004927052821666158d', '7237df1794704bcc930020f2d3b7fe90', 'c154da014e6a4fbfbcfa09f072975e48', 'd8a5b9b54cea47e8bd810f5d343703b9', '89d62b93dcd14002b1c7239cbda6eac5', 313, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 17:16:16', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fa464088e4ca4c42a6d5aed73f2e42c7', '7237df1794704bcc930020f2d3b7fe90', 'e4bdc6e48d444156a3acd0606e40825e', 'af600bca27e64bd0bda9759885ed241a', 'a6d30fcfc02b4af48072fea27b81393a', 500, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:34:02', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fa7cd7a83e904d83b5d27dd543cc1926', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'e8e5b3ca1ff9436aa3a7e2074ae2863b', 'a6d30fcfc02b4af48072fea27b81393a', 440, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:46', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('faec72f8a52e4dc7872c6210a4dce9e1', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', '40d1f7f4ba6d4f7386ca2a055a6500a5', 'a6d30fcfc02b4af48072fea27b81393a', 444, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:32:27', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fba5f6a89dce4b2ea1bd99feba6344ae', '7237df1794704bcc930020f2d3b7fe90', '303f51379d864375a2d27f73199fb8f3', '92fb9f78e62a4aeebd2f2a55b295cd84', '3987155238e34479b681bdb518ad2d81', 636, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:51', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fc25c478827d45d6a0e475dc2114ddb4', '7237df1794704bcc930020f2d3b7fe90', '9310f4801f544b2993d74bcb2a0f7a3c', 'aba7938b52b04e4a9c3bf272a378576b', '3987155238e34479b681bdb518ad2d81', 675, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:38:39', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fc5547e9f9c04f879b0053563961af9e', '7237df1794704bcc930020f2d3b7fe90', 'ecc0bff6c44a400b967440e6a04d6c0e', 'dee1ec873af041c5b8a1e966e2bb64c8', 'a6d30fcfc02b4af48072fea27b81393a', 429, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:31:24', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fc634f78344e465392e73cb2340d936a', '7237df1794704bcc930020f2d3b7fe90', '3554448c22e54a048d96fea7ee9bfa49', '021cf8146b114a6cb346acaf86c491ac', '3987155238e34479b681bdb518ad2d81', 630, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:45', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fcfedd362d92432397ca21632c1f0efd', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '473d4d7308b14c3087a7ee1ff9d557da', 'af6ee90f063c4754ac263269f30b18fb', 69, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:34', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fd03fe4a4af048ff96d27f4d7c3471f0', 'f32abb417626461d997bdc7834b7e186', '336a5d34fd884e9cb4ca1098b119ba24', '0dd8c81cf0a645f3971de5efdcb6f2d2', 'e0f532bc271b4b2b8744617ffa859a88', 111, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 16:05:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 16:05:50', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fd08523feb2e4190892d127f21caaceb', '7237df1794704bcc930020f2d3b7fe90', '75706bae9ebb4fc0a2753423859fb1bb', '70a7fbbecb46408eb5f829b57cf710fc', 'af6ee90f063c4754ac263269f30b18fb', 71, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 08:33:38', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fd41d9ad23984de6a9aa100dad0d6fd6', '7237df1794704bcc930020f2d3b7fe90', 'e0933cb54e4742fbbbf02feb7b5d8e79', 'c2c35586c7f84e1db9d923afe6d4fc22', '89d62b93dcd14002b1c7239cbda6eac5', 81, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:18', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fda9e97975554846b306a0ab7c2996a2', '7237df1794704bcc930020f2d3b7fe90', '60676db3d74240bc8ed2c8dd2d38537d', 'babd57ad33c24f3a9f452b09b45bf7a4', 'a6d30fcfc02b4af48072fea27b81393a', 464, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-19 09:33:03', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fe1fa40810444343acd11a70a53fdb68', '7237df1794704bcc930020f2d3b7fe90', '16aba698e41c436dbce6e30901b56773', 'c410208d177c4b39ae33342352851b6f', '3987155238e34479b681bdb518ad2d81', 640, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-02-26 10:37:56', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fe4d6da3388c410e8474e4a8baea38e3', '1cc0ed17fa7347a683e7b2458a5a686f', '48a0adc1d6274b96a9650197631c1c4f', '23ae971d3f8b4aee885aab5e54d04f32', '02b36fe3b1e143d4b41c672ed5503036', 230, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-24 14:28:20', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('fe7ee4efa913412e95d11bdf22adeec9', '7237df1794704bcc930020f2d3b7fe90', 'd667574995e0494ba4e766d344e175e4', 'ead4ffdb11e04708ab60f5c94679a388', '89d62b93dcd14002b1c7239cbda6eac5', 96, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:37:55', 'Y', NULL); +INSERT INTO `sys_application_api_auth_detail` (`id`, `app_id`, `catalogue_id`, `api_id`, `tripartite_system_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('ff72bb9f06a34fe0a39ed264d14cc08a', '7237df1794704bcc930020f2d3b7fe90', '21bc9289bf2646198f6308633f01f1b1', '0b6096c779074751ac73fc5c403fd50f', 'af6ee90f063c4754ac263269f30b18fb', 157, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:55:35', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application_api_para +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application_api_para`; +CREATE TABLE `sys_application_api_para` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `interface_key` varchar(200) DEFAULT NULL COMMENT 'key', + `interface_value` varchar(200) DEFAULT NULL COMMENT 'value', + `interface_type` char(1) DEFAULT NULL COMMENT '类型(1、header2、body)', + `sorts` bigint DEFAULT NULL COMMENT '排序号', + `org_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='接口环境参数表'; + +-- ---------------------------- +-- Records of sys_application_api_para +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('02284f4df3f1432bada710d6f3d8db03', 'b89fd1e881a747338bbb82925108e92a', 'pwd', 'Demo', '1', 1, NULL, 'Y', '2023-10-09 09:03:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-08 15:54:13', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('06d2c7c267c544eebbb8a7199c8c0b82', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'system', '01', '1', 6, NULL, 'Y', '2024-04-24 13:44:10', '1', '2024-04-24 14:01:02', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('0fff71a48e8c42b6beec461081475767', 'b89fd1e881a747338bbb82925108e92a', 'accID', '999', '1', 2, NULL, 'Y', '2023-10-09 09:03:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-08 15:54:13', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('21d4783d6d82445b8bc169505baf548d', 'a49b41b312ca43c6af7b24da800ddf13', 'bodyTest', '1', '2', 8, NULL, 'Y', '2023-10-25 10:24:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:06:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('24478515df8b4d7fb7f6ba78e9fe02d4', 'c8a021f28f28477b820dfb4f9af904ac', 'qqqq', 'qwe', '2', 12, NULL, 'Y', '2024-04-16 16:50:13', '1', '2024-04-16 16:50:13', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('46668a85a4d74b08b647bc11bed366a5', '15cfff641bbd4123b11b4e98ac2d0184', 'pwd', 'Demo', '1', 1, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('474c6b7f22434f5cad7f1a8ad37ff41f', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'trantype', 'code', '1', 5, NULL, 'Y', '2024-04-24 13:44:10', '1', '2024-04-24 14:01:02', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('586d06764a104dfb893db6194f9ab0d4', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'usercode', 'aoxing', '1', 3, NULL, 'Y', '2024-04-24 13:44:10', '1', '2024-04-24 14:01:02', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('7e91b4a0812f47bda71a4c3a4a08ddb6', 'e18994b27aaf47b38232ffc00b607756', 'trantype', 'pk', '1', 5, NULL, 'Y', '2023-10-19 11:03:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-10 15:57:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('7fea859eccb84e3fb6dbafe9c8577b1d', '1cc0ed17fa7347a683e7b2458a5a686f', 'appId', '8edd25b7f74f44a7bff1e9f2af49c930', '2', 9, NULL, 'Y', '2023-10-31 11:08:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 08:38:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('82d520f519aa48a4bee63a9763d39e22', '1cc0ed17fa7347a683e7b2458a5a686f', 'companyCode', '0144', '1', 10, NULL, 'Y', '2023-10-31 11:08:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 08:38:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8b792f635e414c74afc508c81e16a42e', 'e18994b27aaf47b38232ffc00b607756', 'usercode', 'admin', '1', 3, NULL, 'Y', '2023-10-19 11:03:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-10 15:57:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a5c02a7718e9414e8df273fa2c748bed', '15cfff641bbd4123b11b4e98ac2d0184', 'accID', '999', '1', 2, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('aa88a9acd025413fb0b4b733b1681876', 'a49b41b312ca43c6af7b24da800ddf13', 'test', '1', '1', 7, NULL, 'Y', '2023-10-25 10:23:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:06:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('ab45bf1ee3054187bfef85b56c13d31d', '15cfff641bbd4123b11b4e98ac2d0184', 'userCode', 'demo', '1', 13, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('bf5b262129b740cea7e9158ba6295800', 'e18994b27aaf47b38232ffc00b607756', 'system', 'SOWOW', '1', 6, NULL, 'Y', '2023-10-19 11:03:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-10 15:57:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c1f752d48e4342a0a9cc19deec4d90a7', 'e18994b27aaf47b38232ffc00b607756', 'password', 'eddea5c9f7fab1a9d18410cda784c224', '1', 4, NULL, 'Y', '2023-10-19 11:03:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-10 15:57:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c357f9784c8d4a869f771c84988bd360', 'c8a021f28f28477b820dfb4f9af904ac', 'kqwe', '123', '1', 11, NULL, 'Y', '2024-04-16 16:50:13', '1', '2024-04-16 16:50:13', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f48bc37c321e4d93b5a583a745e43edb', '6ac7a79166ad4b9d92a4dfb8518b5ca8', 'password', '83f1ad3e7fa3617f1aae62ae7413c810', '1', 4, NULL, 'Y', '2024-04-24 13:44:10', '1', '2024-04-24 14:01:02', '1'); +INSERT INTO `sys_application_api_para` (`id`, `app_id`, `interface_key`, `interface_value`, `interface_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f8b20ac840bc43fe86b2b9b5f33b2947', 'b89fd1e881a747338bbb82925108e92a', 'userCode', 'demo', '1', NULL, NULL, 'Y', '2023-10-09 09:03:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-08 15:54:13', '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application_api_type +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application_api_type`; +CREATE TABLE `sys_application_api_type` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `name` varchar(200) DEFAULT NULL COMMENT '目录名称', + `sorts` bigint DEFAULT NULL COMMENT '排序号', + `org_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='目录表'; + +-- ---------------------------- +-- Records of sys_application_api_type +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('02cec174f3194bfbb95b340d4cee2758', 'b89fd1e881a747338bbb82925108e92a', '生产管理', 6, NULL, 'Y', '2023-10-09 09:05:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:05:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('0475339ca7244b8a8e9486e8039c54f1', '976535a247a542879da5e6efcea270de', '客商档案', 39, NULL, 'Y', '2024-01-24 14:52:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-24 14:52:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('109a8cfbb3b840e48acacb15042fc176', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '银行类别', 49, NULL, 'Y', '2024-04-25 11:33:58', '1', '2024-04-25 11:33:58', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('109f302a2bc34c2194fef058d828bcd0', 'b89fd1e881a747338bbb82925108e92a', '销售管理', 3, NULL, 'Y', '2023-10-09 09:01:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:01:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('16aba698e41c436dbce6e30901b56773', '7237df1794704bcc930020f2d3b7fe90', '销售-标准出货', 13, NULL, 'Y', '2023-12-02 16:10:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:10:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('182b0382e10645c785682cf391488bf7', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '凭证管理', 45, NULL, 'Y', '2024-04-24 13:52:57', '1', '2024-04-24 13:52:57', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('1ad87adc5b094403aa7d0819398f392e', 'b89fd1e881a747338bbb82925108e92a', '基础档案', NULL, NULL, 'Y', '2023-10-09 09:01:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:01:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('21bc9289bf2646198f6308633f01f1b1', '7237df1794704bcc930020f2d3b7fe90', '财务-付款单', 10, NULL, 'Y', '2023-12-02 15:55:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:55:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('22de4e04b1f146e09b4eb3f6ba579686', '7237df1794704bcc930020f2d3b7fe90', '销退收货-销退收货', 15, NULL, 'Y', '2023-12-02 16:06:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:06:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('27ac1a9f1a6c473791585aed3c5c0c7a', 'f32abb417626461d997bdc7834b7e186', 'token', 31, NULL, 'Y', '2023-10-23 08:57:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 08:57:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('2cb8bfafc3034806a9bb2657b300d29e', '82bd4293fda94d6896217509f11b6c4c', '通用数据', 53, NULL, 'Y', '2024-05-08 10:13:23', '1', '2024-05-08 10:13:23', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('303f51379d864375a2d27f73199fb8f3', '7237df1794704bcc930020f2d3b7fe90', '调出单', 21, NULL, 'Y', '2023-11-21 15:27:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-21 15:27:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('336a5d34fd884e9cb4ca1098b119ba24', 'f32abb417626461d997bdc7834b7e186', '产品档案', 30, NULL, 'Y', '2023-10-23 08:55:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 08:55:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3554448c22e54a048d96fea7ee9bfa49', '7237df1794704bcc930020f2d3b7fe90', '基础资料-客户档案', 2, NULL, 'Y', '2023-12-02 15:38:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:38:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('35e3a711fea9409f94112b527adbd95f', 'f32abb417626461d997bdc7834b7e186', '销售回款', 36, NULL, 'Y', '2023-10-26 11:40:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 11:40:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3a6f76a182384d12a7c031f0a0080b17', '7237df1794704bcc930020f2d3b7fe90', '基础资料-业务员档案', 6, NULL, 'Y', '2023-12-02 16:10:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:10:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3a853ab7715346cea3eb9a78fbd7cbb8', 'f32abb417626461d997bdc7834b7e186', '销售发货', 35, NULL, 'Y', '2023-10-26 11:40:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-26 11:40:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('406932880e6f443baeab84320bffec2e', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '项目档案', 47, NULL, 'Y', '2024-04-24 15:17:32', '1', '2024-04-24 15:17:32', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('41566e4bf9df42cd9a1779a06e53097b', 'f004769d4bd54391ba35ce527d868900', '项目', 41, NULL, 'Y', '2024-03-11 13:45:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-11 13:45:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('4308a845a82b403aa85e7a34e818a4d3', 'e18994b27aaf47b38232ffc00b607756', '凭证管理', 44, NULL, 'Y', '2024-04-24 13:45:07', '1', '2024-04-24 13:45:07', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('453d8900c7684d2384fb72c5a71781e6', '7237df1794704bcc930020f2d3b7fe90', '基础资料-供应商档案', 3, NULL, 'Y', '2023-12-02 15:44:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:44:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('48a0adc1d6274b96a9650197631c1c4f', '1cc0ed17fa7347a683e7b2458a5a686f', '基础档案', 32, NULL, 'Y', '2023-10-23 10:10:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 10:10:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('4aafbcbf413245e4aa2d3fc8a1873428', '82bd4293fda94d6896217509f11b6c4c', '丽知电商', 56, NULL, 'Y', '2024-05-21 10:51:14', '1', '2024-05-21 10:51:14', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('4d416a46176c4830aaf8ea37fd7e7346', 'e18994b27aaf47b38232ffc00b607756', '其他出库单', 14, NULL, 'Y', '2023-10-19 11:51:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:51:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('511ef28dce5340ad9312954357ca03db', 'f004769d4bd54391ba35ce527d868900', 'Token', 40, NULL, 'Y', '2024-03-08 10:49:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-08 10:49:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('5513873083c04673ad38c6113076d538', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '人员档案', 50, NULL, 'Y', '2024-04-25 13:54:51', '1', '2024-04-25 13:54:51', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('56c766d53d9f4de2846a16b1383c5374', '82bd4293fda94d6896217509f11b6c4c', '澳星电子', 43, NULL, 'Y', '2024-04-24 11:47:38', '1', '2024-04-24 11:47:38', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('604d9eab4b774b1ca3757bfcad1fc798', 'e18994b27aaf47b38232ffc00b607756', '客商档案', 8, NULL, 'Y', '2023-10-19 11:31:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:31:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('604fe0e68f6d464f987f5d52ff99e3ec', '82bd4293fda94d6896217509f11b6c4c', '速网U8C', 29, NULL, 'Y', '2023-10-20 16:47:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:47:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('60676db3d74240bc8ed2c8dd2d38537d', '7237df1794704bcc930020f2d3b7fe90', '财务-收款单', 9, NULL, 'Y', '2023-12-02 15:55:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:55:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('61934288c3744dd6b812cda743133c07', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '存货分类', 48, NULL, 'Y', '2024-04-25 09:45:53', '1', '2024-04-25 09:45:53', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('61a560eacdac47159e3d010c61fe1ba0', '15cfff641bbd4123b11b4e98ac2d0184', '销售管理', 3, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('62ea04ae41184d4cbec7d625b1a74764', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '存货档案', 9, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('714343f44d2d4690b2d7fe8c2fd49bc8', '15cfff641bbd4123b11b4e98ac2d0184', '生产管理', 6, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('75706bae9ebb4fc0a2753423859fb1bb', '7237df1794704bcc930020f2d3b7fe90', '基础资料-部门档案', 5, NULL, 'Y', '2023-12-02 16:10:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:10:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('790187fdc57f43cab96af0e1893736e4', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '其他入库单', 13, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('799c8c327aa44633a9df514bcd276124', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '采购订单', 10, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('7a66d34c6e624a75a2aeb8acedfc45bd', 'e18994b27aaf47b38232ffc00b607756', '采购订单', 10, NULL, 'Y', '2023-10-19 11:38:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:38:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('828060f7087b46b8a6277b08053845ec', 'da5e0a5c24c24545afacbbf57ecdecc1', '测试', 51, NULL, 'Y', '2024-04-25 13:59:40', '1', '2024-04-25 13:59:40', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8305cc08a02d485babdd3058a605e18e', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '调拨单', 15, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8400357696d7417a9d501bc0a23df5c1', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '客商档案', 8, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8451f61d92cb40739a8409aa98a7a4fb', 'f32abb417626461d997bdc7834b7e186', '对象锁定', 38, NULL, 'Y', '2023-12-21 00:05:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-21 00:05:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('853de0043c1443aaa6fc3edd56fec65f', 'd3aa3859c22c459985640b62d0a8724e', '查询店铺档案', 26, NULL, 'Y', '2023-10-20 16:01:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:01:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8748a4ccd9e44e52b49fbeb972f23d38', '15cfff641bbd4123b11b4e98ac2d0184', '财务总账', 5, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8ba7fcaacac04cf2abed34758fe347b9', 'b89fd1e881a747338bbb82925108e92a', '财务总账', 5, NULL, 'Y', '2023-10-09 09:01:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:01:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8bd0cd318f1f47c48a07c37bbdd8d799', 'c8a021f28f28477b820dfb4f9af904ac', '测试', 42, NULL, 'Y', '2024-04-16 16:50:31', '1', '2024-04-16 16:50:31', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8ddafb6db9e642d0bf8fc5042ad13938', '82bd4293fda94d6896217509f11b6c4c', '杭泰BIP', 28, NULL, 'Y', '2023-10-20 16:47:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:47:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('90fa16dd26b247799dca4f4114867c92', '7237df1794704bcc930020f2d3b7fe90', '销售退货-退回处理', 14, NULL, 'Y', '2023-12-02 16:11:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:11:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('9310f4801f544b2993d74bcb2a0f7a3c', '7237df1794704bcc930020f2d3b7fe90', '成品入库单', 22, NULL, 'Y', '2023-10-19 16:16:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:16:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('935322623de64a6a83653b898c8616a0', '7237df1794704bcc930020f2d3b7fe90', '财务-应付单', 7, NULL, 'Y', '2023-12-02 15:52:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:52:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('9c47dd0fa88b45cda5f4b7ee119ce3c5', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '销售订单', 12, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('9ea49f2a057e410f9f280162355f03a3', 'a49b41b312ca43c6af7b24da800ddf13', ' 123', 34, NULL, 'Y', '2023-10-24 15:35:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-24 15:35:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a09e1a0595f34212aaac5fc10e77c5d7', 'e18994b27aaf47b38232ffc00b607756', '调拨单', 15, NULL, 'Y', '2023-10-19 11:53:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:53:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a132acc6c2ed4f9e91f5e9f4325ba791', '82bd4293fda94d6896217509f11b6c4c', '博华U9C', 27, NULL, 'Y', '2023-10-20 16:46:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 16:46:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a15437331f7a4cb4895545742547d192', '82bd4293fda94d6896217509f11b6c4c', '档案对照', 52, NULL, 'Y', '2024-05-08 09:22:13', '1', '2024-05-08 09:22:13', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a5bf55defefa4858b7f83e66eec2d745', '15cfff641bbd4123b11b4e98ac2d0184', '基础档案', 55, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a6a57662b6d744cb8fbb8dd22b6cc998', '7237df1794704bcc930020f2d3b7fe90', '采购-标准采购', 16, NULL, 'Y', '2023-12-02 16:13:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:13:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a93f278531aa41f89f2edcf9cfd92c33', '7237df1794704bcc930020f2d3b7fe90', '财务-应收单', 8, NULL, 'Y', '2023-12-02 15:53:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:53:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a94739d805e24f308894114c600a8115', '40165f92234642578edffea3d0b62e40', '客商档案', 39, NULL, 'Y', '2024-04-24 13:39:47', '1', '2024-04-24 13:39:47', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('bdd9f3b2f67443ea8b983e6b97c8c51d', 'e18994b27aaf47b38232ffc00b607756', '存货档案', 9, NULL, 'Y', '2023-10-19 11:31:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:31:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c154da014e6a4fbfbcfa09f072975e48', '7237df1794704bcc930020f2d3b7fe90', '财务-凭证', 11, NULL, 'Y', '2023-12-02 15:53:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:53:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c9feb0be913d44b192521c354a2c45b0', '7237df1794704bcc930020f2d3b7fe90', 'token', 1, NULL, 'Y', '2023-10-19 16:00:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:00:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('cace2d4aebe147f6b12340f88a15aef9', '15cfff641bbd4123b11b4e98ac2d0184', '库存管理', 7, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('cb7fa3c0881c4c59bf28d1b3b5555a35', '7237df1794704bcc930020f2d3b7fe90', '基础资料-料品档案', 4, NULL, 'Y', '2023-12-02 15:50:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 15:50:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('cdf856cc622e4297bb60370daf5e4394', 'b89fd1e881a747338bbb82925108e92a', '采购管理', 1, NULL, 'Y', '2023-10-09 09:01:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:01:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('ceda2f22bd004c54b8d98f573aeaad57', 'f32abb417626461d997bdc7834b7e186', '产品分类', 33, NULL, 'Y', '2023-10-23 16:38:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 16:38:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('cfa2b6ddf6534ece89b297b3a5c502e0', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '其他出库单', 14, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('d667574995e0494ba4e766d344e175e4', '7237df1794704bcc930020f2d3b7fe90', '杂发单', 19, NULL, 'Y', '2023-10-19 16:16:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:16:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('dac081b56b974a8583fba0b23ae826b5', 'b83fb2cc13e84f3ca705cdf5990c7cbd', 'U8接口', 54, NULL, 'Y', '2024-05-14 10:41:01', '1', '2024-05-14 10:41:01', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('db2bd8df59d74679a138df123a72e254', 'e18994b27aaf47b38232ffc00b607756', '销售订单', 12, NULL, 'Y', '2023-10-19 11:47:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:47:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e0933cb54e4742fbbbf02feb7b5d8e79', '7237df1794704bcc930020f2d3b7fe90', '杂收单', 18, NULL, 'Y', '2023-10-19 16:16:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:16:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e4bdc6e48d444156a3acd0606e40825e', '7237df1794704bcc930020f2d3b7fe90', '采购-采购退货', 17, NULL, 'Y', '2023-12-02 16:13:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:13:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e65b77e2b5d848baa54c94aa996ca915', 'b89fd1e881a747338bbb82925108e92a', '库存管理', 7, NULL, 'Y', '2023-10-09 09:05:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:05:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e757f468f75c40f49ed310392db3deb3', 'e18994b27aaf47b38232ffc00b607756', '采购付款单', 11, NULL, 'Y', '2023-10-19 11:44:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:44:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('ecc0bff6c44a400b967440e6a04d6c0e', '7237df1794704bcc930020f2d3b7fe90', '调入单', 20, NULL, 'Y', '2023-10-19 16:15:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:15:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f1ff84bfa73f4a01b0c1c04e54fbb189', '7237df1794704bcc930020f2d3b7fe90', '销售-标准销售', 12, NULL, 'Y', '2023-12-02 16:10:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-02 16:10:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f6561e54117f44f88d0b94524caeec0e', '15cfff641bbd4123b11b4e98ac2d0184', '采购管理', 1, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('f9ff31bd070a440d8bfb42ee633811d4', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '部门档案', 46, NULL, 'Y', '2024-04-24 14:58:26', '1', '2024-04-24 14:58:26', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('fb311d39465e473491c8269b415541f8', 'f32abb417626461d997bdc7834b7e186', '库存信息', 37, NULL, 'Y', '2023-11-02 14:14:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:14:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('fd3b53156f2048fc87a5ce5ea59a889f', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '采购付款单', 11, NULL, 'Y', '2024-04-24 13:44:11', '1', '2024-04-24 13:44:11', '1'); +INSERT INTO `sys_application_api_type` (`id`, `app_id`, `name`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('ff4edfc860694190b5d6842447413ad9', 'e18994b27aaf47b38232ffc00b607756', '其他入库单', 13, NULL, 'Y', '2023-10-19 11:49:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 11:49:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application_database +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application_database`; +CREATE TABLE `sys_application_database` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `source_type` char(1) DEFAULT NULL COMMENT '数据源类型(1、oracle 2、sqlServer3、mysql)', + `source_url` varchar(500) DEFAULT NULL COMMENT '实例地址', + `login_name` varchar(200) DEFAULT NULL COMMENT '账户', + `password` varchar(200) DEFAULT NULL COMMENT '密码', + `db_name` varchar(200) DEFAULT NULL COMMENT '库名', + `db_status` char(1) DEFAULT NULL COMMENT '数据源是否启用(1、开启 2、关闭)', + `sorts` bigint DEFAULT NULL COMMENT '排序号', + `org_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='数据源表'; + +-- ---------------------------- +-- Records of sys_application_database +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('00e076bab2db440eaa4f35385e39fb29', '82bd4293fda94d6896217509f11b6c4c', NULL, NULL, NULL, NULL, NULL, '2', 3, NULL, 'Y', '2023-10-20 11:49:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-25 14:25:02', '1'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('11b5a3f07f0b4ce297e38044cc2911b2', '15cfff641bbd4123b11b4e98ac2d0184', '2', 'http://192.168.0.240', 'sa', 'hzya*123', 'ufida003', '2', 11, NULL, 'Y', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', '1'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('1723c5281f2e4ad5ae23e24038a92400', '6ac7a79166ad4b9d92a4dfb8518b5ca8', NULL, NULL, NULL, NULL, NULL, '2', 1, NULL, 'Y', '2024-04-24 13:44:10', '1', '2024-04-24 14:01:02', '1'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('25a44e70f2b44c29bc034bd6234c0a20', 'b83fb2cc13e84f3ca705cdf5990c7cbd', NULL, NULL, NULL, NULL, NULL, '2', 9, NULL, 'Y', '2024-05-14 13:57:44', '1', '2024-05-14 13:57:59', '1'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('2f2ba7e1034841ddb039081fce5bbe3c', 'c8a021f28f28477b820dfb4f9af904ac', '3', 'jdbc:mysql://hzya.ufyct.com:9096/businesscenternew?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true', 'root', 'hzya1314', 'businesscenternew', '2', 8, NULL, 'Y', '2024-04-16 16:50:13', '1', '2024-04-16 16:50:13', '1'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3384ee35cc424e1fac397dc9e2c901be', '1cc0ed17fa7347a683e7b2458a5a686f', NULL, NULL, NULL, NULL, NULL, '2', 5, NULL, 'Y', '2023-10-23 10:13:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-01 08:38:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('389b42f231a14ebbb54aaab656f2bdf8', 'e18994b27aaf47b38232ffc00b607756', NULL, NULL, NULL, NULL, NULL, '2', 1, NULL, 'Y', '2023-10-19 11:03:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-01-10 15:57:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('4f1a5fec7d6a4050867d55584b2afd23', 'f1f83be914ee4f4eb219e41cb81ca82e', '2', NULL, NULL, NULL, NULL, '2', 10, NULL, 'Y', '2024-05-15 10:20:23', '1', '2024-05-15 14:33:27', '1'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('762d07766fab4f64ac58238a5aea0fb4', 'f32abb417626461d997bdc7834b7e186', NULL, NULL, NULL, NULL, NULL, '2', 4, NULL, 'Y', '2023-10-23 08:54:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-01 13:14:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8349e118719b435888dca64aa7764528', 'f004769d4bd54391ba35ce527d868900', NULL, NULL, NULL, NULL, NULL, '2', 7, NULL, 'Y', '2024-03-08 10:48:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-13 15:11:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c07475fe3b5e4037a7b4e987232b5a9a', 'a49b41b312ca43c6af7b24da800ddf13', NULL, NULL, NULL, NULL, NULL, '2', 6, NULL, 'Y', '2023-10-25 10:16:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-25 15:06:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e590a937f410478eafa88930c29e9ad5', 'b89fd1e881a747338bbb82925108e92a', '2', 'http://192.168.0.240', 'sa', 'hzya*123', 'ufida003', '2', NULL, NULL, 'Y', '2023-10-09 09:03:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-08 15:54:13', '1'); +INSERT INTO `sys_application_database` (`id`, `app_id`, `source_type`, `source_url`, `login_name`, `password`, `db_name`, `db_status`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e8dfa581b88f45ed8a9170fa636f0e8d', '7237df1794704bcc930020f2d3b7fe90', NULL, NULL, NULL, NULL, NULL, '2', 2, NULL, 'Y', '2023-10-19 15:59:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-14 09:49:38', '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_application_plugin +-- ---------------------------- +DROP TABLE IF EXISTS `sys_application_plugin`; +CREATE TABLE `sys_application_plugin` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `app_id` varchar(50) DEFAULT NULL COMMENT '应用id', + `plugin_name` varchar(50) DEFAULT NULL COMMENT '插件名称', + `plugin_code` varchar(50) DEFAULT NULL COMMENT '插件编号', + `plugin_version` varchar(50) DEFAULT NULL COMMENT '插件版本', + `plugin_remark` varchar(200) DEFAULT NULL COMMENT '描述', + `release_date` datetime DEFAULT NULL COMMENT '发布日期', + `plugin_status` char(1) DEFAULT NULL COMMENT '启用停用(1启用2停用)', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='插件表'; + +-- ---------------------------- +-- Records of sys_application_plugin +-- ---------------------------- +BEGIN; +INSERT INTO `sys_application_plugin` (`id`, `app_id`, `plugin_name`, `plugin_code`, `plugin_version`, `plugin_remark`, `release_date`, `plugin_status`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('11fb9d8434c04660a88527cf097c579b', '82bd4293fda94d6896217509f11b6c4c', '测试定时任务', 'SysMessageManageLogPlugin', '1.0', '测试定时任务', '2024-05-01 00:00:00', '1', 3, '1', '2024-05-07 14:32:57', '1', '2024-05-07 14:32:57', 'Y', NULL); +INSERT INTO `sys_application_plugin` (`id`, `app_id`, `plugin_name`, `plugin_code`, `plugin_version`, `plugin_remark`, `release_date`, `plugin_status`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3618082312f0426bb4fb3476075cd272', '7237df1794704bcc930020f2d3b7fe90', '客户下发新增', 'SysMessageManageLogPlugin', 'V1.0', NULL, '2024-05-15 00:00:00', '1', 4, '1', '2024-05-15 13:46:45', '1', '2024-05-15 13:46:45', 'Y', NULL); +INSERT INTO `sys_application_plugin` (`id`, `app_id`, `plugin_name`, `plugin_code`, `plugin_version`, `plugin_remark`, `release_date`, `plugin_status`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3eb506a6f54246f3bdd00b6c07fe41a2', 'b89fd1e881a747338bbb82925108e92a', '销售订单价格计算插件', '2023090001', '1.0', '产品明细价格浮动计算', '2023-09-20 00:00:00', '1', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:10:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 09:10:12', 'Y', NULL); +INSERT INTO `sys_application_plugin` (`id`, `app_id`, `plugin_name`, `plugin_code`, `plugin_version`, `plugin_remark`, `release_date`, `plugin_status`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5b28868100eb42a18c526307aac84407', '7237df1794704bcc930020f2d3b7fe90', '客户删除', 'SysMessageManageLogPlugin', 'V1.0', NULL, '2024-05-15 00:00:00', '1', 5, '1', '2024-05-15 13:47:19', '1', '2024-05-15 13:47:19', 'Y', NULL); +INSERT INTO `sys_application_plugin` (`id`, `app_id`, `plugin_name`, `plugin_code`, `plugin_version`, `plugin_remark`, `release_date`, `plugin_status`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5d0f76ac12b24c93bf8a749b923be4e4', 'd3aa3859c22c459985640b62d0a8724e', '查询旺店通店铺档案,传到U9C客户档案', '01', 'V1.0', 'com.hzya.frame.plugin.henghua.plugin.base.BdShopQueryPluginInitializer', '2023-10-20 00:00:00', '1', 1, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 15:21:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 15:21:38', 'Y', NULL); +INSERT INTO `sys_application_plugin` (`id`, `app_id`, `plugin_name`, `plugin_code`, `plugin_version`, `plugin_remark`, `release_date`, `plugin_status`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d269c39054f34bd6979e7451f4891e72', 'c8a021f28f28477b820dfb4f9af904ac', '123', '123', '123', '123', '2024-04-09 00:00:00', '2', 2, '1', '2024-04-16 17:05:19', '1', '2024-04-16 17:05:19', 'Y', NULL); +INSERT INTO `sys_application_plugin` (`id`, `app_id`, `plugin_name`, `plugin_code`, `plugin_version`, `plugin_remark`, `release_date`, `plugin_status`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e109b44ac60e444f839af278c1cbbccc', '15cfff641bbd4123b11b4e98ac2d0184', '销售订单价格计算插件', '2023090001', '1.0', '产品明细价格浮动计算', '2023-09-20 00:00:00', '1', 6, '1', '2024-05-20 14:52:29', '1', '2024-05-20 14:52:29', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_assets_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_assets_control`; +CREATE TABLE `sys_assets_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='资产类别'; + +-- ---------------------------- +-- Records of sys_assets_control +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_bank_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_bank_control`; +CREATE TABLE `sys_bank_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='银行类别'; + +-- ---------------------------- +-- Records of sys_bank_control +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_bankaccount_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_bankaccount_control`; +CREATE TABLE `sys_bankaccount_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='银行账户'; + +-- ---------------------------- +-- Records of sys_bankaccount_control +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_button_config +-- ---------------------------- +DROP TABLE IF EXISTS `sys_button_config`; +CREATE TABLE `sys_button_config` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `code` varchar(200) DEFAULT NULL COMMENT '按钮编码', + `name_ch` varchar(200) DEFAULT NULL COMMENT '中文名称', + `name_en` varchar(200) DEFAULT NULL COMMENT '英文名称', + `menu_id` varchar(50) DEFAULT NULL COMMENT '所属菜单ID', + `icon_name` varchar(50) DEFAULT NULL COMMENT '图标', + `styles` varchar(50) DEFAULT NULL COMMENT '样式', + `btn_function` varchar(50) DEFAULT NULL COMMENT '按钮事件', + `remark` varchar(200) DEFAULT NULL COMMENT '按钮备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=124140 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='按钮配置表'; + +-- ---------------------------- +-- Records of sys_button_config +-- ---------------------------- +BEGIN; +INSERT INTO `sys_button_config` (`id`, `code`, `name_ch`, `name_en`, `menu_id`, `icon_name`, `styles`, `btn_function`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1', 'btnadd', '新增', 'btnadd', '3', ' layui-icon layui-icon-add-1', ' pear-btn pear-btn-primary pear-btn-md', 'btnadd()', NULL, 1, '1', '2024-04-02 10:17:05', '1', '2024-04-02 10:17:05', 'Y', NULL, NULL); +INSERT INTO `sys_button_config` (`id`, `code`, `name_ch`, `name_en`, `menu_id`, `icon_name`, `styles`, `btn_function`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2', 'btnedit', '编辑', 'btnedit', '3', ' layui-icon layui-icon-edit', ' pear-btn pear-btn-primary pear-btn-md', 'btnedit()', NULL, 2, '1', '2024-04-02 10:17:05', '1', '2024-04-02 10:17:05', 'Y', NULL, NULL); +INSERT INTO `sys_button_config` (`id`, `code`, `name_ch`, `name_en`, `menu_id`, `icon_name`, `styles`, `btn_function`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3', 'btndelete', '删除', 'btndelete', '3', ' layui-icon layui-icon-delete', ' pear-btn pear-btn-danger pear-btn-md', 'btndelete()', NULL, 3, '1', '2024-04-02 10:17:05', '1', '2024-04-02 10:17:05', 'Y', NULL, NULL); +INSERT INTO `sys_button_config` (`id`, `code`, `name_ch`, `name_en`, `menu_id`, `icon_name`, `styles`, `btn_function`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4', 'btnQuery', '查询', 'btnQuery', '3', 'layui-icon layui-icon-search', 'pear-btn pear-btn-primary pear-btn-md', 'btnQuery()', NULL, 4, '1', '2024-04-02 10:17:05', '1', '2024-04-02 10:17:05', 'Y', NULL, NULL); +INSERT INTO `sys_button_config` (`id`, `code`, `name_ch`, `name_en`, `menu_id`, `icon_name`, `styles`, `btn_function`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ec30aa38d55c47189c0657b6139f1c2c', '11', '订单', 'dc', '3', 'layui-icon layui-icon-add-1', 'pear-btu prar-btn-primary pear', 'e\'e', 'ceshi beizhu', 5, '1', '2024-05-20 14:31:49', '1', '2024-05-20 14:34:04', 'Y', '0', '0'); +INSERT INTO `sys_button_config` (`id`, `code`, `name_ch`, `name_en`, `menu_id`, `icon_name`, `styles`, `btn_function`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('392c16ba0fcc4e88ba13b17f82788106', '1123123', '2', '4', '4c72e5216d744e0fb715d5d778db412b', '6', '6', '3', NULL, 7, '1', '2024-04-03 13:58:11', '1', '2024-05-17 12:35:21', 'Y', '0', '0'); +INSERT INTO `sys_button_config` (`id`, `code`, `name_ch`, `name_en`, `menu_id`, `icon_name`, `styles`, `btn_function`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('31d2831aa77a4ec181b648b369b9e799', '1233333333', '3', '32', '1', '3123', '1', '3', NULL, 231, '1', '2024-04-03 15:10:43', '1', '2024-04-03 15:10:43', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_data_source +-- ---------------------------- +DROP TABLE IF EXISTS `sys_data_source`; +CREATE TABLE `sys_data_source` ( + `id` varchar(100) NOT NULL COMMENT '唯一标识码', + `source_code` varchar(300) DEFAULT NULL COMMENT '数据源唯一编码', + `source_name` varchar(300) DEFAULT NULL COMMENT '数据源名称', + `source_ip` varchar(255) DEFAULT NULL COMMENT 'ip', + `source_port` varchar(255) DEFAULT NULL COMMENT '端口', + `db_name` varchar(300) DEFAULT NULL COMMENT '数据库名称', + `source_type` varchar(20) DEFAULT NULL COMMENT '数据源类型 1oracle 2sqlsever 3mysql', + `login_name` varchar(300) DEFAULT NULL COMMENT '登录名', + `password` varchar(300) DEFAULT NULL COMMENT '密码', + `service_name` varchar(300) DEFAULT NULL COMMENT '选择oracle下服务名称', + `use_state` int DEFAULT NULL COMMENT '使用状态1启用0锁定', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='数据源表'; + +-- ---------------------------- +-- Records of sys_data_source +-- ---------------------------- +BEGIN; +INSERT INTO `sys_data_source` (`id`, `source_code`, `source_name`, `source_ip`, `source_port`, `db_name`, `source_type`, `login_name`, `password`, `service_name`, `use_state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1111111111', 'test', '237数据库', 'hzya.ufyct.com', '9096', 'businesscenter3', '3', 'root', 'bd993088e8a7c3dc5f44441617f9b4bf', NULL, 1, 1, '1', '2023-09-06 10:13:09', '1', '2023-09-06 10:13:11', 'Y', NULL); +INSERT INTO `sys_data_source` (`id`, `source_code`, `source_name`, `source_ip`, `source_port`, `db_name`, `source_type`, `login_name`, `password`, `service_name`, `use_state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('c11bfa04c7384bd98d3e08566130fc4b', 'oldData', 'V2数据源', 'hzya.ufyct.com', '9096', 'businesscenter', '3', 'root', 'bd993088e8a7c3dc5f44441617f9b4bf', NULL, 1, 2, '1', '2024-05-13 13:54:12', '1', '2024-05-13 13:54:12', 'Y', NULL); +INSERT INTO `sys_data_source` (`id`, `source_code`, `source_name`, `source_ip`, `source_port`, `db_name`, `source_type`, `login_name`, `password`, `service_name`, `use_state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3', 'ht_oa_sqlserver', '杭泰OA正式', '123.60.169.113', '1433', 'seeyon', '2', 'sa', '62e4295b615a30dbf3b8ee96f41c820b', NULL, 1, 3, '1', '2023-09-06 10:13:09', '1', '2023-09-06 10:13:11', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_dictionaryshop +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dictionaryshop`; +CREATE TABLE `sys_dictionaryshop` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `tab_name` varchar(100) DEFAULT NULL COMMENT '表名', + `column_name` varchar(100) DEFAULT NULL COMMENT '列名', + `column_content` varchar(100) DEFAULT NULL COMMENT '列说明', + `column_value` varchar(20) DEFAULT NULL COMMENT '列值', + `column_num_value` bigint DEFAULT NULL COMMENT '列数字值用于比较数据字典大小', + `up_id` bigint DEFAULT NULL COMMENT '如果数据字典上下级,通过连接上级id,当前表id', + `memo` varchar(100) DEFAULT NULL COMMENT '备注', + `used_sts` char(1) DEFAULT NULL COMMENT '使用状态,1 使用,2 不使用', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='数据字典表'; + +-- ---------------------------- +-- Records of sys_dictionaryshop +-- ---------------------------- +BEGIN; +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3208c037f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '初中', '1', 1, NULL, '学历', '1', 1, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('31f07110f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '高中', '2', 1, NULL, '学历', '1', 2, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('31f5c482f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '中专', '3', 1, NULL, '学历', '1', 3, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('31f9e500f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '大专', '4', 1, NULL, '学历', '1', 4, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3200d195f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '大学', '5', 1, NULL, '学历', '1', 5, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ad997865f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '销售主管', '1', 1, NULL, '职务', '1', 7, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ad9ce962f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '总经理', '2', 1, NULL, '职务', '1', 8, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ada11492f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '副总', '3', 1, NULL, '职务', '1', 9, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ada57154f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '财务', '4', 1, NULL, '职务', '1', 10, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('adac5305f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '出纳', '5', 1, NULL, '职务', '1', 11, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('adb061abf18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '实施部总监', '6', 1, NULL, '职务', '1', 12, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('adb1f704f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '研发部总监', '7', 1, NULL, '职务', '1', 13, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('adb896c6f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '研发部经理', '8', 1, NULL, '职务', '1', 14, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('adbe2130f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '实施部经理', '9', 1, NULL, '职务', '1', 15, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('adc56199f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '项目经理', '10', 1, NULL, '职务', '1', 16, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('adcc44cbf18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '研发工程师', '11', 1, NULL, '职务', '1', 17, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('add20873f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '实施工程师', '12', 1, NULL, '职务', '1', 18, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('feea3fd8f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '资深顾问', '1', 1, NULL, '级别', '1', 19, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('feef8907f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '研发顾问', '2', 1, NULL, '级别', '1', 20, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fef6a7bdf18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '实施顾问', '3', 1, NULL, '级别', '1', 21, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fefa2b97f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '高级工程师', '4', 1, NULL, '级别', '1', 22, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ff010848f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '中级工程师', '5', 1, NULL, '级别', '1', 23, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +INSERT INTO `sys_dictionaryshop` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ff082154f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '初级工程师', '6', 1, NULL, '级别', '1', 24, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_dictionaryshop_new +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dictionaryshop_new`; +CREATE TABLE `sys_dictionaryshop_new` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `tab_name` varchar(100) DEFAULT NULL COMMENT '表名', + `column_name` varchar(100) DEFAULT NULL COMMENT '列名', + `column_content` varchar(100) DEFAULT NULL COMMENT '列说明', + `column_value` varchar(20) DEFAULT NULL COMMENT '列值', + `column_num_value` bigint DEFAULT NULL COMMENT '列数字值用于比较数据字典大小', + `up_id` bigint DEFAULT NULL COMMENT '如果数据字典上下级,通过连接上级id,当前表id', + `memo` varchar(100) DEFAULT NULL COMMENT '备注', + `used_sts` char(1) DEFAULT NULL COMMENT '使用状态,1 使用,2 不使用', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `org_id` varchar(50) DEFAULT NULL COMMENT '所属组织机构', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='数据字典表'; + +-- ---------------------------- +-- Records of sys_dictionaryshop_new +-- ---------------------------- +BEGIN; +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('1', 'sys_product', 'classify', 'ERP', '1', 1, NULL, '产品分类', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('10', 'sys_product', 'classify', 'Portal', '10', 10, NULL, '产品分类', '1', 10, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('11', 'sys_product', 'classify', '其他', '11', 11, NULL, '产品分类', '1', 11, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('161a15e0c6c611edb70400ffb4e96929', 'sys_thirdparty_api', 'content_type', 'application/json', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('16201b7fc6c611edb70400ffb4e96929', 'sys_thirdparty_api', 'content_type', 'text/xml', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('2', 'sys_product', 'classify', 'HR', '2', 2, NULL, '产品分类', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('26db733b6d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '数字', 'BIGINT', 1, NULL, '主数据模版字段类型', '1', 1, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('26df45dd6d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '金额', 'DECIMAL', 2, NULL, '主数据模版字段类型', '1', 2, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('26e349516d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '字符串', 'VARCHAR', 3, NULL, '主数据模版字段类型', '1', 3, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('26e9e5266d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '日期', 'DATETIME', 4, NULL, '主数据模版字段类型', '1', 4, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('26f738af6d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '统计', 'COUNT', 5, NULL, '主数据模版字段类型', '1', 5, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('3', 'sys_product', 'classify', 'PLM', '3', 3, NULL, '产品分类', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('4', 'sys_product', 'classify', 'PM', '4', 4, NULL, '产品分类', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('4c6bc9e76d6411eea2cd00ffb4e96929', 'mdm', 'mdm_type', '档案', '1', 1, NULL, '主数据模版类型', '1', 1, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('4dcd9927c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'UTF-8', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('4e24e7e5c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'GB2312', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('4e44f9d1c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'ISO-8859-1', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('4e4e4070c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'GBK', '4', 4, NULL, '数据类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('5', 'sys_product', 'classify', 'CRM', '5', 5, NULL, '产品分类', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('54bcb59979f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '数字', '1', 1, NULL, '主数据模版字段类型', '1', 1, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('54c510fc79f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '金额', '2', 2, NULL, '主数据模版字段类型', '1', 2, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('54c8e19c79f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '字符串', '3', 3, NULL, '主数据模版字段类型', '1', 3, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('54ce074679f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '日期', '4', 4, NULL, '主数据模版字段类型', '1', 4, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('5b835d99cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'release_type', '应用发布', '1', 1, NULL, '发布类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('5b91686bcc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_agreement', 'HTTP', '1', 1, NULL, '接口访问协议', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6', 'sys_product', 'classify', 'FI', '6', 6, NULL, '产品分类', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('65d776cf29c911eea2cd00ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '认证接口', '5', 5, NULL, '参数类型', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6855f6d1c6c611edb70400ffb4e96929', 'sys_thirdparty_api', 'content_type', 'application/x-www-form-urlencoded', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('69dc998dcc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_agreement', 'HTTPS', '2', 2, NULL, '接口访问协议', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('69dec6f2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '导出接口', '1', 1, NULL, '接口应用类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('69e2d8e2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '取数接口', '2', 2, NULL, '接口应用类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('69ebc5cbcc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '认证接口', '3', 3, NULL, '接口应用类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('69f4086acc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '页面跳转', '4', 4, NULL, '接口应用类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('69ff5424cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'request_method', 'POST', '1', 1, NULL, '请求方法', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a04fcaacc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'request_method', 'GET', '2', 2, NULL, '请求方法', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a0d8f37cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '基本类型', '1', 1, NULL, '参数类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a161505cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '复杂类型', '2', 2, NULL, '参数类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a1f4998cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '基本列表', '3', 3, NULL, '参数类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a266f05cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '复杂列表', '4', 4, NULL, '参数类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a2f5ed2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'String', '11', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a37791fcc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Int', '12', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a3fbd18cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Long', '13', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a44ab04cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Float', '14', 4, NULL, '数据类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a4e15adcc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Double', '15', 5, NULL, '数据类型', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a561db3cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Boolean', '16', 6, NULL, '数据类型', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a5f1af4cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type2', 'Object', '21', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a66ab65cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type2', 'Map', '22', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a6b8c77cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'String', '31', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a708d38cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Int', '32', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a7615d7cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Long', '33', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a7e5d0acc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Float', '34', 4, NULL, '数据类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a850cdecc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Double', '35', 5, NULL, '数据类型', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a8ac778cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Boolean', '36', 6, NULL, '数据类型', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6a97d8e2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type4', 'Object', '41', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:48', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6c319282bbbc11edb70400ffb4e96929', 'sys_database', 'db_type', 'SqlServer', '1', 1, NULL, '数据库类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6c4259c7bbbc11edb70400ffb4e96929', 'sys_database', 'db_type', 'MySql', '2', 2, NULL, '数据库类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6c577cbdbbbc11edb70400ffb4e96929', 'sys_database', 'db_type', 'Oracle', '3', 3, NULL, '数据库类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6cab52fd253f11eeb21600ffb4e96929', 'sys_app_api', 'need_Login', '是', '1', 1, NULL, '是否需要登录', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('6caea36d253f11eeb21600ffb4e96929', 'sys_app_api', 'need_Login', '否', '2', 2, NULL, '是否需要登录', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('7', 'sys_product', 'classify', 'SCM', '7', 7, NULL, '产品分类', '1', 7, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('8', 'sys_product', 'classify', '电子商务', '8', 8, NULL, '产品分类', '1', 8, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('8db73e9ac6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'accept', 'application/json', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('8db91293c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'accept', 'application/xml', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('8dc223c7c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'accept', 'text/plain', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9', 'sys_product', 'classify', 'IM', '9', 9, NULL, '产品分类', '1', 9, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9a27f3de253f11eeb21600ffb4e96929', 'sys_app_api', 'parameter_passing_mode', 'query', '1', 1, NULL, '传参方式', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9a2c33b8253f11eeb21600ffb4e96929', 'sys_app_api', 'parameter_passing_mode', 'data', '2', 2, NULL, '传参方式', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9da8520d250c11eeb21600ffb4e96929', 'sys_app_api', 'body_in_type', 'Application/json', '1', 1, NULL, 'Body 入参类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9dab9607250c11eeb21600ffb4e96929', 'sys_app_api', 'request_coding', 'UTF-8', '1', 1, NULL, '请求编码', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9dacf9f7250c11eeb21600ffb4e96929', 'sys_app_api', 'service_access_protocol', 'HTTP', '1', 1, NULL, '服务接入协议', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9dae52e9250c11eeb21600ffb4e96929', 'sys_app_api', 'service_access_protocol', 'HTTPS', '2', 2, NULL, '服务接入协议', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9daf8856250c11eeb21600ffb4e96929', 'sys_app_api', 'request_method', 'POST', '1', 1, NULL, '请求方法', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9db0e08c250c11eeb21600ffb4e96929', 'sys_app_api', 'request_method', 'GET', '2', 2, NULL, '请求方法', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9db6328d250c11eeb21600ffb4e96929', 'sys_app_api', 'enable_access_entry', 'APP', '1', 1, NULL, '允许访问入口', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('9dbeaf2f250c11eeb21600ffb4e96929', 'sys_app_api', 'enable_access_entry', 'H5', '2', 2, NULL, '允许访问入口', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('b49733e86d6411eea2cd00ffb4e96929', 'mdm', 'mdm_type', '业务', '2', 2, NULL, '主数据模版类型', '1', 2, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('f296b142bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC', '1', 1, NULL, '接入方式', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('f29ab72bbbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', '移动URL接入应用', '2', 2, NULL, '接入方式', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('f29f4a25bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', '本地H5应用', '3', 3, NULL, '接入方式', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('f2a842c1bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', '本地原生应用', '4', 4, NULL, '接入方式', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('f2ade517bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC&移动URL接入应用', '5', 5, NULL, '接入方式', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('f2b5a9d9bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC&本地H5应用', '6', 6, NULL, '接入方式', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('f2ba2745bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC&本地原生应用', '7', 7, NULL, '接入方式', '1', 7, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('fff2bdcec24111edb70400ffb4e96929', 'sys_version_parameter', 'date_type', '文本', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('fff83f4cc24111edb70400ffb4e96929', 'sys_version_parameter', 'date_type', '数字', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +INSERT INTO `sys_dictionaryshop_new` (`id`, `tab_name`, `column_name`, `column_content`, `column_value`, `column_num_value`, `up_id`, `memo`, `used_sts`, `sorts`, `org_id`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES ('fffe9c23c24111edb70400ffb4e96929', 'sys_version_parameter', 'date_type', '密码', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_file +-- ---------------------------- +DROP TABLE IF EXISTS `sys_file`; +CREATE TABLE `sys_file` ( + `id` bigint NOT NULL COMMENT '主键ID', + `filename` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_czech_ci DEFAULT NULL COMMENT '文件名称', + `filesavename` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_czech_ci DEFAULT NULL COMMENT '文件新名称', + `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_czech_ci DEFAULT NULL COMMENT '文件类型', + `file_size` bigint DEFAULT NULL COMMENT '文件大小(kb)', + `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_czech_ci DEFAULT NULL COMMENT '描述', + `filepath` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_czech_ci DEFAULT NULL COMMENT '文件路径', + `create_user_id` varchar(201) CHARACTER SET utf8mb3 COLLATE utf8mb3_czech_ci DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(201) CHARACTER SET utf8mb3 COLLATE utf8mb3_czech_ci DEFAULT NULL COMMENT '修改人', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL COMMENT '状态Y正常N删除', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统文件表'; + +-- ---------------------------- +-- Records of sys_file +-- ---------------------------- +BEGIN; +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-9028591701143699270, '微信图片_20230711162235.png', '-1716870149000049659', 'image/png', 2042683, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-1716870149000049659', '1', '2024-05-20 10:24:37', '1', '2024-05-20 10:24:37', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8988648179798817748, 'Mac_book_pro_retina057.jpg', '-7274757895979645677', 'image/jpeg', 283014, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-17/-7274757895979645677', '1', '2024-05-17 16:04:31', '1', '2024-05-17 16:04:31', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8963657365933964266, 'WX20231104-111803.png', '-3725885543519271992', 'image/png', 670741, '附件备注', '/home/webservice/zt/file/application/2023-11-13/-3725885543519271992', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:41', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8889765684097759906, '测.png', '5475249368892589950', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/5475249368892589950', '1', '2024-05-20 10:25:55', '1', '2024-05-20 10:25:55', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8877150193473926602, 'WX20231107-101528@2x.png', '4369402887426689056', 'image/png', 1873993, '附件备注', '/Users/apple/myself/file/application/2023-11-08/4369402887426689056', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:37:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:37:44', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8819789872085253237, '用2023.3安.jpg', '-495707824570939557', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-10/-495707824570939557', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:03:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:03:57', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8535195495795702832, 'WX20231107-101528@2x.png', '-5330974784522072673', 'image/png', 1873993, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-5330974784522072673', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:35:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:35:54', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8431973904171840168, 'tx.jpeg', '-1914210030975759885', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-1914210030975759885', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:29:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:29:31', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8410860417728428803, 'tx.jpeg', '-2595942864457151081', 'image/jpeg', 104597, '附件备注', '/Users/apple/myself/file/default/2023-10-09/-2595942864457151081', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:47:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:47:56', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8398358472178253087, 'WX20231104-111803.png', '-6061414527223574647', 'image/png', 670741, '附件备注', '/Users/apple/myself/file/application/2023-11-07/-6061414527223574647', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:28:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:28:30', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8286998872257314706, 'WX20231108-093358@2x.png', '4785615480708418272', 'image/png', 1096080, '附件备注', '/Users/apple/myself/file/application/2023-11-08/4785615480708418272', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:38:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:38:25', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8066173198245605756, '测.png', '-427709981150330669', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-427709981150330669', '1', '2024-05-20 10:25:44', '1', '2024-05-20 10:25:44', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-8011365417535846898, '1697783154483.jpg', '-296442655966605720', 'image/jpeg', 11566, '附件备注', '/home/webservice/zt/file/application/2023-10-20/-296442655966605720', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:28:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:28:24', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7855434629010798365, '易快报.png', '6149815820954128029', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-11/6149815820954128029', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:31:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:31:36', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7628995326974603695, 'Mac_book_pro_retina057.jpg', '1413014149155147477', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/1413014149155147477', '1', '2024-04-16 16:23:11', '1', '2024-04-16 16:23:11', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7566033411021847800, 'Mac_book_pro_retina057.jpg', '-5148115289178026008', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/-5148115289178026008', '1', '2024-04-16 16:36:09', '1', '2024-04-16 16:36:09', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7421991978796695038, '数智中台.png', '3828144160056557733', 'image/png', 14687, '附件备注', '/home/webservice/zt/file/application/2024-05-17/3828144160056557733', '1', '2024-05-17 09:16:59', '1', '2024-05-17 09:16:59', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7394899086042182241, '测.png', '-4165217650929611535', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-4165217650929611535', '1', '2024-05-20 10:26:46', '1', '2024-05-20 10:26:46', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7258622220241976820, '用2023.3安.jpg', '-5110377434351579795', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-10/-5110377434351579795', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:12:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:12:23', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7208003281579653386, '龙骑.gif', '5952638573357059943', 'image/gif', 11356660, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-21/5952638573357059943', '1', '2024-05-21 09:48:08', '1', '2024-05-21 09:48:08', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-7132284963896800884, 'WX20231108-093358@2x.png', '5179222101224476013', 'image/png', 1096080, '附件备注', '/Users/apple/myself/file/application/2023-11-08/5179222101224476013', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:36:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:36:20', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-6668259454828393912, 'tx.jpeg', '-4179114474194318855', 'image/jpeg', 104597, '附件备注', 'D:/importSystemFile/default/2023-10-09/-4179114474194318855', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 12:04:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 12:04:47', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-6631346639596401860, '2.png', '-4419259676529111223', 'image/png', 4102, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-4419259676529111223', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:47', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-6613337551756639634, 'Mac_book_pro_retina057.jpg', '6632527459724444662', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/6632527459724444662', '1', '2024-04-16 16:19:36', '1', '2024-04-16 16:19:36', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-6595842760771877276, 'WX20231104-111803.png', '-970824487384693464', 'image/png', 670741, '附件备注', '/home/webservice/zt/file/application/2023-11-13/-970824487384693464', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:04', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-6507264941533674649, 'tx.jpeg', '-5712054625108407266', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/-5712054625108407266', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:08', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-6071545606794886941, '3.png', '-1477245287189033683', 'image/png', 3670, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-1477245287189033683', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:07', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:07', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-6045608287989381102, 'Mac_book_pro_retina057.jpg', '-2225132356746460442', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/-2225132356746460442', '1', '2024-04-16 16:17:25', '1', '2024-04-16 16:17:25', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5887282136279333393, '1697783154483.jpg', '-3943840455457160993', 'image/jpeg', 11566, '附件备注', '/home/webservice/zt/file/application/2023-10-20/-3943840455457160993', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:29:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:29:10', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5864366821803275003, '仓库.png', '7366501744819651319', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/7366501744819651319', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:17:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:17:27', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5757129693515397700, '语雀.png', '-4440574505564680542', 'image/png', 1608, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-4440574505564680542', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:41:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:41:54', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5737176704659732777, '2.jpg', '-1521094939731342935', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-1521094939731342935', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:01:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:01:53', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5493870151714453835, 'Mac_book_pro_retina057.jpg', '-4250518098811662432', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/-4250518098811662432', '1', '2024-04-16 16:38:22', '1', '2024-04-16 16:38:22', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5478656885444426000, '测.png', '9216496142087900603', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/9216496142087900603', '1', '2024-05-20 10:30:15', '1', '2024-05-20 10:30:15', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5456979310443085760, '1.png', '-5629423210967973314', 'image/png', 29, '附件备注', '/home/webservice/zt/file/application/2024-03-27/-5629423210967973314', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5355165771933663232, '语雀.png', '4315571685559585141', 'image/png', 1608, '附件备注', '/Users/apple/myself/file/application/2023-10-11/4315571685559585141', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:40:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:40:35', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5261046716825842805, 'Mac_book_pro_retina057.jpg', '635460418727331092', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/635460418727331092', '1', '2024-04-16 16:30:39', '1', '2024-04-16 16:30:39', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5166190851147346438, '纷享销客.png', '-7156947303782136161', 'image/png', 34866, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-7156947303782136161', '1', '2024-05-17 09:17:38', '1', '2024-05-17 09:17:38', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-5156898042415005145, '2.jpg', '4500576542235380763', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-08/4500576542235380763', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:32:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:32:09', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-4756804544105066674, '分贝通.jpg', '8814351165973218085', 'image/jpeg', 78328, '附件备注', '/home/webservice/zt/file/application/2024-05-17/8814351165973218085', '1', '2024-05-17 09:38:24', '1', '2024-05-17 09:38:24', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-4651980198133871978, '易快报.png', '6912707954292837937', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-10/6912707954292837937', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:08:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:08:57', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-4645614800180002335, '用2023.3安.jpg', '-2330127523882187505', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-09/-2330127523882187505', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 17:24:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 17:24:28', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-4458451693815315728, '2.jpg', '4878741640412155548', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-10/4878741640412155548', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:07:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:07:37', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-4330406226434243593, '旺店通.png', '3230899200607290', 'image/png', 142583, '附件备注', '/home/webservice/zt/file/application/2024-05-17/3230899200607290', '1', '2024-05-17 09:17:11', '1', '2024-05-17 09:17:11', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-4201216971048270045, '新建文本文档.txt', '-7497692394140712841', 'text/plain', 10, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-7497692394140712841', '1', '2024-05-20 10:32:08', '1', '2024-05-20 10:32:08', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-4099902555490989890, 'aaa.png', '7907361110397633274', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-09', NULL, '2023-10-09 09:15:37', NULL, '2023-10-09 09:15:37', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3987372277858286454, '易快报.png', '-9052569017012370713', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-10/-9052569017012370713', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 08:41:35', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 08:41:35', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3913227078508002174, '1697783463064.jpg', '726403430987089148', 'image/jpeg', 7608, '附件备注', '/home/webservice/zt/file/application/2023-10-20/726403430987089148', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:31:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:31:14', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3868281286116618745, '2.jpg', '269693188159783573', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/269693188159783573', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:47:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:47:51', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3757140434365755430, 'aaa.png', '-3882798814284591343', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-09', NULL, '2023-10-09 09:17:18', NULL, '2023-10-09 09:17:18', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3712155475614019883, '2.jpg', '-9955850162125532', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-9955850162125532', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:31:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:31:48', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3682007984364762734, '易快报.png', '-1687821855290013893', 'image/png', 9316, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-1687821855290013893', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:27:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:27:33', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3653692370669975482, 'u9c.png', '5074599907065088244', 'image/png', 26517, '附件备注', '/home/webservice/zt/file/application/2024-05-17/5074599907065088244', '1', '2024-05-17 09:16:41', '1', '2024-05-17 09:16:41', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3626421431470502591, '2.jpg', '-3005152170086939831', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-3005152170086939831', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:37:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:37:17', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3553041824633306068, '仓库.png', '3120510589619486829', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/3120510589619486829', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:22:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:22:19', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3483950617199030614, '易快报.png', '-2371774703788472494', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-2371774703788472494', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:24:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:24:30', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3188013907000342624, '易快报.png', '-8717132344456362256', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-8717132344456362256', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:40:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:40:25', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3137157280038498323, 'Mac_book_pro_retina057.jpg', '7723648323219509099', 'image/jpeg', 283014, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-14/7723648323219509099', '1', '2024-05-14 16:01:11', '1', '2024-05-14 16:01:11', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3064629655140088869, 'WX20231108-093358@2x.png', '-3790266080213906400', 'image/png', 1096080, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-3790266080213906400', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:34:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:34:13', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-3018370926989390098, '用2023.3安.jpg', '-2616230144653442216', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-10/-2616230144653442216', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:15:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:15:44', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2972732596522234578, '2.jpg', '2826252446344234677', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-08/2826252446344234677', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:35:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:35:27', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2826147177544136171, '2.png', '-1138284508466689717', 'image/png', 4102, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-1138284508466689717', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:57', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2822876186627716765, 'Mac_book_pro_retina057.jpg', '2010222023534855450', 'image/jpeg', 283014, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-15/2010222023534855450', '1', '2024-05-15 10:40:02', '1', '2024-05-15 10:40:02', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2791696793814544641, '睿本云.png', '4476877312536300547', 'image/png', 39326, '附件备注', '/home/webservice/zt/file/application/2024-05-17/4476877312536300547', '1', '2024-05-17 09:17:26', '1', '2024-05-17 09:17:26', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2770901934018247648, 'u8c.png', '-6592553237622337728', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-6592553237622337728', '1', '2024-05-17 09:16:01', '1', '2024-05-17 09:16:01', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2605221547901956352, '224.航班流量预测.docx', '4394733589137080537', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 164487, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-21/4394733589137080537', '1', '2024-05-21 09:41:58', '1', '2024-05-21 09:41:58', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2602018205023187778, 'aaa.png', '4573730166151400945', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-09', NULL, '2023-10-09 14:22:05', NULL, '2023-10-09 14:22:05', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2584445924248826237, 'commit类型.png', '2191258959596309393', 'image/png', 63841, '附件备注', '/Users/apple/myself/file/application/2023-11-08/2191258959596309393', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:33:38', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:33:38', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2313740139559629046, 'Mac_book_pro_retina057.jpg', '-2493931437948845986', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/-2493931437948845986', '1', '2024-04-16 16:33:33', '1', '2024-04-16 16:33:33', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-2088125651074531013, 'BIP.png', '-1594220300384581522', 'image/png', 21917, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-1594220300384581522', '1', '2024-05-17 09:18:06', '1', '2024-05-17 09:18:06', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-1831197495710102614, '易快报.png', '6611134048920880444', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-10/6611134048920880444', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 08:36:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 08:36:22', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-1821657432646661544, '用2023.3安.jpg', '1549537150635492314', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-11/1549537150635492314', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:28:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:28:14', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-1649922386282135038, 'WX20231107-101528@2x.png', '-8968810401995010596', 'image/png', 1873993, '附件备注', '/Users/apple/myself/file/application/2023-11-07/-8968810401995010596', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:24:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:24:33', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-1369099077603997508, '2.jpg', '32945409429228096', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-07/32945409429228096', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:26:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:26:06', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-1308981624053479440, '仓库.png', '-3396835151554588732', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-3396835151554588732', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:24:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:24:06', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-1268323659288525479, '1.png', '6485928907013376793', 'image/png', 4483, '附件备注', '/Users/apple/myself/file/application/2023-10-11/6485928907013376793', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:03', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-1209420074127831969, 'u=2693041774,3363392958&fm=253&fmt=auto&app=138&f=JPG.png', '2476367296211668203', 'image/png', 3334, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-21/2476367296211668203', '1', '2024-05-21 09:49:05', '1', '2024-05-21 09:49:05', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-941013099169365489, 'u=2693041774,3363392958&fm=253&fmt=auto&app=138&f=JPG.png', '1854614365705290340', 'image/png', 3334, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-21/1854614365705290340', '1', '2024-05-21 09:51:48', '1', '2024-05-21 09:51:48', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-925205461651799639, '2.jpg', '-8613463121337498844', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-8613463121337498844', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:52:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:52:55', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-840283543842372806, 'WX20231107-101528@2x.png', '-3194182053021398403', 'image/png', 1873993, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-3194182053021398403', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:36:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:36:48', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-605338786563866516, 'u8c.png', '6088569020579138832', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/6088569020579138832', '1', '2024-05-17 09:15:49', '1', '2024-05-17 09:15:49', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-591343642179975418, 'WX20231104-111803.png', '5401698863823340015', 'image/png', 670741, '附件备注', '/Users/apple/myself/file/application/2023-11-07/5401698863823340015', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 08:20:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 08:20:54', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-519398720525088224, '2.jpg', '1021440064723504793', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-08/1021440064723504793', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:51:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:51:39', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-446840926322081445, 'tx.jpeg', '4093589110227487759', 'image/jpeg', 104597, '附件备注', '/Users/apple/myself/file/default/2023-10-09/4093589110227487759', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:46:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:46:49', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-346537814515105427, '2.jpg', '3049939762371841330', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-10/3049939762371841330', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:08:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-10 15:08:16', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-311440057193706651, 'u8c.png', '-175837317162318917', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-175837317162318917', '1', '2024-05-17 09:16:27', '1', '2024-05-17 09:16:27', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-278779178083987970, 'tx.jpeg', '-227977647415145875', 'image/jpeg', 104597, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-227977647415145875', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:24:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:24:59', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-81905847928468881, 'shop.jpg', '-7857046579090274643', 'image/jpeg', 2608, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-7857046579090274643', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:36:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:36:30', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (-47788663341105098, '仓库.png', '2245848014454670031', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/2245848014454670031', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:23:08', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1804, 'aaa.png', '-8276254109205705012', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-08 17:52:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-08 17:52:10', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1805, 'aaa.png', '-8468569895192674035', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-08 17:53:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-08 17:53:27', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1806, 'aaa.png', '-734699398654245118', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-08 17:53:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-08 17:53:49', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (51421024809862282, '新建文本文档.txt', '-3559500444872913435', 'text/plain', 10, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-3559500444872913435', '1', '2024-05-20 10:32:14', '1', '2024-05-20 10:32:14', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (241774050209121042, '3.png', '5696598430105750318', 'image/png', 3670, '附件备注', '/Users/apple/myself/file/application/2023-10-11/5696598430105750318', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:15:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:15:30', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (280071491354905146, '2.jpg', '4019526830573309326', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/4019526830573309326', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:54:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:54:13', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (316171623001442208, 'u8.png', '51758439817233568', 'image/png', 37617, '附件备注', '/home/webservice/zt/file/application/2024-05-17/51758439817233568', '1', '2024-05-17 09:15:31', '1', '2024-05-17 09:15:31', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (384099124612581402, 'u8.png', '1157177815754557805', 'image/png', 37617, '附件备注', '/home/webservice/zt/file/application/2024-05-17/1157177815754557805', '1', '2024-05-17 09:18:59', '1', '2024-05-17 09:18:59', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (436617188043931661, '2.jpg', '5976382560057903790', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/5976382560057903790', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:41:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:41:48', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (438899272041254547, 'WX20231104-111803.png', '-3384944066374582126', 'image/png', 670741, '附件备注', '/Users/apple/myself/file/application/2023-11-07/-3384944066374582126', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:25:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:25:23', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (559952172063671713, '易快报.png', '-9069038089696163832', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-9069038089696163832', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:42:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:42:41', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (665359237120674711, '用2023.3安.jpg', '-413194889644716269', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-10/-413194889644716269', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:13:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:13:57', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (842749393697980527, '仓库.png', '-1281389055779978133', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-1281389055779978133', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:20:13', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:20:13', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (851194943910595937, '测试.png', '-8373000739556342523', 'image/png', 435, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-8373000739556342523', '1', '2024-05-20 10:24:31', '1', '2024-05-20 10:24:31', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (854104088775704948, 'Mac_book_pro_retina057.jpg', '-4403566888964046444', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/-4403566888964046444', '1', '2024-04-16 16:24:46', '1', '2024-04-16 16:24:46', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1038311790626883068, '用2023.3安.jpg', '-5273136513605416681', 'image/jpeg', 5608, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-5273136513605416681', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:32:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:32:19', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1153694621435707841, '语雀.png', '8625159848849588737', 'image/png', 1608, '附件备注', '/Users/apple/myself/file/application/2023-10-09/8625159848849588737', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 16:58:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 16:58:16', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1344702842992873024, '泛微.png', '2609175243117053637', 'image/png', 9497, '附件备注', '/home/webservice/zt/file/application/2024-05-17/2609175243117053637', '1', '2024-05-17 09:28:17', '1', '2024-05-17 09:28:17', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1495738070815425222, '2.jpg', '-4170207844783340084', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-4170207844783340084', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:39:17', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:39:17', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1520611631173028937, 'sprites.png', '-8714158213481413665', 'image/png', 1176, '附件备注', '/home/webservice/zt/file/application/2023-10-23/-8714158213481413665', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 08:53:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 08:53:50', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1659668119701898346, '2.jpg', '-5161334175283264085', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-5161334175283264085', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:30:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:30:42', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1682554780772945284, 'shop.jpg', '-6379734542709669009', 'image/jpeg', 2608, '附件备注', '/Users/apple/myself/file/application/2023-11-04/-6379734542709669009', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-04 10:45:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-04 10:45:00', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (1716202649243369531, '仓库.png', '-3935980849555683423', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-3935980849555683423', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:17:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:17:42', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2026229842966498083, '1a19f51133a8a1b394936b08d895bba.png', '-3706180044146390552', 'image/png', 15191, '附件备注', '/home/webservice/zt/file/application/2023-10-19/-3706180044146390552', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 10:58:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 10:58:08', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2141040015476212005, 'tx.jpeg', '4164346882459322859', 'image/jpeg', 104597, '附件备注', 'D:/importSystemFile/default/2023-10-09', NULL, '2023-10-09 10:50:58', NULL, '2023-10-09 10:50:58', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2175678830992641079, 'WX20231104-111803.png', '-8336355516647453118', 'image/png', 670741, '附件备注', '/Users/apple/myself/file/application/2023-11-06/-8336355516647453118', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-06 11:18:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-06 11:18:20', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2619305377956185190, '致远OA.jpg', '7630964215511075727', 'image/jpeg', 8988, '附件备注', '/home/webservice/zt/file/application/2024-05-17/7630964215511075727', '1', '2024-05-17 09:36:02', '1', '2024-05-17 09:36:02', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2661327809225901807, '语雀.png', '-8465046416893722070', 'image/png', 1608, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-8465046416893722070', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:36:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:36:33', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2689965970473634564, 'WX20231104-111803.png', '-7327921894715731976', 'image/png', 670741, '附件备注', '/Users/apple/myself/file/application/2023-11-07/-7327921894715731976', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:26:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:26:54', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2854025192590689151, 'ff4b7f9f8b016c23ea3129b94f904e7.png', '5978752186723224101', 'image/png', 4551, '附件备注', '/home/webservice/zt/file/application/2023-10-19/5978752186723224101', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:58:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:58:03', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2920276832560891453, '1.png', '-8687002109220925886', 'image/png', 4483, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-8687002109220925886', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:16:06', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:16:06', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (2960241180358232576, 'tx.jpeg', '-1482495030406919475', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/-1482495030406919475', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:12', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (3031902632443857509, 'tx.jpeg', '5626192002274903919', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/5626192002274903919', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:14', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (3232370330408472423, 'shop.jpg', '-876459458678667615', 'image/jpeg', 2608, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-876459458678667615', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:26:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:26:15', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (3278583397079138387, '2.jpg', '-3864285748196914270', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-3864285748196914270', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:39:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:39:47', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (3305719400944912240, 'tx.jpeg', '3725999151632566879', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/3725999151632566879', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:16', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (3355665211076595348, 'Mac_book_pro_retina057.jpg', '-5664172055087267082', 'image/jpeg', 283014, '附件备注', '/home/webservice/zt/file/application/2024-04-16/-5664172055087267082', '1', '2024-04-16 16:11:56', '1', '2024-04-16 16:11:56', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (3885777304261643869, 'aaa.png', '-3817512039819950040', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-09', NULL, '2023-10-09 14:34:36', NULL, '2023-10-09 14:34:36', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (3964782243329425681, '2.jpg', '6693007613104832622', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-08/6693007613104832622', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:31:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:31:22', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4004423913990212002, 'fileUpload.jpg', '2494477193097530312', 'image/jpeg', 15191, '附件备注', '/home/webservice/zt/file/application/2023-10-20/2494477193097530312', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 09:12:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 09:12:42', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4110475187306907960, 'Mac_book_pro_retina057.jpg', '7625351789149047188', 'image/jpeg', 283014, '附件备注', '/Users/apple/Desktop/log/local/application/2024-04-16/7625351789149047188', '1', '2024-04-16 16:43:08', '1', '2024-04-16 16:43:08', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4277470031278328567, 'WX20231107-101528@2x.png', '-77020540040623570', 'image/png', 1873993, '附件备注', '/Users/apple/myself/file/application/2023-11-07/-77020540040623570', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:26:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:26:24', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4322055007579425947, 'WX20231108-093358@2x.png', '-673841656867502256', 'image/png', 1096080, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-673841656867502256', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:37:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:37:21', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4376744415979520760, '易快报.png', '2043073667006680653', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-10/2043073667006680653', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:09:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:09:36', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4520259092189760838, '用2023.3安.jpg', '6997823757492109489', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-11/6997823757492109489', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:39:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:39:57', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4574520644566598568, '易快报.png', '6575908398763363032', 'image/png', 9316, '附件备注', '/home/webservice/zt/file/application/2023-10-10/6575908398763363032', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:42:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:42:10', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4656960450464268988, '3.png', '7526972075082336265', 'image/png', 3670, '附件备注', '/Users/apple/myself/file/application/2023-10-11/7526972075082336265', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:24', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (4999399435462397230, 'WX20231104-111803.png', '-107245419573329158', 'image/png', 670741, '附件备注', '/Users/apple/myself/file/application/2023-11-07/-107245419573329158', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 10:16:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 10:16:03', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5025444910644873177, '语雀.png', '2112717875408686462', 'image/png', 1608, '附件备注', '/Users/apple/myself/file/application/2023-10-10/2112717875408686462', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 08:40:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 08:40:21', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5041889161821900653, '副本人大需求整理沟通(2404251505) (1).docx', '9189445255039307541', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 1713105, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-21/9189445255039307541', '1', '2024-05-21 09:47:53', '1', '2024-05-21 09:47:53', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5142338633471905620, 'NC.png', '-5289204886154950250', 'image/png', 7668, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-5289204886154950250', '1', '2024-05-17 09:27:37', '1', '2024-05-17 09:27:37', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5307392797777284294, '1.png', '7737411452941911234', 'image/png', 4483, '附件备注', '/Users/apple/myself/file/application/2023-10-11/7737411452941911234', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:52', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5567367943273859547, 'Mac_book_pro_retina057.jpg', '-5726456394121525315', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/-5726456394121525315', '1', '2024-04-16 16:26:58', '1', '2024-04-16 16:26:58', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5800459859408537494, 'WX20231104-111803.png', '2711132332669092455', 'image/png', 670741, '附件备注', '/Users/apple/myself/file/application/2023-11-04/2711132332669092455', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-04 11:18:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-04 11:18:14', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5891329587157749690, 'u=2693041774,3363392958&fm=253&fmt=auto&app=138&f=JPG.png', '-4923477819021311728', 'image/png', 3334, '附件备注', '/Users/apple/Desktop/log/local/application/2024-05-21/-4923477819021311728', '1', '2024-05-21 09:48:26', '1', '2024-05-21 09:48:26', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5891761854163861615, '易快报.png', '-1338092643274305907', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-1338092643274305907', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:40:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:40:10', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5914803768364845971, 'u8c.png', '4331229442998815074', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/4331229442998815074', '1', '2024-05-17 09:16:16', '1', '2024-05-17 09:16:16', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5955201031512999163, 'tx.jpeg', '2444483066578816348', 'image/jpeg', 104597, '附件备注', '/Users/apple/myself/file/system/2023-10-09/2444483066578816348', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:48:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:48:30', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (5997255158250751685, '用2023.3安.jpg', '-5859446095843079623', 'image/jpeg', 5608, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-5859446095843079623', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:36:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:36:36', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6258671377994108798, 'Mac_book_pro_retina057.jpg', '4698778730550937620', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/4698778730550937620', '1', '2024-04-16 16:16:42', '1', '2024-04-16 16:16:42', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6361275762876563759, '仓库.png', '3087997186153860277', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/3087997186153860277', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:16:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:16:43', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6490136550576572206, '测.png', '6918491157023770463', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/6918491157023770463', '1', '2024-05-20 10:26:54', '1', '2024-05-20 10:26:54', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6521550737617472248, '语雀.png', '-623828568870203503', 'image/png', 1608, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-623828568870203503', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:43:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:43:05', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6586518253166219094, 'WX20231107-112744@2x.png', '-5798955848331604785', 'image/png', 254123, '附件备注', '/Users/apple/myself/file/application/2023-11-07/-5798955848331604785', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:28:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-07 11:28:10', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6673426841428770953, '易快报.png', '-191095551010847150', 'image/png', 9316, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-191095551010847150', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:42:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:42:19', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6784092534327690112, '用2023.3安.jpg', '5181975967472897223', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-10/5181975967472897223', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:19:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:19:11', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (6978625843274533897, '2.png', '5961538424283810422', 'image/png', 4102, '附件备注', '/Users/apple/myself/file/application/2023-10-11/5961538424283810422', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:57:12', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (7156450563640018509, '仓库.png', '-6409814566765248415', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-6409814566765248415', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:21:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:21:51', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (7273575549615622614, '仓库.png', '-6193813492235612764', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-6193813492235612764', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:19:59', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:19:59', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (7357228942477903797, 'tx.jpeg', '-8693392110144044983', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/-8693392110144044983', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:19', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (7471995566479003111, '2.png', '-8013723153962284631', 'image/png', 4102, '附件备注', '/Users/apple/myself/file/application/2023-10-11/-8013723153962284631', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:56:36', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (7831234039425220848, 'aaa.png', '-7236608594786562566', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-09', NULL, '2023-10-09 14:46:39', NULL, '2023-10-09 14:46:39', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (7845035646768530241, '2.jpg', '3757780169744600413', 'image/jpeg', 585856, '附件备注', '/Users/apple/myself/file/application/2023-11-02/3757780169744600413', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:40:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:40:54', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8015413034916201123, 'WX20231107-101528@2x.png', '-7591297793758969631', 'image/png', 1873993, '附件备注', '/Users/apple/myself/file/application/2023-11-08/-7591297793758969631', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:51:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:51:48', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8161530410367795727, 'aaa.png', '6618452932066822267', 'image/png', 72386, '附件备注', 'D:/importSystemFile/default/2023-10-09', NULL, '2023-10-09 14:31:16', NULL, '2023-10-09 14:31:16', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8186439655535561074, '仓库.png', '-1608375879965523699', 'image/png', 2124, '附件备注', '/Users/apple/myself/file/application/2023-11-02/-1608375879965523699', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:20:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 15:20:29', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8537818034985193007, 'shop.jpg', '5962574743782772474', 'image/jpeg', 2608, '附件备注', '/Users/apple/myself/file/application/2023-11-08/5962574743782772474', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:37:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-08 09:37:02', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8552297849524472091, 'shop.jpg', '1316113235880004965', 'image/jpeg', 2608, '附件备注', '/Users/apple/myself/file/application/2023-11-02/1316113235880004965', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:41:58', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-02 14:41:58', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8674400091786530616, '优时ERP.png', '5582075243135519568', 'image/png', 3199, '附件备注', '/home/webservice/zt/file/application/2024-05-17/5582075243135519568', '1', '2024-05-17 09:34:56', '1', '2024-05-17 09:34:56', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8679675180105289490, '1697783572415.jpg', '-8512565471598262833', 'image/jpeg', 12102, '附件备注', '/home/webservice/zt/file/application/2023-10-20/-8512565471598262833', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:32:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:32:55', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8720835282692229373, '用2023.3安.jpg', '-9061539080568354260', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-09/-9061539080568354260', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 17:01:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 17:01:10', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8918253510910101657, 'Mac_book_pro_retina057.jpg', '-4186049597875076070', 'image/jpeg', 283014, '附件备注', 'null/application/2024-04-16/-4186049597875076070', '1', '2024-04-16 16:21:55', '1', '2024-04-16 16:21:55', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8940942557077390274, '新建文本文档.txt', '-2145207996823287857', 'text/plain', 10, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-2145207996823287857', '1', '2024-05-20 10:33:37', '1', '2024-05-20 10:33:37', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (8976620096755679267, '3.jpg', '4827654589310193589', 'image/jpeg', 17348, '附件备注', '/Users/apple/myself/file/application/2023-10-11/4827654589310193589', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:14:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 09:14:18', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (9152701453356778619, '1.png', '124846052502752657', 'image/png', 29, '附件备注', '/home/webservice/zt/file/application/2024-03-27/124846052502752657', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'Y'); +INSERT INTO `sys_file` (`id`, `filename`, `filesavename`, `type`, `file_size`, `description`, `filepath`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`) VALUES (9209803959400154766, '用2023.3安.jpg', '-1635356213749202474', 'image/jpeg', 5608, '附件备注', '/Users/apple/myself/file/application/2023-10-10/-1635356213749202474', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:11:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:11:18', 'Y'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_home_component +-- ---------------------------- +DROP TABLE IF EXISTS `sys_home_component`; +CREATE TABLE `sys_home_component` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `name` varchar(50) DEFAULT NULL COMMENT '组件名称', + `code` varchar(200) DEFAULT NULL COMMENT '组件编码', + `state` char(1) DEFAULT NULL COMMENT '状态:0 启用 1 停用', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='首页组件表'; + +-- ---------------------------- +-- Records of sys_home_component +-- ---------------------------- +BEGIN; +INSERT INTO `sys_home_component` (`id`, `name`, `code`, `state`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1', '天气', 'tq', '0', '天气', 4, '1', '2024-04-03 14:47:15', '1', '2024-04-03 14:47:20', 'Y', NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_integrated_foreground_task +-- ---------------------------- +DROP TABLE IF EXISTS `sys_integrated_foreground_task`; +CREATE TABLE `sys_integrated_foreground_task` ( + `id` varchar(255) NOT NULL COMMENT 'id', + `workshop_name` varchar(255) DEFAULT NULL COMMENT '工坊名称', + `plug_id` varchar(255) DEFAULT NULL COMMENT '插件ID', + `plug_name` varchar(255) DEFAULT NULL COMMENT '插件名称', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='集成前台任务主表'; + +-- ---------------------------- +-- Records of sys_integrated_foreground_task +-- ---------------------------- +BEGIN; +INSERT INTO `sys_integrated_foreground_task` (`id`, `workshop_name`, `plug_id`, `plug_name`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('981ee4af4ab249ce9a07bb24a74bd080', '测试插件', 'SeeyonExtPlugin', 'seeyonExt插件', '测试插件', NULL, '1', '2024-05-21 09:42:26', '1', '2024-05-21 09:42:26', 'Y', NULL); +INSERT INTO `sys_integrated_foreground_task` (`id`, `workshop_name`, `plug_id`, `plug_name`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('b88b4ac32b5849e38846ea88b579df00', '消息备份', 'SysMessageManageLogPlugin', 'ESB消息日志备份', '备份', 1, '1', '2024-05-21 09:43:05', '1', '2024-05-21 09:43:05', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_integrated_foreground_task_detail +-- ---------------------------- +DROP TABLE IF EXISTS `sys_integrated_foreground_task_detail`; +CREATE TABLE `sys_integrated_foreground_task_detail` ( + `id` varchar(255) NOT NULL COMMENT 'id', + `formmain_id` varchar(50) DEFAULT NULL COMMENT '主表id', + `arg_code` varchar(255) DEFAULT NULL COMMENT '参数编码', + `arg_name` varchar(255) DEFAULT NULL COMMENT '参数名称', + `arg_type` char(1) DEFAULT NULL COMMENT '参数类型', + `arg_value` varchar(255) DEFAULT NULL COMMENT '参数值', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='集成前台任务明细表'; + +-- ---------------------------- +-- Records of sys_integrated_foreground_task_detail +-- ---------------------------- +BEGIN; +INSERT INTO `sys_integrated_foreground_task_detail` (`id`, `formmain_id`, `arg_code`, `arg_name`, `arg_type`, `arg_value`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('6eb8c048207a4466b212f3ba0ad2026d', 'b88b4ac32b5849e38846ea88b579df00', '参数001', '订单', '1', 'DD0001', NULL, 1, '1', '2024-05-21 09:43:05', '1', '2024-05-21 09:43:05', 'Y', NULL); +INSERT INTO `sys_integrated_foreground_task_detail` (`id`, `formmain_id`, `arg_code`, `arg_name`, `arg_type`, `arg_value`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('892fb10d81d34df69078e3716056b172', '981ee4af4ab249ce9a07bb24a74bd080', 'code', '编码', '1', '001', '单据001', NULL, '1', '2024-05-21 09:42:26', '1', '2024-05-21 09:42:26', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_integrated_foreground_task_parameter +-- ---------------------------- +DROP TABLE IF EXISTS `sys_integrated_foreground_task_parameter`; +CREATE TABLE `sys_integrated_foreground_task_parameter` ( + `id` varchar(255) NOT NULL COMMENT 'id', + `formmain_id` varchar(50) DEFAULT NULL COMMENT '主表id', + `in_parameter` varchar(500) DEFAULT NULL COMMENT '参数', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='集成前台任务参数表'; + +-- ---------------------------- +-- Records of sys_integrated_foreground_task_parameter +-- ---------------------------- +BEGIN; +INSERT INTO `sys_integrated_foreground_task_parameter` (`id`, `formmain_id`, `in_parameter`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('251b624609484afd8effe4100ae8acd3', '981ee4af4ab249ce9a07bb24a74bd080', '{\"code\":\"001\"}', NULL, NULL, '1', '2024-05-21 09:42:26', '1', '2024-05-21 09:42:26', 'Y', NULL); +INSERT INTO `sys_integrated_foreground_task_parameter` (`id`, `formmain_id`, `in_parameter`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('af6a4851a96242f5a876f0dcae027fe2', 'b88b4ac32b5849e38846ea88b579df00', '{\"参数001\":\"DD0001\"}', NULL, 1, '1', '2024-05-21 09:43:05', '1', '2024-05-21 09:43:05', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_interface +-- ---------------------------- +DROP TABLE IF EXISTS `sys_interface`; +CREATE TABLE `sys_interface` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `name` varchar(200) DEFAULT NULL COMMENT '接口名称', + `bean_name` varchar(50) DEFAULT NULL COMMENT '服务名', + `interface_name` varchar(50) DEFAULT NULL COMMENT '方法名', + `remark` varchar(50) DEFAULT NULL COMMENT '备注', + `state` char(1) DEFAULT NULL COMMENT '状态:0 启用 1 停用', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=185 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统接口表'; + +-- ---------------------------- +-- Records of sys_interface +-- ---------------------------- +BEGIN; +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1', '查询按钮列表分页', 'sysButtonConfigService', 'queryEntityPage', '查询按钮列表分页', '0', 1, '1', '2024-04-09 10:22:06', '1', '2024-05-17 10:42:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2', '查询按钮列表', 'sysButtonConfigService', 'queryEntity', '查询按钮列表', '0', 2, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3', '保存按钮', 'sysButtonConfigService', 'saveEntity', '保存按钮', '0', 3, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4', '获取按钮', 'sysButtonConfigService', 'getEntity', '获取按钮', '0', 4, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5', '修改按钮', 'sysButtonConfigService', 'updateEntity', '修改按钮', '0', 5, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6', '删除按钮', 'sysButtonConfigService', 'deleteEntity', '删除按钮', '0', 6, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7', '查询数据字典列表分页', 'sysDictionaryshopService', 'queryEntityPage', '查询数据字典列表分页', '0', 7, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8', '查询数据字典列表', 'sysDictionaryshopService', 'queryEntity', '查询数据字典列表', '0', 8, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9', '登录', 'loginService', 'doLogin', '登录', '0', 9, '1', '2024-04-09 11:03:02', '1', '2024-05-21 10:43:20', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('10', '根据用户id查询菜单树', 'sysMenuConfigService', 'queryTreeById', '根据用户id查询菜单树', '0', 10, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('11', '查询菜单树', 'sysMenuConfigService', 'queryEntityTree', '查询菜单树', '0', 11, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('12', '保存菜单', 'sysMenuConfigService', 'saveEntity', '保存菜单', '0', 12, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('13', '获取菜单', 'sysMenuConfigService', 'getEntity', '获取菜单', '0', 13, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('14', '修改菜单', 'sysMenuConfigService', 'updateEntity', '修改菜单', '0', 14, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('15', '删除菜单', 'sysMenuConfigService', 'deleteEntity', '删除菜单', '0', 15, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('16', '启用停用菜单', 'sysMenuConfigService', 'enableDisableEntity', '启用停用菜单', '0', 16, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('17', '查询组织树', 'sysOrganService', 'queryEntityTree', '查询组织树', '0', 17, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('18', '保存组织', 'sysOrganService', 'saveEntity', '保存组织', '0', 18, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('19', '获取组织', 'sysOrganService', 'getEntity', '获取组织', '0', 19, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('20', '修改组织', 'sysOrganService', 'updateEntity', '修改组织', '0', 20, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('21', '删除组织', 'sysOrganService', 'deleteEntity', '删除组织', '0', 21, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('22', '启用停用组织', 'sysOrganService', 'enableDisableEntity', '启用停用组织', '0', 22, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('23', '查询人员列表分页', 'sysPersonService', 'queryEntityPage', '查询人员列表分页', '0', 23, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('24', '查询人员列表', 'sysPersonService', 'queryEntity', '查询人员列表', '0', 24, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('25', '保存人员', 'sysPersonService', 'saveEntity', '保存人员', '0', 25, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('26', '获取人员', 'sysPersonService', 'getEntity', '获取人员', '0', 26, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('27', '修改人员', 'sysPersonService', 'updateEntity', '修改人员', '0', 27, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('28', '删除人员', 'sysPersonService', 'deleteEntity', '删除人员', '0', 28, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('29', '启用停用人员', 'sysPersonService', 'enableDisableEntity', '启用停用人员', '0', 29, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('30', '查询角色列表分页', 'sysRoleService', 'queryEntityPage', '查询角色列表分页', '0', 30, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('31', '查询角色列表', 'sysRoleService', 'queryEntity', '查询角色列表', '0', 31, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('32', '保存角色', 'sysRoleService', 'saveEntity', '保存角色', '0', 32, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('33', '获取角色', 'sysRoleService', 'getEntity', '获取角色', '0', 33, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('34', '修改角色', 'sysRoleService', 'updateEntity', '修改角色', '0', 34, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('35', '删除角色', 'sysRoleService', 'deleteEntity', '删除角色', '0', 35, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('36', '启用停用角色', 'sysRoleService', 'enableDisableEntity', '启用停用角色', '0', 36, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('37', '查询接口列表分页', 'sysInterfaceService', 'queryEntityPage', '查询接口列表分页', '0', 37, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('38', '查询接口列表', 'sysInterfaceService', 'queryEntity', '查询接口列表', '0', 38, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('39', '保存接口', 'sysInterfaceService', 'saveEntity', '保存接口', '0', 39, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('40', '获取接口', 'sysInterfaceService', 'getEntity', '获取接口', '0', 40, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('41', '修改接口', 'sysInterfaceService', 'updateEntity', '修改接口', '0', 41, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('42', '删除接口', 'sysInterfaceService', 'deleteEntity', '删除接口', '0', 42, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('43', '启用停用接口', 'sysInterfaceService', 'enableDisableEntity', '启用停用接口', '0', 43, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('44', '查询用户列表分页', 'sysUserService', 'queryEntityPage', '查询用户列表分页', '0', 44, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('45', '查询用户列表', 'sysUserService', 'queryEntity', '查询用户列表', '0', 45, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('46', '保存用户', 'sysUserService', 'saveEntity', '保存用户', '0', 46, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('47', '获取用户', 'sysUserService', 'getEntity', '获取用户', '0', 47, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('48', '修改用户', 'sysUserService', 'updateEntity', '修改用户', '0', 48, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('49', '删除用户', 'sysUserService', 'deleteEntity', '删除用户', '0', 49, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('50', '启用停用用户', 'sysUserService', 'enableDisableEntity', '启用停用用户', '0', 50, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('51', '重置密码', 'sysUserService', 'resetPassword', '重置密码', '0', 51, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('52', '权限查询', 'sysUserService', 'jurisdiction', '权限查询', '0', 52, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('53', '保存权限', 'sysUserService', 'saveJurisdiction', '保存权限', '0', 53, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('54', '查询配置的插件参数列表', 'sysPlugArgService', 'queryPlugArg', '查询配置的插件参数列表', '0', 54, '1', '2024-04-09 11:10:01', '1', '2024-04-03 12:59:48', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('55', '保存配置的插件参数列表', 'sysPlugArgService', 'savePlugArg', '保存配置的插件参数列表', '0', 55, '1', '2024-04-09 11:17:22', '1', '2024-03-28 14:56:39', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('56', '修改配置的插件参数列表', 'sysPlugArgService', 'updatePlugArg', '修改配置的插件参数列表', '0', 56, '1', '2024-04-09 11:24:43', '1', '2024-03-22 16:53:30', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('57', '删除配置的插件参数列表', 'sysPlugArgService', 'deletePlugArg', '删除配置的插件参数列表', '0', 57, '1', '2024-04-09 11:32:04', '1', '2024-03-16 18:50:21', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('58', '获取配置的插件参数列表', 'sysPlugArgService', 'getPlugArg', '获取配置的插件参数列表', '0', 58, '1', '2024-04-09 11:39:25', '1', '2024-03-10 20:47:12', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('59', '根据插件ID获取配置的插件参数列表', 'sysPlugArgService', 'getPlugArgByPlugId', '根据插件ID获取配置的插件参数列表', '0', 59, '1', '2024-04-09 11:46:46', '1', '2024-03-04 22:44:03', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('60', '查询集成前台任务列表', 'sysIntegratedForegroundTaskService', 'queryIntegratedForegroundTask', '查询集成前台任务列表', '0', 60, '1', '2024-04-09 11:54:07', '1', '2024-02-28 00:40:54', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('61', '保存集成前台任务', 'sysIntegratedForegroundTaskService', 'saveIntegratedForegroundTask', '保存集成前台任务', '0', 61, '1', '2024-04-09 12:01:28', '1', '2024-02-22 02:37:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('62', '修改集成前台任务', 'sysIntegratedForegroundTaskService', 'updateIntegratedForegroundTask', '修改集成前台任务', '0', 62, '1', '2024-04-09 12:08:49', '1', '2024-02-16 04:34:36', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('63', '删除集成前台任务', 'sysIntegratedForegroundTaskService', 'deleteIntegratedForegroundTask', '删除集成前台任务', '0', 63, '1', '2024-04-09 12:16:10', '1', '2024-02-10 06:31:27', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('64', '获取集成前台任务', 'sysIntegratedForegroundTaskService', 'getIntegratedForegroundTask', '获取集成前台任务', '0', 64, '1', '2024-04-09 12:23:31', '1', '2024-02-04 08:28:18', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('65', '查询所有插件数据', 'pluginService', 'queryPlugins', '查询所有插件数据', '0', 65, '1', '2024-04-09 12:30:52', '1', '2024-01-29 10:25:09', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('66', '根据插件类型查询插件数据', 'pluginService', 'queryPluginsByType', '根据插件类型查询插件数据', '0', 66, '1', '2024-04-09 12:38:13', '1', '2024-01-23 12:22:00', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('67', '根据插件ID查询插件数据', 'pluginService', 'queryPluginById', '根据插件ID查询插件数据', '0', 67, '1', '2024-04-09 12:45:34', '1', '2024-01-17 14:18:51', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('68', '根据插件ID执行相关业务逻辑方法', 'pluginService', 'executeBusinessPluginById', '根据插件ID执行相关业务逻辑方法', '0', 68, '1', '2024-04-09 12:52:55', '1', '2024-01-11 16:15:42', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('69', '查询数据字典', 'generalServiceImpl', 'selectDictionaryshop', '查询数据字典', '0', 69, '1', '2024-04-09 13:00:16', '1', '2024-01-05 18:12:33', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('70', '查询应用列表分页', 'sysApplicationService', 'queryApp', '查询应用列表分页', '0', 70, '1', '2024-04-09 13:07:37', '1', '2023-12-30 20:09:24', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('71', '创建应用保存接口', 'sysApplicationService', 'saveApp', '创建应用保存接口', '0', 71, '1', '2024-04-09 13:14:58', '1', '2023-12-24 22:06:15', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('72', '应用复制查询接口', 'sysApplicationService', 'getCopyApp', '应用复制查询接口', '0', 72, '1', '2024-04-09 13:22:19', '1', '2023-12-19 00:03:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('73', '应用复制接口保存接口', 'sysApplicationService', 'copyApp', '应用复制接口保存接口', '0', 73, '1', '2024-04-09 13:29:40', '1', '2023-12-13 01:59:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('74', '应用根据ID查询接口', 'sysApplicationService', 'getApp', '应用根据ID查询接口', '0', 74, '1', '2024-04-09 13:37:01', '1', '2023-12-07 03:56:48', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('75', '应用启用停用接口', 'sysApplicationService', 'enableOrDisableApp', '应用启用停用接口', '0', 75, '1', '2024-04-09 13:44:22', '1', '2023-12-01 05:53:39', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('76', '应用修改接口', 'sysApplicationService', 'updateApp', '应用修改接口', '0', 76, '1', '2024-04-09 13:51:43', '1', '2023-11-25 07:50:30', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('77', '数据源测试接口', 'sysApplicationService', 'testDatabase', '数据源测试接口', '0', 77, '1', '2024-04-09 13:59:04', '1', '2023-11-19 09:47:21', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('78', '应用目录查询接口', 'sysApplicationService', 'queryAppApiType', '应用目录查询接口', '0', 78, '1', '2024-04-09 14:06:25', '1', '2023-11-13 11:44:12', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('79', '应用目录保存接口', 'sysApplicationService', 'saveAppApiType', '应用目录保存接口', '0', 79, '1', '2024-04-09 14:13:46', '1', '2023-11-07 13:41:03', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('80', '应用目录修改接口', 'sysApplicationService', 'updateAppApiType', '应用目录修改接口', '0', 80, '1', '2024-04-09 14:21:07', '1', '2023-11-01 15:37:54', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('81', '应用目录删除接口', 'sysApplicationService', 'deleteAppApiType', '应用目录删除接口', '0', 81, '1', '2024-04-09 14:28:28', '1', '2023-10-26 17:34:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('82', '根据应用、目录、查询条件查询api接口', 'sysApplicationService', 'queryAppApi', '根据应用、目录、查询条件查询api接口', '0', 82, '1', '2024-04-09 14:35:49', '1', '2023-10-20 19:31:36', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('83', '查询应用api接口', 'sysApplicationService', 'getAppApi', '查询应用api接口', '0', 83, '1', '2024-04-09 14:43:10', '1', '2023-10-14 21:28:27', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('84', '查询调试参数接口', 'sysApplicationService', 'debugAppApi', '查询调试参数接口', '0', 84, '1', '2024-04-09 14:50:31', '1', '2023-10-08 23:25:18', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('85', '查询接口日志', 'sysApplicationService', 'queryAppApiLog', '查询接口日志', '0', 85, '1', '2024-04-09 14:57:52', '1', '2023-10-03 01:22:09', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('86', '共享保存接口', 'sysApplicationService', 'saveApiShare', '共享保存接口', '0', 86, '1', '2024-04-09 15:05:13', '1', '2023-09-27 03:19:00', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('87', 'api删除接口', 'sysApplicationService', 'deleteApi', 'api删除接口', '0', 87, '1', '2024-04-09 15:12:34', '1', '2023-09-21 05:15:51', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('88', 'api新增接口', 'sysApplicationService', 'saveApi', 'api新增接口', '0', 88, '1', '2024-04-09 15:19:55', '1', '2023-09-15 07:12:42', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('89', 'api修改接口', 'sysApplicationService', 'updateApi', 'api修改接口', '0', 89, '1', '2024-04-09 15:27:16', '1', '2023-09-09 09:09:33', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('90', '三方调用系统查询接口', 'sysApplicationService', 'queryAppApiAuth', '三方调用系统查询接口', '0', 90, '1', '2024-04-09 15:34:37', '1', '2023-09-03 11:06:24', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('91', '三方调用系统保存接口', 'sysApplicationService', 'saveAppApiAuth', '三方调用系统保存接口', '0', 91, '1', '2024-04-09 15:41:58', '1', '2023-08-28 13:03:15', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('92', 'api关联三方系统保存接口', 'sysApplicationService', 'saveAppApiAuthDetail', 'api关联三方系统保存接口', '0', 92, '1', '2024-04-09 15:49:19', '1', '2023-08-22 15:00:06', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('93', '查询api所有数据', 'sysApplicationService', 'queryAppAll', '查询api所有数据', '0', 93, '1', '2024-04-09 15:56:40', '1', '2023-08-16 16:56:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('94', '插件查询接口', 'sysApplicationService', 'queryAppPlugin', '插件查询接口', '0', 94, '1', '2024-04-09 16:04:01', '1', '2023-08-10 18:53:48', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('95', '插件修改接口', 'sysApplicationService', 'saveAppPlugin', '插件修改接口', '0', 95, '1', '2024-04-09 16:11:22', '1', '2023-08-04 20:50:39', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('96', '插件修改接口', 'sysApplicationService', 'updateAppPlugin', '插件修改接口', '0', 96, '1', '2024-04-09 16:18:43', '1', '2023-07-29 22:47:30', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('97', '插件删除接口', 'sysApplicationService', 'deleteAppPlugin', '插件删除接口', '0', 97, '1', '2024-04-09 16:26:04', '1', '2023-07-24 00:44:21', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('98', '获取插件接口', 'sysApplicationService', 'getAppPlugin', '获取插件接口', '0', 98, '1', '2024-04-09 16:33:25', '1', '2023-07-18 02:41:12', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('99', '插件启用停用接口', 'sysApplicationService', 'enableOrDisableAppPlugin', '插件启用停用接口', '0', 99, '1', '2024-04-09 16:40:46', '1', '2023-07-12 04:38:03', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('100', '应用接口启用停用接口', 'sysApplicationService', 'enableOrDisableAppApi', '应用接口启用停用接口', '0', 100, '1', '2024-04-09 16:48:07', '1', '2023-07-06 06:34:54', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('101', '应用数据源启用停用接口', 'sysApplicationService', 'enableOrDisableAppDatasource', '应用数据源启用停用接口', '0', 101, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('102', '调试接口', 'appApiService', 'debugApi', '调试接口', '0', 102, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('103', '获取用户模版数据', 'optionService', 'queryUserTemplate', '获取用户模版数据', '0', 103, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('104', '获取所有模版数据', 'optionService', 'queryAllTemplate', '获取所有模版数据', '0', 104, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('105', '获取模版所有字段', 'optionService', 'queryAllTemplateFields', '获取模版所有字段', '0', 105, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('106', '获取用户模版字段', 'optionService', 'queryUserTemplateFields', '获取用户模版字段', '0', 106, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('107', '获取用户模版按钮', 'optionService', 'queryUserTemplateButtons', '获取用户模版按钮', '0', 107, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('108', '获取模版下的数据(不分页)', 'optionService', 'queryAllData', '获取模版下的数据(不分页)', '0', 108, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('109', '获取模版下的数据(分页)', 'optionService', 'queryPageData', '获取模版下的数据(分页)', '0', 109, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('110', '添加模版以及模版类型数据结构', 'optionService', 'addTemplateAll', '添加模版以及模版类型数据结构', '0', 110, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('111', '获取模版对应service的某条数据', 'optionService', 'queryTemplateServiceData', '获取模版对应service的某条数据', '0', 111, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('112', '新增对应service的数据', 'optionService', 'addTemplateServiceData', '新增对应service的数据', '0', 112, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('113', '修改对应service的数据', 'optionService', 'updateTemplateServiceData', '修改对应service的数据', '0', 113, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('114', '删除对应service的数据', 'optionService', 'deleteTemplateServiceData', '删除对应service的数据', '0', 114, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('115', '查询数据(list 或者 分页)', 'optionService', 'queryTemplateData', '查询数据(list 或者 分页)', '0', 115, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('116', '查询数据(树结构)', 'optionService', 'queryTemplateTreeData', '查询数据(树结构)', '0', 116, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('117', '新增数据', 'optionService', 'addMasterData', '新增数据', '0', 117, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('118', '新增多数据', 'optionService', 'addMasterDataList', '新增多数据', '0', 118, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('119', '添加模版以及模版类型数据结构', 'optionService', 'testTemplateAll', '添加模版以及模版类型数据结构', '0', 119, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('120', '对照', 'optionService', 'controlData', '对照', '0', 120, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('121', '主数据列表查询接口分页', 'mdmService', 'queryMdmPage', '主数据列表查询接口分页', '0', 121, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2989c8bb9714400a9e3a395f33edf691', '小程序应用表查询', 'AppService', 'getWrapper', '测试mybatis', '0', 121, '1', '2024-04-25 09:57:04', '1', '2024-04-25 09:57:04', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('122', '主数据列表查询接口列表', 'mdmService', 'queryMdmList', '主数据列表查询接口列表', '0', 122, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5df72202229d4bf69b7974a8ec9b03bf', '查询应用', 'appServiceImpl', 'queryDemo', NULL, '0', 122, '1', '2024-04-29 15:45:00', '1', '2024-04-29 16:06:15', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('123', '主数据基本信息', 'mdmService', 'queryMdmModule', '主数据基本信息', '0', 123, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9dc3d6efdc114aa99a7e29cd9cd5fc15', '查询应用列表', 'sysApplicationService', 'queryEntity', '查询应用列表', '0', 123, '1', '2024-05-06 16:11:55', '1', '2024-05-06 16:11:55', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('124', '主数据基本信息保存', 'mdmService', 'doSaveMdmModule', '主数据基本信息保存', '0', 124, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('969dcbd163d0489998a6aed93fbf9d6a', '查询应用插件列表', 'sysApplicationPluginService', 'queryEntity', '查询应用插件列表', '0', 124, '1', '2024-05-06 16:12:15', '1', '2024-05-06 16:12:15', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('125', '主数据设置查询数据源', 'mdmService', 'queryMdmModuleDb', '主数据设置查询数据源', '0', 125, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bb3de6cbb36f433ea67e41af02360a8a', '查询任务列表分页', 'integrationTaskService', 'queryEntityPage', '查询任务列表分页', '0', 125, '1', '2024-05-07 09:48:20', '1', '2024-05-07 09:48:20', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('126', '主数据设置查询数据源的服务', 'mdmService', 'queryMdmModuleServer', '主数据设置查询数据源的服务', '0', 126, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('19a723f1c0574ea6a2ed4b4f3f05b96e', '查询任务列表', 'integrationTaskService', 'queryEntity', '查询任务列表', '0', 126, '1', '2024-05-07 09:48:45', '1', '2024-05-07 09:48:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('127', '主数据设置查询数据源字段的服务', 'mdmService', 'queryMdmModuleServerFiled', '主数据设置查询数据源字段的服务', '0', 127, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e6136d49423a4ff2bcc73e225de06922', '保存任务', 'integrationTaskService', 'saveEntity', '保存任务', '0', 127, '1', '2024-05-07 09:49:01', '1', '2024-05-07 09:49:01', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('128', '主数据设置查询主表字段', 'mdmService', 'queryMdmModuleServerMainFiled', '主数据设置查询主表字段', '0', 128, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('144d72d02ac4407aaba287cc2b4e9c94', '获取任务', 'integrationTaskService', 'getEntity', '获取任务', '0', 128, '1', '2024-05-07 09:49:18', '1', '2024-05-07 09:49:18', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('129', '主数据设置保存数据源', 'mdmService', 'saveMdmModuleDb', '主数据设置保存数据源', '0', 129, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('851c4f03412f454d9d1f85cd6c6c2259', '修改任务', 'integrationTaskService', 'updateEntity', '修改任务', '0', 129, '1', '2024-05-07 09:49:34', '1', '2024-05-07 09:49:34', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('130', '主数据设置查询显示信息', 'mdmService', 'queryMdmModuleView', '主数据设置查询显示信息', '0', 130, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9a86aae825a6476c836ae013d1ca139b', '删除任务', 'integrationTaskService', 'deleteEntity', '删除任务', '0', 130, '1', '2024-05-07 09:49:48', '1', '2024-05-07 09:49:48', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('131', '主数据设置修改显示信息', 'mdmService', 'doSaveMdmModuleView', '主数据设置修改显示信息', '0', 131, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8137afb97e6848b59c3a7a482eed02d0', '启用停用任务', 'integrationTaskService', 'enableDisableEntity', '启用停用任务', '0', 131, '1', '2024-05-07 09:50:05', '1', '2024-05-07 09:50:05', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('132', '主数据设置查询权限配置', 'mdmService', 'queryMdmModuleRule', '主数据设置查询权限配置', '0', 132, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8b83433c54ad4ab88caacfed08e48c4f', '查询任务实例列表分页', 'integrationTaskLivingService', 'queryEntityPage', '查询任务实例列表分页', '0', 132, '1', '2024-05-07 10:57:41', '1', '2024-05-07 10:57:41', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('133', '主数据设置保存权限配置', 'mdmService', 'doSaveMdmModuleRule', '主数据设置保存权限配置', '0', 133, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('451c63d99ed144cea18878a6539379e4', '查询任务日志列表分页', 'integrationTaskLogService', 'queryEntityPage', '查询任务日志列表分页', '0', 133, '1', '2024-05-07 10:58:00', '1', '2024-05-15 10:14:35', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('134', '主数据设置查询分发设置', 'mdmService', 'queryMdmModuleDistribute', '主数据设置查询分发设置', '0', 134, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('34c0191710334ba896989d8f6af41d52', '获取任务日志', 'integrationTaskLogService', 'getEntity', '获取任务日志', '0', 134, '1', '2024-05-08 16:20:49', '1', '2024-05-15 10:15:03', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('135', '主数据设置保存分发设置', 'mdmService', 'doSaveMdmModuleDistribute', '主数据设置保存分发设置', '0', 135, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f2b0c44895ba40cca0dd0f85a8ee96a0', '获取任务实例', 'integrationTaskLivingService', 'getEntity', '获取任务实例', '0', 135, '1', '2024-05-08 16:21:08', '1', '2024-05-08 16:21:08', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('136', '主数据列表显示 树、查询条件、列表字段、按钮', 'mdmService', 'queryMdmShow', '主数据列表显示 树、查询条件、列表字段、按钮', '0', 136, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('137', '主数据查询所有字段', 'mdmService', 'queryMdmShowAll', '主数据查询所有字段', '0', 137, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('138', '查询模版数据', 'mdmService', 'queryTemplateData', '查询模版数据', '0', 138, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('139', '主数据列表显示 业务数据', 'mdmService', 'queryMdmShowData', '主数据列表显示 业务数据', '0', 139, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('140', '主数据业务数据', 'mdmService', 'queryMdmShowDistribute', '主数据业务数据', '0', 140, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('141', '主数据业务数据树结构', 'mdmService', 'queryMdmShowTreeData', '主数据业务数据树结构', '0', 141, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('142', '主数据业务数据树数据', 'mdmService', 'queryMdmOptionData', '主数据业务数据树数据', '0', 142, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('143', '主数据详情 区分类型 新增、修改、查看', 'mdmService', 'queryMdmShowDetails', '主数据详情 区分类型 新增、修改、查看', '0', 143, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('144', '主数据详情数据 区分类型 新增、修改、查看', 'mdmService', 'queryMdmShowDetailsData', '主数据详情数据 区分类型 新增、修改、查看', '0', 144, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('145', '主数据详情数据修改', 'mdmService', 'updateMdmShowDetailsData', '主数据详情数据修改', '0', 145, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('146', '主数据详情数据新增', 'mdmService', 'saveMdmShowDetailsData', '主数据详情数据新增', '0', 146, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('147', '主数据删除业务数据', 'mdmService', 'deleteMdmShowDetailsData', '主数据删除业务数据', '0', 147, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('148', '主数据处理分发数据', 'mdmService', 'doMdmDistribute', '主数据处理分发数据', '0', 148, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8362f166ae9948beafd16c63768972a4', '数据源查询', 'sysDataSourceService', 'queryPage', '数据源查询', '0', 149, '1', '2024-05-13 11:17:01', '1', '2024-05-13 11:17:01', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('167e8870f7b84b5d94555f10014d8b8e', '数据源新增', 'sysDataSourceService', 'addEntity', '数据源新增', '0', 150, '1', '2024-05-13 11:25:33', '1', '2024-05-13 11:25:33', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1c30ec9075ed4d71af86333c00b795bb', '修改数据源', 'sysDataSourceService', 'editEntity', '修改数据源', '0', 151, '1', '2024-05-13 11:28:14', '1', '2024-05-13 11:28:14', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('13e10620a6574addbd8e07e2af088684', '删除数据源', 'sysDataSourceService', 'deleteEntity', '删除数据源', '0', 152, '1', '2024-05-13 11:28:45', '1', '2024-05-13 11:28:45', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('67f3bafa57d94afa92bb56bffadc946f', '获取数据源', 'sysDataSourceService', 'queryEntity', '获取数据源', '0', 153, '1', '2024-05-13 11:29:16', '1', '2024-05-13 11:29:16', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('49f5a859828648f18738ba08192bff01', '首页异常日志', 'homeService', 'appErrorNum', '首页异常日志', '0', 154, '1', '2024-05-13 16:14:05', '1', '2024-05-13 16:14:05', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5f246aac13a746d7b90ff691b785d155', '首页接口运行情况', 'homeService', 'appApiNum', '首页接口运行情况', '0', 155, '1', '2024-05-13 16:14:30', '1', '2024-05-13 16:14:30', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fa9084830bc648839455c04b1602f9e2', '首页任务运行情况', 'homeService', 'taskNum', '首页任务运行情况', '0', 156, '1', '2024-05-13 16:14:54', '1', '2024-05-13 16:14:54', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0797fecc12614587bd87575eefe5c583', '首页数据接入', 'homeService', 'sevenNum', '首页数据接入', '0', 157, '1', '2024-05-13 16:15:14', '1', '2024-05-13 16:15:14', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e768febaa23b4c7094bb595f4e5b9cb1', '查询应用api列表', 'sysApplicationApiService', 'queryEntity', '查询应用api列表', '0', 158, '1', '2024-05-14 16:58:30', '1', '2024-05-14 16:58:30', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('430c31e9d2ef44e790eaaefe3b29d999', '日志功能测试', 'integrationTaskLivingDetailsService', 'testLog', NULL, '0', 159, '1', '2024-05-15 15:02:52', '1', '2024-05-15 15:02:52', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fc2d958b759a4dfea5a2522f7497aa9a', '分页查询集成任务日志明细', 'integrationTaskLivingDetailsService', 'queryPage', '分页查询集成任务日志明细', '0', 160, '1', '2024-05-16 11:18:46', '1', '2024-05-16 11:18:46', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('abba8f24fe4e461e90c407a777b7a3bf', '获取集成任务日志明细', 'integrationTaskLivingDetailsService', 'queryEntity', '获取集成任务日志明细', '0', 161, '1', '2024-05-16 11:19:09', '1', '2024-05-16 11:19:09', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1ee6b37f4ab1486a8707a45180598615', '集成任务日志明细批量推送', 'integrationTaskLivingDetailsService', 'batchPush', '集成任务日志明细批量推送', '0', 162, '1', '2024-05-16 11:19:42', '1', '2024-05-16 11:19:42', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6651bbe8919a46c4a7cc958f60a86f16', '集成任务日志明细重新推送', 'integrationTaskLivingDetailsService', 'repush', '集成任务日志明细重新推送', '0', 163, '1', '2024-05-16 11:20:08', '1', '2024-05-16 11:20:08', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ee68d9a9df3d4f409a622cbc87185326', '集成任务日志明细手工处理', 'integrationTaskLivingDetailsService', 'manualProcessing', '集成任务日志明细手工处理', '0', 164, '1', '2024-05-16 11:20:33', '1', '2024-05-16 11:20:33', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('dfe5389ad5b84a1c9ee43d4348ad29d3', '集成任务日志明细删除', 'integrationTaskLivingDetailsService', 'deleteEntity', '集成任务日志明细删除', '0', 165, '1', '2024-05-16 11:20:58', '1', '2024-05-16 11:20:58', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a03ec723c8164286abd26b67e775715c', '获取用户菜单按钮', 'sysButtonConfigService', 'getUserButton', NULL, '0', 166, '1', '2024-05-16 14:13:19', '1', '2024-05-16 14:13:19', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('77f51f10041a4334b3ad4f2dbfc048d6', '查询应用插件列表和api', 'sysApplicationService', 'queryPlugAndApi', NULL, '0', 167, '1', '2024-05-16 14:13:53', '1', '2024-05-16 14:13:53', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c1c12567d813423593a3523fdab7000d', 'groovy执行脚本', 'groovyIntegrationService', 'groovyScriptExecution', 'groovy执行脚本', '0', 168, '1', '2024-05-16 13:12:56', '1', '2024-05-16 13:12:56', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f0c91a270bbd42b0bd2575eeba327f90', '查询报表分类树', 'reportClassifyService', 'queryEntityTree', '查询报表分类树', '0', 169, '1', '2024-05-21 16:40:07', '1', '2024-05-21 16:40:52', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c4ab68b30321484ab1f710284c6e76fa', '保存报表分类', 'reportClassifyService', 'saveEntity', '保存报表分类', '0', 170, '1', '2024-05-21 16:40:39', '1', '2024-05-21 16:40:39', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9681159fa0114c57b678907c4ac99894', '获取报表分类', 'reportClassifyService', 'getEntity', '获取报表分类', '0', 171, '1', '2024-05-21 16:42:10', '1', '2024-05-21 16:42:10', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bb715450cbf247d990fdd8d74068277f', '修改报表分类', 'reportClassifyService', 'updateEntity', '修改报表分类', '0', 172, '1', '2024-05-21 16:42:37', '1', '2024-05-21 16:42:37', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0ca7dc7ebab64407b045785c7fce2dc1', '删除报表分类', 'reportClassifyService', 'deleteEntity', '删除报表分类', '0', 173, '1', '2024-05-21 16:42:57', '1', '2024-05-21 16:42:57', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('67a3b788649249f0b567d0ba328700d7', '查询报表管理列表分页', 'reportManageService', 'queryEntityPage', '查询报表管理列表分页', '0', 174, '1', '2024-05-21 16:45:48', '1', '2024-05-21 16:45:48', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fffd8a61e1cf4336bf157b5257e33978', '查询报表管理列表', 'reportManageService', 'queryEntity', '查询报表管理列表', '0', 175, '1', '2024-05-21 16:46:07', '1', '2024-05-21 16:46:07', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d8152a56838f4cb99798d737ac0c8b66', '保存报表管理', 'reportManageService', 'saveEntity', '保存报表管理', '0', 176, '1', '2024-05-21 16:46:25', '1', '2024-05-21 16:46:25', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('04b56cf991114d06931a65f48f38cebc', '查询未配置的报表', 'reportManageService', 'queryReport', '查询未配置的报表', '0', 177, '1', '2024-05-21 16:46:40', '1', '2024-05-21 16:46:40', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f9a3503bfbc04910a9087a884607c85c', '查询单个报表', 'reportManageService', 'queryReportEntity', '查询单个报表', '0', 178, '1', '2024-05-21 16:46:54', '1', '2024-05-21 16:46:54', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d5b636e1fa99449fae1c2b53747ebd11', '获取报表管理', 'reportManageService', 'getEntity', '获取报表管理', '0', 179, '1', '2024-05-21 16:47:08', '1', '2024-05-21 16:47:08', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('946ecfec68ac4668906410013c65b6cc', '修改报表管理', 'reportManageService', 'updateEntity', '修改报表管理', '0', 180, '1', '2024-05-21 16:47:22', '1', '2024-05-21 16:47:22', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('00e0a6e632674d6db2d92aca31ff4f41', '删除报表管理', 'reportManageService', 'deleteEntity', '删除报表管理', '0', 181, '1', '2024-05-21 16:47:35', '1', '2024-05-21 16:47:35', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f839a76ac2964901b5b2327bb59d51d2', '启用停用报表管理', 'reportManageService', 'enableDisableEntity', '启用停用报表管理', '0', 182, '1', '2024-05-21 16:47:50', '1', '2024-05-21 16:47:50', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9aaf70c8a3c048d882c83a1a0f2efc08', '报表管理权限查询', 'reportManageService', 'jurisdiction', '报表管理权限查询', '0', 183, '1', '2024-05-21 16:48:04', '1', '2024-05-21 16:48:04', 'Y', '0', '0'); +INSERT INTO `sys_interface` (`id`, `name`, `bean_name`, `interface_name`, `remark`, `state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b025b0059ae842f18ba11a88cbbaa817', '保存报表管理权限查询', 'reportManageService', 'saveJurisdiction', '保存报表管理权限查询', '0', 184, '1', '2024-05-21 16:48:18', '1', '2024-05-21 16:48:18', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_menu_config +-- ---------------------------- +DROP TABLE IF EXISTS `sys_menu_config`; +CREATE TABLE `sys_menu_config` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `parent_menu_id` varchar(50) DEFAULT NULL COMMENT '上级菜单ID(0表示无上级)', + `menu_name` varchar(200) DEFAULT NULL COMMENT '菜单名称', + `menu_english_name` varchar(200) DEFAULT NULL COMMENT '菜单英文名称', + `menu_icon` varchar(200) DEFAULT NULL COMMENT '图标样式', + `route` varchar(200) DEFAULT NULL COMMENT '页面路由', + `menu_page` varchar(200) DEFAULT NULL COMMENT '页面', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `visibles` char(1) DEFAULT NULL COMMENT '是否可见(1、可见2、不可见)', + `show_type` char(1) DEFAULT NULL COMMENT '显示类型(1、菜单2、弹窗)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `options` varchar(500) DEFAULT NULL COMMENT 'options', + `form_id` varchar(500) DEFAULT NULL COMMENT '表单ID', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统菜单表'; + +-- ---------------------------- +-- Records of sys_menu_config +-- ---------------------------- +BEGIN; +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('1', '0', '系统管理', 'systemSettings', 'icon-shezhi', '/systemSettings', 'Layout', NULL, '0', '1', 1, '1', '2024-04-02 09:35:56', '1', '2024-04-02 09:36:07', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('2', '1', '用户管理', 'userSettings', NULL, 'userSettings', 'systemSettings/userSettings', NULL, '0', '1', 2, '1', '2024-04-02 09:36:01', '1', '2024-04-07 09:21:44', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('3', '2', '角色管理', 'roleSettings', 'icon-jiaoseguanli', 'roleSettings', 'systemSettings/userSettings/roleSettings/index', NULL, '0', '1', 3, '1', '2024-04-02 09:36:04', '1', '2024-04-07 09:21:47', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('4c72e5216d744e0fb715d5d778db412b', '2', '人员管理', 'PersonnelSettings', 'icon-renyuanguanli', 'PersonnelSettings', 'systemSettings/userSettings/PersonnelSettings/index', '1231231312312', '0', '1', 4, '1', '2024-04-02 10:10:35', '1', '2024-04-07 09:21:53', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('c05bc722e3664b428e24134965fe8dd3', '2', '用户信息', 'userInformation', 'icon-yonghuxinxi', 'userInformation', 'systemSettings/userSettings/userInformation/index', NULL, '0', '1', 5, '1', '2024-04-02 10:11:58', '1', '2024-04-07 09:11:59', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('4', '1', '组织机构', 'organization', 'icon-xitongguanli', 'organization', 'systemSettings/organization/index', NULL, '0', '1', 6, '1', '2024-04-02 10:11:58', '1', '2024-04-07 09:12:05', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('5', '0', '系统维护', 'systemMaintenance', 'icon-xitongweihu', '/systemMaintenance', 'Layout', NULL, '0', '1', 6, '1', '2024-04-02 10:11:58', '1', '2024-04-02 10:12:22', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('6', '5', '菜单管理', 'menuManagement', 'icon-caidanguanli', 'menuManagement', 'systemMaintenance/menuManagement', NULL, '0', '1', 7, '1', '2024-04-02 10:11:58', '1', '2024-04-02 10:12:22', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('7', '5', '按钮管理', 'buttonManagement', 'icon-anniuguanli', 'buttonManagement', 'systemMaintenance/buttonManagement/index', NULL, '0', '1', 8, '1', '2024-04-02 10:11:58', '1', '2024-04-02 10:12:22', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('c008932b06e84ae5904e989af3d0fb07', '1', '权限管理', 'jurisdictionManage', NULL, 'jurisdictionManage', 'systemSettings/jurisdictionManage/index', NULL, '0', '1', 10, '1', '2024-04-03 14:07:29', '1', '2024-04-07 09:12:07', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('0e119cab23454d2ebf2442f0bf1a4f0b', 'c008932b06e84ae5904e989af3d0fb07', '用户权限', 'userJurisdiction', 'icon-yonghuquanxian', 'userJurisdiction', 'systemSettings/jurisdictionManage/userJurisdiction/index', NULL, '0', '1', 11, '1', '2024-04-03 14:07:57', '1', '2024-04-07 09:13:01', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('11a0fd7c778a45fe9e02d0c0200dc179', 'c008932b06e84ae5904e989af3d0fb07', '角色权限', 'roleJurisdiction', 'icon-jiaosequanxian', 'roleJurisdiction', 'systemSettings/jurisdictionManage/roleJurisdiction/index', NULL, '0', '1', 12, '1', '2024-04-07 09:05:00', '1', '2024-04-07 09:12:11', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('51928849267a463799cc4a336a6bee71', '0', '应用管理', 'applicationList', 'icon-caidan', '/applicationList', 'Layout', NULL, '0', '1', 13, '1', '2024-04-08 09:30:55', '1', '2024-04-08 10:44:58', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('84fd5cd21223416b942d5f79bcae5f35', '51928849267a463799cc4a336a6bee71', '应用中心', 'applicationListAdmin', NULL, 'applicationListAdmin', 'applicationList/index', NULL, '0', '1', 14, '1', '2024-04-08 09:31:43', '1', '2024-04-08 10:47:22', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('822bbe0150ff46f982c0fa998f64f340', '51928849267a463799cc4a336a6bee71', '应用设置', 'settingMenu', NULL, 'settingMenu', 'applicationList/settingMenu', NULL, '1', '1', 15, '1', '2024-04-08 15:40:38', '1', '2024-04-09 15:22:22', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('3c979f6461ed42289a04e07daa85a16d', '51928849267a463799cc4a336a6bee71', '应用新增', 'applicationAdd', NULL, 'applicationAdd', 'applicationList/applicationAdd', NULL, '1', '1', 16, '1', '2024-04-08 15:41:04', '1', '2024-04-09 15:22:25', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('46720575a73b46c8a883e3b890364c22', '0', '数据源管理', 'dataSourceManagement', NULL, '/dataSourceManagement', 'Layout', NULL, '0', '1', 17, '1', '2024-04-09 14:39:17', '1', '2024-04-09 14:39:17', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('0fd80aff8d9c4dd3810ca2d043c00ca3', '46720575a73b46c8a883e3b890364c22', '数据源管理', 'dataSourceManagements', NULL, 'dataSourceManagement', 'dataSourceManagement/dataSourceManagement/index', NULL, '0', '1', 18, '1', '2024-04-09 14:40:04', '1', '2024-04-09 14:40:04', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('5f1182ffd4c1451291a211c4a820fb6b', '0', '集成任务管理', 'task', 'icon-renwuguanli', '/task', 'Layout', NULL, '0', '1', 22, '1', '2024-04-09 14:42:44', '1', '2024-04-09 14:42:44', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('9cf6a9fad9874da18c42f1c63c64ddbc', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务部署', 'taskAdmin', NULL, '/', 'intergrationTask/index', NULL, '0', '1', 23, '1', '2024-04-09 14:43:15', '1', '2024-04-09 14:43:15', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('5451b1c84bd84af6af44b45ced4340a9', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务日志', 'detailData', NULL, 'logDetails', 'intergrationTask/detailData/index', NULL, '0', '1', 24, '1', '2024-04-09 14:43:43', '1', '2024-05-13 09:57:24', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('f5b3895011a54d45a3b9104e3fc28b8e', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务监控', 'taskMonitoring', NULL, 'monitoring', 'intergrationTask/monitoring', NULL, '0', '1', 26, '1', '2024-04-09 14:44:48', '1', '2024-04-09 14:44:48', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('82a8abdab323409a8eba40d2753eb4ae', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务日志明细', 'logDetails', NULL, 'taskLogDetails', 'intergrationTask/taskLogdetailData/index', NULL, '0', '1', 27, '1', '2024-04-09 14:45:15', '1', '2024-05-16 10:57:44', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('931a97a2ea33446d9c3f4e11130279de', '5f1182ffd4c1451291a211c4a820fb6b', '日志查看', 'taskLogsView', NULL, 'logsview', 'intergrationTask/logsViewPage', NULL, '1', '1', 28, '1', '2024-04-09 14:45:46', '1', '2024-04-09 15:22:35', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('9521483e01d14e5aa06fd246da55d2c3', '5f1182ffd4c1451291a211c4a820fb6b', '任务设置', 'taskAdd', NULL, 'add', 'intergrationTask/taskAdd', NULL, '1', '1', 29, '1', '2024-04-09 14:46:13', '1', '2024-04-10 09:04:33', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('16faf4e100fe482888af65d3ff5e11bc', '5f1182ffd4c1451291a211c4a820fb6b', '实例查看', 'taskLivingView', NULL, 'livingview', 'intergrationTask/livingViewPage', NULL, '1', '1', 30, '1', '2024-04-09 14:46:50', '1', '2024-04-09 15:22:41', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('4fd2f714e1a14aedb1971f80fca8b0ce', '0', '集成任务', 'newIntegrationTask', 'icon-renwujicheng', '/newIntegrationTask', 'Layout', NULL, '0', '1', 31, '1', '2024-04-09 14:47:36', '1', '2024-04-09 14:47:36', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('504e6bc41ea6456f93e69f3be668e137', '4fd2f714e1a14aedb1971f80fca8b0ce', '插件参数设置', 'plugInOptions', NULL, 'plugInOptions', 'newIntegrationTask/plugInOptions/index', NULL, '0', '1', 32, '1', '2024-04-09 14:48:03', '1', '2024-04-09 14:48:03', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('1d00e0acc81b4e5ab65b98d91e1d4dfc', '4fd2f714e1a14aedb1971f80fca8b0ce', '集成前台任务', 'foregroundTask', NULL, 'foregroundTask', 'newIntegrationTask/foregroundTask/index', NULL, '0', '1', 33, '1', '2024-04-09 14:48:31', '1', '2024-04-09 14:48:31', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('fe7d099ecfd94593a13dc321218749cc', 'c008932b06e84ae5904e989af3d0fb07', '接口管理', 'apiAdmin', NULL, 'apiAdmin', 'apiAdmin/index.vue', NULL, '0', '1', 35, '1', '2024-04-11 09:30:32', '1', '2024-04-11 09:30:32', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('973fa79b42e64c9e968e9a5b1295c486', '0', '主数据中心', '主数据中心', 'icon-zhushujuzhongxin', '/integrationOption', 'Layout', NULL, '0', '1', 38, '1', '2024-05-08 17:02:23', '1', '2024-05-08 17:02:23', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('55c2c82eb1ba458d84f666784d6a13a1', '973fa79b42e64c9e968e9a5b1295c486', '主数据配置', 'masterDataOptions', NULL, 'masterDataOptions', 'masterDataOptions/index', NULL, '0', '1', 39, '1', '2024-05-08 17:02:57', '1', '2024-05-08 17:02:57', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('19074ffd21c04e6d9961a7daea7cff2e', '973fa79b42e64c9e968e9a5b1295c486', '主数据添加', 'masterDataAdd', NULL, 'masterDataAdd', 'masterDataOptions/masterDataAdd', NULL, '1', '1', 40, '1', '2024-05-08 17:03:27', '1', '2024-05-20 09:13:19', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('1035eb2fbba24caca0617d3dc11c1f09', '973fa79b42e64c9e968e9a5b1295c486', '主数据设置', 'masterDataSettingMenu', NULL, 'settingMenu', 'masterDataOptions/settingMenu', NULL, '1', '1', 41, '1', '2024-05-08 17:03:55', '1', '2024-05-20 09:13:22', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('ea22757e99c144fb9ef381dd322e233c', '973fa79b42e64c9e968e9a5b1295c486', '主数据', 'integrationOptionV2', NULL, 'integrationOptionV2', 'ParentView', NULL, '0', '1', 43, '1', '2024-05-08 17:05:13', '1', '2024-05-08 17:05:13', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('31af286fe5e9408da241744d57d4fbeb', '8df7d78fc64f4256bf614d05cfb6354d', ' 嵌入页测试1', 'iframeChunk', NULL, 'iframeChunkTest', 'iframeChunk/index', NULL, '0', '1', 45, '1', '2024-05-14 15:26:53', '1', '2024-05-14 15:26:53', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('1a300fc3d3bb470392eb5a543042cf83', '0', '嵌入页测试', 'iframeChunk', 'iframeChunk', '/iframeChunk', 'Layout', NULL, '0', '1', 46, '1', '2024-05-14 15:40:15', '1', '2024-05-14 15:40:15', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('fcae3b1adab24279b6f27d6d5d3bdb60', '1a300fc3d3bb470392eb5a543042cf83', ' 嵌入页测试1', 'iframeChunkTest', NULL, 'iframeChunkTest', 'iframeChunk/index', NULL, '0', '1', 47, '1', '2024-05-14 15:40:39', '1', '2024-05-14 15:40:39', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('310638bad6d34e33aa53878ffbbe6cbf', '0', '报表中心', 'reportCenter', 'reportCenter', '/reportCenter', 'Layout', NULL, '0', '1', 51, '1', '2024-05-21 14:44:22', '1', '2024-05-21 14:44:45', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('df191edd5b3b4b02849b175ecd9e33e2', '310638bad6d34e33aa53878ffbbe6cbf', '报表设计', 'reportDesign', 'reportDesign', '/reportDesign', 'Layout', NULL, '0', '1', 52, '1', '2024-05-21 14:46:40', '1', '2024-05-21 14:46:48', 'Y', '0', '0', NULL, NULL); +INSERT INTO `sys_menu_config` (`id`, `parent_menu_id`, `menu_name`, `menu_english_name`, `menu_icon`, `route`, `menu_page`, `remark`, `visibles`, `show_type`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `options`, `form_id`) VALUES ('273d68853e2643c58708dc23f0502ae6', '310638bad6d34e33aa53878ffbbe6cbf', '报表管理', 'reportManagement', 'reportManagement', '/reportManagement', 'Layout', NULL, '0', '1', 53, '1', '2024-05-21 14:47:33', '1', '2024-05-21 14:47:40', 'Y', '0', '0', NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_merchant_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_merchant_control`; +CREATE TABLE `sys_merchant_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='客商辅助核算'; + +-- ---------------------------- +-- Records of sys_merchant_control +-- ---------------------------- +BEGIN; +INSERT INTO `sys_merchant_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('1', NULL, NULL, NULL, NULL, NULL, '8633000154', '杭州奥星实业有限公司', NULL, NULL, NULL, NULL, NULL, '02', '杭州奥星实业有限公司', 1, NULL, NULL, NULL, NULL, 'Y', NULL, NULL, '07', '07'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_message_manage +-- ---------------------------- +DROP TABLE IF EXISTS `sys_message_manage`; +CREATE TABLE `sys_message_manage` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `theme` varchar(50) DEFAULT NULL COMMENT '消息主题', + `code` varchar(50) DEFAULT NULL COMMENT '消息编码', + `send_app` varchar(50) DEFAULT NULL COMMENT '发送者应用', + `send_api` varchar(50) DEFAULT NULL COMMENT '发送者', + `data_type` char(1) DEFAULT NULL COMMENT '数据类型(1、对象 2、数组)', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='消息管理主表'; + +-- ---------------------------- +-- Records of sys_message_manage +-- ---------------------------- +BEGIN; +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('01d52d75dd324468a1a9fe1323064ff7', '速网OA其他入库保存即签字', 'swow0009', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA其他入库保存即签字', 15, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 14:08:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:34', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('1', 'bip新增供应商', 'BIPSaveGYS', '3b12f5e26ab64c408feb5342ad9c9cef', '7021cddb3fff11eea2cd00ffb4e96929', '1', '新增供应商', 1, '1', '2023-08-29 10:08:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 08:56:40', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('14909713f58a44478650434ebb7f2781', '速网OA存货档案新增', 'swow0004', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA存货档案新增', 10, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 11:37:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:54', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('2630d1161452455ab32ad22618c7a5e2', '速网OA付款单保存即审核', 'swow0006', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA付款单保存即审核', 12, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 11:50:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:10', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('34121fd1efea46d2bcb17e19fc6d77b8', '速网OA客商档案分配', 'swow0002', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA客商档案分配', 8, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 11:25:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:42', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('38f1cccea9ed449ca0f5fbf442256e50', '速网OA存货档案分配', 'swow0003', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA存货档案分配', 9, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 11:34:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:48', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('3d3ed96860cc4c2db7758c6e36be8743', '测试数据', '202308311437', 'e3ad64d5104e47fcaf8f261d8d730e35', '581c01e0bec44afd9401219cb2250997', '1', '备注', 4, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 14:37:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 17:17:22', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('466ac05115da4eb9845e2a16398519d5', '速网OA其他出库保存即签字', 'swow0008', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA其他出库保存即签字', 14, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:57:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:26', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4ef7d573fe484db0abf830e0c20e233e', '速网U8C销售订单关闭', 'swow0012', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网U8C销售订单关闭', 18, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:19:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:19:56', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5bd0f8f38f6b441bbd63096f9381b7da', 'bip新增客户', 'BIPSaveKH', '3b12f5e26ab64c408feb5342ad9c9cef', '9121bc583fff11eea2cd00ffb4e96929', '1', '新增客户', 2, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 17:10:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 17:10:42', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('5dfd68a8617c4d0a82ebcf85f7d801db', '速网OA调拨订单保存即审核', 'swow0010', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA调拨订单保存即审核', 16, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 14:19:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:40', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('62ae1881a78c45d083fa9ad5332ec792', '速网OA采购订单保存即审核', 'swow0005', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA采购订单保存即审核', 11, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 11:43:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:00', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('74e66bbafebd4fd0b3ea0670dd10b568', '凭证新增', 'BIP0001', '3b12f5e26ab64c408feb5342ad9c9cef', '4dc776cd42f011eea2cd00ffb4e83624', '1', NULL, 6, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 10:01:09', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 16:03:15', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('8504be6ce42a43b384423111aaee39ce', '速网U8C销售出库单保存即审核', 'swow0011', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网U8C销售出库单保存即审核', 17, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 14:36:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 14:36:28', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('96449323eb2e494aa6a35c4ed9054c95', 'bip测试数据1', '29388311', '46589afb9de1436ab70521932f08809f', '7b935ceae2f6430fa629516b6bad2e73', '1', NULL, 3, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 14:11:05', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 14:14:59', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a194b874d8744798925b96793d7c265e', '速网OA客商档案新增', 'swow0001', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA客户新增', 7, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 10:36:49', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:36', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('cdc210e6e8994fb7a0fd4139b64d006c', '测试第三方推送', 'dotestSend', '3d205f45e1844942991f65e0c96e19c5', 'bedad9546da946c4a21d5421ca040ae8', '1', '测试三方推送', 5, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 10:51:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 10:51:54', 'Y', NULL); +INSERT INTO `sys_message_manage` (`id`, `theme`, `code`, `send_app`, `send_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('e3744bcd902d486c9c4f8afb8b5a1234', '速网OA销售订单保存即审核', 'swow0007', 'b585ef6f52554ef69d3e1c4c2c10dcba', '4ae38a6163784e278bd7b9c5cb01d243', '1', '速网OA销售订单保存即审核', 13, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-09 13:50:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:20', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_message_manage_detail +-- ---------------------------- +DROP TABLE IF EXISTS `sys_message_manage_detail`; +CREATE TABLE `sys_message_manage_detail` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `formmain_id` varchar(50) DEFAULT NULL COMMENT '消息主表主键', + `receive_name` varchar(50) DEFAULT NULL COMMENT '接收者名称', + `receive_code` varchar(50) DEFAULT NULL COMMENT '接收者编码', + `receive_app` varchar(50) DEFAULT NULL COMMENT '接收者应用', + `receive_api` varchar(50) DEFAULT NULL COMMENT '接收者', + `data_type` char(1) DEFAULT NULL COMMENT '数据类型(1、对象 2、数组)', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `return_type` varchar(255) DEFAULT NULL COMMENT '返回解析类型', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='消息管理明细表'; + +-- ---------------------------- +-- Records of sys_message_manage_detail +-- ---------------------------- +BEGIN; +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('06df15ccb10b42a1b00e4bc9e8c2c748', '62ae1881a78c45d083fa9ad5332ec792', '速网U8C', 'sw0005', 'bc6d7be70b7c41f69302ef89f62b4854', '676750094da643daa3776b2238dc5420', '1', NULL, 11, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:00', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:00', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('088ac67516c54ff796c471e7142c48db', '466ac05115da4eb9845e2a16398519d5', '速网U8C', 'sw0008', 'bc6d7be70b7c41f69302ef89f62b4854', 'e85fcd01de8540c3a6d4af2b16c0f553', '1', NULL, 14, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:26', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:26', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('1e41ad3f23e44c54ab325862ce86d2d9', '38f1cccea9ed449ca0f5fbf442256e50', '速网U8C', 'sw0003', 'bc6d7be70b7c41f69302ef89f62b4854', '3963dc1f23cf4064a760d9d2be14145c', '1', NULL, 9, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:48', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('20ae9d175fe34166a6ee94790fa09807', '5dfd68a8617c4d0a82ebcf85f7d801db', '速网U8C', 'sw0010', 'bc6d7be70b7c41f69302ef89f62b4854', '67318cba6ea549bb8d8493b25753f9b0', '1', NULL, 16, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:40', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('262ac4aef4cc4946b7c03920a197ef92', 'cdc210e6e8994fb7a0fd4139b64d006c', '推送对象', 'sendObj', '3d205f45e1844942991f65e0c96e19c5', 'a35b474e848b47b6aa767cf014e2c549', '1', '测试对象', 4, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 10:51:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 10:51:55', 'Y', NULL, NULL); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('3029e9bbcad343928832d19635b7422e', '34121fd1efea46d2bcb17e19fc6d77b8', '速网U8C', 'sw0002', 'bc6d7be70b7c41f69302ef89f62b4854', '2a9ab72bace8439186e0b132f54f3cfe', '1', NULL, 8, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:42', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('3c74681846f64910a596a45e04081778', 'e3744bcd902d486c9c4f8afb8b5a1234', '速网U8C', 'sw0007', 'bc6d7be70b7c41f69302ef89f62b4854', '0bd08c5aff994a4fa629dc4764cb08c4', '1', NULL, 13, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:20', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('3d11cd40a36247438e0a29e619c96ef6', '14909713f58a44478650434ebb7f2781', '速网U8C', 'sw0004', 'bc6d7be70b7c41f69302ef89f62b4854', 'e189c19d2ff847c79e2532fee69bb538', '1', NULL, 10, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:54', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('4687f17bf7ba402cba7def12ab4f3cdd', '3d3ed96860cc4c2db7758c6e36be8743', '测试子表', '08311437', '19fd5110767b46d2853d359a97303bb6', '6cca84542c5211eea2cd00ffb4e96929', '1', NULL, 3, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 17:17:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-31 17:17:22', 'Y', NULL, NULL); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('4b931da7be57474e98bda74a24d595b6', '4ef7d573fe484db0abf830e0c20e233e', '速网U8C销售订单关闭', 'sw0012', 'bc6d7be70b7c41f69302ef89f62b4854', '7d791be0410442509e4b682c1b6a1b3d', '1', NULL, 18, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:19:56', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-14 09:19:56', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('65bd56c1e6e24be5ace6759dae036059', '8504be6ce42a43b384423111aaee39ce', '速网U8C销售出库单', 'sw0011', 'bc6d7be70b7c41f69302ef89f62b4854', '14119c49b14f4008a479f2f4adefc142', '1', NULL, 17, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 14:36:28', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 14:36:28', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('6a5e42c7b15a4ca197835ed383a2d605', '2630d1161452455ab32ad22618c7a5e2', '速网U8C', 'sw0006', 'bc6d7be70b7c41f69302ef89f62b4854', 'f69773104dee4ed89d1051ad93db60b7', '1', NULL, 12, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:10', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('7c73b3cf5c254ea5bfffceb9f219a807', '74e66bbafebd4fd0b3ea0670dd10b568', '凭证新增', 'BIP0001', '3b12f5e26ab64c408feb5342ad9c9cef', '4dc776cd42f011eea2cd00ffb4e83625', '1', '凭证新增', 6, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 16:03:15', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-12-04 16:03:15', 'Y', NULL, '1'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('8f0d7f34686b417cbcb73953de44828a', 'cdc210e6e8994fb7a0fd4139b64d006c', '推送数组', 'sendArr', '3d205f45e1844942991f65e0c96e19c5', '4f2c06e859d5479c8271fb11455b08e3', '2', '测试数组', 5, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 10:51:57', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-01 10:51:57', 'Y', NULL, NULL); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('909f2ca9eb1445609fb8cb2270107202', '5bd0f8f38f6b441bbd63096f9381b7da', 'bip保存客户', 'bipBCKH', '3b12f5e26ab64c408feb5342ad9c9cef', '9121bc583fff11eea2cd00ffb4e96929', '1', '保存客户', 2, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 17:10:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 17:10:42', 'Y', NULL, NULL); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('ca91d50019b14fdb9b2d756eb95b0c84', 'a194b874d8744798925b96793d7c265e', '速网U8C', 'swow', 'bc6d7be70b7c41f69302ef89f62b4854', '68e01326c2454bef8a38377b983030dd', '1', NULL, 7, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:14:36', 'Y', NULL, '2'); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('cf218c668a6c429282d8a952426bd636', '1', 'bip保存供应商', 'bipBCGYS', '19fd5110767b46d2853d359a97303bb6', '588511322c5211eea2cd00ffb4e96929', '1', '保存供应商', 1, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 08:56:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-20 08:56:40', 'Y', NULL, NULL); +INSERT INTO `sys_message_manage_detail` (`id`, `formmain_id`, `receive_name`, `receive_code`, `receive_app`, `receive_api`, `data_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`) VALUES ('ec8b2dfcf9e3442998c336acfd730496', '01d52d75dd324468a1a9fe1323064ff7', '速网U8C', 'sw0009', 'bc6d7be70b7c41f69302ef89f62b4854', '5053699a3e6e46a6b3554aae212f4988', '1', NULL, 15, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:34', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 16:15:34', 'Y', NULL, '2'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_message_manage_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_message_manage_log`; +CREATE TABLE `sys_message_manage_log` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `message_manage_id` varchar(50) DEFAULT NULL COMMENT '消息主表主键', + `theme` varchar(50) DEFAULT NULL COMMENT '消息主题', + `message_code` varchar(50) DEFAULT NULL COMMENT '消息编码', + `send_app` varchar(50) DEFAULT NULL COMMENT '发送者应用', + `send_api` varchar(50) DEFAULT NULL COMMENT '发送者', + `receive_code` varchar(50) DEFAULT NULL COMMENT '接收者编码', + `receive_app` varchar(50) DEFAULT NULL COMMENT '接收者应用', + `receive_api` varchar(50) DEFAULT NULL COMMENT '接收者', + `source_data` longtext COMMENT '源数据', + `target_data` longtext COMMENT '目标data', + `return_data` text COMMENT '返回信息', + `status` char(1) DEFAULT NULL COMMENT '状态(1、待发送 2、发送中3、发送成功 4、发送失败)', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `return_type` varchar(255) DEFAULT NULL COMMENT '返回解析类型', + `error_status` char(1) DEFAULT NULL COMMENT '失败状态(1、需要重新发送 2、不需要重新发送)(添加一个字段,增加逻辑)', + PRIMARY KEY (`id`), + KEY `sys_message_manage_log_001` (`sts`,`receive_app`,`receive_api`,`send_app`,`status`,`create_time`), + KEY `sys_message_manage_log_002` (`sts`,`receive_app`,`receive_api`,`create_time`), + KEY `sys_message_manage_log_003` (`sts`,`receive_app`,`receive_api`,`send_app`,`create_time`), + KEY `sys_message_manage_log_004` (`sts`,`receive_app`,`receive_api`,`status`,`create_time`), + KEY `sys_message_manage_log_005` (`sts`,`receive_app`,`receive_api`,`status`,`error_status`), + FULLTEXT KEY `idx_message_manage_id_02` (`source_data`), + FULLTEXT KEY `idx_message_manage_id_03` (`target_data`), + FULLTEXT KEY `idx_message_manage_id_04` (`return_data`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; + +-- ---------------------------- +-- Records of sys_message_manage_log +-- ---------------------------- +BEGIN; +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('aeca3ceaa302419cb2df9023c87e39a1', NULL, NULL, NULL, 'f32abb417626461d997bdc7834b7e186', NULL, '8000060000', '7237df1794704bcc930020f2d3b7fe90', '0f15cc0879e64d13a5e6aa838f4280f8', '{\"header\":{\"content-length\":\"0\",\"secretkey\":\"zPzpgKdhxl5oKgdZn5cbhKKd/VmszdWL0xcLYKWDTLDWtTKMcY2JXM0heij8a9kZj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"apicode\":\"8000060000\",\"appid\":\"800006\",\"publickey\":\"ZJYACcOct0dO9vaMh01wHIDUz0q0gkxhWROFEgTQr1C+t81Ce7eDIk+3zDUT+v578prj\",\"host\":\"127.0.0.1:9999\",\"content-type\":\"application/json\",\"connection\":\"keep-alive\",\"cache-control\":\"no-cache\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\",\"accept\":\"*/*\"},\"body\":\"\",\"querys\":\"userCode=admin1&entcode=002&orgcode=1001&clientid=001&clientsecret=04a79f18992b42ea973aa70e5a9af2b0\"}', '{\"header\":{},\"body\":\"\",\"querys\":\"userCode=admin1&entcode=002&orgcode=1001&clientid=001&clientsecret=04a79f18992b42ea973aa70e5a9af2b0\"}', '{\"ResCode\":502,\"Success\":false,\"ResMsg\":\"参数错误\",\"Data\":\"\"}', '3', '转发成功,发送前时间:-11944ms,发送时间:-56ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-08 16:28:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-08 16:28:55', 'Y', NULL, NULL, '2'); +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('88d18c0b53414525b41d278e5b49c497', NULL, NULL, NULL, 'f32abb417626461d997bdc7834b7e186', NULL, '8000060000', '7237df1794704bcc930020f2d3b7fe90', '0f15cc0879e64d13a5e6aa838f4280f8', '{\"header\":{\"content-length\":\"0\",\"secretkey\":\"zPzpgKdhxl5oKgdZn5cbhKKd/VmszdWL0xcLYKWDTLDWtTKMcY2JXM0heij8a9kZj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"cookie\":\"token=fc04c644-c162-4a8d-802b-24e24e440741;JSESSIONID=9AB31CF2CA52C9F47B92EE5B7274E7E0\",\"publickey\":\"ZJYACcOct0dO9vaMh01wHIDUz0q0gkxhWROFEgTQr1C+t81Ce7eDIk+3zDUT+v578prj\",\"accept\":\"*/*\",\"apicode\":\"8000060000\",\"appid\":\"800006\",\"host\":\"localhost:9999\",\"content-type\":\"application/json\",\"connection\":\"keep-alive\",\"cache-control\":\"no-cache\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\"},\"body\":\"\",\"querys\":\"userCode=admin1&entcode=002&orgcode=1001&clientid=001&clientsecret=04a79f18992b42ea973aa70e5a9af2b0\"}', '{\"header\":{},\"body\":\"\",\"querys\":\"userCode=admin1&entcode=002&orgcode=1001&clientid=001&clientsecret=04a79f18992b42ea973aa70e5a9af2b0\"}', '{\"ResCode\":502,\"Success\":false,\"ResMsg\":\"参数错误\",\"Data\":\"\"}', '3', '转发成功,发送前时间:-167ms,发送时间:-890ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-12 09:09:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-12 09:09:42', 'Y', NULL, NULL, '2'); +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('c4d8b8d98d354bb69184711661f41fa2', NULL, NULL, NULL, 'd3aa3859c22c459985640b62d0a8724e', NULL, '8000060000', '7237df1794704bcc930020f2d3b7fe90', '0f15cc0879e64d13a5e6aa838f4280f8', '{\"header\":{\"secretkey\":\"tuJr9TGBvtb1QybsKhyV0aqLvPVUoIP8DvgXr6+nIJdxDUmGNTrBHdAPnlgv1Le7j3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"apicode\":\"8000060000\",\"appid\":\"800006\",\"publickey\":\"ZJYAIj9o6eszTAo+Q8gSKJcObX5tuwgNYq9trgT2835UmhBCe7eDIk+3zDUT+v578prj\",\"host\":\"127.0.0.1:9999\",\"connection\":\"keep-alive\",\"cache-control\":\"no-cache\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\",\"accept\":\"*/*\"},\"body\":\"\",\"querys\":\"userCode=WDT&entcode=006&orgcode=100319&clientid=001&clientsecret=3a4738524e1344309b9988b5b42c5a1a\"}', '{\"header\":{},\"body\":\"\",\"querys\":\"userCode=WDT&entcode=006&orgcode=100319&clientid=001&clientsecret=3a4738524e1344309b9988b5b42c5a1a\"}', '{\"ResCode\":0,\"Success\":true,\"ResMsg\":\"登录成功,token有效时间为10分钟\",\"Data\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJFbnRlcnByaXNlSUQiOiIwMDYiLCJFbnRDb2RlIjoiMDA2IiwiQ3VsdHVyZU5hbWUiOiJ6aC1DTiIsIk9yZ0NvZGUiOiIxMDAzMTkiLCJPcmdJRCI6IjEwMDIzMTExNTAwMjgzNzMiLCJPcmdOYW1lIjoiMTAwMjMxMjE4MDExMTkwMyIsIlVzZXJJRCI6IjEwMDIzMTIxODAxMTE5MDMiLCJVc2VyQ29kZSI6IldEVCIsIlVzZXJOYW1lIjoid2R0IiwiRXhwaXJlIjoiMjAyNC0wNC0xOVQxNDoyOTowOS45Mjc3NTA1KzA4OjAwIiwiVmFsaWRBdWRpZW5jZSI6IjAwNjEwMDMxOVdEVDE3MTM1MzYzNDk5MjYiLCJFZmZlY3RpdmVNaW4iOjEwLCJBcHBJRCI6bnVsbCwiVG9rZW5FeHRlbmRLZXkiOiJXRFRAMTAwMzE5QDAwNkAifQ.YBCYg39MncVcBwDDXY7dxeFByewhIgGkoP0F1hVf7qg\"}', '3', '转发成功,发送前时间:-142ms,发送时间:-4372ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-19 14:19:11', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-19 14:19:11', 'Y', NULL, NULL, '2'); +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('ce0c21e528fc441da976f95d53009af3', NULL, NULL, NULL, '82bd4293fda94d6896217509f11b6c4c', NULL, '8000160014', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '817e5580ba1142909298d4c0657cefd3', '{\"header\":{\"content-length\":\"777\",\"x-forwarded-proto\":\"http\",\"secretkey\":\"fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"publickey\":\"ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj\",\"x-forwarded-for\":\"115.238.48.210\",\"accept\":\"*/*\",\"x-real-ip\":\"115.238.48.210\",\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"apicode\":\"8000160014\",\"appid\":\"800016\",\"host\":\"hzya.ufyct.com\",\"connection\":\"close\",\"content-type\":\"application/json\",\"cache-control\":\"no-cache\",\"usercode\":\"aoxing\",\"trantype\":\"code\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\"},\"body\":\"{\\n\\t\\\"voucher\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"details\\\": [\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"借方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1132\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [\\n\\t\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\t\\t\\\"checktypecode\\\": \\\"73\\\",\\n\\t\\t\\t\\t\\t\\t\\t\\\"checkvaluecode\\\": \\\"0101006\\\"\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"测试贷方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1131\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t],\\n\\t\\t\\t\\\"no\\\": \\\"1\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_glorgbook\\\": \\\"01-01\\\",\\n\\t\\t\\t\\\"pk_prepared\\\": \\\"17633965916\\\",\\n\\t\\t\\t\\\"pk_vouchertype\\\": \\\"记账\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\"header\":{\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"usercode\":\"aoxing\",\"trantype\":\"code\"},\"body\":\"{\\n\\t\\\"voucher\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"details\\\": [\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"借方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1132\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [\\n\\t\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\t\\t\\\"checktypecode\\\": \\\"73\\\",\\n\\t\\t\\t\\t\\t\\t\\t\\\"checkvaluecode\\\": \\\"0101006\\\"\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"测试贷方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1131\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t],\\n\\t\\t\\t\\\"no\\\": \\\"1\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_glorgbook\\\": \\\"01-01\\\",\\n\\t\\t\\t\\\"pk_prepared\\\": \\\"17633965916\\\",\\n\\t\\t\\t\\\"pk_vouchertype\\\": \\\"记账\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\n \"status\": \"success\",\n \"data\": \"[{\\\"pk_glorgbook\\\":\\\"0001F1100000000003XO\\\",\\\"glorgbook_code\\\":\\\"01-01\\\",\\\"glorgbook_name\\\":\\\"临安奥星电子股份有限公司奥星电子核算账簿\\\",\\\"pk_voucher\\\":\\\"0001F11000000000I5SI\\\",\\\"no\\\":\\\"1\\\",\\\"year\\\":\\\"2024\\\",\\\"period\\\":\\\"04\\\",\\\"prepareddate\\\":\\\"2024-04-24\\\",\\\"pk_prepared\\\":\\\"0001F11000000000I5B0\\\",\\\"prepared_code\\\":\\\"17633965916\\\",\\\"prepared_name\\\":\\\"于群辉\\\",\\\"pk_vouchertype\\\":\\\"0001DEFAULT000000001\\\",\\\"vouchertype_code\\\":\\\"记账\\\",\\\"vouchertype_name\\\":\\\"记账凭证\\\",\\\"explanation\\\":\\\"借方金额\\\",\\\"totaldebit\\\":100,\\\"totalcredit\\\":100,\\\"pk_system\\\":\\\"XX\\\",\\\"signflag\\\":false,\\\"discardflag\\\":false,\\\"detail\\\":[{\\\"pk_detail\\\":\\\"1001F11000000000676A\\\",\\\"pk_voucher\\\":\\\"0001F11000000000I5SI\\\",\\\"detailindex\\\":\\\"1\\\",\\\"explanation\\\":\\\"借方金额\\\",\\\"pk_accsubj\\\":\\\"0001F1100000000009Q3\\\",\\\"accsubj_code\\\":\\\"1132\\\",\\\"accsubj_name\\\":\\\"应收利息\\\",\\\"pk_currtype\\\":\\\"00010000000000000001\\\",\\\"currtype_code\\\":\\\"CNY\\\",\\\"currtype_name\\\":\\\"人民币\\\",\\\"price\\\":0,\\\"excrate1\\\":0,\\\"debitquantity\\\":0,\\\"debitamount\\\":100,\\\"localdebitamount\\\":100,\\\"creditquantity\\\":0,\\\"creditamount\\\":0,\\\"localcreditamount\\\":0,\\\"ass\\\":[],\\\"cashflow\\\":[]},{\\\"pk_detail\\\":\\\"1001F11000000000676B\\\",\\\"pk_voucher\\\":\\\"0001F11000000000I5SI\\\",\\\"detailindex\\\":\\\"2\\\",\\\"explanation\\\":\\\"测试贷方金额\\\",\\\"pk_accsubj\\\":\\\"0001F110000000001J5R\\\",\\\"accsubj_code\\\":\\\"1131\\\",\\\"accsubj_name\\\":\\\"应收股利\\\",\\\"pk_currtype\\\":\\\"00010000000000000001\\\",\\\"currtype_code\\\":\\\"CNY\\\",\\\"currtype_name\\\":\\\"人民币\\\",\\\"price\\\":0,\\\"excrate1\\\":0,\\\"debitquantity\\\":0,\\\"debitamount\\\":0,\\\"localdebitamount\\\":0,\\\"creditquantity\\\":0,\\\"creditamount\\\":100,\\\"localcreditamount\\\":100,\\\"ass\\\":[{\\\"pk_checktype\\\":\\\"00010000000000000073\\\",\\\"checktypecode\\\":\\\"73\\\",\\\"pk_checkvalue\\\":\\\"1001F11000000000476Y\\\",\\\"checkvaluecode\\\":\\\"0101006\\\"}],\\\"cashflow\\\":[]}],\\\"pk_corp\\\":\\\"1001\\\",\\\"corp_code\\\":\\\"01\\\",\\\"corp_name\\\":\\\"临安奥星电子股份有限公司\\\"}]\",\n \"taskNumber\": \"202404240081\"\n}', '3', '转发成功,发送前时间:-870ms,发送时间:-373ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 14:22:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 14:22:36', 'Y', NULL, NULL, '2'); +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('ced4c6b5c6094f00810ee6e376d8275c', NULL, NULL, NULL, '82bd4293fda94d6896217509f11b6c4c', NULL, '8000160014', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '817e5580ba1142909298d4c0657cefd3', '{\"header\":{\"content-length\":\"777\",\"x-forwarded-proto\":\"http\",\"secretkey\":\"fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"publickey\":\"ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj\",\"x-forwarded-for\":\"115.238.48.210\",\"accept\":\"*/*\",\"x-real-ip\":\"115.238.48.210\",\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"apicode\":\"8000160014\",\"appid\":\"800016\",\"host\":\"hzya.ufyct.com\",\"connection\":\"close\",\"content-type\":\"application/json\",\"cache-control\":\"no-cache\",\"usercode\":\"aoxing\",\"trantype\":\"code\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\"},\"body\":\"{\\n\\t\\\"voucher\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"details\\\": [\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"借方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1132\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [\\n\\t\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\t\\t\\\"checktypecode\\\": \\\"73\\\",\\n\\t\\t\\t\\t\\t\\t\\t\\\"checkvaluecode\\\": \\\"0101006\\\"\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"测试贷方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1131\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t],\\n\\t\\t\\t\\\"no\\\": \\\"1\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_glorgbook\\\": \\\"01-01\\\",\\n\\t\\t\\t\\\"pk_prepared\\\": \\\"17633965916\\\",\\n\\t\\t\\t\\\"pk_vouchertype\\\": \\\"记账\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\"header\":{\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"usercode\":\"aoxing\",\"trantype\":\"code\"},\"body\":\"{\\n\\t\\\"voucher\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"details\\\": [\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"借方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1132\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t},\\n\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\\"ass\\\": [\\n\\t\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\t\\t\\\"checktypecode\\\": \\\"73\\\",\\n\\t\\t\\t\\t\\t\\t\\t\\\"checkvaluecode\\\": \\\"0101006\\\"\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t],\\n\\t\\t\\t\\t\\t\\\"cashflow\\\": [],\\n\\t\\t\\t\\t\\t\\\"creditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"debitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"explanation\\\": \\\"测试贷方金额\\\",\\n\\t\\t\\t\\t\\t\\\"localcreditamount\\\": \\\"100\\\",\\n\\t\\t\\t\\t\\t\\\"localdebitamount\\\": \\\"0\\\",\\n\\t\\t\\t\\t\\t\\\"pk_accsubj\\\": \\\"1131\\\",\\n\\t\\t\\t\\t\\t\\\"pk_currtype\\\": \\\"CNY\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t],\\n\\t\\t\\t\\\"no\\\": \\\"1\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_glorgbook\\\": \\\"01-01\\\",\\n\\t\\t\\t\\\"pk_prepared\\\": \\\"17633965916\\\",\\n\\t\\t\\t\\\"pk_vouchertype\\\": \\\"记账\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\n \"status\": \"falied\",\n \"errorcode\": \"-32000\",\n \"errormsg\": \"U8C返回信息:凭证内部错误号:[10008] 使用的凭证号已存在,不允许重复!\",\n \"taskNumber\": \"202404240084\"\n}', '3', '转发成功,发送前时间:-86ms,发送时间:-151ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 14:30:53', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 14:30:53', 'Y', NULL, NULL, '2'); +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('732c94f1da224116a91a78cf1c254106', NULL, NULL, NULL, '82bd4293fda94d6896217509f11b6c4c', NULL, '8000160015', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '3fd76325f6b941299056a1fb690d4f88', '{\"header\":{\"content-length\":\"206\",\"x-forwarded-proto\":\"http\",\"secretkey\":\"fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"publickey\":\"ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj\",\"x-forwarded-for\":\"115.238.48.210\",\"accept\":\"*/*\",\"x-real-ip\":\"115.238.48.210\",\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"apicode\":\"8000160015\",\"appid\":\"800016\",\"host\":\"hzya.ufyct.com\",\"connection\":\"close\",\"content-type\":\"application/json\",\"cache-control\":\"no-cache\",\"usercode\":\"aoxing\",\"trantype\":\"code\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\"},\"body\":\"{\\n\\t\\\"deptdoc\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"createDate\\\": \\\"2024-04-24\\\",\\n\\t\\t\\t\\\"deptattr\\\": \\\"1\\\",\\n\\t\\t\\t\\\"deptcode\\\": \\\"99\\\",\\n\\t\\t\\t\\\"deptname\\\": \\\"DEV测试一级部门\\\",\\n\\t\\t\\t\\\"depttype\\\": \\\"0\\\",\\n\\t\\t\\t\\\"isuseretail\\\": \\\"false\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\"header\":{\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"usercode\":\"aoxing\",\"trantype\":\"code\"},\"body\":\"{\\n\\t\\\"deptdoc\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"createDate\\\": \\\"2024-04-24\\\",\\n\\t\\t\\t\\\"deptattr\\\": \\\"1\\\",\\n\\t\\t\\t\\\"deptcode\\\": \\\"99\\\",\\n\\t\\t\\t\\\"deptname\\\": \\\"DEV测试一级部门\\\",\\n\\t\\t\\t\\\"depttype\\\": \\\"0\\\",\\n\\t\\t\\t\\\"isuseretail\\\": \\\"false\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\n \"status\": \"success\",\n \"data\": \"[{\\\"pk_corp\\\":\\\"1001\\\",\\\"unitcode\\\":\\\"01\\\",\\\"unitname\\\":\\\"临安奥星电子股份有限公司\\\",\\\"createdate\\\":\\\"2024-04-24\\\",\\\"deptattr\\\":\\\"1\\\",\\\"deptname\\\":\\\"DEV测试一级部门\\\",\\\"deptcode\\\":\\\"99\\\",\\\"pk_deptdoc\\\":\\\"1001F110000000006770\\\"}]\",\n \"taskNumber\": \"202404240094\"\n}', '3', '转发成功,发送前时间:-75ms,发送时间:-109ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 15:07:30', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 15:07:30', 'Y', NULL, NULL, '2'); +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('c16e457fcb9546d796ca15ea4d5706d8', NULL, NULL, NULL, '82bd4293fda94d6896217509f11b6c4c', NULL, '8000160016', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '87427138df6d4cd6bb77f3b11d8fabad', '{\"header\":{\"content-length\":\"248\",\"x-forwarded-proto\":\"http\",\"secretkey\":\"fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"publickey\":\"ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj\",\"x-forwarded-for\":\"115.238.48.210\",\"accept\":\"*/*\",\"x-real-ip\":\"115.238.48.210\",\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"apicode\":\"8000160016\",\"appid\":\"800016\",\"host\":\"hzya.ufyct.com\",\"connection\":\"close\",\"content-type\":\"application/json\",\"cache-control\":\"no-cache\",\"usercode\":\"aoxing\",\"trantype\":\"code\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\"},\"body\":\"{\\n\\t\\\"deptdoc\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"createDate\\\": \\\"2024-04-24\\\",\\n\\t\\t\\t\\\"deptattr\\\": \\\"1\\\",\\n\\t\\t\\t\\\"deptcode\\\": \\\"99\\\",\\n\\t\\t\\t\\\"deptname\\\": \\\"DEV测试一级部门1\\\",\\n\\t\\t\\t\\\"depttype\\\": \\\"0\\\",\\n\\t\\t\\t\\\"isuseretail\\\": \\\"false\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_deptdoc\\\": \\\"1001F11000000000676O\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\"header\":{\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"usercode\":\"aoxing\",\"trantype\":\"code\"},\"body\":\"{\\n\\t\\\"deptdoc\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"createDate\\\": \\\"2024-04-24\\\",\\n\\t\\t\\t\\\"deptattr\\\": \\\"1\\\",\\n\\t\\t\\t\\\"deptcode\\\": \\\"99\\\",\\n\\t\\t\\t\\\"deptname\\\": \\\"DEV测试一级部门1\\\",\\n\\t\\t\\t\\\"depttype\\\": \\\"0\\\",\\n\\t\\t\\t\\\"isuseretail\\\": \\\"false\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_deptdoc\\\": \\\"1001F11000000000676O\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\n \"status\": \"falied\",\n \"errorcode\": \"-32000\",\n \"errormsg\": \"U8C返回信息:部门[主键:1001F11000000000676O]不存在\",\n \"taskNumber\": \"202404240095\"\n}', '3', '转发成功,发送前时间:-46ms,发送时间:-79ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 15:07:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 15:07:44', 'Y', NULL, NULL, '2'); +INSERT INTO `sys_message_manage_log` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`) VALUES ('9d6e5b90ceac466f8238c3f4dfa6eaef', NULL, NULL, NULL, '82bd4293fda94d6896217509f11b6c4c', NULL, '8000160016', '6ac7a79166ad4b9d92a4dfb8518b5ca8', '87427138df6d4cd6bb77f3b11d8fabad', '{\"header\":{\"content-length\":\"249\",\"x-forwarded-proto\":\"http\",\"secretkey\":\"fviZnLBsQUAGF8w8FSOdJi7XlIm/XAZclMxRagDLfTyJFlvnIBF3w66Hrpfzs8cYj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"publickey\":\"ZJYAWb7lhAUTYqekPkU+uHJv1/ObJxb7dT7sD8HPRDGAgyhCe7eDIk+3zDUT+v578prj\",\"x-forwarded-for\":\"115.238.48.210\",\"accept\":\"*/*\",\"x-real-ip\":\"115.238.48.210\",\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"apicode\":\"8000160016\",\"appid\":\"800016\",\"host\":\"hzya.ufyct.com\",\"connection\":\"close\",\"content-type\":\"application/json\",\"cache-control\":\"no-cache\",\"usercode\":\"aoxing\",\"trantype\":\"code\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\"},\"body\":\"{\\n\\t\\\"deptdoc\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"createDate\\\": \\\"2024-04-24\\\",\\n\\t\\t\\t\\\"deptattr\\\": \\\"1\\\",\\n\\t\\t\\t\\\"deptcode\\\": \\\"99\\\",\\n\\t\\t\\t\\\"deptname\\\": \\\"DEV测试一级部门11\\\",\\n\\t\\t\\t\\\"depttype\\\": \\\"0\\\",\\n\\t\\t\\t\\\"isuseretail\\\": \\\"false\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_deptdoc\\\": \\\"1001F110000000006770\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\"header\":{\"password\":\"83f1ad3e7fa3617f1aae62ae7413c810\",\"system\":\"01\",\"usercode\":\"aoxing\",\"trantype\":\"code\"},\"body\":\"{\\n\\t\\\"deptdoc\\\": [\\n\\t\\t{\\n\\t\\t\\t\\\"createDate\\\": \\\"2024-04-24\\\",\\n\\t\\t\\t\\\"deptattr\\\": \\\"1\\\",\\n\\t\\t\\t\\\"deptcode\\\": \\\"99\\\",\\n\\t\\t\\t\\\"deptname\\\": \\\"DEV测试一级部门11\\\",\\n\\t\\t\\t\\\"depttype\\\": \\\"0\\\",\\n\\t\\t\\t\\\"isuseretail\\\": \\\"false\\\",\\n\\t\\t\\t\\\"pk_corp\\\": \\\"01\\\",\\n\\t\\t\\t\\\"pk_deptdoc\\\": \\\"1001F110000000006770\\\"\\n\\t\\t}\\n\\t]\\n}\"}', '{\n \"status\": \"success\",\n \"data\": \"[{\\\"pk_corp\\\":\\\"1001\\\",\\\"unitcode\\\":\\\"01\\\",\\\"unitname\\\":\\\"临安奥星电子股份有限公司\\\",\\\"createdate\\\":\\\"2024-04-24\\\",\\\"deptattr\\\":\\\"1\\\",\\\"deptname\\\":\\\"DEV测试一级部门11\\\",\\\"deptcode\\\":\\\"99\\\",\\\"pk_deptdoc\\\":\\\"1001F110000000006770\\\"}]\",\n \"taskNumber\": \"202404240096\"\n}', '3', '转发成功,发送前时间:-49ms,发送时间:-162ms', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 15:08:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-04-24 15:08:04', 'Y', NULL, NULL, '2'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_message_manage_log_success +-- ---------------------------- +DROP TABLE IF EXISTS `sys_message_manage_log_success`; +CREATE TABLE `sys_message_manage_log_success` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `message_manage_id` varchar(50) DEFAULT NULL COMMENT '消息主表主键', + `theme` varchar(50) DEFAULT NULL COMMENT '消息主题', + `message_code` varchar(50) DEFAULT NULL COMMENT '消息编码', + `send_app` varchar(50) DEFAULT NULL COMMENT '发送者应用', + `send_api` varchar(50) DEFAULT NULL COMMENT '发送者', + `receive_code` varchar(50) DEFAULT NULL COMMENT '接收者编码', + `receive_app` varchar(50) DEFAULT NULL COMMENT '接收者应用', + `receive_api` varchar(50) DEFAULT NULL COMMENT '接收者', + `source_data` longtext COMMENT '源数据', + `target_data` longtext COMMENT '目标data', + `return_data` text COMMENT '返回信息', + `status` char(1) DEFAULT NULL COMMENT '状态(1、待发送 2、发送中3、发送成功 4、发送失败)', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `return_type` varchar(255) DEFAULT NULL COMMENT '返回解析类型', + `error_status` char(1) DEFAULT NULL COMMENT '失败状态(1、需要重新发送 2、不需要重新发送)(添加一个字段,增加逻辑)', + `root_app_pk` varchar(255) DEFAULT NULL COMMENT '源系统主键', + `root_app_bill` varchar(255) DEFAULT NULL COMMENT '原系统单据号', + `plugin_id` varchar(255) DEFAULT NULL COMMENT '插件ID', + PRIMARY KEY (`id`), + KEY `sys_message_manage_log_success_001` (`sts`,`receive_app`,`receive_api`,`send_app`,`status`,`create_time`), + KEY `sys_message_manage_log_success_002` (`sts`,`receive_app`,`receive_api`,`create_time`), + KEY `sys_message_manage_log_success_003` (`sts`,`receive_app`,`receive_api`,`send_app`,`create_time`), + KEY `sys_message_manage_log_success_004` (`sts`,`receive_app`,`receive_api`,`status`,`create_time`), + KEY `sys_message_manage_log_success_005` (`sts`,`receive_app`,`receive_api`,`status`,`error_status`), + FULLTEXT KEY `idx_message_manage_id_success_02` (`source_data`), + FULLTEXT KEY `idx_message_manage_id_success_03` (`target_data`), + FULLTEXT KEY `idx_message_manage_id_success_04` (`return_data`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; + +-- ---------------------------- +-- Records of sys_message_manage_log_success +-- ---------------------------- +BEGIN; +INSERT INTO `sys_message_manage_log_success` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`, `root_app_pk`, `root_app_bill`, `plugin_id`) VALUES ('8a01479b17df463ebf9e0d018702296b', NULL, NULL, NULL, 'f32abb417626461d997bdc7834b7e186', NULL, '8000060000', '7237df1794704bcc930020f2d3b7fe90', '0f15cc0879e64d13a5e6aa838f4280f8', '{\"header\":{\"content-length\":\"0\",\"secretkey\":\"zPzpgKdhxl5oKgdZn5cbhKKd/VmszdWL0xcLYKWDTLDWtTKMcY2JXM0heij8a9kZj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"apicode\":\"8000060000\",\"appid\":\"800006\",\"publickey\":\"ZJYACcOct0dO9vaMh01wHIDUz0q0gkxhWROFEgTQr1C+t81Ce7eDIk+3zDUT+v578prj\",\"host\":\"127.0.0.1:9999\",\"content-type\":\"application/json\",\"connection\":\"keep-alive\",\"cache-control\":\"no-cache\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\",\"accept\":\"*/*\"},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"header\":{},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"ResCode\":0,\"Success\":true,\"ResMsg\":\"登录成功,token有效时间为10分钟\",\"Data\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJFbnRlcnByaXNlSUQiOiIwNCIsIkVudENvZGUiOiIwNCIsIkN1bHR1cmVOYW1lIjoiemgtQ04iLCJPcmdDb2RlIjoiMTAwMyIsIk9yZ0lEIjoiMTAwMjMxMTE1MDAwNDMzMSIsIk9yZ05hbWUiOiIxMDAyMzEyMTgwMTEwOTkzIiwiVXNlcklEIjoiMTAwMjMxMjE4MDExMDk5MyIsIlVzZXJDb2RlIjoiQ1JNIiwiVXNlck5hbWUiOiJjcm0iLCJFeHBpcmUiOiIyMDI0LTA1LTE0VDEwOjA1OjUwLjYwNTI4ODYrMDg6MDAiLCJWYWxpZEF1ZGllbmNlIjoiMDQxMDAzQ1JNMTcxNTY4MDU1MDYwNSIsIkVmZmVjdGl2ZU1pbiI6MTAsIkFwcElEIjpudWxsLCJUb2tlbkV4dGVuZEtleSI6IkNSTUAxMDAzQDA0QCJ9.MpLseJnoxZIEz5z4iOfmfo3pVvHOYXgwYRFlblZTyBw\"}', '3', '接口调用成功,返回信息如下:登录成功,token有效时间为10分钟', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-14 09:56:01', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-14 09:56:01', 'Y', NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_message_manage_log_success` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`, `root_app_pk`, `root_app_bill`, `plugin_id`) VALUES ('070562f44a4d46a59aacd99f63a145cc', NULL, NULL, NULL, 'f32abb417626461d997bdc7834b7e186', NULL, '8000060000', '7237df1794704bcc930020f2d3b7fe90', '0f15cc0879e64d13a5e6aa838f4280f8', '{\"header\":{\"content-length\":\"0\",\"secretkey\":\"zPzpgKdhxl5oKgdZn5cbhKKd/VmszdWL0xcLYKWDTLDWtTKMcY2JXM0heij8a9kZj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"apicode\":\"8000060000\",\"appid\":\"800006\",\"publickey\":\"ZJYACcOct0dO9vaMh01wHIDUz0q0gkxhWROFEgTQr1C+t81Ce7eDIk+3zDUT+v578prj\",\"host\":\"127.0.0.1:9999\",\"content-type\":\"application/json\",\"connection\":\"keep-alive\",\"cache-control\":\"no-cache\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\",\"accept\":\"*/*\"},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"header\":{},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"ResCode\":0,\"Success\":true,\"ResMsg\":\"登录成功,token有效时间为10分钟\",\"Data\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJFbnRlcnByaXNlSUQiOiIwNCIsIkVudENvZGUiOiIwNCIsIkN1bHR1cmVOYW1lIjoiemgtQ04iLCJPcmdDb2RlIjoiMTAwMyIsIk9yZ0lEIjoiMTAwMjMxMTE1MDAwNDMzMSIsIk9yZ05hbWUiOiIxMDAyMzEyMTgwMTEwOTkzIiwiVXNlcklEIjoiMTAwMjMxMjE4MDExMDk5MyIsIlVzZXJDb2RlIjoiQ1JNIiwiVXNlck5hbWUiOiJjcm0iLCJFeHBpcmUiOiIyMDI0LTA1LTE0VDEwOjA3OjU4LjU0NjIzNjYrMDg6MDAiLCJWYWxpZEF1ZGllbmNlIjoiMDQxMDAzQ1JNMTcxNTY4MDY3ODU0NiIsIkVmZmVjdGl2ZU1pbiI6MTAsIkFwcElEIjpudWxsLCJUb2tlbkV4dGVuZEtleSI6IkNSTUAxMDAzQDA0QCJ9.-VY1s5-mCMx2inj_poRj7VdBAxClmZeCjuF1sHgnr94\"}', '3', '接口调用成功,返回信息如下:登录成功,token有效时间为10分钟', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-14 09:58:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-14 09:58:14', 'Y', NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_message_manage_log_success` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`, `root_app_pk`, `root_app_bill`, `plugin_id`) VALUES ('372eff6db7524cb8852a7202b51b910c', NULL, NULL, NULL, 'f32abb417626461d997bdc7834b7e186', NULL, '8000060000', '7237df1794704bcc930020f2d3b7fe90', '0f15cc0879e64d13a5e6aa838f4280f8', '{\"header\":{\"content-length\":\"0\",\"secretkey\":\"zPzpgKdhxl5oKgdZn5cbhKKd/VmszdWL0xcLYKWDTLDWtTKMcY2JXM0heij8a9kZj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"apicode\":\"8000060000\",\"appid\":\"800006\",\"publickey\":\"ZJYACcOct0dO9vaMh01wHIDUz0q0gkxhWROFEgTQr1C+t81Ce7eDIk+3zDUT+v578prj\",\"host\":\"127.0.0.1:9999\",\"content-type\":\"application/json\",\"connection\":\"keep-alive\",\"cache-control\":\"no-cache\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\",\"accept\":\"*/*\"},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"header\":{},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"ResCode\":0,\"Success\":true,\"ResMsg\":\"登录成功,token有效时间为10分钟\",\"Data\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJFbnRlcnByaXNlSUQiOiIwNCIsIkVudENvZGUiOiIwNCIsIkN1bHR1cmVOYW1lIjoiemgtQ04iLCJPcmdDb2RlIjoiMTAwMyIsIk9yZ0lEIjoiMTAwMjMxMTE1MDAwNDMzMSIsIk9yZ05hbWUiOiIxMDAyMzEyMTgwMTEwOTkzIiwiVXNlcklEIjoiMTAwMjMxMjE4MDExMDk5MyIsIlVzZXJDb2RlIjoiQ1JNIiwiVXNlck5hbWUiOiJjcm0iLCJFeHBpcmUiOiIyMDI0LTA1LTE0VDEwOjA5OjA5LjI3Mjk3MDIrMDg6MDAiLCJWYWxpZEF1ZGllbmNlIjoiMDQxMDAzQ1JNMTcxNTY4MDc0OTI3MiIsIkVmZmVjdGl2ZU1pbiI6MTAsIkFwcElEIjpudWxsLCJUb2tlbkV4dGVuZEtleSI6IkNSTUAxMDAzQDA0QCJ9.xypDduwJLsdSmDlqKTm1JxUUNq2la84p8D0m2X_7Z6I\"}', '3', '接口调用成功', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-14 09:59:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-14 09:59:21', 'Y', NULL, NULL, '2', NULL, NULL, NULL); +INSERT INTO `sys_message_manage_log_success` (`id`, `message_manage_id`, `theme`, `message_code`, `send_app`, `send_api`, `receive_code`, `receive_app`, `receive_api`, `source_data`, `target_data`, `return_data`, `status`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `return_type`, `error_status`, `root_app_pk`, `root_app_bill`, `plugin_id`) VALUES ('848e7d522ee145b5b7139f2837b995de', NULL, NULL, NULL, 'f32abb417626461d997bdc7834b7e186', NULL, '8000060000', '7237df1794704bcc930020f2d3b7fe90', '0f15cc0879e64d13a5e6aa838f4280f8', '{\"header\":{\"content-length\":\"0\",\"secretkey\":\"zPzpgKdhxl5oKgdZn5cbhKKd/VmszdWL0xcLYKWDTLDWtTKMcY2JXM0heij8a9kZj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=\",\"apicode\":\"8000060000\",\"appid\":\"800006\",\"publickey\":\"ZJYACcOct0dO9vaMh01wHIDUz0q0gkxhWROFEgTQr1C+t81Ce7eDIk+3zDUT+v578prj\",\"host\":\"127.0.0.1:9999\",\"content-type\":\"application/json\",\"connection\":\"keep-alive\",\"cache-control\":\"no-cache\",\"accept-encoding\":\"gzip, deflate, br\",\"user-agent\":\"PostmanRuntime-ApipostRuntime/1.1.0\",\"accept\":\"*/*\"},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"header\":{},\"body\":\"\",\"querys\":\"userCode=CRM&entcode=04&orgcode=1003&clientid=CRM&clientsecret=e16fec765f484d83a1ec17ce5166c57b\"}', '{\"ResCode\":0,\"Success\":true,\"ResMsg\":\"登录成功,token有效时间为10分钟\",\"Data\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJFbnRlcnByaXNlSUQiOiIwNCIsIkVudENvZGUiOiIwNCIsIkN1bHR1cmVOYW1lIjoiemgtQ04iLCJPcmdDb2RlIjoiMTAwMyIsIk9yZ0lEIjoiMTAwMjMxMTE1MDAwNDMzMSIsIk9yZ05hbWUiOiIxMDAyMzEyMTgwMTEwOTkzIiwiVXNlcklEIjoiMTAwMjMxMjE4MDExMDk5MyIsIlVzZXJDb2RlIjoiQ1JNIiwiVXNlck5hbWUiOiJjcm0iLCJFeHBpcmUiOiIyMDI0LTA1LTE1VDA4OjU5OjA4LjU1MzQ1MzYrMDg6MDAiLCJWYWxpZEF1ZGllbmNlIjoiMDQxMDAzQ1JNMTcxNTc2Mjk0ODU1MyIsIkVmZmVjdGl2ZU1pbiI6MTAsIkFwcElEIjpudWxsLCJUb2tlbkV4dGVuZEtleSI6IkNSTUAxMDAzQDA0QCJ9.Px1RTSTbhKsHjNtd7KqHbAazzV1xe-4L5WkIrOy0gFw\"}', '3', '接口调用成功,返回信息如下:登录成功,token有效时间为10分钟', NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-15 08:49:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-05-15 08:49:29', 'Y', NULL, NULL, '2', NULL, NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_org_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_org_control`; +CREATE TABLE `sys_org_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='部门档案'; + +-- ---------------------------- +-- Records of sys_org_control +-- ---------------------------- +BEGIN; +INSERT INTO `sys_org_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('1ec26dee9a4642b08226a74707f57761', NULL, NULL, NULL, NULL, NULL, '01', '临安奥星电子股份有限公司', NULL, NULL, NULL, NULL, '1001F1100000000067BS', '01', '临安奥星电子股份有限公司', 1, '1', '2024-04-25 16:07:03', '1', '2024-04-25 16:07:03', 'Y', '0', '0', NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_organ +-- ---------------------------- +DROP TABLE IF EXISTS `sys_organ`; +CREATE TABLE `sys_organ` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `organ_name` varchar(200) DEFAULT NULL COMMENT '机构名称', + `organ_code` varchar(50) DEFAULT NULL COMMENT '机构代码', + `parent_organ_id` varchar(50) DEFAULT NULL COMMENT '组织机构父级ID', + `state` char(1) DEFAULT NULL COMMENT '状态: 0启用 1 停用', + `company` char(1) DEFAULT NULL COMMENT '是否公司: 0 是 1 否', + `manager_id` varchar(50) DEFAULT NULL COMMENT '机构负责人', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='组织机构表(Sys_Organ)'; + +-- ---------------------------- +-- Records of sys_organ +-- ---------------------------- +BEGIN; +INSERT INTO `sys_organ` (`id`, `organ_name`, `organ_code`, `parent_organ_id`, `state`, `company`, `manager_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1', '杭州用安', 'hzya', '0', '0', '0', '1', '123123', 1, '1', '2024-04-02 08:35:49', '1', '2024-04-02 08:44:46', 'Y', NULL, NULL); +INSERT INTO `sys_organ` (`id`, `organ_name`, `organ_code`, `parent_organ_id`, `state`, `company`, `manager_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2', '开发部', 'kfb', '1', '0', '0', 'e2f3bc6192214ae6be1b946a11f95e19', NULL, 2, '1', '2024-04-02 08:35:49', '1', '2024-04-02 16:21:25', 'Y', NULL, NULL); +INSERT INTO `sys_organ` (`id`, `organ_name`, `organ_code`, `parent_organ_id`, `state`, `company`, `manager_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3', 'JAVA部', 'java', '2', '0', '0', 'e2f3bc6192214ae6be1b946a11f95e19', NULL, 3, '1', '2024-04-02 08:35:49', '1', '2024-04-02 16:21:34', 'Y', NULL, NULL); +INSERT INTO `sys_organ` (`id`, `organ_name`, `organ_code`, `parent_organ_id`, `state`, `company`, `manager_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2c90efc6f4a84f1e899f77f4646e818a', '测试', '002', '2', '1', '1', '784477e39074481bb83e4f18b7dd443b', '测试备注', 6, '1', '2024-05-17 09:46:04', '1', '2024-05-17 09:46:04', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_person +-- ---------------------------- +DROP TABLE IF EXISTS `sys_person`; +CREATE TABLE `sys_person` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `organ_id` varchar(50) DEFAULT NULL COMMENT '关联组织机构ID', + `person_code` varchar(50) DEFAULT NULL COMMENT '工号', + `person_name` varchar(50) DEFAULT NULL COMMENT '人员姓名', + `sex` char(1) DEFAULT NULL COMMENT '性别: 0女1男', + `mobile_phone` varchar(11) DEFAULT NULL COMMENT '手机号码', + `entry_time` datetime DEFAULT NULL COMMENT '入职时间', + `email` varchar(50) DEFAULT NULL COMMENT '电子邮箱', + `degree_id` varchar(55) DEFAULT NULL COMMENT '学历', + `post_id` varchar(50) DEFAULT NULL COMMENT '职务', + `level_id` varchar(50) DEFAULT NULL COMMENT '级别', + `birth_day` datetime DEFAULT NULL COMMENT '出生年月', + `tel_phone` varchar(50) DEFAULT NULL COMMENT '固定电话', + `hometown` varchar(150) DEFAULT NULL COMMENT '籍贯', + `id_card` varchar(20) DEFAULT NULL COMMENT '身份证号', + `address` varchar(200) DEFAULT NULL COMMENT '居住地址', + `leave_time` datetime DEFAULT NULL COMMENT '离职时间', + `state` char(1) DEFAULT NULL COMMENT '人员状态1停用 0\\空 启用', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `dd_user_id` varchar(50) DEFAULT NULL, + `wx_user_id` varchar(50) DEFAULT NULL, + `head_image_id` varchar(50) DEFAULT NULL COMMENT '头像id', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='人员表'; + +-- ---------------------------- +-- Records of sys_person +-- ---------------------------- +BEGIN; +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1', '3', 'admin', 'hzya', '1', 'admin', '2024-04-01 08:56:16', '999999999@qq.com', '3208c037f18711eea2cd00ffb4e96929', 'ad997865f18711eea2cd00ffb4e96929', 'feea3fd8f18711eea2cd00ffb4e96929', '2024-04-02 08:56:46', '18613130436', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '1', '2024-04-02 08:57:21', '1', '2024-05-21 08:59:04', 'Y', NULL, NULL); +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e2f3bc6192214ae6be1b946a11f95e19', '3', 'root', 'root', '0', 'root', '2024-04-01 08:56:16', '957075182@qq.com', '1', '1', '1', '2024-04-02 08:56:46', NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 3, '1', '2024-04-02 09:49:06', '1', '2024-04-02 09:49:21', 'Y', '0', '0'); +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7ad1aef0982a47479585ae586f49e3d4', '2', '123', '124', '1', '124', NULL, '958868763@qq.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, '1', '2024-04-02 16:57:03', '1', '2024-04-02 16:57:03', 'Y', '0', '0'); +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4eae885b1a8d41beaf4ea59b9b1edc20', '2', '07001', '蔡发冬', '1', '07001', NULL, '1234567891@qq.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, '1', '2024-05-17 09:12:18', '1', '2024-05-17 09:12:18', 'Y', '0', '0'); +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('784477e39074481bb83e4f18b7dd443b', '2', '07010', '蔡才', '1', '07010', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, '1', '2024-05-17 09:12:57', '1', '2024-05-17 09:12:57', 'Y', '0', '0'); +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d7b3e64c1b2446edbae73db00a8e944f', '3', '07011', '蔡才才cai', '1', '07011', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 10, '1', '2024-05-17 09:14:31', '1', '2024-05-21 08:59:01', 'Y', '0', '0'); +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ca5a4ea5e8434e8f96a3b987371fc9f2', '2', '07002', '张合', '1', '07002', NULL, '1234567891@163.com', NULL, NULL, NULL, '2024-05-17 00:00:00', NULL, NULL, NULL, NULL, NULL, '0', '测试备注', NULL, NULL, NULL, 11, '1', '2024-05-17 09:20:13', '1', '2024-05-17 09:27:59', 'Y', '0', '0'); +INSERT INTO `sys_person` (`id`, `organ_id`, `person_code`, `person_name`, `sex`, `mobile_phone`, `entry_time`, `email`, `degree_id`, `post_id`, `level_id`, `birth_day`, `tel_phone`, `hometown`, `id_card`, `address`, `leave_time`, `state`, `remark`, `dd_user_id`, `wx_user_id`, `head_image_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4a6338d778d54c1dbde0f10df36e836d', '2', '07021', '张张', '1', '9548089', NULL, '1234567891@163.com', NULL, NULL, NULL, '2024-05-17 00:00:00', NULL, NULL, NULL, NULL, NULL, '0', 'ceshi备注', NULL, NULL, NULL, 12, '1', '2024-05-17 09:22:00', '1', '2024-05-17 09:35:21', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_personnel_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_personnel_control`; +CREATE TABLE `sys_personnel_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `left_tel` varchar(50) DEFAULT NULL COMMENT '左手机号', + `left_ic` varchar(50) DEFAULT NULL COMMENT '左身份证号', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `right_tel` varchar(50) DEFAULT NULL COMMENT '右手机号', + `right_ic` varchar(50) DEFAULT NULL COMMENT '右身份证号', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='人员对照'; + +-- ---------------------------- +-- Records of sys_personnel_control +-- ---------------------------- +BEGIN; +INSERT INTO `sys_personnel_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `left_tel`, `left_ic`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `right_tel`, `right_ic`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('87d2ed9aebe44020a552234f5744963e', '111111', '80004', '数智中台查询接口', '1111110001', '11', '01', '数智中台', NULL, NULL, '222222', '80005', '数据通用查询接口', '2222220001', '22', '02', '数据通用', NULL, NULL, 4, '1', '2024-05-10 09:33:18', '1', '2024-05-10 09:39:32', 'Y', '0', '0', '用安软件', '用安信息'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_plug_arg +-- ---------------------------- +DROP TABLE IF EXISTS `sys_plug_arg`; +CREATE TABLE `sys_plug_arg` ( + `id` varchar(255) NOT NULL COMMENT 'id', + `plug_id` varchar(255) DEFAULT NULL COMMENT '插件id', + `plug_code` varchar(255) DEFAULT NULL COMMENT '插件编码', + `plug_name` varchar(255) DEFAULT NULL COMMENT '插件名称', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='参数设置主表'; + +-- ---------------------------- +-- Records of sys_plug_arg +-- ---------------------------- +BEGIN; +INSERT INTO `sys_plug_arg` (`id`, `plug_id`, `plug_code`, `plug_name`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('4074bbade23f450aa9d4c76d5fab34d1', 'SeeyonExtPlugin', NULL, 'seeyonExt插件', '消息日志', 9, '1', '2024-05-21 09:39:58', '1', '2024-05-21 09:39:58', 'Y', NULL); +INSERT INTO `sys_plug_arg` (`id`, `plug_id`, `plug_code`, `plug_name`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('bd282704f9d7405394f7359664a2e58e', 'SysMessageManageLogPlugin', NULL, 'ESB消息日志备份', '测试插件', 8, '1', '2024-05-20 10:18:18', '1', '2024-05-20 10:19:11', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_plug_arg_detail +-- ---------------------------- +DROP TABLE IF EXISTS `sys_plug_arg_detail`; +CREATE TABLE `sys_plug_arg_detail` ( + `id` varchar(255) NOT NULL COMMENT 'id', + `formmain_id` varchar(50) DEFAULT NULL COMMENT '主表id', + `arg_code` varchar(255) DEFAULT NULL COMMENT '参数编码', + `arg_name` varchar(255) DEFAULT NULL COMMENT '参数名称', + `arg_type` char(1) DEFAULT NULL COMMENT '参数类型', + `remark` varchar(255) DEFAULT NULL COMMENT '备注', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='参数设置明细表'; + +-- ---------------------------- +-- Records of sys_plug_arg_detail +-- ---------------------------- +BEGIN; +INSERT INTO `sys_plug_arg_detail` (`id`, `formmain_id`, `arg_code`, `arg_name`, `arg_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('a9293ef7d3bb4b8ea0d470ced8f978ec', 'bd282704f9d7405394f7359664a2e58e', '参数001', '订单', '1', '备注001', 20, '1', '2024-05-20 10:19:11', '1', '2024-05-20 10:19:11', 'Y', NULL); +INSERT INTO `sys_plug_arg_detail` (`id`, `formmain_id`, `arg_code`, `arg_name`, `arg_type`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`) VALUES ('d6593a08a0644cccac885599bb06f533', '4074bbade23f450aa9d4c76d5fab34d1', 'code', '编码', '1', '编码', 21, '1', '2024-05-21 09:39:58', '1', '2024-05-21 09:39:58', 'Y', NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_popedom_data +-- ---------------------------- +DROP TABLE IF EXISTS `sys_popedom_data`; +CREATE TABLE `sys_popedom_data` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `object_id` varchar(50) DEFAULT NULL COMMENT '权限赋予对象id', + `bill_kind_id` varchar(50) DEFAULT NULL, + `data_set_id` varchar(50) DEFAULT NULL COMMENT '数据权限设置id', + `pope_list` varchar(500) DEFAULT NULL COMMENT '数据权限id值集合', + `kind_id` char(1) DEFAULT NULL COMMENT '权限分类(1、人员、2、角色)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='数据权限'; + +-- ---------------------------- +-- Records of sys_popedom_data +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_popedom_home +-- ---------------------------- +DROP TABLE IF EXISTS `sys_popedom_home`; +CREATE TABLE `sys_popedom_home` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `object_id` varchar(50) DEFAULT NULL COMMENT '权限赋予对象id', + `home_id` varchar(50) DEFAULT NULL COMMENT '首页ID', + `kind_id` char(1) DEFAULT NULL COMMENT '权限类型(1、人员、2、角色)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='首页权限'; + +-- ---------------------------- +-- Records of sys_popedom_home +-- ---------------------------- +BEGIN; +INSERT INTO `sys_popedom_home` (`id`, `object_id`, `home_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('991ecd73b3144fc889ef7562cef03dd9', '1', '1', '2', 1, '1', '2024-04-03 14:12:39', '1', '2024-04-03 14:12:39', 'Y', '0', '0'); +INSERT INTO `sys_popedom_home` (`id`, `object_id`, `home_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0969a9ab79854a248ec3ac56b2ee072c', '1', '1', '1', 119, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_home` (`id`, `object_id`, `home_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a43370ae6c6340a4b088fc08d8821193', '67fc3991a633427ab26e13bf9ea35374', '1', '2', 120, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_popedom_interface +-- ---------------------------- +DROP TABLE IF EXISTS `sys_popedom_interface`; +CREATE TABLE `sys_popedom_interface` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `object_id` varchar(50) DEFAULT NULL COMMENT '权限赋予对象id', + `interface_id` varchar(50) DEFAULT NULL COMMENT '首页ID', + `kind_id` char(1) DEFAULT NULL COMMENT '权限类型(1、人员、2、角色)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=5026 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='接口权限'; + +-- ---------------------------- +-- Records of sys_popedom_interface +-- ---------------------------- +BEGIN; +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a4ca913ba59d495693b2dcea1faff76b', '1', '1', '1', 4644, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8a8d4c5c3ef6473188105fabbff53f32', '1', '2', '1', 4645, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8868ad7fdac74098830e0f3e35923cf7', '1', '3', '1', 4646, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('73322e88697744e5a458ec3872007391', '1', '4', '1', 4647, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a9d0ecdd5da9446a842b9b2f82fd9579', '1', '5', '1', 4648, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4bfd46c25418493eac09c684011c0640', '1', '6', '1', 4649, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('030ede9da48e41369b144f57f7bb8af2', '1', '7', '1', 4650, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c73e832f74954bd585b49b7cc3de53df', '1', '8', '1', 4651, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6d91f9110bc64cc39604333bd838d940', '1', '9', '1', 4652, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3ea1b2b1cdf445e7b86893f18730801f', '1', '10', '1', 4653, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d61d499d3a5b48e6acac1642f2cf745d', '1', '11', '1', 4654, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d4e5a47edc1040a781da5c86bad9560f', '1', '12', '1', 4655, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('368ff8fe8f704864a63a7ce68874be76', '1', '13', '1', 4656, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3d864159a09d4bf09eb99cac2bbfc554', '1', '14', '1', 4657, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6ec149c2bf4b4ffb91d0a281e3cae836', '1', '15', '1', 4658, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7a664a71672843e1aab4ab854e74c606', '1', '16', '1', 4659, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c489d3eda6b44d5f99d7e0b5d1515807', '1', '17', '1', 4660, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d1e558e820a64324ba7273b45f19f76f', '1', '18', '1', 4661, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6e805bad497441d89a3ca98bfc90c2f9', '1', '19', '1', 4662, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5515482164b6404e9db2f954c8d5cccf', '1', '20', '1', 4663, '1', '2024-05-20 11:57:54', '1', '2024-05-20 11:57:54', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('159b17c8d92d4f47b23f273e3b200f94', '1', '21', '1', 4664, '1', '2024-05-20 11:57:55', '1', '2024-05-20 11:57:55', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7ed0fb9e56cd49c98e9af0b9f8bf9ad0', '1', '22', '1', 4665, '1', '2024-05-20 11:57:55', '1', '2024-05-20 11:57:55', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f02bec5ba58943b9ab0e4a54f8e7c293', '1', '23', '1', 4666, '1', '2024-05-20 11:57:55', '1', '2024-05-20 11:57:55', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('187881bc4e7b449f832b10f482adb3c5', '1', '24', '1', 4667, '1', '2024-05-20 11:57:55', '1', '2024-05-20 11:57:55', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2e8d9692f9be4b81a1477ec5cb2a2c01', '1', '25', '1', 4668, '1', '2024-05-20 11:57:55', '1', '2024-05-20 11:57:55', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('974afadf2b00419ab3c782db78d9e63d', '1', '26', '1', 4669, '1', '2024-05-20 11:57:55', '1', '2024-05-20 11:57:55', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0d0a8509de4240e7ae528bc23c7481ec', '1', '27', '1', 4670, '1', '2024-05-20 11:57:55', '1', '2024-05-20 11:57:55', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b5468b7c90b641349ca58532901ff37e', '1', '28', '1', 4671, '1', '2024-05-20 11:57:56', '1', '2024-05-20 11:57:56', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('22e76a954a664cc4ba5e53b793e85aa4', '1', '29', '1', 4672, '1', '2024-05-20 11:57:56', '1', '2024-05-20 11:57:56', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5c0f52d2fdd84634a3ff4e5d8be77792', '1', '30', '1', 4673, '1', '2024-05-20 11:57:56', '1', '2024-05-20 11:57:56', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cd4581208fc1465caf01cd3d0e6c4c0e', '1', '31', '1', 4674, '1', '2024-05-20 11:57:56', '1', '2024-05-20 11:57:56', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7fd263cf7ec84a8ba014ba1113f7ae89', '1', '32', '1', 4675, '1', '2024-05-20 11:57:56', '1', '2024-05-20 11:57:56', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8e5a8e9c1e2c4c61b9948f7d84aff8c5', '1', '33', '1', 4676, '1', '2024-05-20 11:57:56', '1', '2024-05-20 11:57:56', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1bcfd4bb45e14a12b5f01ea753171746', '1', '34', '1', 4677, '1', '2024-05-20 11:57:57', '1', '2024-05-20 11:57:57', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('08bf6b416a4443a192f05e57ffd93709', '1', '35', '1', 4678, '1', '2024-05-20 11:57:58', '1', '2024-05-20 11:57:58', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7e9f69c6c3534370aef67373e6cfa131', '1', '36', '1', 4679, '1', '2024-05-20 11:57:59', '1', '2024-05-20 11:57:59', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fea233d572404812b223d5f0ba386d59', '1', '37', '1', 4680, '1', '2024-05-20 11:57:59', '1', '2024-05-20 11:57:59', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9c4cc13898ac44d78e4727bf350cd2fe', '1', '38', '1', 4681, '1', '2024-05-20 11:58:00', '1', '2024-05-20 11:58:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('dc6a95cbc7134988b44f6bc7b7863d82', '1', '39', '1', 4682, '1', '2024-05-20 11:58:00', '1', '2024-05-20 11:58:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c1159289ca3c46499efbbdb58d62dd84', '1', '40', '1', 4683, '1', '2024-05-20 11:58:01', '1', '2024-05-20 11:58:01', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('240ddf6d2f114c00996c94c4960bb68c', '1', '41', '1', 4684, '1', '2024-05-20 11:58:02', '1', '2024-05-20 11:58:02', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d97943c05c584f3aafc7ed8f96529d9c', '1', '42', '1', 4685, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fbc9c1a532cc43b481f8bd624cb5994b', '1', '43', '1', 4686, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a5e76babf5544cd699f96cbce74a156a', '1', '44', '1', 4687, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e4fdb21eac9542288e2364d624317de3', '1', '45', '1', 4688, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a38c74b982a046319b5d719dd72dd9f3', '1', '46', '1', 4689, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7fc8f48cf11b49f48022e37bd2b4ef5a', '1', '47', '1', 4690, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b12cb006127044d3a51484c7d32a5a8c', '1', '48', '1', 4691, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d553c159da82410295db8d8865a9d7e9', '1', '49', '1', 4692, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2c8a27e73843468aa327e062d7c517ec', '1', '50', '1', 4693, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8966120f7095423c9091a160f0056773', '1', '51', '1', 4694, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2494eadc57e743b9be07d751f50e4182', '1', '52', '1', 4695, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7c0e0dc7b58546228f26ff532c7bc3df', '1', '53', '1', 4696, '1', '2024-05-20 11:58:03', '1', '2024-05-20 11:58:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('626452be104f4198b2e732963fd3c042', '1', '54', '1', 4697, '1', '2024-05-20 11:58:05', '1', '2024-05-20 11:58:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('49ded6d7e1944b819c1bcda91b89e011', '1', '55', '1', 4698, '1', '2024-05-20 11:58:05', '1', '2024-05-20 11:58:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7a5df153fab74a7ab555ebf3a02cc488', '1', '56', '1', 4699, '1', '2024-05-20 11:58:05', '1', '2024-05-20 11:58:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f607821de55f409681de5908bfc52b6a', '1', '57', '1', 4700, '1', '2024-05-20 11:58:05', '1', '2024-05-20 11:58:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('04c5c781bca44c0297af9a3e351887fe', '1', '58', '1', 4701, '1', '2024-05-20 11:58:05', '1', '2024-05-20 11:58:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('009a3933ff4c420ab5107c289de31185', '1', '59', '1', 4702, '1', '2024-05-20 11:58:06', '1', '2024-05-20 11:58:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9d98f8896d734a1f8a4cba9a04b74e1f', '1', '60', '1', 4703, '1', '2024-05-20 11:58:06', '1', '2024-05-20 11:58:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b7103c648f2542d0bd76dfad682c43ad', '1', '61', '1', 4704, '1', '2024-05-20 11:58:06', '1', '2024-05-20 11:58:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e698981319714b46a4ebbf07c6012cb0', '1', '62', '1', 4705, '1', '2024-05-20 11:58:06', '1', '2024-05-20 11:58:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5a57765d4f9b49f6946428d8ef877dba', '1', '63', '1', 4706, '1', '2024-05-20 11:58:06', '1', '2024-05-20 11:58:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f0c97d7b46714c81ada20835ff5aae3e', '1', '64', '1', 4707, '1', '2024-05-20 11:58:06', '1', '2024-05-20 11:58:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('58586300c6a7422f8d1c4320b76eabd6', '1', '65', '1', 4708, '1', '2024-05-20 11:58:07', '1', '2024-05-20 11:58:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c16fa8bfcaf04eca93753b802bc46a0d', '1', '66', '1', 4709, '1', '2024-05-20 11:58:07', '1', '2024-05-20 11:58:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('08c6a16502b94c429ff0e4864c826c19', '1', '67', '1', 4710, '1', '2024-05-20 11:58:07', '1', '2024-05-20 11:58:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e0d862ec487c4bb0b3fc858a4fab5728', '1', '68', '1', 4711, '1', '2024-05-20 11:58:08', '1', '2024-05-20 11:58:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d957a999566d48c9b705d9dcbb3cde80', '1', '69', '1', 4712, '1', '2024-05-20 11:58:08', '1', '2024-05-20 11:58:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('eb524a704df84e0da1a7ec88fd4060a3', '1', '70', '1', 4713, '1', '2024-05-20 11:58:08', '1', '2024-05-20 11:58:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b926b7d1537b47a8aea2b8494a0cd64d', '1', '71', '1', 4714, '1', '2024-05-20 11:58:08', '1', '2024-05-20 11:58:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3049d5c9735742aa99793238f7bef672', '1', '72', '1', 4715, '1', '2024-05-20 11:58:08', '1', '2024-05-20 11:58:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3c19c5cc5d644f6683211eaed91c41bb', '1', '73', '1', 4716, '1', '2024-05-20 11:58:08', '1', '2024-05-20 11:58:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e6f311afcd814cf79c76d49084644103', '1', '74', '1', 4717, '1', '2024-05-20 11:58:08', '1', '2024-05-20 11:58:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b05261ec3a604fa7a8c99f7b27cc00c0', '1', '75', '1', 4718, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bbbb6d70ae824c70a78dc1e978acdde6', '1', '76', '1', 4719, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0023ffc5f5624d7cadb96b9d54f3af41', '1', '77', '1', 4720, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a57e785235dd4656bc93693dfccc2d68', '1', '78', '1', 4721, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('badaa39182d145459b82deda36840520', '1', '79', '1', 4722, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2912d7735f604b609a3cb461871f04a1', '1', '80', '1', 4723, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('499aa0fbba02410482a889c8e13c3b48', '1', '81', '1', 4724, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f3856549fe614aaba4d41f81f4f4854b', '1', '82', '1', 4725, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f6d12f44ebb24cb592a7ce618a51e128', '1', '83', '1', 4726, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1400fc0173c64f5b95f19a2de1a63d06', '1', '84', '1', 4727, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e78b12b361284c68befe92688b8b5ba4', '1', '85', '1', 4728, '1', '2024-05-20 11:58:09', '1', '2024-05-20 11:58:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6f361fc8b1684cebb556b38b92338a06', '1', '86', '1', 4729, '1', '2024-05-20 11:58:10', '1', '2024-05-20 11:58:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('32fdf417cd2a4b2e9d58b4faa2266e91', '1', '87', '1', 4730, '1', '2024-05-20 11:58:10', '1', '2024-05-20 11:58:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fb0b4a9570c94ff8865558a6da23badf', '1', '88', '1', 4731, '1', '2024-05-20 11:58:10', '1', '2024-05-20 11:58:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('953d20be57b644ca98072633ceea45ae', '1', '89', '1', 4732, '1', '2024-05-20 11:58:11', '1', '2024-05-20 11:58:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('60efb77370e045f5a24d41ba2a816b95', '1', '90', '1', 4733, '1', '2024-05-20 11:58:11', '1', '2024-05-20 11:58:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cb3a94d9fc7748c3bb4b6af69b74c276', '1', '91', '1', 4734, '1', '2024-05-20 11:58:11', '1', '2024-05-20 11:58:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ed104a9b914449a2b38c4fd4be554004', '1', '92', '1', 4735, '1', '2024-05-20 11:58:12', '1', '2024-05-20 11:58:12', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2184098620dd45d8838511e792e19177', '1', '93', '1', 4736, '1', '2024-05-20 11:58:12', '1', '2024-05-20 11:58:12', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3ef7500fb3d649d28273ae1ac048b64a', '1', '94', '1', 4737, '1', '2024-05-20 11:58:12', '1', '2024-05-20 11:58:12', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('eaf5d5a9184c49ac93198f7bb9a3800d', '1', '95', '1', 4738, '1', '2024-05-20 11:58:12', '1', '2024-05-20 11:58:12', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('817e54010283455db4316df5b1f06b15', '1', '96', '1', 4739, '1', '2024-05-20 11:58:12', '1', '2024-05-20 11:58:12', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8f3bf1579df64e148d198e1bc356cccd', '1', '97', '1', 4740, '1', '2024-05-20 11:58:12', '1', '2024-05-20 11:58:12', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b24c6b10091a4255b584752e79e13e62', '1', '98', '1', 4741, '1', '2024-05-20 11:58:13', '1', '2024-05-20 11:58:13', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('162f9e88b4d842958d67239ebbe4aee1', '1', '99', '1', 4742, '1', '2024-05-20 11:58:13', '1', '2024-05-20 11:58:13', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6f5fc62af34e46fbaa9e1bb99a0c5998', '1', '100', '1', 4743, '1', '2024-05-20 11:58:13', '1', '2024-05-20 11:58:13', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e55bc91c00cd4ac58a2eac35ad376eb4', '1', '101', '1', 4744, '1', '2024-05-20 11:58:13', '1', '2024-05-20 11:58:13', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0bbc9542d4784c4caaf0d30b53b6f5c7', '1', '102', '1', 4745, '1', '2024-05-20 11:58:13', '1', '2024-05-20 11:58:13', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6c667926f0d4445f978cbd14212511fa', '1', '103', '1', 4746, '1', '2024-05-20 11:58:14', '1', '2024-05-20 11:58:14', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9e110a42165b46fba3f00538b9239100', '1', '104', '1', 4747, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fc2892aa34c84db18ef874eef0c0f482', '1', '105', '1', 4748, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6cc652a976cb43ed87c01b4b2f255a51', '1', '106', '1', 4749, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ed060770de8b449bb156f48b6ad128eb', '1', '107', '1', 4750, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4a9ede73441c4a118850218f6722fb84', '1', '108', '1', 4751, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1ea4cf79e7c748d68a224083931e977f', '1', '109', '1', 4752, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9fb6f148b9f348cc9854794ea2e10b5d', '1', '110', '1', 4753, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a94a5b1e728e4be8a65b87d8437c5677', '1', '111', '1', 4754, '1', '2024-05-20 11:58:15', '1', '2024-05-20 11:58:15', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e76c475c0c2647ce8260cf0169210ba2', '1', '112', '1', 4755, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6fdfd73e2d9e47c6b73b45e26ebe7684', '1', '113', '1', 4756, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b0ec2dc3087b4c50a3d934a45097f87f', '1', '114', '1', 4757, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f2a323db5ca4455ebfb246b4c6e54995', '1', '115', '1', 4758, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cf926bcbddad4ec59c9c6b02ff752188', '1', '116', '1', 4759, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5a46fedb8f4748c388ff37a95e921431', '1', '117', '1', 4760, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8b5e229172844bd7b84da38fc06ac04c', '1', '118', '1', 4761, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d0e9a9c0310c410bba045ce7eec5923a', '1', '119', '1', 4762, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4612915ca6fb40d0a94a27d1d607be14', '1', '120', '1', 4763, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('78141997510447f5acefb19810e9b742', '1', '121', '1', 4764, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('19b3af8529a44833b9ae7d3f8374a028', '1', '2989c8bb9714400a9e3a395f33edf691', '1', 4765, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f9782b9774b545608ffa9610891724d3', '1', '122', '1', 4766, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('05c759bb55b84423819fddbdd3790f71', '1', '5df72202229d4bf69b7974a8ec9b03bf', '1', 4767, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9761daf5d4674f1ba546e6fbdb392cca', '1', '123', '1', 4768, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('81d83137ce174591ad50e3a9f8405414', '1', '9dc3d6efdc114aa99a7e29cd9cd5fc15', '1', 4769, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('16d2def3a3d44b53972c81f05634f99d', '1', '124', '1', 4770, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5834664a753c49f4961d555c338e7186', '1', '969dcbd163d0489998a6aed93fbf9d6a', '1', 4771, '1', '2024-05-20 11:58:16', '1', '2024-05-20 11:58:16', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ffbc3b9381184aa7ac3960b5c0f113da', '1', '125', '1', 4772, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ef6641de6f5248e88f3cfe023807c800', '1', 'bb3de6cbb36f433ea67e41af02360a8a', '1', 4773, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('96abca2ec2904d7bba11048f9e96458f', '1', '126', '1', 4774, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('dbe0dcc9f5004af085395f9d644e58d6', '1', '19a723f1c0574ea6a2ed4b4f3f05b96e', '1', 4775, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f8edb92ca6e64cd5bbb853d43a7e4a70', '1', '127', '1', 4776, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4c426766e48c4e258a5d3439193635cf', '1', 'e6136d49423a4ff2bcc73e225de06922', '1', 4777, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5a5f479c953c4d7aa2ed90ecabc494fb', '1', '128', '1', 4778, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d7af8cf28d2f4c7bb4f112cc678e4de5', '1', '144d72d02ac4407aaba287cc2b4e9c94', '1', 4779, '1', '2024-05-20 11:58:17', '1', '2024-05-20 11:58:17', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('55ab64fd92a74959981aa5b4563f8167', '1', '129', '1', 4780, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('febf8c5c0faa49cb95250372519bb021', '1', '851c4f03412f454d9d1f85cd6c6c2259', '1', 4781, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9918550e4f5d4ba5a00f4d5b0b8665ec', '1', '130', '1', 4782, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('461d988d54ee4a87baefaf7c7bedf862', '1', '9a86aae825a6476c836ae013d1ca139b', '1', 4783, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('37ba2e554a054fc29dde8c405c1e6ca3', '1', '131', '1', 4784, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f209f9786d2e4d74b9a875688f441c37', '1', '8137afb97e6848b59c3a7a482eed02d0', '1', 4785, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('06bf5a738f694664919f46ef78dd8d18', '1', '132', '1', 4786, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('92a5d3098f80440db31b294cef5b5bdb', '1', '8b83433c54ad4ab88caacfed08e48c4f', '1', 4787, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b7f1c9176fd4409cb8f3835bc62ba4e5', '1', '133', '1', 4788, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6e1d341784154e3c965e13be4eb6aa3a', '1', '451c63d99ed144cea18878a6539379e4', '1', 4789, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b7833dce72ae421795e553583932d0e1', '1', '134', '1', 4790, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('addc4af8ff994331b80101aa61cc92b2', '1', '34c0191710334ba896989d8f6af41d52', '1', 4791, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6594030739794821895e03ebc434208b', '1', '135', '1', 4792, '1', '2024-05-20 11:58:18', '1', '2024-05-20 11:58:18', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b90a6cd1a07846a2a384ba1c342517eb', '1', 'f2b0c44895ba40cca0dd0f85a8ee96a0', '1', 4793, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('de2aabebc9bd454d980b80da6bc3794b', '1', '136', '1', 4794, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6fd4c5ffc50b456a888d7a8dbb5afe91', '1', '137', '1', 4795, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('560df55dd55245de8c4a17f4e78ff7a4', '1', '138', '1', 4796, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('474d46fb973a4b04bf913a93296d9370', '1', '139', '1', 4797, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bfa1c99cee344aa5aa34fcc46ae58512', '1', '140', '1', 4798, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f2acde29a82e4343b19d4aa92f3c3deb', '1', '141', '1', 4799, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cfd64c5c2dfc44509accb8224f4d55a6', '1', '142', '1', 4800, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('917ccd46f36e49f69656c05e22e68735', '1', '143', '1', 4801, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6320c908e20b47de81d14b5affb46f7e', '1', '144', '1', 4802, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ea05cc3d71084a369ee84bffc2fabdec', '1', '145', '1', 4803, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fd4a84d7ac7e4412ba667aeed93bef56', '1', '146', '1', 4804, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('47051c3a99144e2cbf9c7c97678cb69f', '1', '147', '1', 4805, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('622ab25857b74773942b922352bd641d', '1', '148', '1', 4806, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5b1c6965d7184d8284ab1010c8ddf17d', '1', '8362f166ae9948beafd16c63768972a4', '1', 4807, '1', '2024-05-20 11:58:19', '1', '2024-05-20 11:58:19', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8849d2aa97424bd18fe4cf151d77ab68', '1', '167e8870f7b84b5d94555f10014d8b8e', '1', 4808, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fe326446eaa54cc489840734361f8670', '1', '1c30ec9075ed4d71af86333c00b795bb', '1', 4809, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d172218779eb4cbe97c40fc8f5f8fc1c', '1', '13e10620a6574addbd8e07e2af088684', '1', 4810, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('980bb0fc60c74e188bda8a7e92bf4ed0', '1', '67f3bafa57d94afa92bb56bffadc946f', '1', 4811, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5feed141849143a7b213546132bd828d', '1', '49f5a859828648f18738ba08192bff01', '1', 4812, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8979544371534a01adca1325ce919896', '1', '5f246aac13a746d7b90ff691b785d155', '1', 4813, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d6a07a00dbca4a14a3de6435951fabb3', '1', 'fa9084830bc648839455c04b1602f9e2', '1', 4814, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a5ddad982a164dd180cc04007d8ec20a', '1', '0797fecc12614587bd87575eefe5c583', '1', 4815, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2ae9a8e1c5954721836a30d1e48fbf37', '1', 'e768febaa23b4c7094bb595f4e5b9cb1', '1', 4816, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1e40b7a2090d4304b0733610727a76b4', '1', '430c31e9d2ef44e790eaaefe3b29d999', '1', 4817, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a202ac01142a44c7a2f2f6d93a2f356f', '1', 'fc2d958b759a4dfea5a2522f7497aa9a', '1', 4818, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ecbe418ffe394c8e9aeae4f991c20596', '1', 'abba8f24fe4e461e90c407a777b7a3bf', '1', 4819, '1', '2024-05-20 11:58:20', '1', '2024-05-20 11:58:20', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7cf2ed996d704741a81807781408f90b', '1', '1ee6b37f4ab1486a8707a45180598615', '1', 4820, '1', '2024-05-20 11:58:21', '1', '2024-05-20 11:58:21', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3b9e55db8de648929e2d38e471962854', '1', '6651bbe8919a46c4a7cc958f60a86f16', '1', 4821, '1', '2024-05-20 11:58:21', '1', '2024-05-20 11:58:21', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('721be97c3e18491e8a291eda69064b8e', '1', 'ee68d9a9df3d4f409a622cbc87185326', '1', 4822, '1', '2024-05-20 11:58:21', '1', '2024-05-20 11:58:21', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2cdbc2abe69246308fae1bb5679cb9eb', '1', 'dfe5389ad5b84a1c9ee43d4348ad29d3', '1', 4823, '1', '2024-05-20 11:58:21', '1', '2024-05-20 11:58:21', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9f09da81f54f495883705292348e456d', '1', 'a03ec723c8164286abd26b67e775715c', '1', 4824, '1', '2024-05-20 11:58:21', '1', '2024-05-20 11:58:21', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c6ed5bec1321485ebbe266dc9e04b09d', '1', '77f51f10041a4334b3ad4f2dbfc048d6', '1', 4825, '1', '2024-05-20 11:58:21', '1', '2024-05-20 11:58:21', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('47a6776c3d2d4ca1a1305da94459bd2f', '1', 'c1c12567d813423593a3523fdab7000d', '1', 4826, '1', '2024-05-20 11:58:22', '1', '2024-05-20 11:58:22', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bab682421e8e4bb3b2080f87a6c6c90f', '67fc3991a633427ab26e13bf9ea35374', '1', '2', 4827, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('289eff05aacb48a3bf3b67883e6d0f93', '67fc3991a633427ab26e13bf9ea35374', '2', '2', 4828, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e198ea5c69374564af199c447a7d45ba', '67fc3991a633427ab26e13bf9ea35374', '3', '2', 4829, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('49c215644232406abf1dae0597470d67', '67fc3991a633427ab26e13bf9ea35374', '4', '2', 4830, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('08ef76b5b79c437d8fea45de307fcbac', '67fc3991a633427ab26e13bf9ea35374', '5', '2', 4831, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d6b9b3749b354335ad2b089e9ac16a40', '67fc3991a633427ab26e13bf9ea35374', '6', '2', 4832, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('df20081fda184a73ba37f37191da8da6', '67fc3991a633427ab26e13bf9ea35374', '7', '2', 4833, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('794c1b00cf6745d8b193f6a2efb03fae', '67fc3991a633427ab26e13bf9ea35374', '8', '2', 4834, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0ac1259ab0074840acd8e796b0798d51', '67fc3991a633427ab26e13bf9ea35374', '9', '2', 4835, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7efcfefb8f6e47399bd4538b22e74dc7', '67fc3991a633427ab26e13bf9ea35374', '10', '2', 4836, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d1e12967dbf744838787a9b96cb01af2', '67fc3991a633427ab26e13bf9ea35374', '11', '2', 4837, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f50f1156443e474da4dca1231ee4c8df', '67fc3991a633427ab26e13bf9ea35374', '12', '2', 4838, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f9b88b9d9b3c45e3ba40cd0ad7245725', '67fc3991a633427ab26e13bf9ea35374', '13', '2', 4839, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e981de6c1ab14b4789699d31462cff92', '67fc3991a633427ab26e13bf9ea35374', '14', '2', 4840, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('49a02a2897b84334918f6a6c453c60a0', '67fc3991a633427ab26e13bf9ea35374', '15', '2', 4841, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0c97488a13bc43edbb42d002ab607304', '67fc3991a633427ab26e13bf9ea35374', '16', '2', 4842, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('db37b7e356db409f9d7d2f49606a86f4', '67fc3991a633427ab26e13bf9ea35374', '17', '2', 4843, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0e63e72ad9804742868766552eeadacf', '67fc3991a633427ab26e13bf9ea35374', '18', '2', 4844, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3fe6162993a2491dbd04c4dfe7c176c7', '67fc3991a633427ab26e13bf9ea35374', '19', '2', 4845, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('aeb3ce63f5d64b369cbe2f3856eae151', '67fc3991a633427ab26e13bf9ea35374', '20', '2', 4846, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f1fd8840fcd148b2adc22393fb40420a', '67fc3991a633427ab26e13bf9ea35374', '21', '2', 4847, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bb554272238c43b9ba98ef972d601846', '67fc3991a633427ab26e13bf9ea35374', '22', '2', 4848, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f3842f2dd9dd45b1b0b838e7c6b66faa', '67fc3991a633427ab26e13bf9ea35374', '23', '2', 4849, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('28625a196ea64cd9a8eb499ce1e86b4b', '67fc3991a633427ab26e13bf9ea35374', '24', '2', 4850, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a3a7273a54e54ab8abf8d7f0b7e4d62e', '67fc3991a633427ab26e13bf9ea35374', '25', '2', 4851, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('56d302b2d1de4f5da3901e5e30a013f1', '67fc3991a633427ab26e13bf9ea35374', '26', '2', 4852, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a677c8c3f9d14008b34cf071c0b680ea', '67fc3991a633427ab26e13bf9ea35374', '27', '2', 4853, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5b419ca3cbf2482c93f8b2915cf0fb46', '67fc3991a633427ab26e13bf9ea35374', '28', '2', 4854, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('14bd041318ea4914ba4145b26f11d73a', '67fc3991a633427ab26e13bf9ea35374', '29', '2', 4855, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c63e5e60dcf94913a2028390669f9e52', '67fc3991a633427ab26e13bf9ea35374', '30', '2', 4856, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('77d361df1e4b429e968670eb7b4a0bd6', '67fc3991a633427ab26e13bf9ea35374', '31', '2', 4857, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('736887b3966d496fb905b09dd29a681c', '67fc3991a633427ab26e13bf9ea35374', '32', '2', 4858, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('95cb75d7496e4fc6955301fa5662430e', '67fc3991a633427ab26e13bf9ea35374', '33', '2', 4859, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('646661eb5ab643a9a307640f3f61f5e3', '67fc3991a633427ab26e13bf9ea35374', '34', '2', 4860, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9953207e22664878af4487eff78493b5', '67fc3991a633427ab26e13bf9ea35374', '35', '2', 4861, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('86d4ac06b4ad4d9586355a1baa8a4d82', '67fc3991a633427ab26e13bf9ea35374', '36', '2', 4862, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('27673204ba8d4869a5cf9920569da700', '67fc3991a633427ab26e13bf9ea35374', '37', '2', 4863, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0175dfe1c3a749be928a7f3f69d9ef22', '67fc3991a633427ab26e13bf9ea35374', '38', '2', 4864, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7ef9e8fa749c45ffa42fb92cca912c11', '67fc3991a633427ab26e13bf9ea35374', '39', '2', 4865, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7f38272e0f434b0e91995016d8fff805', '67fc3991a633427ab26e13bf9ea35374', '40', '2', 4866, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0adf9a8367fc485f9447e3c366957601', '67fc3991a633427ab26e13bf9ea35374', '41', '2', 4867, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('de956de272b54f73b44f689d622176bf', '67fc3991a633427ab26e13bf9ea35374', '42', '2', 4868, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5865ce5015824fff8197c6786be6dfe0', '67fc3991a633427ab26e13bf9ea35374', '43', '2', 4869, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('62864f112ec94b26aba8563558c24f3f', '67fc3991a633427ab26e13bf9ea35374', '44', '2', 4870, '1', '2024-05-21 16:49:05', '1', '2024-05-21 16:49:05', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('46823e2fd95d4a959617ab13a5a2bf84', '67fc3991a633427ab26e13bf9ea35374', '45', '2', 4871, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3e3b9570a9d34abda704517d25de9e30', '67fc3991a633427ab26e13bf9ea35374', '46', '2', 4872, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b6b58bdacbce4110b139516d045c482e', '67fc3991a633427ab26e13bf9ea35374', '47', '2', 4873, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4edfe37dab5f4e91aeb07d44e29e5942', '67fc3991a633427ab26e13bf9ea35374', '48', '2', 4874, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f45a0c7df030436eb915b56350673ad9', '67fc3991a633427ab26e13bf9ea35374', '49', '2', 4875, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('87f6a9bb825841df97de312d2d3213e8', '67fc3991a633427ab26e13bf9ea35374', '50', '2', 4876, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3e9f34994982414bb0c4f7d36d291562', '67fc3991a633427ab26e13bf9ea35374', '51', '2', 4877, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1a52d1827f77459abdebcff44f2541a9', '67fc3991a633427ab26e13bf9ea35374', '52', '2', 4878, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9763626d85504e0a8d55f7d7378aabc6', '67fc3991a633427ab26e13bf9ea35374', '53', '2', 4879, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('03af9facdc474d55891a58844eef18c1', '67fc3991a633427ab26e13bf9ea35374', '54', '2', 4880, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('57e42529a3f8491aabf8da5716f8a6a4', '67fc3991a633427ab26e13bf9ea35374', '55', '2', 4881, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('752f15ac151c477da41522f45c09fbfa', '67fc3991a633427ab26e13bf9ea35374', '56', '2', 4882, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('19820b0dfa8b46acb11ba51868200c30', '67fc3991a633427ab26e13bf9ea35374', '57', '2', 4883, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1088f7d1a21c4ae286c4fdd27795ade8', '67fc3991a633427ab26e13bf9ea35374', '58', '2', 4884, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1ab2c78c2e984f459f5bc85e54e78091', '67fc3991a633427ab26e13bf9ea35374', '59', '2', 4885, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0c8f2f5e822846718bbc8591d8d1eb41', '67fc3991a633427ab26e13bf9ea35374', '60', '2', 4886, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f8b3bbbacb4e474bb892e38d38989408', '67fc3991a633427ab26e13bf9ea35374', '61', '2', 4887, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a19a7688ce5b4eaf97c20647c1b23335', '67fc3991a633427ab26e13bf9ea35374', '62', '2', 4888, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9622720822254d9987999b3af2521ca5', '67fc3991a633427ab26e13bf9ea35374', '63', '2', 4889, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f52f0b0c78774a28a656790f8c4b04d6', '67fc3991a633427ab26e13bf9ea35374', '64', '2', 4890, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fff89abc656e4a358d1c0066930c98dd', '67fc3991a633427ab26e13bf9ea35374', '65', '2', 4891, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('31ae026440604a6c8e86819e2b1b9e09', '67fc3991a633427ab26e13bf9ea35374', '66', '2', 4892, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d169bd38c07c4deb8d6d3de5de37479a', '67fc3991a633427ab26e13bf9ea35374', '67', '2', 4893, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7879437f09c744b6be3ecb2f79afd4ee', '67fc3991a633427ab26e13bf9ea35374', '68', '2', 4894, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8a7f9d580f8546489d44e2668dae1a52', '67fc3991a633427ab26e13bf9ea35374', '69', '2', 4895, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4989e51176294cb0be475c25863a83ff', '67fc3991a633427ab26e13bf9ea35374', '70', '2', 4896, '1', '2024-05-21 16:49:06', '1', '2024-05-21 16:49:06', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('16ea6e1278a84bf8bf9573a9fc3a10f0', '67fc3991a633427ab26e13bf9ea35374', '71', '2', 4897, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('301fc34bee27471aa892d040ad66c9bb', '67fc3991a633427ab26e13bf9ea35374', '72', '2', 4898, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9420db69250347cf8c26dca6dd8a6d1d', '67fc3991a633427ab26e13bf9ea35374', '73', '2', 4899, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('15337bfd8f9e4e7dac5760b3ec2b086c', '67fc3991a633427ab26e13bf9ea35374', '74', '2', 4900, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('38c78edacea043398fe1503aad965679', '67fc3991a633427ab26e13bf9ea35374', '75', '2', 4901, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c57cc057da844a24b51d7656d46ccba9', '67fc3991a633427ab26e13bf9ea35374', '76', '2', 4902, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2307a1ecee7f493aace313b2fd71a891', '67fc3991a633427ab26e13bf9ea35374', '77', '2', 4903, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8464dc70bfd34358be6cb569f46f2801', '67fc3991a633427ab26e13bf9ea35374', '78', '2', 4904, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('935ae61f89364f6f84c7118827c8791b', '67fc3991a633427ab26e13bf9ea35374', '79', '2', 4905, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3cf09df8b4904993b3991ad22d94d1ab', '67fc3991a633427ab26e13bf9ea35374', '80', '2', 4906, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2852d88907a04a12bdd0abb59fbe8d12', '67fc3991a633427ab26e13bf9ea35374', '81', '2', 4907, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('41d0ac1d3e7144949b8ce88e945fe80d', '67fc3991a633427ab26e13bf9ea35374', '82', '2', 4908, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2e4ed65237a8483db32e7819a1ffc350', '67fc3991a633427ab26e13bf9ea35374', '83', '2', 4909, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3593973a484d4f68996b34d75014d728', '67fc3991a633427ab26e13bf9ea35374', '84', '2', 4910, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e601ce1187944141bcc39ab7e744660d', '67fc3991a633427ab26e13bf9ea35374', '85', '2', 4911, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4d14d370a2d245c8be253ae4fb0927ec', '67fc3991a633427ab26e13bf9ea35374', '86', '2', 4912, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e62c4c51c65f45dc95b50ab2c8d91fde', '67fc3991a633427ab26e13bf9ea35374', '87', '2', 4913, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b7cffa194c41456b8ec67e2c3d84bcbf', '67fc3991a633427ab26e13bf9ea35374', '88', '2', 4914, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b2981605063d400884b175bba11cdf72', '67fc3991a633427ab26e13bf9ea35374', '89', '2', 4915, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('220df874d3904b5aa0ccd37867c11a73', '67fc3991a633427ab26e13bf9ea35374', '90', '2', 4916, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('23f1cf2872b4444e8ce0ff5c3eb6f65a', '67fc3991a633427ab26e13bf9ea35374', '91', '2', 4917, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('00478cc115724015a486acf450f65155', '67fc3991a633427ab26e13bf9ea35374', '92', '2', 4918, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f61f782340124ee29a7a8060a4638dab', '67fc3991a633427ab26e13bf9ea35374', '93', '2', 4919, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e60751310db14b64aad830c5e1397bd4', '67fc3991a633427ab26e13bf9ea35374', '94', '2', 4920, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9bbb5dd37a9b4ae3a0f303f6da4828a1', '67fc3991a633427ab26e13bf9ea35374', '95', '2', 4921, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6f15c478959c44cbbdc31050a57c569d', '67fc3991a633427ab26e13bf9ea35374', '96', '2', 4922, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('77c77e3fab17497fb0622328ea4363f7', '67fc3991a633427ab26e13bf9ea35374', '97', '2', 4923, '1', '2024-05-21 16:49:07', '1', '2024-05-21 16:49:07', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b48f8209f4fd484185b7e104c612dcb1', '67fc3991a633427ab26e13bf9ea35374', '98', '2', 4924, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1e0f74c7248241988c6efc5321b96c43', '67fc3991a633427ab26e13bf9ea35374', '99', '2', 4925, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('612b7ea9ab52435eb57069f3e960df8d', '67fc3991a633427ab26e13bf9ea35374', '100', '2', 4926, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('216e7d33f0f94335ac7bb37407efe406', '67fc3991a633427ab26e13bf9ea35374', '101', '2', 4927, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('64f9fc31b4844c5794203df67c3d2a4b', '67fc3991a633427ab26e13bf9ea35374', '102', '2', 4928, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fd87149276364de591dcb67f33590a26', '67fc3991a633427ab26e13bf9ea35374', '103', '2', 4929, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('756c38c781ab4411a53b33671676343b', '67fc3991a633427ab26e13bf9ea35374', '104', '2', 4930, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1caa78e57d374005b306f48a4471794c', '67fc3991a633427ab26e13bf9ea35374', '105', '2', 4931, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5dab9e9dcbca4dc1871d4f8f7ff23f82', '67fc3991a633427ab26e13bf9ea35374', '106', '2', 4932, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('34659ce18fa14f96a5d9354a2bd838b1', '67fc3991a633427ab26e13bf9ea35374', '107', '2', 4933, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d22cdf39889b459597c964db98f3eaaf', '67fc3991a633427ab26e13bf9ea35374', '108', '2', 4934, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e821f9d5f5744e2c93d68b0ca65680d5', '67fc3991a633427ab26e13bf9ea35374', '109', '2', 4935, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0d3661c4391045b18bbf31dfd4906b5e', '67fc3991a633427ab26e13bf9ea35374', '110', '2', 4936, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('97db68b64c6647698bdc6d1cacb9c3b9', '67fc3991a633427ab26e13bf9ea35374', '111', '2', 4937, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8b22e6896518428bbe54ce7d0a98675a', '67fc3991a633427ab26e13bf9ea35374', '112', '2', 4938, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3067dfbe62884c1abfddefbb93f4d703', '67fc3991a633427ab26e13bf9ea35374', '113', '2', 4939, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c99a77c0062a4f52be9a1e4b129482b9', '67fc3991a633427ab26e13bf9ea35374', '114', '2', 4940, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1b568ceaa9c649c78181684bbd91e7c9', '67fc3991a633427ab26e13bf9ea35374', '115', '2', 4941, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c58e3915ceac43dbb1c581a3bd2959ce', '67fc3991a633427ab26e13bf9ea35374', '116', '2', 4942, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f997a8378f804bdab60d5ee1d2b2f3b0', '67fc3991a633427ab26e13bf9ea35374', '117', '2', 4943, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ac537ab958914890a91efe2d70b9cd28', '67fc3991a633427ab26e13bf9ea35374', '118', '2', 4944, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6291cc2911b34bb88cc8dc5e9bd13a66', '67fc3991a633427ab26e13bf9ea35374', '119', '2', 4945, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d296968f6c4f449aa60fc39a1e3a7635', '67fc3991a633427ab26e13bf9ea35374', '120', '2', 4946, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('07f89f1ac8c84decbc447f2d20107e2b', '67fc3991a633427ab26e13bf9ea35374', '121', '2', 4947, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6abf9cb5355145a98a5516d2e4321a04', '67fc3991a633427ab26e13bf9ea35374', '2989c8bb9714400a9e3a395f33edf691', '2', 4948, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c0179bd7de1e4725b37b7bc6e24db9b2', '67fc3991a633427ab26e13bf9ea35374', '122', '2', 4949, '1', '2024-05-21 16:49:08', '1', '2024-05-21 16:49:08', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6732ec6e47f940ae9953da45f5897ead', '67fc3991a633427ab26e13bf9ea35374', '5df72202229d4bf69b7974a8ec9b03bf', '2', 4950, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fb874017713b447ebbeca79e46972198', '67fc3991a633427ab26e13bf9ea35374', '123', '2', 4951, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('429fd65d0ef94a3ab47a2d1b4c5e44d3', '67fc3991a633427ab26e13bf9ea35374', '9dc3d6efdc114aa99a7e29cd9cd5fc15', '2', 4952, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('79b5dc58e52047e6844a2877a7f4c020', '67fc3991a633427ab26e13bf9ea35374', '124', '2', 4953, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('88ad499cc8e94afdba306fa8d8995a3f', '67fc3991a633427ab26e13bf9ea35374', '969dcbd163d0489998a6aed93fbf9d6a', '2', 4954, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c0e6c4f0ba404a1a87a1f7b7b595d693', '67fc3991a633427ab26e13bf9ea35374', '125', '2', 4955, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ea5d4b2670004fc1bc6690f0a4149f23', '67fc3991a633427ab26e13bf9ea35374', 'bb3de6cbb36f433ea67e41af02360a8a', '2', 4956, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7366c032bb5b4110a5e0903b09a797e9', '67fc3991a633427ab26e13bf9ea35374', '126', '2', 4957, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1e6b7f3580184c5d878a9df6eea2b0eb', '67fc3991a633427ab26e13bf9ea35374', '19a723f1c0574ea6a2ed4b4f3f05b96e', '2', 4958, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2dbc1db9b3964e54a6fb9d21a371908a', '67fc3991a633427ab26e13bf9ea35374', '127', '2', 4959, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e33c82426a074f08b8cc5b745189b9d7', '67fc3991a633427ab26e13bf9ea35374', 'e6136d49423a4ff2bcc73e225de06922', '2', 4960, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('573caf4727c5448788b61d7b94894c17', '67fc3991a633427ab26e13bf9ea35374', '128', '2', 4961, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('71386b2ec80249b789f32840b2571b99', '67fc3991a633427ab26e13bf9ea35374', '144d72d02ac4407aaba287cc2b4e9c94', '2', 4962, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6ea2e864f1f74ef2a145572e6411a191', '67fc3991a633427ab26e13bf9ea35374', '129', '2', 4963, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('29008a71d80248c7855ba7c8c006a1e7', '67fc3991a633427ab26e13bf9ea35374', '851c4f03412f454d9d1f85cd6c6c2259', '2', 4964, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fa33142b5ccb4486b0bc20d03760c6c6', '67fc3991a633427ab26e13bf9ea35374', '130', '2', 4965, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cce8b2cc3627429ebef79e9e3fa852cc', '67fc3991a633427ab26e13bf9ea35374', '9a86aae825a6476c836ae013d1ca139b', '2', 4966, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e60db99b9a05450ea2bf6647e1cd8e35', '67fc3991a633427ab26e13bf9ea35374', '131', '2', 4967, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('387dc09475374ad7933610079c35eade', '67fc3991a633427ab26e13bf9ea35374', '8137afb97e6848b59c3a7a482eed02d0', '2', 4968, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a3c918374807451586b4ebe2326b25ee', '67fc3991a633427ab26e13bf9ea35374', '132', '2', 4969, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('76c1de9d911a4f67b183ed6152bd7c0c', '67fc3991a633427ab26e13bf9ea35374', '8b83433c54ad4ab88caacfed08e48c4f', '2', 4970, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1a5becd5d8f2462aaaaf8d0ea672d0a7', '67fc3991a633427ab26e13bf9ea35374', '133', '2', 4971, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('16f4f89eabf8483cb596833c5533bb48', '67fc3991a633427ab26e13bf9ea35374', '451c63d99ed144cea18878a6539379e4', '2', 4972, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f0a08e1e9e834ca9ba248ddecfbcb6db', '67fc3991a633427ab26e13bf9ea35374', '134', '2', 4973, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('57ebb5eee8fb4eccb83738b46f790141', '67fc3991a633427ab26e13bf9ea35374', '34c0191710334ba896989d8f6af41d52', '2', 4974, '1', '2024-05-21 16:49:09', '1', '2024-05-21 16:49:09', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cf54b6fe0fb64a7c8d257c86f1e734f1', '67fc3991a633427ab26e13bf9ea35374', '135', '2', 4975, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('41410e7654e34f448173f8ccc68d6421', '67fc3991a633427ab26e13bf9ea35374', 'f2b0c44895ba40cca0dd0f85a8ee96a0', '2', 4976, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0b2c09759ceb4138a13ef612fddcefca', '67fc3991a633427ab26e13bf9ea35374', '136', '2', 4977, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c1d98890ad52480ab05fc53da0914d58', '67fc3991a633427ab26e13bf9ea35374', '137', '2', 4978, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('96979bc0e15841908b52f53715dec1b3', '67fc3991a633427ab26e13bf9ea35374', '138', '2', 4979, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f9f146f86e194c1497b0e94bdc042c47', '67fc3991a633427ab26e13bf9ea35374', '139', '2', 4980, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2ac731020d824080b020d53c9000b6b6', '67fc3991a633427ab26e13bf9ea35374', '140', '2', 4981, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('197d89cc607d40a096315ef0c9aba66e', '67fc3991a633427ab26e13bf9ea35374', '141', '2', 4982, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('54aa5e810d2d45fbaa8af954ad0dbe6c', '67fc3991a633427ab26e13bf9ea35374', '142', '2', 4983, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7567ca8fcf454d71a4609c6e5ecf2438', '67fc3991a633427ab26e13bf9ea35374', '143', '2', 4984, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('27c4681e3c514aa38e75910f24f31700', '67fc3991a633427ab26e13bf9ea35374', '144', '2', 4985, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('382ec614b1bd43f5ad1fa93071581cff', '67fc3991a633427ab26e13bf9ea35374', '145', '2', 4986, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ea10c9a0cd2144ab8ab3d3c1459df71d', '67fc3991a633427ab26e13bf9ea35374', '146', '2', 4987, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('69adb529b03c4b38a754f75ea8ee1cd2', '67fc3991a633427ab26e13bf9ea35374', '147', '2', 4988, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('73f42cf44dac4dd5869acefd5cfa6b47', '67fc3991a633427ab26e13bf9ea35374', '148', '2', 4989, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('127ec2a1394040db9ac1663ff44c6a50', '67fc3991a633427ab26e13bf9ea35374', '8362f166ae9948beafd16c63768972a4', '2', 4990, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('37152d943b6443fe946257fa076de785', '67fc3991a633427ab26e13bf9ea35374', '167e8870f7b84b5d94555f10014d8b8e', '2', 4991, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2d296cbecf31473d99db6546e22db92d', '67fc3991a633427ab26e13bf9ea35374', '1c30ec9075ed4d71af86333c00b795bb', '2', 4992, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3b6ed2de30ce450e8d6e4d77b461bcf6', '67fc3991a633427ab26e13bf9ea35374', '13e10620a6574addbd8e07e2af088684', '2', 4993, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2ed67b9b1cd04bd5a72edc805cd96e5a', '67fc3991a633427ab26e13bf9ea35374', '67f3bafa57d94afa92bb56bffadc946f', '2', 4994, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e22791f24ab941138c33eac556aa32de', '67fc3991a633427ab26e13bf9ea35374', '49f5a859828648f18738ba08192bff01', '2', 4995, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3b8730ee43e4437bbbfde68028ebb398', '67fc3991a633427ab26e13bf9ea35374', '5f246aac13a746d7b90ff691b785d155', '2', 4996, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f9759391f2904fb6ba61b11576c47f1b', '67fc3991a633427ab26e13bf9ea35374', 'fa9084830bc648839455c04b1602f9e2', '2', 4997, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a26769815c734872bec319ebfc3b4451', '67fc3991a633427ab26e13bf9ea35374', '0797fecc12614587bd87575eefe5c583', '2', 4998, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7b06e34210c943a8b0d194d10ed9e13b', '67fc3991a633427ab26e13bf9ea35374', 'e768febaa23b4c7094bb595f4e5b9cb1', '2', 4999, '1', '2024-05-21 16:49:10', '1', '2024-05-21 16:49:10', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('318f805441f64c79ae5a4cd74cdb23ca', '67fc3991a633427ab26e13bf9ea35374', '430c31e9d2ef44e790eaaefe3b29d999', '2', 5000, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d83044f19079493b89434395b63b1d27', '67fc3991a633427ab26e13bf9ea35374', 'fc2d958b759a4dfea5a2522f7497aa9a', '2', 5001, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('dc38efdeed074aeeb168a3864309a13b', '67fc3991a633427ab26e13bf9ea35374', 'abba8f24fe4e461e90c407a777b7a3bf', '2', 5002, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ddb59bf2fad2476a80c0670afe05e5d6', '67fc3991a633427ab26e13bf9ea35374', '1ee6b37f4ab1486a8707a45180598615', '2', 5003, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4517384f52094dc3808d720798a91d28', '67fc3991a633427ab26e13bf9ea35374', '6651bbe8919a46c4a7cc958f60a86f16', '2', 5004, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0d87914ecd9e470b8ae948994281a879', '67fc3991a633427ab26e13bf9ea35374', 'ee68d9a9df3d4f409a622cbc87185326', '2', 5005, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0327020c354f42d4aad2f81172bb26b0', '67fc3991a633427ab26e13bf9ea35374', 'dfe5389ad5b84a1c9ee43d4348ad29d3', '2', 5006, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('20bed97bae424b4ea449b4e48d51066d', '67fc3991a633427ab26e13bf9ea35374', 'a03ec723c8164286abd26b67e775715c', '2', 5007, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b134b38035c44b7f8c4d676f1259af9e', '67fc3991a633427ab26e13bf9ea35374', '77f51f10041a4334b3ad4f2dbfc048d6', '2', 5008, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9badc1ba48e44039baa11918d40bca15', '67fc3991a633427ab26e13bf9ea35374', 'c1c12567d813423593a3523fdab7000d', '2', 5009, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7cae5bca2e8d48ef880a52c86a1db96c', '67fc3991a633427ab26e13bf9ea35374', 'f0c91a270bbd42b0bd2575eeba327f90', '2', 5010, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9856789a71c04fc3bb809e4a8fa4d724', '67fc3991a633427ab26e13bf9ea35374', 'c4ab68b30321484ab1f710284c6e76fa', '2', 5011, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2101fcdba6424475bcd0b8de02d3a1b8', '67fc3991a633427ab26e13bf9ea35374', '9681159fa0114c57b678907c4ac99894', '2', 5012, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9005b170e4fa47c68603812a5dff3442', '67fc3991a633427ab26e13bf9ea35374', 'bb715450cbf247d990fdd8d74068277f', '2', 5013, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2603002209a04b2ba2861613b14551d2', '67fc3991a633427ab26e13bf9ea35374', '0ca7dc7ebab64407b045785c7fce2dc1', '2', 5014, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bb5fe027c7d244ffa2caab5193b79770', '67fc3991a633427ab26e13bf9ea35374', '67a3b788649249f0b567d0ba328700d7', '2', 5015, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('823cc995015b42d0a5ce04dbe2fe2e6d', '67fc3991a633427ab26e13bf9ea35374', 'fffd8a61e1cf4336bf157b5257e33978', '2', 5016, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bc9522cd77494a829da92c9f85c292e5', '67fc3991a633427ab26e13bf9ea35374', 'd8152a56838f4cb99798d737ac0c8b66', '2', 5017, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fe938a91af564e118b6298ab3110479a', '67fc3991a633427ab26e13bf9ea35374', '04b56cf991114d06931a65f48f38cebc', '2', 5018, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('46dbe7cb7fae405c84b090cc798473f0', '67fc3991a633427ab26e13bf9ea35374', 'f9a3503bfbc04910a9087a884607c85c', '2', 5019, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('57adf506f86f4f0bbbe2cee948d14774', '67fc3991a633427ab26e13bf9ea35374', 'd5b636e1fa99449fae1c2b53747ebd11', '2', 5020, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3374a69ee7324172a89c408898a6ecd2', '67fc3991a633427ab26e13bf9ea35374', '946ecfec68ac4668906410013c65b6cc', '2', 5021, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('da5367bd45804a7aae5cc84d3220e73a', '67fc3991a633427ab26e13bf9ea35374', '00e0a6e632674d6db2d92aca31ff4f41', '2', 5022, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1f54755fd38a4fc58ec9c45627ca492c', '67fc3991a633427ab26e13bf9ea35374', 'f839a76ac2964901b5b2327bb59d51d2', '2', 5023, '1', '2024-05-21 16:49:11', '1', '2024-05-21 16:49:11', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b7a10c4311b5412a89383f1d540ff311', '67fc3991a633427ab26e13bf9ea35374', '9aaf70c8a3c048d882c83a1a0f2efc08', '2', 5024, '1', '2024-05-21 16:49:12', '1', '2024-05-21 16:49:12', 'Y', '0', '0'); +INSERT INTO `sys_popedom_interface` (`id`, `object_id`, `interface_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('27506cfe87f74d21b2ba670681c61dc3', '67fc3991a633427ab26e13bf9ea35374', 'b025b0059ae842f18ba11a88cbbaa817', '2', 5025, '1', '2024-05-21 16:49:12', '1', '2024-05-21 16:49:12', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_popedom_menu +-- ---------------------------- +DROP TABLE IF EXISTS `sys_popedom_menu`; +CREATE TABLE `sys_popedom_menu` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `object_id` varchar(50) DEFAULT NULL COMMENT '权限赋予对象id', + `menu_id` varchar(500) DEFAULT NULL COMMENT '菜单id', + `kind_id` char(1) DEFAULT NULL COMMENT '权限类型(1、人员、2、角色)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=3500 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='系统模块权限'; + +-- ---------------------------- +-- Records of sys_popedom_menu +-- ---------------------------- +BEGIN; +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9ea7bc5d704148b0ac118c25c86827a2', '1', '1', '2', 14, '1', '2024-04-03 14:12:39', '1', '2024-04-03 14:12:39', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0ffbb4a5b6f645cfb59323d1d5a43d67', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '1', '1', 2698, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8d02c3ac47f944b3bc77be8e6e330906', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '2', '1', 2699, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('61f86b1da334488a8fad21b34f4703ae', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '3', '1', 2700, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('109333acf5e54cf1a24feb02701376eb', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '4c72e5216d744e0fb715d5d778db412b', '1', 2701, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('92f9b2fd6d58431685e1196953223c7e', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', 'c05bc722e3664b428e24134965fe8dd3', '1', 2702, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a8f8d657b0264a0e9bc0e8bf6fd6afac', '1', '1', '1', 3421, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('dd6a7bf1085f4de7ae06b971d07aca40', '1', '2', '1', 3422, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5119a263622f40af88d4e3fdf86272e8', '1', '3', '1', 3423, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e6f5124669f242b58e02b0f7f90ca665', '1', '4c72e5216d744e0fb715d5d778db412b', '1', 3424, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bc93c3c0654f4c5ab8663e0ce7832e46', '1', 'c05bc722e3664b428e24134965fe8dd3', '1', 3425, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a5973e104f1242acb159c23e9278c63f', '1', '4', '1', 3426, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('787d6f2e6f9e4ea1b2eae3e57902c773', '1', 'c008932b06e84ae5904e989af3d0fb07', '1', 3427, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f2e43dc64be349f6b6e87097eede9bdc', '1', '0e119cab23454d2ebf2442f0bf1a4f0b', '1', 3428, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e3a0b42551cb4fcdb8d8701e5e8b9ab3', '1', '11a0fd7c778a45fe9e02d0c0200dc179', '1', 3429, '1', '2024-05-20 11:57:52', '1', '2024-05-20 11:57:52', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f98137269ed84a4b94f5b311f95b4d3b', '1', 'fe7d099ecfd94593a13dc321218749cc', '1', 3430, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0ed8c811dd184938a35be6993bb48901', '1', '5', '1', 3431, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('dc9e7e79527a491da5fe4d9c92706ae7', '1', '6', '1', 3432, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('052d3e70ae11490f87d8afe18fd76cba', '1', '7', '1', 3433, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2d317fac72294e6d898ab392ae69e6b5', '1', '51928849267a463799cc4a336a6bee71', '1', 3434, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('62a7b5d0f9ea42a59bdffd66d605aead', '1', '84fd5cd21223416b942d5f79bcae5f35', '1', 3435, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b5282b687804498aa94833ecf2be10dc', '1', '822bbe0150ff46f982c0fa998f64f340', '1', 3436, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('35ef0ea6cc2042459ef10aac1b7daf58', '1', '3c979f6461ed42289a04e07daa85a16d', '1', 3437, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b06b7826264f43c59715f91270b34ccc', '1', '46720575a73b46c8a883e3b890364c22', '1', 3438, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2d1a8692bc084f2cbeacfd7b31a03df7', '1', '0fd80aff8d9c4dd3810ca2d043c00ca3', '1', 3439, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('91545be067bd46a2838062b17c3aed99', '1', '5f1182ffd4c1451291a211c4a820fb6b', '1', 3440, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('29edfaccc8034770b4c27e7f5fa715de', '1', '9cf6a9fad9874da18c42f1c63c64ddbc', '1', 3441, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ee5b9d77d842485aa869d69988ceedb2', '1', '5451b1c84bd84af6af44b45ced4340a9', '1', 3442, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('bb5bc053fc504f00b2dd3629eadddb59', '1', 'f5b3895011a54d45a3b9104e3fc28b8e', '1', 3443, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9f15a45a30514882a0448660617c2c4a', '1', '82a8abdab323409a8eba40d2753eb4ae', '1', 3444, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3f4f5239fd2141249c57575cdb65e009', '1', '931a97a2ea33446d9c3f4e11130279de', '1', 3445, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b19db38e605b476db783202d54fae157', '1', '9521483e01d14e5aa06fd246da55d2c3', '1', 3446, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c800f9b774b24307acb78036c50ffb35', '1', '16faf4e100fe482888af65d3ff5e11bc', '1', 3447, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4bd2b3c463a24e90b9739c37d7eca5f2', '1', '4fd2f714e1a14aedb1971f80fca8b0ce', '1', 3448, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f15a5b57e7b946d194293ca0172d49db', '1', '504e6bc41ea6456f93e69f3be668e137', '1', 3449, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('599d8c44cd6b4efb8e4ab266527eaf88', '1', '1d00e0acc81b4e5ab65b98d91e1d4dfc', '1', 3450, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('032fc6db41884f9d8a14572fde2209a2', '1', '973fa79b42e64c9e968e9a5b1295c486', '1', 3451, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('551f2c2b6362483f842224f2dae88fc6', '1', '55c2c82eb1ba458d84f666784d6a13a1', '1', 3452, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7053c6369f9b4751b994c77dee32ec29', '1', '19074ffd21c04e6d9961a7daea7cff2e', '1', 3453, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a6f28ebd4a55424db32dbb023971df60', '1', '1035eb2fbba24caca0617d3dc11c1f09', '1', 3454, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e1985b015ac04069bf9eb74c2f73f76b', '1', 'ea22757e99c144fb9ef381dd322e233c', '1', 3455, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('758aa9f94be6493c9d64a00c7cdcd7fa', '1', '1a300fc3d3bb470392eb5a543042cf83', '1', 3456, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6d9e3b71aacf40b19394b3248843429b', '1', 'fcae3b1adab24279b6f27d6d5d3bdb60', '1', 3457, '1', '2024-05-20 11:57:53', '1', '2024-05-20 11:57:53', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('41af18fb02b946d592bed1aecb513b53', 'af34773de9af41698ffd45dc3e98a7c3', '1', '2', 3458, '1', '2024-05-21 10:04:43', '1', '2024-05-21 10:04:43', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4a3b6d26673342b7a07dfeb1eb5ebe83', 'af34773de9af41698ffd45dc3e98a7c3', '2', '2', 3459, '1', '2024-05-21 10:04:43', '1', '2024-05-21 10:04:43', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fdbfd5deb83e40ab98a3c38fc72d34c1', 'af34773de9af41698ffd45dc3e98a7c3', '3', '2', 3460, '1', '2024-05-21 10:04:43', '1', '2024-05-21 10:04:43', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('fadf1f41374947898b2d05f9f289f799', 'af34773de9af41698ffd45dc3e98a7c3', '4c72e5216d744e0fb715d5d778db412b', '2', 3461, '1', '2024-05-21 10:04:43', '1', '2024-05-21 10:04:43', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('f1e7290045dd468d80655ce0f8f9c928', 'af34773de9af41698ffd45dc3e98a7c3', 'c05bc722e3664b428e24134965fe8dd3', '2', 3462, '1', '2024-05-21 10:04:43', '1', '2024-05-21 10:04:43', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('68a1b0e0575a44ec84899285cd3b3fd9', '67fc3991a633427ab26e13bf9ea35374', '1', '2', 3463, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1ab2baec49424a0fa8b357a4e74fbd62', '67fc3991a633427ab26e13bf9ea35374', '2', '2', 3464, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('206cd242430548b7befcdd6a78e11e30', '67fc3991a633427ab26e13bf9ea35374', '3', '2', 3465, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('26f16e62e9d7420882a17162a501ff6e', '67fc3991a633427ab26e13bf9ea35374', '4c72e5216d744e0fb715d5d778db412b', '2', 3466, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9f44d51669ef496bac9315c58e2cf0bb', '67fc3991a633427ab26e13bf9ea35374', 'c05bc722e3664b428e24134965fe8dd3', '2', 3467, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('a77ef7ce8c514fea857e40ca3fa62a07', '67fc3991a633427ab26e13bf9ea35374', '4', '2', 3468, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8a0859713ffe41c08be1a79211132b5c', '67fc3991a633427ab26e13bf9ea35374', 'c008932b06e84ae5904e989af3d0fb07', '2', 3469, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c7c65acc7dcd478997425caf0061323d', '67fc3991a633427ab26e13bf9ea35374', '0e119cab23454d2ebf2442f0bf1a4f0b', '2', 3470, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('617c3be1ce094114941e657cc37e989a', '67fc3991a633427ab26e13bf9ea35374', '11a0fd7c778a45fe9e02d0c0200dc179', '2', 3471, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('49d3afb2b37745f1ba82ad1bfaae9722', '67fc3991a633427ab26e13bf9ea35374', 'fe7d099ecfd94593a13dc321218749cc', '2', 3472, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5d3e0c65ca6e4637b38a7b29a4d0e9db', '67fc3991a633427ab26e13bf9ea35374', '5', '2', 3473, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e63bed6900a84feebeaf88e0900d8507', '67fc3991a633427ab26e13bf9ea35374', '6', '2', 3474, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('83cd447e7db940edb23579c0b6bf8300', '67fc3991a633427ab26e13bf9ea35374', '7', '2', 3475, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('134ad8603a7e4516af48a3aeef3e2723', '67fc3991a633427ab26e13bf9ea35374', '51928849267a463799cc4a336a6bee71', '2', 3476, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('595a038b78c744fba795a89a13ee2ae0', '67fc3991a633427ab26e13bf9ea35374', '84fd5cd21223416b942d5f79bcae5f35', '2', 3477, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('75e7c3aa14c545e5b7ece3d220cb8837', '67fc3991a633427ab26e13bf9ea35374', '822bbe0150ff46f982c0fa998f64f340', '2', 3478, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('0996c86577694310a28561f6600f4b54', '67fc3991a633427ab26e13bf9ea35374', '3c979f6461ed42289a04e07daa85a16d', '2', 3479, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5a2be823a40b4f2d85938d0a66c22e06', '67fc3991a633427ab26e13bf9ea35374', '46720575a73b46c8a883e3b890364c22', '2', 3480, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1267d392260a43b29398313ad6e0c8e7', '67fc3991a633427ab26e13bf9ea35374', '0fd80aff8d9c4dd3810ca2d043c00ca3', '2', 3481, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b69d2bd8f9874e54bee428563e568794', '67fc3991a633427ab26e13bf9ea35374', '5f1182ffd4c1451291a211c4a820fb6b', '2', 3482, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6cf4f8a65560463ab66abd843a7db9e9', '67fc3991a633427ab26e13bf9ea35374', '9cf6a9fad9874da18c42f1c63c64ddbc', '2', 3483, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9aeb0405b49349e0ba3e9f111ffa0a60', '67fc3991a633427ab26e13bf9ea35374', '5451b1c84bd84af6af44b45ced4340a9', '2', 3484, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('5d65db58396140bc95f9e4cce46b8068', '67fc3991a633427ab26e13bf9ea35374', 'f5b3895011a54d45a3b9104e3fc28b8e', '2', 3485, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3ad35a4e554541e0914dccee4612dd44', '67fc3991a633427ab26e13bf9ea35374', '82a8abdab323409a8eba40d2753eb4ae', '2', 3486, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('309a0a1780894b5f814d4e4f193dbce5', '67fc3991a633427ab26e13bf9ea35374', '931a97a2ea33446d9c3f4e11130279de', '2', 3487, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('16eebc1284084771b5930d19591a3aad', '67fc3991a633427ab26e13bf9ea35374', '9521483e01d14e5aa06fd246da55d2c3', '2', 3488, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7bdcaff25c6d43f3824414bcdcb31fa9', '67fc3991a633427ab26e13bf9ea35374', '16faf4e100fe482888af65d3ff5e11bc', '2', 3489, '1', '2024-05-21 16:49:03', '1', '2024-05-21 16:49:03', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('096418392bf04c7ca832b96fd7f2e16f', '67fc3991a633427ab26e13bf9ea35374', '4fd2f714e1a14aedb1971f80fca8b0ce', '2', 3490, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e3bb9a4dd1874c8881f1c7750595da10', '67fc3991a633427ab26e13bf9ea35374', '504e6bc41ea6456f93e69f3be668e137', '2', 3491, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('aadb6b83d6ba476ab304b7eb62a46262', '67fc3991a633427ab26e13bf9ea35374', '1d00e0acc81b4e5ab65b98d91e1d4dfc', '2', 3492, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1da1d7ed49be4518b08c4768188bfd24', '67fc3991a633427ab26e13bf9ea35374', '973fa79b42e64c9e968e9a5b1295c486', '2', 3493, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cb7a298fa6784108837e5493b81034a0', '67fc3991a633427ab26e13bf9ea35374', '55c2c82eb1ba458d84f666784d6a13a1', '2', 3494, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e07895d3827548d098c3504663308597', '67fc3991a633427ab26e13bf9ea35374', '19074ffd21c04e6d9961a7daea7cff2e', '2', 3495, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8efd0b68df6744d4892a8f0637475d7b', '67fc3991a633427ab26e13bf9ea35374', '1035eb2fbba24caca0617d3dc11c1f09', '2', 3496, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('67a75835236545779baacd061a2a0dee', '67fc3991a633427ab26e13bf9ea35374', 'ea22757e99c144fb9ef381dd322e233c', '2', 3497, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('07facf4e51b64a9fa401b41d234ba945', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', '2', 3498, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_menu` (`id`, `object_id`, `menu_id`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1814a058060442038bd4aac6e3da68a7', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', '2', 3499, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_popedom_operate +-- ---------------------------- +DROP TABLE IF EXISTS `sys_popedom_operate`; +CREATE TABLE `sys_popedom_operate` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `object_id` varchar(50) DEFAULT NULL COMMENT '权限赋予对象id', + `menu_id` varchar(50) DEFAULT NULL COMMENT '菜单id', + `operate` varchar(500) DEFAULT NULL COMMENT '操作权限', + `kind_id` char(1) DEFAULT NULL COMMENT '权限分类(1、人员、2、角色)', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=372 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='操作权限'; + +-- ---------------------------- +-- Records of sys_popedom_operate +-- ---------------------------- +BEGIN; +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('2c4cd96ce6de4af89f081a9595d4f43a', '1', '1', '1', '2', 1, '1', '2024-04-03 14:12:39', '1', '2024-04-03 14:12:39', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9a8b702ac73a42fd8aa35919dbd4e87c', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '3', '1', '1', 235, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('27bd6f652a16476b8e36c94099f3caf9', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '3', '2', '1', 236, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('712f09262eae4ae9aa7ecadb8073abf1', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '3', '3', '1', 237, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('914775ceec884d82acd03453525081ba', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '3', '4', '1', 238, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('74b98017a81842358c6f2d003bfd5964', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '4c72e5216d744e0fb715d5d778db412b', '392c16ba0fcc4e88ba13b17f82788106', '1', 239, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('06fbde979b974f8da97e72232ce7edb1', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '1', '31d2831aa77a4ec181b648b369b9e799', '1', 240, '1', '2024-05-17 10:01:00', '1', '2024-05-17 10:01:00', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('20fca7fab61341fdbe9d0a53cb8ccb2a', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', 'd8ec408d6a2b473c84b4a5cf2872d9c0', '2', 358, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9b36156a659c4cdb9c9a4e37d15f4d1e', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', '9de61bc5b39743b5b3e95c1504cb1a5d', '2', 359, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('980e45a05bbb49819e673f524531f835', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', '273a2516758b4756b57961f6cfdb314e', '2', 360, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8ff82b51081941ecab6ec6b448dd4dc9', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', '1fa6a19dada54729b0767279e740b798', '2', 361, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3b784e6fade64407acc0dc5e43a28411', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', '59336d91fe374ee3acbb9d4c9e4111db', '2', 362, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('215a73e868ac4e67b179826c30abf9e6', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', '20ab57be74014e049f854f6363134823', '2', 363, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b2a76a2cb2d74d259b2724e3bec8bce4', '67fc3991a633427ab26e13bf9ea35374', '1407788760064244a30c1b8828518203', 'e5507380f949499c87fd7414a45a66cf', '2', 364, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ff33e9fdde4b452fa4faaece4af83b39', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', 'e474b5f67ace4bd3a04b93ddc34131c6', '2', 365, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('3ad92d998a22477c84a23f6253c7a913', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', '7e3315ba750f4da8b8b4718f6f05cec2', '2', 366, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('88a52e80d038454fb19f6b59ac768346', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', 'd72621a669ba4204b2258ee50b4ad2d1', '2', 367, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6b8b416a5e0643e9b37d7765def24353', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', '7814a8b483384e36b78a8d3d89fb2652', '2', 368, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('9727fbed5892473d926f1218cffe7e29', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', '59b148230cee4443aae94da18430d9fb', '2', 369, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('e36656b065b44ff0975fb82142aaf4c2', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', 'c274d9020f5d41b08ff96167ed1f6f60', '2', 370, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +INSERT INTO `sys_popedom_operate` (`id`, `object_id`, `menu_id`, `operate`, `kind_id`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('d716a3bc2cde45b4943c4757993ab459', '67fc3991a633427ab26e13bf9ea35374', 'ea6c1da06d724e0a8dc12b0ef19a22b4', '43f0b01986c04515a799bd1520b4b4f1', '2', 371, '1', '2024-05-21 16:49:04', '1', '2024-05-21 16:49:04', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_product +-- ---------------------------- +DROP TABLE IF EXISTS `sys_product`; +CREATE TABLE `sys_product` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `code` varchar(50) DEFAULT NULL COMMENT '产品编码', + `name` varchar(50) DEFAULT NULL COMMENT '产品名称', + `classify` char(2) DEFAULT NULL COMMENT '产品分类', + `description` varchar(200) DEFAULT NULL COMMENT '产品描述', + `production_company` varchar(200) DEFAULT NULL COMMENT '出品公司', + `picture_path` varchar(200) DEFAULT NULL COMMENT '产品介绍图片', + `sys_type` char(2) DEFAULT NULL COMMENT '系统类型', + `sorts` bigint DEFAULT NULL COMMENT '排序号', + `org_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='产品表'; + +-- ---------------------------- +-- Records of sys_product +-- ---------------------------- +BEGIN; +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('05d35c99194145eba186df507973abe4', '2414', '2113', '3', NULL, '1241RQEW', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:47:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:47:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('0d7941c5ebf24bffb39a980a3748ec8a', 'HTOA', '杭泰致远8.2', '7', '1', '1', NULL, NULL, NULL, '', 'Y', '2023-08-28 16:36:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-28 16:36:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('2', 'NC', 'NC企业数字化平台', '2', '产品简述1', '用友网络科技股份有限公司', NULL, '1', 2, '1', 'Y', '2023-03-01 10:13:21', '1', '2023-08-14 15:59:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('41e5d21b4bfa46cc99cb7462623d4ae5', 'SFASF', 'SXFASF', '3', NULL, 'SAFAFA', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:48:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:48:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('4466b92fd2014d13b3e18cf3590a4612', 'swu8c', '速网U8C', '1', '速网U8C', '用友', NULL, NULL, NULL, '', 'Y', '2023-09-26 11:16:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 11:16:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('4bfbd8ffd2aa4e409d71579665baf885', 'U9c', 'U9协同', '1', '产品简述', '致U9', NULL, '1', 1, '', 'Y', '2023-03-13 17:21:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-13 17:21:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('577e6cd9391840318b36aaece47b6f62', 'bip', 'bip', '1', 'bip', '致远', NULL, NULL, NULL, '', 'Y', '2023-08-21 11:42:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:42:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('6b0d760b769045238f66dc1d867d86dd', 'QRQWRQ', 'WQRQ', '5', NULL, 'WRQQT', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:48:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:48:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('75dd0b507def40a3bf8eda88fa6273ad', '200393', '测试', '1', NULL, '测试公司', NULL, NULL, NULL, '', 'Y', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('799380af6850476a9d2333be7c145722', 'BH-U9C', '博华U9C', '1', '博华U9C', '用友', NULL, NULL, NULL, '', 'Y', '2023-09-25 13:43:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-25 13:43:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('79966dc465ac4cd2a4fb0e3b1aae6e8a', 'FSAFASF', 's\'C\'F\'F', '4', NULL, 'DSGSG', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:47:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:47:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('84bd173d4357411eb1545bce11a0d038', 'DD', '钉钉', '11', NULL, 'dd', NULL, NULL, NULL, '', 'Y', '2023-08-28 11:16:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-28 11:17:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('884fc54ad0e7435c8563200c3ef84eef', 'U92', 'U9协同2', '1', '产品简述', '致U9', NULL, '1', 1, '', 'Y', '2023-03-23 10:04:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-23 10:04:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8f53ab2992fd4a13ada20291b2e1f430', 'U8', 'U8', '1', '1', '用友', NULL, NULL, NULL, '', 'Y', '2023-09-06 16:35:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-06 16:35:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('9880b484de8740a5a11240f6ac2577ca', 'A8', '致远OA', '11', '致远OA协同', '致远协同', NULL, NULL, NULL, '', 'Y', '2023-07-25 14:43:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-25 14:44:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c66dcaa5a0f1497883681627bd10118d', 'u9', 'u9', '1', '用友U9', 'YONG', NULL, NULL, NULL, '', 'Y', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('e1e4b6f3aaef4a909d37c62790bf6dfe', 'U8C', 'U8C', '11', '1', '11', NULL, NULL, NULL, '', 'Y', '2023-08-29 14:03:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 14:04:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product` (`id`, `code`, `name`, `classify`, `description`, `production_company`, `picture_path`, `sys_type`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('ec17f777dc244b6192c06db391c2f8e4', 'zt', '中台', '1', '中台系统自己接口', '杭州用安', NULL, NULL, NULL, '', 'Y', '2023-07-27 11:24:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 11:24:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_product_api +-- ---------------------------- +DROP TABLE IF EXISTS `sys_product_api`; +CREATE TABLE `sys_product_api` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `product_id` varchar(50) DEFAULT NULL COMMENT '产品id', + `up_ids` varchar(50) DEFAULT NULL COMMENT '上级id', + `api_name` varchar(50) DEFAULT NULL COMMENT 'api名称/目录名称', + `api_code` varchar(50) DEFAULT NULL COMMENT 'api编码/目录编码', + `api_type` varchar(32) DEFAULT NULL COMMENT '类型 0、menu 1、api', + `api_remark` varchar(200) DEFAULT NULL COMMENT 'api描述', + `need_Login` varchar(1) DEFAULT NULL COMMENT '是否需要登录 1、是 2、否', + `authentication_port` varchar(50) DEFAULT NULL COMMENT '认证接口(修改为保存编码)', + `parameter_passing_mode` varchar(1) DEFAULT NULL COMMENT '传参方式 1、query 2、data', + `enable_access_entry` varchar(50) DEFAULT NULL COMMENT '允许访问入口 1、app 2、H5', + `destination_address` varchar(200) DEFAULT NULL COMMENT '目标地址', + `request_coding` varchar(1) DEFAULT NULL COMMENT '请求编码 1、UTF-8', + `request_method` varchar(1) DEFAULT NULL COMMENT '请求方法 1、POST 2、GET', + `timeout_period` varchar(50) DEFAULT NULL COMMENT '超时时间 6000 ms', + `current_limiting` varchar(50) DEFAULT NULL COMMENT '限流 6000 ms', + `header_in` text COMMENT 'Header入参 JSON', + `query_in` text COMMENT 'Query入参 JSON', + `body_in_type` varchar(1) DEFAULT NULL COMMENT 'Body 入参类型 1、Application/json', + `body_in` text COMMENT 'Body 入参 JSON', + `body_out` text COMMENT 'Body 出参 JSON', + `sorts` bigint DEFAULT NULL COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='产品api'; + +-- ---------------------------- +-- Records of sys_product_api +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_product_version +-- ---------------------------- +DROP TABLE IF EXISTS `sys_product_version`; +CREATE TABLE `sys_product_version` ( + `id` varchar(50) NOT NULL COMMENT '唯一标识码', + `product_id` varchar(50) DEFAULT NULL COMMENT '产品id', + `version_number` varchar(50) DEFAULT NULL COMMENT '版本号', + `version_description` varchar(200) DEFAULT NULL COMMENT '版本说明', + `sorts` bigint DEFAULT NULL COMMENT '排序号', + `org_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `sts` char(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='产品版本表'; + +-- ---------------------------- +-- Records of sys_product_version +-- ---------------------------- +BEGIN; +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('08461135b3944a3bbf874ae992c94156', 'e1e4b6f3aaef4a909d37c62790bf6dfe', '1', '12', NULL, '', 'Y', '2023-08-29 14:04:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-29 14:04:40', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('260bef60e09c408cbd4f255c9c449dd3', '0d7941c5ebf24bffb39a980a3748ec8a', '1', '1', NULL, '', 'Y', '2023-08-28 16:36:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-28 16:36:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('27b89dc5d8fa4f25a4747dfa79323af3', '4bfbd8ffd2aa4e409d71579665baf885', '2.0', '2.0版本', 1, '', 'Y', '2023-03-13 17:21:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-13 17:21:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('2b24180eb2e7440f917c215448f48090', '75dd0b507def40a3bf8eda88fa6273ad', '2283', '2.0', NULL, '', 'Y', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('2b2559de6c954619b22e2b2fd16efa03', 'e74118f681a24ea88ce3b025b9662f8f', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:47:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:47:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('2eb96648b7fc4fa89b578b9b598cf41e', 'c66dcaa5a0f1497883681627bd10118d', '2.0', '用友U92.0', NULL, '', 'Y', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3192cb4af0a94b499ae66e498d0375f5', '577e6cd9391840318b36aaece47b6f62', 'V32207', 'v32207', NULL, '', 'Y', '2023-08-21 11:42:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-21 11:42:25', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3786814d6b7645b19c722b9928ad781f', '4bfbd8ffd2aa4e409d71579665baf885', '1.0', '1.0版本', 2, '', 'Y', '2023-03-13 17:21:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-13 17:21:43', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('3891760c2c0949b6bb4412141be1a26f', '75dd0b507def40a3bf8eda88fa6273ad', '02993', '3.0', NULL, '', 'Y', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('39a46c12001442099182fc87bf3833f6', '884fc54ad0e7435c8563200c3ef84eef', '2.0', '2.0版本', 1, '', 'Y', '2023-03-23 10:04:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-23 10:04:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('5a6db6b7aec9487b8a4505d51469c414', 'c66dcaa5a0f1497883681627bd10118d', '3.0', '用友U93.0', NULL, '', 'Y', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('5ee09cf1828748b0884e20cc7fba4cd2', 'c66dcaa5a0f1497883681627bd10118d', '1.0', '用友U91.0', NULL, '', 'Y', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-11 10:22:27', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('82db2286adfe457589f9c471c2a09f93', '79966dc465ac4cd2a4fb0e3b1aae6e8a', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:47:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:47:37', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('85a8ec696dda4db68fee2d529cc958fd', '08f2b493cbe74e8f9be0b9fe5f470ec3', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:47:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:47:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('8deea2b29f1a47d7828cee6a828cf4a6', '41e5d21b4bfa46cc99cb7462623d4ae5', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:48:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:48:44', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('9f9eeacee5e24e8fb5aa979fc5ece4d7', '84bd173d4357411eb1545bce11a0d038', '1', '1', NULL, '', 'Y', '2023-08-28 11:17:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-28 11:17:45', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('a0c9010ac944457194941141c675d192', '9880b484de8740a5a11240f6ac2577ca', '8.0', '8.0sp1', NULL, '', 'Y', '2023-07-25 14:44:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-25 14:44:52', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('ab08a24e271d4dadbeafecbdb501499c', '6b0d760b769045238f66dc1d867d86dd', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:48:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:48:02', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('b48ce50a074e4a679f84012b2dc865e8', '05d35c99194145eba186df507973abe4', NULL, NULL, NULL, '', 'Y', '2023-03-30 00:47:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-30 00:47:51', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('bdbd48a82f804fc4b31d97998eab6ede', 'ec17f777dc244b6192c06db391c2f8e4', 'V1.0', '系统1.0版本', NULL, '', 'Y', '2023-07-27 11:24:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-27 11:24:39', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c0e161e6d29742b8b1020b2325dd7a12', '8f53ab2992fd4a13ada20291b2e1f430', '6', '1', NULL, '', 'Y', '2023-09-06 16:35:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-06 16:35:32', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('c9a72ce0d0624aa781ff4134e4691989', '75dd0b507def40a3bf8eda88fa6273ad', '188', '1.0', NULL, '', 'Y', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-07-10 14:59:20', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('da599379f6984519b2012c579c22a6e0', '4466b92fd2014d13b3e18cf3590a4612', '1.0', '速网U8C', NULL, '', 'Y', '2023-09-26 11:16:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-26 11:16:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('eaa97902bd0c40cdb55ccf7f2c92c28a', '2', '202005', '202005', NULL, '', 'Y', '2023-08-14 15:59:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-08-14 15:59:23', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('fa7dd132567e4dda9d6152e92dade0f6', '799380af6850476a9d2333be7c145722', '1.0', '博华U9C1.0', NULL, '', 'Y', '2023-09-25 13:43:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-09-25 13:43:29', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +INSERT INTO `sys_product_version` (`id`, `product_id`, `version_number`, `version_description`, `sorts`, `org_id`, `sts`, `create_time`, `create_user_id`, `modify_time`, `modify_user_id`) VALUES ('fd1643e8e77347b88ab857dd123faa9f', '884fc54ad0e7435c8563200c3ef84eef', '1.0', '1.0版本', 2, '', 'Y', '2023-03-23 10:04:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-23 10:04:21', 'c796fd9ba4c9f5ff3cc2fa41a040e443'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_project_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_project_control`; +CREATE TABLE `sys_project_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='项目辅助核算'; + +-- ---------------------------- +-- Records of sys_project_control +-- ---------------------------- +BEGIN; +COMMIT; + +-- ---------------------------- +-- Table structure for sys_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role`; +CREATE TABLE `sys_role` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `role_code` varchar(20) DEFAULT NULL COMMENT '角色编码', + `role_name` varchar(50) DEFAULT NULL COMMENT '角色名称', + `description` varchar(200) DEFAULT NULL COMMENT '角色说明', + `enable_state` char(1) DEFAULT NULL COMMENT '状态: 0启用 1 停用', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='角色表'; + +-- ---------------------------- +-- Records of sys_role +-- ---------------------------- +BEGIN; +INSERT INTO `sys_role` (`id`, `role_code`, `role_name`, `description`, `enable_state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('67fc3991a633427ab26e13bf9ea35374', 'admin', '超级管理员', '超级管理员', '0', 8, '1', '2024-04-02 14:40:09', '1', '2024-04-02 14:40:09', 'Y', '0', '0'); +INSERT INTO `sys_role` (`id`, `role_code`, `role_name`, `description`, `enable_state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('29ce879ffc75486c8be130ceb312e9f5', '07010', '管', '1', '1', 11, '1', '2024-05-17 08:48:18', '1', '2024-05-21 08:44:34', 'Y', '0', '0'); +INSERT INTO `sys_role` (`id`, `role_code`, `role_name`, `description`, `enable_state`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('af34773de9af41698ffd45dc3e98a7c3', '07003', '业务', '123', '0', 12, '1', '2024-05-17 08:49:00', '1', '2024-05-21 11:12:20', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_stock_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_stock_control`; +CREATE TABLE `sys_stock_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='存货对照'; + +-- ---------------------------- +-- Records of sys_stock_control +-- ---------------------------- +BEGIN; +INSERT INTO `sys_stock_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('ca91b1db569d4aff8330f6899e3034ae', NULL, NULL, NULL, NULL, NULL, '04', '成品测试', NULL, NULL, NULL, NULL, '0001F11000000000I6NN', '04', '成品测试', 1, '1', '2024-04-25 11:26:32', '1', '2024-04-25 11:26:32', 'Y', '0', '0', NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_taxrate_control +-- ---------------------------- +DROP TABLE IF EXISTS `sys_taxrate_control`; +CREATE TABLE `sys_taxrate_control` ( + `id` varchar(50) NOT NULL COMMENT '主键ID', + `left_app_id` varchar(50) DEFAULT NULL COMMENT '左应用id', + `left_app_code` varchar(50) DEFAULT NULL COMMENT '左应用编码', + `left_app_name` varchar(50) DEFAULT NULL COMMENT '左应用名称', + `left_api_id` varchar(50) DEFAULT NULL COMMENT '左接口ID', + `left_id` varchar(50) DEFAULT NULL COMMENT '左id', + `left_code` varchar(50) DEFAULT NULL COMMENT '左编码', + `left_name` varchar(50) DEFAULT NULL COMMENT '左名称', + `right_app_id` varchar(50) DEFAULT NULL COMMENT '右应用id', + `right_app_code` varchar(50) DEFAULT NULL COMMENT '右应用编码', + `right_app_name` varchar(50) DEFAULT NULL COMMENT '右应用名称', + `right_api_id` varchar(50) DEFAULT NULL COMMENT '右接口ID', + `right_id` varchar(50) DEFAULT NULL COMMENT '右id', + `right_code` varchar(50) DEFAULT NULL COMMENT '右编码', + `right_name` varchar(50) DEFAULT NULL COMMENT '右名称', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `left_org` varchar(50) DEFAULT NULL COMMENT '左公司', + `right_org` varchar(50) DEFAULT NULL COMMENT '右公司', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='税率'; + +-- ---------------------------- +-- Records of sys_taxrate_control +-- ---------------------------- +BEGIN; +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('-3314644750535274928', NULL, NULL, NULL, NULL, NULL, 'S1', '客户0增值税', NULL, NULL, NULL, NULL, NULL, '01', '0.01', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('321910854452986401', NULL, NULL, NULL, NULL, NULL, 'S3', '客户3%增值税', NULL, NULL, NULL, NULL, NULL, '02', '0.03', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('2067282345198699270', NULL, NULL, NULL, NULL, NULL, 'S5', '客户5%增值税', NULL, NULL, NULL, NULL, NULL, '03', '0.05', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('-4911994718025856081', NULL, NULL, NULL, NULL, NULL, 'S6', '客户6%增值税', NULL, NULL, NULL, NULL, NULL, '04', '0.06', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('-5970313338841446916', NULL, NULL, NULL, NULL, NULL, 'S9', '客户9%增值税', NULL, NULL, NULL, NULL, NULL, '05', '0.09', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('-7794141379370137123', NULL, NULL, NULL, NULL, NULL, 'S11', '客户11%增值税', NULL, NULL, NULL, NULL, NULL, '06', '0.11', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('-3287573962073684539', NULL, NULL, NULL, NULL, NULL, 'S13', '客户13%增值税', NULL, NULL, NULL, NULL, NULL, '07', '0.13', 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('-7455112543704363099', NULL, NULL, NULL, NULL, NULL, 'X3', '3%增值税采购', NULL, NULL, NULL, NULL, NULL, '02', '0.03', 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('-5441658089318692859', NULL, NULL, NULL, NULL, NULL, 'X6', '6%增值税采购', NULL, NULL, NULL, NULL, NULL, '04', '0.06', 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('4615105739197334901', NULL, NULL, NULL, NULL, NULL, 'X13', '13%增值税采购', NULL, NULL, NULL, NULL, NULL, '07', '0.13', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +INSERT INTO `sys_taxrate_control` (`id`, `left_app_id`, `left_app_code`, `left_app_name`, `left_api_id`, `left_id`, `left_code`, `left_name`, `right_app_id`, `right_app_code`, `right_app_name`, `right_api_id`, `right_id`, `right_code`, `right_name`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`, `left_org`, `right_org`) VALUES ('6089571994180993083', NULL, NULL, NULL, NULL, NULL, 'X0', '0增值税采购', NULL, NULL, NULL, NULL, NULL, '00', '0', 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07', '07'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_user +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user`; +CREATE TABLE `sys_user` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `person_id` varchar(50) DEFAULT NULL COMMENT '外键人员ID', + `login_code` varchar(200) DEFAULT NULL COMMENT '登录账号', + `password` varchar(80) DEFAULT NULL COMMENT '登录密码', + `salt` varchar(50) DEFAULT NULL COMMENT '盐', + `last_login_time` datetime DEFAULT NULL COMMENT '最后登录时间', + `last_connection_time` datetime DEFAULT NULL COMMENT '最后链接时间', + `last_login_ip` varchar(200) DEFAULT NULL COMMENT '登录IP地址', + `state` char(1) DEFAULT NULL COMMENT '状态:0 启用 1 停用', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户表'; + +-- ---------------------------- +-- Records of sys_user +-- ---------------------------- +BEGIN; +INSERT INTO `sys_user` (`id`, `person_id`, `login_code`, `password`, `salt`, `last_login_time`, `last_connection_time`, `last_login_ip`, `state`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1', '1', 'admin', 'e1cd2194902c06412c64b66b898435ae', NULL, '2024-04-02 08:57:56', '2024-04-02 08:57:58', '127.0.0.1', '0', NULL, 1, '1', '2024-04-02 08:58:18', '1', '2024-04-07 09:29:33', 'Y', NULL, NULL); +INSERT INTO `sys_user` (`id`, `person_id`, `login_code`, `password`, `salt`, `last_login_time`, `last_connection_time`, `last_login_ip`, `state`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('c520123beebf4bdabb268f489e900ce8', 'e2f3bc6192214ae6be1b946a11f95e19', 'root', '26a595800ce1947b1d43f3c6da5419e0', NULL, NULL, NULL, NULL, '0', NULL, 5, '1', '2024-04-03 10:03:41', '1', '2024-04-22 10:21:58', 'Y', '0', '0'); +INSERT INTO `sys_user` (`id`, `person_id`, `login_code`, `password`, `salt`, `last_login_time`, `last_connection_time`, `last_login_ip`, `state`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b6bf9f5845f8475491543e981aab7f9b', 'ca5a4ea5e8434e8f96a3b987371fc9f2', '07002', 'd52fd976e3ddaa54a91bb48cb1844eee', NULL, NULL, NULL, NULL, '0', '业务', 6, '1', '2024-05-17 09:28:40', '1', '2024-05-17 09:28:46', 'Y', '0', '0'); +INSERT INTO `sys_user` (`id`, `person_id`, `login_code`, `password`, `salt`, `last_login_time`, `last_connection_time`, `last_login_ip`, `state`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('40d2268f7e064d1dbe8a06473c345807', '4a6338d778d54c1dbde0f10df36e836d', '07021', '67e582303bbb072aa840a7ea321f328e', NULL, NULL, NULL, NULL, '0', NULL, 8, '1', '2024-05-17 09:37:40', '1', '2024-05-17 09:38:35', 'Y', '0', '0'); +INSERT INTO `sys_user` (`id`, `person_id`, `login_code`, `password`, `salt`, `last_login_time`, `last_connection_time`, `last_login_ip`, `state`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ac85b2a6f73b4cba8e68bb63e8ad4a27', '4eae885b1a8d41beaf4ea59b9b1edc20', '07001', 'd70e7f99e6e6886aa2e352a1e9b0df1d', NULL, NULL, NULL, NULL, '0', NULL, 9, '1', '2024-05-17 09:44:16', '1', '2024-05-17 09:44:25', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_user_company +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_company`; +CREATE TABLE `sys_user_company` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `user_id` varchar(50) DEFAULT NULL COMMENT '用户id', + `user_company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户所属公司表'; + +-- ---------------------------- +-- Records of sys_user_company +-- ---------------------------- +BEGIN; +INSERT INTO `sys_user_company` (`id`, `user_id`, `user_company_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('8f616295fe574070b57a3b76d7719dd2', '96555d3e45704668bad4dd2ea787ad54', '1', NULL, 3, '1', '2024-04-02 09:58:01', '1', '2024-04-02 09:58:01', 'Y', '0', '0'); +INSERT INTO `sys_user_company` (`id`, `user_id`, `user_company_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('cd2ba22a0909428786602828ee8f282a', '1', '1', NULL, 7, '1', '2024-04-07 09:29:33', '1', '2024-04-07 09:29:33', 'Y', '0', '0'); +INSERT INTO `sys_user_company` (`id`, `user_id`, `user_company_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('b495ea37f7fe4c9b910982fb804cbc6d', 'c520123beebf4bdabb268f489e900ce8', '1', NULL, 8, '1', '2024-04-15 09:32:35', '1', '2024-04-15 09:32:35', 'Y', '0', '0'); +INSERT INTO `sys_user_company` (`id`, `user_id`, `user_company_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('7e5890ff45be4125bdea4029dec649ef', 'b6bf9f5845f8475491543e981aab7f9b', '1', NULL, 9, '1', '2024-05-17 09:28:40', '1', '2024-05-17 09:28:40', 'Y', '0', '0'); +INSERT INTO `sys_user_company` (`id`, `user_id`, `user_company_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('6d3f6cda72f644ac9656d08f7c7aa982', '40d2268f7e064d1dbe8a06473c345807', '1', NULL, 13, '1', '2024-05-17 09:37:40', '1', '2024-05-17 09:37:40', 'Y', '0', '0'); +INSERT INTO `sys_user_company` (`id`, `user_id`, `user_company_id`, `remark`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('24377c71d7a24d2fab72285702ba467f', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', '1', NULL, 14, '1', '2024-05-17 09:44:16', '1', '2024-05-17 09:44:16', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for sys_user_roles +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_roles`; +CREATE TABLE `sys_user_roles` ( + `id` varchar(50) NOT NULL COMMENT '唯一ID', + `user_id` varchar(50) DEFAULT NULL COMMENT '用户id', + `role_id` varchar(50) DEFAULT NULL COMMENT '角色id', + `user_role_note` varchar(200) DEFAULT NULL COMMENT '说明', + `sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序', + `create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id', + `modify_time` datetime DEFAULT NULL COMMENT '修改时间', + `sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)', + `org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID', + `company_id` varchar(50) DEFAULT NULL COMMENT '公司id', + PRIMARY KEY (`sorts`,`id`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='用户角色表'; + +-- ---------------------------- +-- Records of sys_user_roles +-- ---------------------------- +BEGIN; +INSERT INTO `sys_user_roles` (`id`, `user_id`, `role_id`, `user_role_note`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ba30875d29d24532b006260fa01a3950', '96555d3e45704668bad4dd2ea787ad54', 'fbb0fe62537f414b89cff41e9d533588', NULL, 4, '1', '2024-04-02 09:58:01', '1', '2024-04-02 09:58:01', 'Y', '0', '0'); +INSERT INTO `sys_user_roles` (`id`, `user_id`, `role_id`, `user_role_note`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('af4cc85ec274481586174d1dc05f0b3f', '1', '67fc3991a633427ab26e13bf9ea35374', NULL, 13, '1', '2024-04-07 09:29:33', '1', '2024-04-07 09:29:33', 'Y', '0', '0'); +INSERT INTO `sys_user_roles` (`id`, `user_id`, `role_id`, `user_role_note`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('4b8bcb43b25948e5bd7fc652edc5df72', 'c520123beebf4bdabb268f489e900ce8', '67fc3991a633427ab26e13bf9ea35374', NULL, 14, '1', '2024-04-15 09:32:35', '1', '2024-04-15 09:32:35', 'Y', '0', '0'); +INSERT INTO `sys_user_roles` (`id`, `user_id`, `role_id`, `user_role_note`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('ad86581ae85143eba2d90287d70714ed', 'b6bf9f5845f8475491543e981aab7f9b', 'af34773de9af41698ffd45dc3e98a7c3', NULL, 15, '1', '2024-05-17 09:28:40', '1', '2024-05-17 09:28:40', 'Y', '0', '0'); +INSERT INTO `sys_user_roles` (`id`, `user_id`, `role_id`, `user_role_note`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('1f47506253ce4725aa75565abf68e657', '40d2268f7e064d1dbe8a06473c345807', 'af34773de9af41698ffd45dc3e98a7c3', NULL, 19, '1', '2024-05-17 09:37:40', '1', '2024-05-17 09:37:40', 'Y', '0', '0'); +INSERT INTO `sys_user_roles` (`id`, `user_id`, `role_id`, `user_role_note`, `sorts`, `create_user_id`, `create_time`, `modify_user_id`, `modify_time`, `sts`, `org_id`, `company_id`) VALUES ('554cc5641a3f4a27a0f582960eb43d97', 'ac85b2a6f73b4cba8e68bb63e8ad4a27', 'af34773de9af41698ffd45dc3e98a7c3', NULL, 20, '1', '2024-05-17 09:44:16', '1', '2024-05-17 09:44:16', 'Y', '0', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for tmp_report_data_1 +-- ---------------------------- +DROP TABLE IF EXISTS `tmp_report_data_1`; +CREATE TABLE `tmp_report_data_1` ( + `monty` varchar(255) DEFAULT NULL COMMENT '月份', + `main_income` decimal(10,2) DEFAULT NULL, + `total` decimal(10,2) DEFAULT NULL, + `his_lowest` decimal(10,2) DEFAULT NULL, + `his_average` decimal(10,2) DEFAULT NULL, + `his_highest` decimal(10,2) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of tmp_report_data_1 +-- ---------------------------- +BEGIN; +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('1月', 483834.66, 483834.66, 57569.77, 216797.62, 483834.66); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('2月', 11666578.65, 12150413.31, 22140.00, 4985361.57, 11666578.65); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('3月', 27080982.08, 39231395.39, 73106.29, 16192642.30, 27080982.08); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('4月', 0.00, 39231395.39, 73106.29, 8513415.34, 17428381.40); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('5月', 0.00, 39231395.39, NULL, NULL, NULL); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('6月', 0.00, 39231395.39, NULL, NULL, NULL); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('7月', 0.00, 39231395.39, NULL, NULL, NULL); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('8月', 0.00, 39231395.39, NULL, NULL, NULL); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('9月', 0.00, 39231395.39, NULL, NULL, NULL); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('10月', 0.00, 39231395.39, NULL, NULL, NULL); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('11月', 0.00, 39231395.39, NULL, NULL, NULL); +INSERT INTO `tmp_report_data_1` (`monty`, `main_income`, `total`, `his_lowest`, `his_average`, `his_highest`) VALUES ('12月', 0.00, 39231395.39, NULL, NULL, NULL); +COMMIT; + +-- ---------------------------- +-- Table structure for tmp_report_data_income +-- ---------------------------- +DROP TABLE IF EXISTS `tmp_report_data_income`; +CREATE TABLE `tmp_report_data_income` ( + `biz_income` varchar(100) DEFAULT NULL, + `bx_jj_yongjin` decimal(10,2) DEFAULT NULL, + `bx_zx_money` decimal(10,2) DEFAULT NULL, + `chengbao_gz_money` decimal(10,2) DEFAULT NULL, + `bx_gg_moeny` decimal(10,2) DEFAULT NULL, + `tb_zx_money` decimal(10,2) DEFAULT NULL, + `neikong_zx_money` decimal(10,2) DEFAULT NULL, + `total` decimal(10,2) DEFAULT NULL +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of tmp_report_data_income +-- ---------------------------- +BEGIN; +INSERT INTO `tmp_report_data_income` (`biz_income`, `bx_jj_yongjin`, `bx_zx_money`, `chengbao_gz_money`, `bx_gg_moeny`, `tb_zx_money`, `neikong_zx_money`, `total`) VALUES ('中国石油全资(集团所属)', 37134.58, 1099273.32, 0.00, 0.00, 0.00, 226415.09, 38460270.57); +INSERT INTO `tmp_report_data_income` (`biz_income`, `bx_jj_yongjin`, `bx_zx_money`, `chengbao_gz_money`, `bx_gg_moeny`, `tb_zx_money`, `neikong_zx_money`, `total`) VALUES ('中国石油全资(股份所属)', 227595.77, 0.00, 0.00, 0.00, 0.00, 0.00, 227595.77); +INSERT INTO `tmp_report_data_income` (`biz_income`, `bx_jj_yongjin`, `bx_zx_money`, `chengbao_gz_money`, `bx_gg_moeny`, `tb_zx_money`, `neikong_zx_money`, `total`) VALUES ('中石油控股或有控股权', 310628.11, 369298.64, 0.00, 0.00, 0.00, 0.00, 679926.75); +INSERT INTO `tmp_report_data_income` (`biz_income`, `bx_jj_yongjin`, `bx_zx_money`, `chengbao_gz_money`, `bx_gg_moeny`, `tb_zx_money`, `neikong_zx_money`, `total`) VALUES ('中石油参股', 72062.45, 0.00, 0.00, 0.00, 0.00, 0.00, 72062.75); +INSERT INTO `tmp_report_data_income` (`biz_income`, `bx_jj_yongjin`, `bx_zx_money`, `chengbao_gz_money`, `bx_gg_moeny`, `tb_zx_money`, `neikong_zx_money`, `total`) VALUES ('非中石油', 1486526.90, 212070.72, 0.00, 0.00, 0.00, 226415.09, 1698597.62); +COMMIT; + +-- ---------------------------- +-- Procedure structure for proc_jmdemo +-- ---------------------------- +DROP PROCEDURE IF EXISTS `proc_jmdemo`; +delimiter ;; +CREATE PROCEDURE `proc_jmdemo`(IN pageNo INT,IN pageSize INT) +BEGIN + DECLARE begin_no INT; + SET begin_no = (pageNo-1)*pageSize; + + -- 分页查询列表 + SELECT * FROM rep_demo_dxtj + WHERE id >= ( + SELECT id FROM rep_demo_dxtj + ORDER BY id ASC + LIMIT begin_no,1 + ) + ORDER BY id ASC + LIMIT pageSize; + +END +;; +delimiter ; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/pom.xml b/pom.xml index 20d6b5bb..b2ed908c 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,10 @@ mysql-connector-java ${mysql-connector-java} - + + org.springframework.boot + spring-boot-starter-data-jdbc + com.github.pagehelper pagehelper-spring-boot-starter @@ -364,9 +367,22 @@ 4.0.21 pom - - - + + + + + + + + org.flywaydb + flyway-core + 8.5.13 + + + org.flywaydb + flyway-mysql + 8.5.13 + @@ -425,6 +441,7 @@ **/*.xdb **/*.txt + **/*.sql true @@ -439,6 +456,7 @@ **/*.json **/*.txt + **/*.sql true diff --git a/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml index bd13f47c..b4972bbb 100644 --- a/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml +++ b/service/src/main/java/com/hzya/frame/home/entity/HomeEntity.xml @@ -43,7 +43,7 @@ WHERE sts = 'Y' GROUP BY - api_id + api_id,app_id ) a left join sys_application_api api on api.id = a.api_id and api.sts = 'Y' WHERE api.id is not null @@ -83,11 +83,11 @@ WHERE WHERE sts = 'Y' and status = '4' and create_time BETWEEN DATE_SUB( NOW(), INTERVAL 6 DAY ) AND NOW() GROUP BY - DATE_FORMAT( create_time, '%Y%m%d' ) + DATE_FORMAT( create_time, '%Y-%m-%d' ) ORDER BY DATE_FORMAT( create_time, - '%Y%m%d') + '%Y-%m-%d') diff --git a/service/src/main/java/com/hzya/frame/report/reportAccredit/dao/IReportAccreditDao.java b/service/src/main/java/com/hzya/frame/report/reportAccredit/dao/IReportAccreditDao.java new file mode 100644 index 00000000..f5e31363 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportAccredit/dao/IReportAccreditDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.report.reportAccredit.dao; + +import com.hzya.frame.report.reportAccredit.entity.ReportAccreditEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 报表授权表(report_accredit: table)表数据库访问层 + * + * @author makejava + * @since 2024-05-21 15:02:11 + */ +public interface IReportAccreditDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportAccredit/dao/impl/ReportAccreditDaoImpl.java b/service/src/main/java/com/hzya/frame/report/reportAccredit/dao/impl/ReportAccreditDaoImpl.java new file mode 100644 index 00000000..62bb8b33 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportAccredit/dao/impl/ReportAccreditDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.report.reportAccredit.dao.impl; + +import com.hzya.frame.report.reportAccredit.entity.ReportAccreditEntity; +import com.hzya.frame.report.reportAccredit.dao.IReportAccreditDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 报表授权表(ReportAccredit)表数据库访问层 + * + * @author makejava + * @since 2024-05-21 15:02:11 + */ +@Repository(value = "ReportAccreditDaoImpl") +public class ReportAccreditDaoImpl extends MybatisGenericDao implements IReportAccreditDao{ + +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.java b/service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.java new file mode 100644 index 00000000..4f987973 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.java @@ -0,0 +1,55 @@ +package com.hzya.frame.report.reportAccredit.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * 报表授权表(ReportAccredit)实体类 + * + * @author makejava + * @since 2024-05-21 15:02:12 + */ +public class ReportAccreditEntity extends BaseEntity { + + /** 权限赋予对象id */ + private String objectId; + /** 报表ID */ + private String reportId; + /** 权限类型(1、应用2、人员) */ + private String kindId; + /** 公司id */ + private String companyId; + + + public String getObjectId() { + return objectId; + } + + public void setObjectId(String objectId) { + this.objectId = objectId; + } + + public String getReportId() { + return reportId; + } + + public void setReportId(String reportId) { + this.reportId = reportId; + } + + public String getKindId() { + return kindId; + } + + public void setKindId(String kindId) { + this.kindId = kindId; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.xml b/service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.xml new file mode 100644 index 00000000..6167bee9 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportAccredit/entity/ReportAccreditEntity.xml @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + id + ,object_id + ,report_id + ,kind_id + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + + + + + + + + + + + + + + + + + + + insert into report_accredit( + + id , + object_id , + report_id , + kind_id , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sts, + + )values( + + #{id} , + #{objectId} , + #{reportId} , + #{kindId} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + 'Y', + + ) + + + + insert into report_accredit(id, object_id, report_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.id},#{entity.objectId},#{entity.reportId},#{entity.kindId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into report_accredit(id, object_id, report_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.id},#{entity.objectId},#{entity.reportId},#{entity.kindId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + id = values(id), + object_id = values(object_id), + report_id = values(report_id), + kind_id = values(kind_id), + sorts = values(sorts), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update report_accredit set + + id = #{id}, + object_id = #{objectId}, + report_id = #{reportId}, + kind_id = #{kindId}, + sorts = #{sorts}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where = #{id} + + + +update report_accredit set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where = #{id} + + + +update report_accredit set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and object_id = #{objectId} + and report_id = #{reportId} + and kind_id = #{kindId} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and sts='Y' + + + + + delete from report_accredit where = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/report/reportAccredit/service/IReportAccreditService.java b/service/src/main/java/com/hzya/frame/report/reportAccredit/service/IReportAccreditService.java new file mode 100644 index 00000000..be6686de --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportAccredit/service/IReportAccreditService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.report.reportAccredit.service; + +import com.hzya.frame.report.reportAccredit.entity.ReportAccreditEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * 报表授权表(ReportAccredit)表服务接口 + * + * @author makejava + * @since 2024-05-21 15:02:12 + */ +public interface IReportAccreditService extends IBaseService{ +} diff --git a/service/src/main/java/com/hzya/frame/report/reportAccredit/service/impl/ReportAccreditServiceImpl.java b/service/src/main/java/com/hzya/frame/report/reportAccredit/service/impl/ReportAccreditServiceImpl.java new file mode 100644 index 00000000..066659be --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportAccredit/service/impl/ReportAccreditServiceImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.report.reportAccredit.service.impl; + +import com.hzya.frame.report.reportAccredit.entity.ReportAccreditEntity; +import com.hzya.frame.report.reportAccredit.dao.IReportAccreditDao; +import com.hzya.frame.report.reportAccredit.service.IReportAccreditService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * 报表授权表(ReportAccredit)表服务实现类 + * + * @author makejava + * @since 2024-05-21 15:02:12 + */ +@Service(value = "reportAccreditService") +public class ReportAccreditServiceImpl extends BaseService implements IReportAccreditService { + + private IReportAccreditDao reportAccreditDao; + + @Autowired + public void setReportAccreditDao(IReportAccreditDao dao) { + this.reportAccreditDao = dao; + this.dao = dao; + } +} diff --git a/service/src/main/java/com/hzya/frame/report/reportClassify/dao/IReportClassifyDao.java b/service/src/main/java/com/hzya/frame/report/reportClassify/dao/IReportClassifyDao.java new file mode 100644 index 00000000..c861046c --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportClassify/dao/IReportClassifyDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.report.reportClassify.dao; + +import com.hzya.frame.report.reportClassify.entity.ReportClassifyEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 报表分类表(report_classify: table)表数据库访问层 + * + * @author makejava + * @since 2024-05-21 15:03:14 + */ +public interface IReportClassifyDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportClassify/dao/impl/ReportClassifyDaoImpl.java b/service/src/main/java/com/hzya/frame/report/reportClassify/dao/impl/ReportClassifyDaoImpl.java new file mode 100644 index 00000000..48fa3d1a --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportClassify/dao/impl/ReportClassifyDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.report.reportClassify.dao.impl; + +import com.hzya.frame.report.reportClassify.entity.ReportClassifyEntity; +import com.hzya.frame.report.reportClassify.dao.IReportClassifyDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 报表分类表(ReportClassify)表数据库访问层 + * + * @author makejava + * @since 2024-05-21 15:03:14 + */ +@Repository(value = "ReportClassifyDaoImpl") +public class ReportClassifyDaoImpl extends MybatisGenericDao implements IReportClassifyDao{ + +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.java b/service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.java new file mode 100644 index 00000000..4fa0e714 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.java @@ -0,0 +1,84 @@ +package com.hzya.frame.report.reportClassify.entity; + +import java.util.Date; +import java.util.List; + +import com.hzya.frame.sysnew.organ.entity.SysOrganEntity; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 报表分类表(ReportClassify)实体类 + * + * @author makejava + * @since 2024-05-21 15:03:14 + */ +public class ReportClassifyEntity extends BaseEntity { + + /** 编码 */ + private String code; + /** 名称 */ + private String name; + /** 上级id */ + private String parentId; + private String parentName; + /** 公司id */ + private String companyId; + private List children; + + private String label; + public String getCode() { + return code; + } + + public void setCode(String code) { + this.code = code; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getParentId() { + return parentId; + } + + public void setParentId(String parentId) { + this.parentId = parentId; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + + public String getLabel() { + return label; + } + + public void setLabel(String label) { + this.label = label; + } + + public List getChildren() { + return children; + } + + public void setChildren(List children) { + this.children = children; + } + + public String getParentName() { + return parentName; + } + + public void setParentName(String parentName) { + this.parentName = parentName; + } +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.xml b/service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.xml new file mode 100644 index 00000000..cfb9b530 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportClassify/entity/ReportClassifyEntity.xml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + + + + + + + id + ,code + ,name + ,parent_id + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + + + + + + + + + + + + + + + + + + insert into report_classify( + + id , + code , + name , + parent_id , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sts, + + )values( + + #{id} , + #{code} , + #{name} , + #{parentId} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + 'Y', + + ) + + + + insert into report_classify(id, code, name, parent_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.id},#{entity.code},#{entity.name},#{entity.parentId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into report_classify(id, code, name, parent_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.id},#{entity.code},#{entity.name},#{entity.parentId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + id = values(id), + code = values(code), + name = values(name), + parent_id = values(parent_id), + sorts = values(sorts), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update report_classify set + + id = #{id}, + code = #{code}, + name = #{name}, + parent_id = #{parentId}, + sorts = #{sorts}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where = #{id} + + + +update report_classify set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where = #{id} + + + +update report_classify set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and code = #{code} + and name = #{name} + and parent_id = #{parentId} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and sts='Y' + + + + + delete from report_classify where = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/report/reportClassify/service/IReportClassifyService.java b/service/src/main/java/com/hzya/frame/report/reportClassify/service/IReportClassifyService.java new file mode 100644 index 00000000..3c3b645a --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportClassify/service/IReportClassifyService.java @@ -0,0 +1,65 @@ +package com.hzya.frame.report.reportClassify.service; + +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.report.reportClassify.entity.ReportClassifyEntity; +import com.hzya.frame.basedao.service.IBaseService; +import com.hzya.frame.web.entity.JsonResultEntity; + +/** + * 报表分类表(ReportClassify)表服务接口 + * + * @author makejava + * @since 2024-05-21 15:03:14 + */ +public interface IReportClassifyService extends IBaseService{ + + /** + * @Author lvleigang + * @Description 查询分类树 + * @Date 3:14 下午 2024/5/21 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity queryEntityTree(JSONObject jsonObject); + + + /** + * @Author lvleigang + * @Description 保存分类 + * @Date 3:16 下午 2024/5/21 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity saveEntity(JSONObject jsonObject); + + + /** + * @Author lvleigang + * @Description 获取分类 + * @Date 3:16 下午 2024/5/21 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity getEntity(JSONObject jsonObject); + + + /** + * @Author lvleigang + * @Description 修改分类 + * @Date 3:16 下午 2024/5/21 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity updateEntity(JSONObject jsonObject); + + + /** + * @Author lvleigang + * @Description 删除分类 + * @Date 3:16 下午 2024/5/21 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity deleteEntity(JSONObject jsonObject); + +} diff --git a/service/src/main/java/com/hzya/frame/report/reportClassify/service/impl/ReportClassifyServiceImpl.java b/service/src/main/java/com/hzya/frame/report/reportClassify/service/impl/ReportClassifyServiceImpl.java new file mode 100644 index 00000000..aa57d7c2 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportClassify/service/impl/ReportClassifyServiceImpl.java @@ -0,0 +1,230 @@ +package com.hzya.frame.report.reportClassify.service.impl; + +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.report.reportClassify.entity.ReportClassifyEntity; +import com.hzya.frame.report.reportClassify.dao.IReportClassifyDao; +import com.hzya.frame.report.reportClassify.service.IReportClassifyService; +import com.hzya.frame.report.reportManage.dao.IReportManageDao; +import com.hzya.frame.report.reportManage.entity.ReportManageEntity; +import com.hzya.frame.sysnew.organ.entity.SysOrganEntity; +import com.hzya.frame.sysnew.person.entity.SysPersonEntity; +import com.hzya.frame.sysnew.userCompany.entity.SysUserCompanyEntity; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; + +import javax.annotation.Resource; + +import com.hzya.frame.basedao.service.impl.BaseService; + +import java.util.ArrayList; +import java.util.List; + +/** + * 报表分类表(ReportClassify)表服务实现类 + * + * @author makejava + * @since 2024-05-21 15:03:14 + */ +@Service(value = "reportClassifyService") +public class ReportClassifyServiceImpl extends BaseService implements IReportClassifyService { + + private IReportClassifyDao reportClassifyDao; + + @Resource + private IReportManageDao reportManageDao; + @Autowired + public void setReportClassifyDao(IReportClassifyDao dao) { + this.reportClassifyDao = dao; + this.dao = dao; + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询分类树 + * @Date 3:14 下午 2024/5/21 + **/ + @Override + public JsonResultEntity queryEntityTree(JSONObject jsonObject) { + ReportClassifyEntity entity = getData("jsonStr", jsonObject, ReportClassifyEntity.class); + if (entity == null) { + entity = new ReportClassifyEntity(); + } + List returnEntity = new ArrayList<>(); + //查询符合条件的组织数据 + List reportClassifyEntities = reportClassifyDao.queryByLike(entity); + if (reportClassifyEntities == null || reportClassifyEntities.size() == 0) { + ReportClassifyEntity first = new ReportClassifyEntity(); + first.setCode("1"); + first.setName("系统"); + first.setParentId("0"); + first.setCreate(); + reportClassifyDao.save(first); + reportClassifyEntities = new ArrayList<>(); + reportClassifyEntities.add(first); + } + if (reportClassifyEntities != null && reportClassifyEntities.size() > 0) { + for (int i = 0; i < reportClassifyEntities.size(); i++) { + if ("0".equals(reportClassifyEntities.get(i).getParentId())) { + recursiveSetTree(reportClassifyEntities.get(i), reportClassifyEntities); + reportClassifyEntities.get(i).setLabel("(" + reportClassifyEntities.get(i).getCode() + ")" + reportClassifyEntities.get(i).getName()); + returnEntity.add(reportClassifyEntities.get(i)); + } + } + } + return BaseResult.getSuccessMessageEntity("查询组织树成功", returnEntity); + } + + /** + * @param reportClassifyEntity + * @param reportClassifyEntityList + * @return void + * @Author lvleigang + * @Description 递归设置树 + * @Date 9:19 上午 2024/3/28 + **/ + private void recursiveSetTree(ReportClassifyEntity reportClassifyEntity, List reportClassifyEntityList) { + List children = new ArrayList<>(); + for (int i = 0; i < reportClassifyEntityList.size(); i++) { + if (reportClassifyEntityList.get(i).getParentId() != null && !"".equals(reportClassifyEntityList.get(i).getParentId())) { + if (reportClassifyEntity.getId().equals(reportClassifyEntityList.get(i).getParentId())) { + reportClassifyEntityList.get(i).setLabel("(" + reportClassifyEntityList.get(i).getCode() + ")" + reportClassifyEntityList.get(i).getName()); + children.add(reportClassifyEntityList.get(i)); + recursiveSetTree(reportClassifyEntityList.get(i), reportClassifyEntityList); + } + } + } + reportClassifyEntity.setChildren(children); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 保存分类 + * @Date 3:16 下午 2024/5/21 + **/ + @Override + public JsonResultEntity saveEntity(JSONObject jsonObject) { + ReportClassifyEntity entity = getData("jsonStr", jsonObject, ReportClassifyEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getCode() == null || "".equals(entity.getCode())) { + return BaseResult.getFailureMessageEntity("请先输入编码"); + } + if (entity.getName() == null || "".equals(entity.getName())) { + return BaseResult.getFailureMessageEntity("请先输入名称"); + } + if (entity.getParentId() == null || "".equals(entity.getParentId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setCreate(); + //保存 + reportClassifyDao.save(entity); + return BaseResult.getSuccessMessageEntity("保存分类成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取分类 + * @Date 3:16 下午 2024/5/21 + **/ + @Override + public JsonResultEntity getEntity(JSONObject jsonObject) { + ReportClassifyEntity entity = getData("jsonStr", jsonObject, ReportClassifyEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity = reportClassifyDao.get(entity.getId()); + if (entity == null) { + return BaseResult.getFailureMessageEntity("获取组织失败"); + } + if (entity.getParentId() != null && !"0".equals(entity.getParentId())) { + ReportClassifyEntity parentEntity = reportClassifyDao.get(entity.getParentId()); + if (entity != null) { + entity.setParentName(parentEntity.getName()); + } + } + return BaseResult.getSuccessMessageEntity("获取分类成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 修改分类 + * @Date 3:16 下午 2024/5/21 + **/ + @Override + public JsonResultEntity updateEntity(JSONObject jsonObject) { + ReportClassifyEntity entity = getData("jsonStr", jsonObject, ReportClassifyEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getName() == null || "".equals(entity.getName())) { + return BaseResult.getFailureMessageEntity("请先输入名称"); + } + if (entity.getCode() == null || "".equals(entity.getCode())) { + return BaseResult.getFailureMessageEntity("请先输入编码"); + } + if (entity.getParentId() == null || "".equals(entity.getParentId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setUpdate(); + //保存 + reportClassifyDao.update(entity); + return BaseResult.getSuccessMessageEntity("修改分类成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 删除分类 + * @Date 3:16 下午 2024/5/21 + **/ + @Override + public JsonResultEntity deleteEntity(JSONObject jsonObject) { + ReportClassifyEntity entity = getData("jsonStr", jsonObject, ReportClassifyEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (!checkUse(entity)) { + return BaseResult.getFailureMessageEntity("当前组织已经使用,不允许删除"); + } + entity.setUpdate(); + reportClassifyDao.logicRemove(entity); + return BaseResult.getSuccessMessageEntity("删除分类成功"); + } + + /** + * @Author lvleigang + * @Description 校验分类下面是否有配置报表 + * @Date 3:27 下午 2024/3/27 + * @param entity + * @return boolean + **/ + private boolean checkUse(ReportClassifyEntity entity) { + ReportManageEntity reportManageEntity = new ReportManageEntity(); + reportManageEntity.setClassifyId(entity.getId()); + if(reportManageDao.getCount(reportManageEntity) > 0){ + return false; + } + return true; + } +} diff --git a/service/src/main/java/com/hzya/frame/report/reportManage/dao/IReportManageDao.java b/service/src/main/java/com/hzya/frame/report/reportManage/dao/IReportManageDao.java new file mode 100644 index 00000000..f341d8b6 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportManage/dao/IReportManageDao.java @@ -0,0 +1,23 @@ +package com.hzya.frame.report.reportManage.dao; + +import com.hzya.frame.report.reportManage.entity.JimuReportEntity; +import com.hzya.frame.report.reportManage.entity.ReportManageEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +import java.util.List; + +/** + * 报表管理表(report_manage: table)表数据库访问层 + * + * @author makejava + * @since 2024-05-21 15:04:12 + */ +public interface IReportManageDao extends IBaseDao { + + List queryByLikeClassify(ReportManageEntity entity); + + List queryReportNotUse(JimuReportEntity entity); + + JimuReportEntity queryReportEntity(JimuReportEntity entity); +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportManage/dao/impl/ReportManageDaoImpl.java b/service/src/main/java/com/hzya/frame/report/reportManage/dao/impl/ReportManageDaoImpl.java new file mode 100644 index 00000000..e29d77af --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportManage/dao/impl/ReportManageDaoImpl.java @@ -0,0 +1,39 @@ +package com.hzya.frame.report.reportManage.dao.impl; + +import com.hzya.frame.report.reportManage.entity.JimuReportEntity; +import com.hzya.frame.report.reportManage.entity.ReportManageEntity; +import com.hzya.frame.report.reportManage.dao.IReportManageDao; +import com.hzya.frame.sysnew.user.entity.SysUserEntity; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; + +import java.util.List; + +/** + * 报表管理表(ReportManage)表数据库访问层 + * + * @author makejava + * @since 2024-05-21 15:04:12 + */ +@Repository(value = "ReportManageDaoImpl") +public class ReportManageDaoImpl extends MybatisGenericDao implements IReportManageDao{ + + @Override + public List queryByLikeClassify(ReportManageEntity entity) { + List o = super.query(getSqlIdPrifx() + "queryByLikeClassify", entity); + return o; + } + + @Override + public List queryReportNotUse(JimuReportEntity entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "queryReportNotUse", entity); + return o; + } + + @Override + public JimuReportEntity queryReportEntity(JimuReportEntity entity) { + JimuReportEntity o = (JimuReportEntity) super.selectOne(getSqlIdPrifx() + "queryReportEntity", entity); + return o; + } +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportManage/entity/JimuReportEntity.java b/service/src/main/java/com/hzya/frame/report/reportManage/entity/JimuReportEntity.java new file mode 100644 index 00000000..0be36031 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportManage/entity/JimuReportEntity.java @@ -0,0 +1,45 @@ +package com.hzya.frame.report.reportManage.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * 积木报表jimu_report 实体类 + * + * @author makejava + * @since 2024-05-21 15:04:12 + */ +public class JimuReportEntity extends BaseEntity { + + /** 编码 */ + private String code; + /** 名称 */ + private String name; + /** 删除标识0-正常,1-已删除 */ + private String delFlag; + + public String getCode() { + return code; + } + + public void setCode(String code) { + this.code = code; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public String getDelFlag() { + return delFlag; + } + + public void setDelFlag(String delFlag) { + this.delFlag = delFlag; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.java b/service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.java new file mode 100644 index 00000000..ac8ea700 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.java @@ -0,0 +1,85 @@ +package com.hzya.frame.report.reportManage.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 报表管理表(ReportManage)实体类 + * + * @author makejava + * @since 2024-05-21 15:04:12 + */ +public class ReportManageEntity extends BaseEntity { + + /** 报表ID */ + private String reportId; + /** 报表名称 */ + private String reportName; + /** 类别id */ + private String classifyId; + /** 类别名称 */ + private String classifyName; + /** 预览地址 */ + private String previewAddress; + /** 状态: 0启用 1 停用 */ + private String state; + /** 公司id */ + private String companyId; + + + public String getReportId() { + return reportId; + } + + public void setReportId(String reportId) { + this.reportId = reportId; + } + + public String getReportName() { + return reportName; + } + + public void setReportName(String reportName) { + this.reportName = reportName; + } + + public String getClassifyId() { + return classifyId; + } + + public void setClassifyId(String classifyId) { + this.classifyId = classifyId; + } + + public String getPreviewAddress() { + return previewAddress; + } + + public void setPreviewAddress(String previewAddress) { + this.previewAddress = previewAddress; + } + + public String getState() { + return state; + } + + public void setState(String state) { + this.state = state; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + + public String getClassifyName() { + return classifyName; + } + + public void setClassifyName(String classifyName) { + this.classifyName = classifyName; + } +} + diff --git a/service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.xml b/service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.xml new file mode 100644 index 00000000..05ad5f7f --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportManage/entity/ReportManageEntity.xml @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + id + ,report_id + ,report_name + ,classify_id + ,preview_address + ,state + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + + + + + + + + + + + + + + + + + + insert into report_manage( + + id , + report_id , + report_name , + classify_id , + preview_address , + state , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sts, + + )values( + + #{id} , + #{reportId} , + #{reportName} , + #{classifyId} , + #{previewAddress} , + #{state} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + 'Y', + + ) + + + + insert into report_manage(id, report_id, report_name, classify_id, preview_address, state, sorts, + create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.id},#{entity.reportId},#{entity.reportName},#{entity.classifyId},#{entity.previewAddress},#{entity.state},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, + 'Y') + + + + + insert into report_manage(id, report_id, report_name, classify_id, preview_address, state, sorts, + create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.id},#{entity.reportId},#{entity.reportName},#{entity.classifyId},#{entity.previewAddress},#{entity.state},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + id = values(id), + report_id = values(report_id), + report_name = values(report_name), + classify_id = values(classify_id), + preview_address = values(preview_address), + state = values(state), + sorts = values(sorts), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + + + update report_manage set + + id = #{id}, + report_id = #{reportId}, + report_name = #{reportName}, + classify_id = #{classifyId}, + preview_address = #{previewAddress}, + state = #{state}, + sorts = #{sorts}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + + where = #{id} + + + +update report_manage set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where = #{id} + + + + update report_manage set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and report_id = #{reportId} + and report_name = #{reportName} + and classify_id = #{classifyId} + and preview_address = #{previewAddress} + and state = #{state} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and sts='Y' + + + + + delete from report_manage where = #{id} + + + + + + + + + + + + diff --git a/service/src/main/java/com/hzya/frame/report/reportManage/service/IReportManageService.java b/service/src/main/java/com/hzya/frame/report/reportManage/service/IReportManageService.java new file mode 100644 index 00000000..2341a294 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportManage/service/IReportManageService.java @@ -0,0 +1,116 @@ +package com.hzya.frame.report.reportManage.service; + +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.report.reportManage.entity.ReportManageEntity; +import com.hzya.frame.basedao.service.IBaseService; +import com.hzya.frame.web.entity.JsonResultEntity; + +/** + * 报表管理表(ReportManage)表服务接口 + * + * @author makejava + * @since 2024-05-21 15:04:12 + */ +public interface IReportManageService extends IBaseService{ + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询报表管理列表分页 + * @Date 11:52 上午 2024/3/27 + **/ + JsonResultEntity queryEntityPage(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询报表管理列表 + * @Date 11:52 上午 2024/3/27 + **/ + JsonResultEntity queryEntity(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 保存报表管理 + * @Date 2:36 下午 2024/3/27 + **/ + JsonResultEntity saveEntity(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询未配置的报表 + * @Date 2:36 下午 2024/3/27 + **/ + JsonResultEntity queryReport(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询单个报表 + * @Date 2:36 下午 2024/3/27 + **/ + JsonResultEntity queryReportEntity(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取报表管理 + * @Date 2:36 下午 2024/3/27 + **/ + JsonResultEntity getEntity(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 修改报表管理 + * @Date 2:37 下午 2024/3/27 + **/ + JsonResultEntity updateEntity(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 删除报表管理 + * @Date 2:37 下午 2024/3/27 + **/ + JsonResultEntity deleteEntity(JSONObject jsonObject); + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 启用停用报表管理 + * @Date 2:37 下午 2024/3/27 + **/ + JsonResultEntity enableDisableEntity(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 报表管理权限查询 + * @Date 2:37 下午 2024/3/27 + **/ + JsonResultEntity jurisdiction(JSONObject jsonObject); + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 保存报表管理权限查询 + * @Date 2:37 下午 2024/3/27 + **/ + JsonResultEntity saveJurisdiction(JSONObject jsonObject); +} diff --git a/service/src/main/java/com/hzya/frame/report/reportManage/service/impl/ReportManageServiceImpl.java b/service/src/main/java/com/hzya/frame/report/reportManage/service/impl/ReportManageServiceImpl.java new file mode 100644 index 00000000..044dcd40 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/report/reportManage/service/impl/ReportManageServiceImpl.java @@ -0,0 +1,300 @@ +package com.hzya.frame.report.reportManage.service.impl; + +import com.alibaba.fastjson.JSONObject; +import com.github.pagehelper.PageHelper; +import com.github.pagehelper.PageInfo; +import com.hzya.frame.report.reportManage.entity.JimuReportEntity; +import com.hzya.frame.report.reportManage.entity.ReportManageEntity; +import com.hzya.frame.report.reportManage.dao.IReportManageDao; +import com.hzya.frame.report.reportManage.service.IReportManageService; +import com.hzya.frame.sysnew.user.entity.SysUserEntity; +import com.hzya.frame.sysnew.userCompany.entity.SysUserCompanyEntity; +import com.hzya.frame.sysnew.userRoles.entity.SysUserRolesEntity; +import com.hzya.frame.util.AESUtil; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import dm.jdbc.d.U; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; + +import java.util.List; + +/** + * 报表管理表(ReportManage)表服务实现类 + * + * @author makejava + * @since 2024-05-21 15:04:12 + */ +@Service(value = "reportManageService") +public class ReportManageServiceImpl extends BaseService implements IReportManageService { + + private IReportManageDao reportManageDao; + + @Autowired + public void setReportManageDao(IReportManageDao dao) { + this.reportManageDao = dao; + this.dao = dao; + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询报表列表分页 + * @Date 11:52 上午 2024/3/27 + **/ + @Override + public JsonResultEntity queryEntityPage(JSONObject jsonObject) { + ReportManageEntity entity = getData("jsonStr", jsonObject, ReportManageEntity.class); + //判断分页 + if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { + return BaseResult.getFailureMessageEntity("分页查询参数不存在"); + } + PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + List list = reportManageDao.queryByLikeClassify(entity); + PageInfo pageInfo = new PageInfo(list); + return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询报表列表 + * @Date 11:52 上午 2024/3/27 + **/ + @Override + public JsonResultEntity queryEntity(JSONObject jsonObject) { + ReportManageEntity entity = getData("jsonStr", jsonObject, ReportManageEntity.class); + if (entity == null) { + entity = new ReportManageEntity(); + } + List list = reportManageDao.queryByLike(entity); + return BaseResult.getSuccessMessageEntity("查询数据成功", list); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 保存报表 + * @Date 2:36 下午 2024/3/27 + **/ + @Override + public JsonResultEntity saveEntity(JSONObject jsonObject) { + ReportManageEntity entity = getData("jsonStr", jsonObject, ReportManageEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getReportId() == null || "".equals(entity.getReportId())) { + return BaseResult.getFailureMessageEntity("请先选择报表"); + } + if (entity.getReportName() == null || "".equals(entity.getReportName())) { + return BaseResult.getFailureMessageEntity("请先输入报表名称"); + } + if (entity.getClassifyId() == null || "".equals(entity.getClassifyId())) { + return BaseResult.getFailureMessageEntity("请先选择分类"); + } + if (entity.getPreviewAddress() == null || "".equals(entity.getPreviewAddress())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setState("0"); + if (!checkIsUse(entity)) { + return BaseResult.getFailureMessageEntity("当前报表已经配置,请勿重复配置"); + } + entity.setCreate(); + //保存 + reportManageDao.save(entity); + return BaseResult.getSuccessMessageEntity("保存报表成功", entity); + } + + + + private boolean checkIsUse(ReportManageEntity entity) { + ReportManageEntity checkUse = new ReportManageEntity(); + checkUse.setReportId(entity.getReportId()); + if (reportManageDao.getCount(checkUse) > 0) { + return false; + } + return true; + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取报表 + * @Date 2:36 下午 2024/3/27 + **/ + @Override + public JsonResultEntity getEntity(JSONObject jsonObject) { + ReportManageEntity entity = getData("jsonStr", jsonObject, ReportManageEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity = reportManageDao.get(entity.getId()); + if (entity == null) { + return BaseResult.getFailureMessageEntity("获取报表失败"); + } + return BaseResult.getSuccessMessageEntity("获取报表成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 修改报表 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity updateEntity(JSONObject jsonObject) { + ReportManageEntity entity = getData("jsonStr", jsonObject, ReportManageEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getReportId() == null || "".equals(entity.getReportId())) { + return BaseResult.getFailureMessageEntity("请先选择报表"); + } + if (entity.getReportName() == null || "".equals(entity.getReportName())) { + return BaseResult.getFailureMessageEntity("请先输入报表名称"); + } + if (entity.getClassifyId() == null || "".equals(entity.getClassifyId())) { + return BaseResult.getFailureMessageEntity("请先选择分类"); + } + if (entity.getPreviewAddress() == null || "".equals(entity.getPreviewAddress())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setUpdate(); + //保存 + reportManageDao.update(entity); + return BaseResult.getSuccessMessageEntity("修改报表成功"); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 删除报表 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity deleteEntity(JSONObject jsonObject) { + ReportManageEntity entity = getData("jsonStr", jsonObject, ReportManageEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setUpdate(); + reportManageDao.logicRemove(entity); + return BaseResult.getSuccessMessageEntity("删除报表成功"); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 启用停用报表 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity enableDisableEntity(JSONObject jsonObject) { + ReportManageEntity entity = getData("jsonStr", jsonObject, ReportManageEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getState() == null || "".equals(entity.getState())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setUpdate(); + reportManageDao.update(entity); + //0启用 1 停用 + if ("0".equals(entity.getState())) { + return BaseResult.getSuccessMessageEntity("启用用户成功"); + } else { + return BaseResult.getSuccessMessageEntity("停用用户成功"); + } + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询报表 + * @Date 2:36 下午 2024/3/27 + **/ + @Override + public JsonResultEntity queryReport(JSONObject jsonObject) { + JimuReportEntity entity = getData("jsonStr", jsonObject, JimuReportEntity.class); + //判断分页 + if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { + return BaseResult.getFailureMessageEntity("分页查询参数不存在"); + } + PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + List list = reportManageDao.queryReportNotUse(entity); + PageInfo pageInfo = new PageInfo(list); + return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询报表 + * @Date 2:36 下午 2024/3/27 + **/ + @Override + public JsonResultEntity queryReportEntity(JSONObject jsonObject) { + JimuReportEntity entity = getData("jsonStr", jsonObject, JimuReportEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity = reportManageDao.queryReportEntity(entity); + if (entity == null) { + return BaseResult.getFailureMessageEntity("获取报表失败"); + } + return BaseResult.getSuccessMessageEntity("获取报表成功", entity); + + } + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 权限查询 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity jurisdiction(JSONObject jsonObject) { + + + return null; + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 保存权限查询 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity saveJurisdiction(JSONObject jsonObject) { + + return null; + } +} diff --git a/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java index 3c5f37fc..80655731 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java @@ -154,6 +154,7 @@ public class SysUserServiceImpl extends BaseService imple } entity.setPassword(AESUtil.encrypt(entity.getLoginCode()+"-123456")); entity.setCreate(); + entity.setState("0"); //保存 sysUserDao.save(entity); //保存用户公司 @@ -185,7 +186,7 @@ public class SysUserServiceImpl extends BaseService imple private boolean checkPersonIsUse(SysUserEntity entity) { SysUserEntity sysUserEntity = new SysUserEntity(); sysUserEntity.setPersonId(entity.getPersonId()); - sysUserEntity.setState("0");//启用 + //sysUserEntity.setState("0");//启用 if (sysUserDao.getCount(sysUserEntity) > 0) { return false; } diff --git a/webapp/src/main/java/com/hzya/frame/webapp/web/init/FlywayConfig.java b/webapp/src/main/java/com/hzya/frame/webapp/web/init/FlywayConfig.java new file mode 100644 index 00000000..06ffc876 --- /dev/null +++ b/webapp/src/main/java/com/hzya/frame/webapp/web/init/FlywayConfig.java @@ -0,0 +1,65 @@ +package com.hzya.frame.webapp.web.init; +import com.hzya.frame.util.AESUtil; +import lombok.RequiredArgsConstructor; +import org.flywaydb.core.Flyway; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.context.annotation.Configuration; +import org.springframework.transaction.annotation.EnableTransactionManagement; + +import javax.annotation.PostConstruct; + +@Configuration +@RequiredArgsConstructor +@EnableTransactionManagement +public class FlywayConfig { + + @Value("${spring.flyway.enabled}") + private String enabled; + @Value("${spring.flyway.clean-disabled}") + private boolean cleanDisabled; + @Value("${spring.flyway.locations}") + private String locations; + @Value("${spring.flyway.table}") + private String table; + @Value("${spring.flyway.placeholder-replacement}") + private boolean placeholderReplacement; + @Value("${spring.flyway.baseline-on-migrate}") + private boolean baselineOnMigrate; + @Value("${spring.flyway.validate-on-migrate}") + private boolean validateOnMigrat; + @Value("${spring.flyway.sql-migration-prefix}") + private String sqlMigrationPrefix; + @Value("${spring.flyway.sql-migration-separator}") + private String sqlMigrationSeparator; + @Value("${spring.flyway.sql-migration-suffixes}") + private String sqlMigrationSuffixes; + @Value("${spring.datasource.dynamic.datasource.master.url}") + private String url; + @Value("${spring.datasource.dynamic.datasource.master.username}") + private String username; + @Value("${spring.datasource.dynamic.datasource.master.password}") + private String password; + + @PostConstruct + public void migrateOrder() { + String pwd = AESUtil.decrypt(password); + // 将路径转换 + Flyway flyway = Flyway.configure() + .dataSource(url,username,pwd) + .cleanDisabled(cleanDisabled) + .locations(locations) + .table(table) + .encoding("utf-8") + .outOfOrder(true) + .baselineOnMigrate(true) + .validateOnMigrate(baselineOnMigrate) + .validateOnMigrate(validateOnMigrat) + .sqlMigrationPrefix(sqlMigrationPrefix) + .sqlMigrationSeparator(sqlMigrationSeparator) + .sqlMigrationSuffixes(sqlMigrationSuffixes) + .placeholderReplacement(placeholderReplacement) + .load(); + flyway.migrate(); + } + +} From 8d9c6e3f738bfc3fcacefee9e58ad4ca1dbb87d5 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Thu, 23 May 2024 16:09:49 +0800 Subject: [PATCH 64/86] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=A0=94=E7=A9=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildpackage/src/main/resources/application.yml | 2 +- .../resources/flyway/V3.0.1__initialize.sql | 17 ----------------- pom.xml | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/buildpackage/src/main/resources/application.yml b/buildpackage/src/main/resources/application.yml index a372858b..ceab32b0 100644 --- a/buildpackage/src/main/resources/application.yml +++ b/buildpackage/src/main/resources/application.yml @@ -19,7 +19,7 @@ spring: # 如果没有 flyway_schema_history 这个 metadata 表, 在执行 flyway migrate 命令之前, 必须先执行 flyway baseline 命令 # 设置为 true 后 flyway 将在需要 baseline 的时候, 自动执行一次 baseline。 baseline-on-migrate: true - validate-on-migrate: true + validate-on-migrate: false sql-migration-prefix: V sql-migration-separator: __ sql-migration-suffixes: .sql diff --git a/buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql b/buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql index 1d757e11..d33784ce 100644 --- a/buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql +++ b/buildpackage/src/main/resources/flyway/V3.0.1__initialize.sql @@ -1,20 +1,3 @@ -/* - Navicat Premium Data Transfer - - Source Server : 237mysql8.0 - Source Server Type : MySQL - Source Server Version : 80037 - Source Host : hzya.ufyct.com:9014 - Source Schema : businesscenter - - Target Server Type : MySQL - Target Server Version : 80037 - File Encoding : 65001 - - Date: 23/05/2024 15:25:34 -*/ - -SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- diff --git a/pom.xml b/pom.xml index b2ed908c..fa54a84e 100644 --- a/pom.xml +++ b/pom.xml @@ -419,7 +419,6 @@ true - From 09fea1c14ceb6cb9d74cd34d2ce75311c984d586 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 27 May 2024 14:11:25 +0800 Subject: [PATCH 65/86] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=BA=90=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=88=A0=E9=99=A4=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9D=83=E9=99=90=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flyway/V3.0.2__dataSourceAddStatus.sql | 2 + .../entity/SysDataSourceEntity.java | 11 ++- .../dataSource/entity/SysDataSourceEntity.xml | 27 ++++++-- .../service/impl/EntranceServiceImpl.java | 68 +++++++++---------- 4 files changed, 68 insertions(+), 40 deletions(-) create mode 100644 buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql diff --git a/buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql b/buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql new file mode 100644 index 00000000..43dd7c8b --- /dev/null +++ b/buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql @@ -0,0 +1,2 @@ +ALTER TABLE sys_data_source ADD COLUMN data_state char(1) DEFAULT NULL COMMENT '数据源状态 0校验失败 1校验成功'; +COMMIT; \ No newline at end of file diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java index 8f44742c..6df7d403 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java @@ -30,7 +30,8 @@ public class SysDataSourceEntity extends BaseEntity { private String serviceName; /** 使用状态1启用0锁定 */ private Integer useState; - + /** 数据源状态 1校验成功0校验失败 */ + private Integer dataState; public String getSourceCode() { return sourceCode; @@ -155,5 +156,13 @@ public class SysDataSourceEntity extends BaseEntity { return sourceTypeName; } + + public Integer getDataState() { + return dataState; + } + + public void setDataState(Integer dataState) { + this.dataState = dataState; + } } diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml index 221c88e0..a8c4dc90 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml @@ -14,6 +14,7 @@ + @@ -35,7 +36,8 @@ ,password ,service_name ,use_state - ,sorts + ,data_state + ,sorts ,create_user_id ,create_time ,modify_user_id @@ -61,6 +63,7 @@ and password = #{password} and service_name = #{serviceName} and use_state = #{useState} + and data_state = #{dataState} and sorts = #{sorts} and create_user_id = #{create_user_id} and create_time = #{create_time} @@ -92,6 +95,7 @@ and password = #{password} and service_name = #{serviceName} and use_state = #{useState} + and data_state = #{dataState} and sorts = #{sorts} and create_user_id = #{create_user_id} and create_time = #{create_time} @@ -119,6 +123,7 @@ and password = #{password} and service_name = #{serviceName} and use_state = #{useState} + and data_state = #{dataState} and sorts = #{sorts} and create_user_id = #{create_user_id} and create_time = #{create_time} @@ -151,6 +156,7 @@ and service_name like concat('%',#{serviceName},'%') and use_state like concat('%',#{useState},'%') + and data_state like concat('%',#{dataState},'%') and sorts like concat('%',#{sorts},'%') and create_user_id like concat('%',#{create_user_id},'%') @@ -184,6 +190,7 @@ password as password, service_name as serviceName, use_state as useState + data_state as dataState from sys_data_source and id like concat('%',#{id},'%') @@ -198,6 +205,7 @@ and service_name like concat('%',#{serviceName},'%') and use_state like concat('%',#{useState},'%') + and data_state like concat('%',#{dataState},'%') and sorts like concat('%',#{sorts},'%') and create_user_id like concat('%',#{create_user_id},'%') @@ -228,6 +236,7 @@ password as password, service_name as serviceName, use_state as useState + data_state as dataState from sys_data_source and id = #{id} @@ -241,6 +250,7 @@ and password = #{password} and service_name = #{serviceName} and use_state = #{useState} + and data_state = #{dataState} and sorts = #{sorts} and create_user_id = #{create_user_id} and create_time = #{create_time} @@ -271,6 +281,7 @@ and service_name like concat('%',#{serviceName},'%') and use_state like concat('%',#{useState},'%') + and data_state like concat('%',#{dataState},'%') and sorts like concat('%',#{sorts},'%') and create_user_id like concat('%',#{create_user_id},'%') @@ -304,6 +315,7 @@ or password = #{password} or service_name = #{serviceName} or use_state = #{useState} + or data_state = #{dataState} or sorts = #{sorts} or create_user_id = #{create_user_id} or create_time = #{create_time} @@ -333,6 +345,7 @@ password , service_name , use_state , + data_state , sorts , create_user_id , create_time , @@ -356,6 +369,7 @@ #{password} , #{serviceName} , #{useState} , + #{dataState} , #{sorts} , #{create_user_id} , #{create_time} , @@ -373,21 +387,21 @@ insert into sys_data_source(source_code, source_name, source_ip, source_port, db_name, source_type, login_name, - password, service_name, use_state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, + password, service_name, use_state, data_state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) values - (#{entity.sourceCode},#{entity.sourceName},#{entity.sourceIp},#{entity.sourcePort},#{entity.dbName},#{entity.sourceType},#{entity.loginName},#{entity.password},#{entity.serviceName},#{entity.useState},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, + (#{entity.sourceCode},#{entity.sourceName},#{entity.sourceIp},#{entity.sourcePort},#{entity.dbName},#{entity.sourceType},#{entity.loginName},#{entity.password},#{entity.serviceName},#{entity.useState},#{entity.dataState},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, 'Y') insert into sys_data_source(source_code, source_name, source_ip, source_port, db_name, source_type, login_name, - password, service_name, use_state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) + password, service_name, use_state, data_state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) values - (#{entity.sourceCode},#{entity.sourceName},#{entity.sourceIp},#{entity.sourcePort},#{entity.dbName},#{entity.sourceType},#{entity.loginName},#{entity.password},#{entity.serviceName},#{entity.useState},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) + (#{entity.sourceCode},#{entity.sourceName},#{entity.sourceIp},#{entity.sourcePort},#{entity.dbName},#{entity.sourceType},#{entity.loginName},#{entity.password},#{entity.serviceName},#{entity.useState},#{entity.dataState},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) on duplicate key update source_code = values(source_code), @@ -400,6 +414,7 @@ password = values(password), service_name = values(service_name), use_state = values(use_state), + data_state = values(data_state), sorts = values(sorts), create_user_id = values(create_user_id), create_time = values(create_time), @@ -422,6 +437,7 @@ password = #{password}, service_name = #{serviceName}, use_state = #{useState}, + data_state = #{dataState}, sorts = #{sorts}, create_user_id = #{create_user_id}, create_time = #{create_time}, @@ -453,6 +469,7 @@ where id = #{id} and password = #{password} and service_name = #{serviceName} and use_state = #{useState} + and data_state = #{dataState} and sorts = #{sorts} and sts = #{sts} and sts='Y' diff --git a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java index ab991065..093550aa 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/entrance/service/impl/EntranceServiceImpl.java @@ -88,40 +88,40 @@ public class EntranceServiceImpl implements IEntranceService { try { StpUtil.checkLogin(); //校验当前登陆人是否有权限 - boolean flag = false; - String userId = StpUtil.getLoginIdAsString(); - //获取接口 - SysInterfaceEntity sysInterfaceEntity = (SysInterfaceEntity) interfaceCache.get("6","beanName"+service+"interfacName"+serviceMethod); - if(sysInterfaceEntity == null || sysInterfaceEntity.getId() == null){ - //todo 接口权限验证 - return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); - } - //查询用户权限 - if(!flag){ - SysPopedomInterfaceEntity userPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("4","userId"+userId+"interfaceId"+sysInterfaceEntity.getId()); - if(userPopedomInterfaceEntity != null && userPopedomInterfaceEntity.getId() != null ){ - flag = true; - } - } - //查询用户角色的权限 - if(!flag){ - List userRoleMap = (List) interfaceCache.get("3",null); - if(userRoleMap != null && userRoleMap.size() > 0){ - for (SysUserRolesEntity sysUserRolesEntity : userRoleMap) { - if(sysUserRolesEntity.getUserId().equals(userId)){ - SysPopedomInterfaceEntity sysPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("5","roleId"+sysUserRolesEntity.getRoleId()+"interfaceId"+sysInterfaceEntity.getId()); - if(sysPopedomInterfaceEntity != null && sysPopedomInterfaceEntity.getId() != null ){ - flag = true; - break; - } - } - } - } - } - if(!flag){ - //todo 接口权限验证 - return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); - } + // 接口权限验证 开始 + //boolean flag = false; + //String userId = StpUtil.getLoginIdAsString(); + ////获取接口 + //SysInterfaceEntity sysInterfaceEntity = (SysInterfaceEntity) interfaceCache.get("6","beanName"+service+"interfacName"+serviceMethod); + //if(sysInterfaceEntity == null || sysInterfaceEntity.getId() == null){ + // return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); + //} + ////查询用户权限 + //if(!flag){ + // SysPopedomInterfaceEntity userPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("4","userId"+userId+"interfaceId"+sysInterfaceEntity.getId()); + // if(userPopedomInterfaceEntity != null && userPopedomInterfaceEntity.getId() != null ){ + // flag = true; + // } + //} + ////查询用户角色的权限 + //if(!flag){ + // List userRoleMap = (List) interfaceCache.get("3",null); + // if(userRoleMap != null && userRoleMap.size() > 0){ + // for (SysUserRolesEntity sysUserRolesEntity : userRoleMap) { + // if(sysUserRolesEntity.getUserId().equals(userId)){ + // SysPopedomInterfaceEntity sysPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("5","roleId"+sysUserRolesEntity.getRoleId()+"interfaceId"+sysInterfaceEntity.getId()); + // if(sysPopedomInterfaceEntity != null && sysPopedomInterfaceEntity.getId() != null ){ + // flag = true; + // break; + // } + // } + // } + // } + //} + //if(!flag){ + // return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); + //} + // 接口权限验证 结束 } catch (NotLoginException e) { logger.error("token无效"); return BaseResult.getFailureMessageEntity("token无效"); From f9f5f5e23f1c5d35e60850838c5881d0e4d1b0bf Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 27 May 2024 14:21:42 +0800 Subject: [PATCH 66/86] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=BA=90=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=88=A0=E9=99=A4=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9D=83=E9=99=90=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/flyway/V3.0.2__dataSourceAddStatus.sql | 1 + .../frame/sys/dataSource/entity/SysDataSourceEntity.java | 6 +++--- .../dataSource/service/impl/SysDataSourceServiceImpl.java | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql b/buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql index 43dd7c8b..a6b226cb 100644 --- a/buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql +++ b/buildpackage/src/main/resources/flyway/V3.0.2__dataSourceAddStatus.sql @@ -1,2 +1,3 @@ ALTER TABLE sys_data_source ADD COLUMN data_state char(1) DEFAULT NULL COMMENT '数据源状态 0校验失败 1校验成功'; +UPDATE sys_data_source SET data_state = '1'; COMMIT; \ No newline at end of file diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java index 6df7d403..d830b13b 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.java @@ -31,7 +31,7 @@ public class SysDataSourceEntity extends BaseEntity { /** 使用状态1启用0锁定 */ private Integer useState; /** 数据源状态 1校验成功0校验失败 */ - private Integer dataState; + private String dataState; public String getSourceCode() { return sourceCode; @@ -157,11 +157,11 @@ public class SysDataSourceEntity extends BaseEntity { return sourceTypeName; } - public Integer getDataState() { + public String getDataState() { return dataState; } - public void setDataState(Integer dataState) { + public void setDataState(String dataState) { this.dataState = dataState; } } diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java b/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java index 2ecb06da..2fde7438 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/service/impl/SysDataSourceServiceImpl.java @@ -127,8 +127,10 @@ public class SysDataSourceServiceImpl extends BaseService Date: Tue, 28 May 2024 10:54:35 +0800 Subject: [PATCH 67/86] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=BA=90=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=88=A0=E9=99=A4=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=9D=83=E9=99=90=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataSource/entity/SysDataSourceEntity.xml | 4 +- .../service/ISysDataSourceService.java | 9 +- .../impl/SysDataSourceServiceImpl.java | 28 +- .../dao/ISysArchivesContrastDao.java | 16 + .../dao/impl/SysArchivesContrastDaoImpl.java | 22 + .../entity/SysArchivesContrastEntity.java | 245 +++++++ .../entity/SysArchivesContrastEntity.xml | 634 ++++++++++++++++++ .../service/ISysArchivesContrastService.java | 70 ++ .../impl/SysArchivesContrastServiceImpl.java | 189 ++++++ .../frame/web/quartz/QuartzJobFactory.java | 7 +- .../aop/AopDynamicRoutingDataSourceInit.java | 1 + 11 files changed, 1217 insertions(+), 8 deletions(-) create mode 100644 service/src/main/java/com/hzya/frame/sysnew/archivesContrast/dao/ISysArchivesContrastDao.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/archivesContrast/dao/impl/SysArchivesContrastDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/ISysArchivesContrastService.java create mode 100644 service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/impl/SysArchivesContrastServiceImpl.java diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml index a8c4dc90..54bbc98d 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/entity/SysDataSourceEntity.xml @@ -189,7 +189,7 @@ login_name as loginName, password as password, service_name as serviceName, - use_state as useState + use_state as useState, data_state as dataState from sys_data_source @@ -235,7 +235,7 @@ login_name as loginName, password as password, service_name as serviceName, - use_state as useState + use_state as useState, data_state as dataState from sys_data_source diff --git a/service/src/main/java/com/hzya/frame/sys/dataSource/service/ISysDataSourceService.java b/service/src/main/java/com/hzya/frame/sys/dataSource/service/ISysDataSourceService.java index 7ed1bc6d..841841a5 100644 --- a/service/src/main/java/com/hzya/frame/sys/dataSource/service/ISysDataSourceService.java +++ b/service/src/main/java/com/hzya/frame/sys/dataSource/service/ISysDataSourceService.java @@ -63,5 +63,12 @@ public interface ISysDataSourceService extends IBaseService { + + SysArchivesContrastEntity getEntity(SysArchivesContrastEntity entity); +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/dao/impl/SysArchivesContrastDaoImpl.java b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/dao/impl/SysArchivesContrastDaoImpl.java new file mode 100644 index 00000000..3321e62f --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/dao/impl/SysArchivesContrastDaoImpl.java @@ -0,0 +1,22 @@ +package com.hzya.frame.sysnew.archivesContrast.dao.impl; + +import com.hzya.frame.sysnew.archivesContrast.entity.SysArchivesContrastEntity; +import com.hzya.frame.sysnew.archivesContrast.dao.ISysArchivesContrastDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 档案对照表数据库访问层 + * + * @author makejava + * @since 2024-05-27 16:21:36 + */ +@Repository(value = "SysArchivesContrastDaoImpl") +public class SysArchivesContrastDaoImpl extends MybatisGenericDao implements ISysArchivesContrastDao{ + + @Override + public SysArchivesContrastEntity getEntity(SysArchivesContrastEntity entity) { + SysArchivesContrastEntity o = (SysArchivesContrastEntity) super.selectOne(getSqlIdPrifx() + "getEntity", entity); + return o; + } +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.java b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.java new file mode 100644 index 00000000..e46c9c16 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.java @@ -0,0 +1,245 @@ +package com.hzya.frame.sysnew.archivesContrast.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 档案对照实体类 + * + * @author makejava + * @since 2024-05-27 16:21:36 + */ +public class SysArchivesContrastEntity extends BaseEntity { + + /** 左应用id */ + private String leftAppId; + /** 左应用编码 */ + private String leftAppCode; + /** 左应用名称 */ + private String leftAppName; + /** 左接口ID */ + private String leftApiId; + /** 左id */ + private String leftId; + /** 左编码 */ + private String leftCode; + /** 左名称 */ + private String leftName; + /** 左手机号 */ + private String leftTel; + /** 左身份证号 */ + private String leftIc; + /** 右应用id */ + private String rightAppId; + /** 右应用编码 */ + private String rightAppCode; + /** 右应用名称 */ + private String rightAppName; + /** 右接口ID */ + private String rightApiId; + /** 右id */ + private String rightId; + /** 右编码 */ + private String rightCode; + /** 右名称 */ + private String rightName; + /** 右手机号 */ + private String rightTel; + /** 右身份证号 */ + private String rightIc; + /** 公司id */ + private String companyId; + /** 左公司 */ + private String leftOrg; + /** 右公司 */ + private String rightOrg; + /* 类型 + 1、sys_personnel_control 人员对照 + 2、sys_org_control 部门档案 + 3、sys_stock_control 存货对照 + 4、sys_merchant_control 客商辅助核算 + 5、sys_taxrate_control 税率 + 6、sys_project_control 项目辅助核算 + 7、sys_bank_control 银行类别 + 8、sys_bankaccount_control 银行账户 + 9、sys_assets_control 资产类别 + */ + private String type; + + + public String getLeftAppId() { + return leftAppId; + } + + public void setLeftAppId(String leftAppId) { + this.leftAppId = leftAppId; + } + + public String getLeftAppCode() { + return leftAppCode; + } + + public void setLeftAppCode(String leftAppCode) { + this.leftAppCode = leftAppCode; + } + + public String getLeftAppName() { + return leftAppName; + } + + public void setLeftAppName(String leftAppName) { + this.leftAppName = leftAppName; + } + + public String getLeftApiId() { + return leftApiId; + } + + public void setLeftApiId(String leftApiId) { + this.leftApiId = leftApiId; + } + + public String getLeftId() { + return leftId; + } + + public void setLeftId(String leftId) { + this.leftId = leftId; + } + + public String getLeftCode() { + return leftCode; + } + + public void setLeftCode(String leftCode) { + this.leftCode = leftCode; + } + + public String getLeftName() { + return leftName; + } + + public void setLeftName(String leftName) { + this.leftName = leftName; + } + + public String getLeftTel() { + return leftTel; + } + + public void setLeftTel(String leftTel) { + this.leftTel = leftTel; + } + + public String getLeftIc() { + return leftIc; + } + + public void setLeftIc(String leftIc) { + this.leftIc = leftIc; + } + + public String getRightAppId() { + return rightAppId; + } + + public void setRightAppId(String rightAppId) { + this.rightAppId = rightAppId; + } + + public String getRightAppCode() { + return rightAppCode; + } + + public void setRightAppCode(String rightAppCode) { + this.rightAppCode = rightAppCode; + } + + public String getRightAppName() { + return rightAppName; + } + + public void setRightAppName(String rightAppName) { + this.rightAppName = rightAppName; + } + + public String getRightApiId() { + return rightApiId; + } + + public void setRightApiId(String rightApiId) { + this.rightApiId = rightApiId; + } + + public String getRightId() { + return rightId; + } + + public void setRightId(String rightId) { + this.rightId = rightId; + } + + public String getRightCode() { + return rightCode; + } + + public void setRightCode(String rightCode) { + this.rightCode = rightCode; + } + + public String getRightName() { + return rightName; + } + + public void setRightName(String rightName) { + this.rightName = rightName; + } + + public String getRightTel() { + return rightTel; + } + + public void setRightTel(String rightTel) { + this.rightTel = rightTel; + } + + public String getRightIc() { + return rightIc; + } + + public void setRightIc(String rightIc) { + this.rightIc = rightIc; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + + public String getLeftOrg() { + return leftOrg; + } + + public void setLeftOrg(String leftOrg) { + this.leftOrg = leftOrg; + } + + public String getRightOrg() { + return rightOrg; + } + + public void setRightOrg(String rightOrg) { + this.rightOrg = rightOrg; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } +} + diff --git a/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.xml new file mode 100644 index 00000000..3269e957 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/entity/SysArchivesContrastEntity.xml @@ -0,0 +1,634 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + ,left_app_id + ,left_app_code + ,left_app_name + ,left_api_id + ,left_id + ,left_code + ,left_name + ,left_tel + ,left_ic + ,right_app_id + ,right_app_code + ,right_app_name + ,right_api_id + ,right_id + ,right_code + ,right_name + ,right_tel + ,right_ic + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + ,left_org + ,right_org + + + + id + ,left_app_id + ,left_app_code + ,left_app_name + ,left_api_id + ,left_id + ,left_code + ,left_name + ,right_app_id + ,right_app_code + ,right_app_name + ,right_api_id + ,right_id + ,right_code + ,right_name + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + ,left_org + ,right_org + + + + + + + + + + + + + + + + + + + + + insert into + sys_personnel_control + sys_org_control + sys_stock_control + sys_merchant_control + sys_taxrate_control + sys_project_control + sys_bank_control + sys_bankaccount_control + sys_assets_control + +( + + id , + left_app_id , + left_app_code , + left_app_name , + left_api_id , + left_id , + left_code , + left_name , + left_tel , + left_ic , + right_app_id , + right_app_code , + right_app_name , + right_api_id , + right_id , + right_code , + right_name , + right_tel , + right_ic , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + left_org , + right_org , + sts, + + )values( + + #{id} , + #{leftAppId} , + #{leftAppCode} , + #{leftAppName} , + #{leftApiId} , + #{leftId} , + #{leftCode} , + #{leftName} , + #{leftTel} , + #{leftIc} , + #{rightAppId} , + #{rightAppCode} , + #{rightAppName} , + #{rightApiId} , + #{rightId} , + #{rightCode} , + #{rightName} , + #{rightTel} , + #{rightIc} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + #{leftOrg} , + #{rightOrg} , + 'Y', + + ) + + + + insert into + sys_personnel_control + sys_org_control + sys_stock_control + sys_merchant_control + sys_taxrate_control + sys_project_control + sys_bank_control + sys_bankaccount_control + sys_assets_control + (left_app_id, left_app_code, left_app_name, left_api_id, left_id, left_code, left_name, left_tel, left_ic, right_app_id, right_app_code, right_app_name, right_api_id, right_id, right_code, right_name, right_tel, right_ic, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, left_org, right_org, sts) + values + + (#{entity.leftAppId},#{entity.leftAppCode},#{entity.leftAppName},#{entity.leftApiId},#{entity.leftId},#{entity.leftCode},#{entity.leftName},#{entity.leftTel},#{entity.leftIc},#{entity.rightAppId},#{entity.rightAppCode},#{entity.rightAppName},#{entity.rightApiId},#{entity.rightId},#{entity.rightCode},#{entity.rightName},#{entity.rightTel},#{entity.rightIc},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId},#{entity.leftOrg},#{entity.rightOrg}, 'Y') + + + + + insert into + sys_personnel_control + sys_org_control + sys_stock_control + sys_merchant_control + sys_taxrate_control + sys_project_control + sys_bank_control + sys_bankaccount_control + sys_assets_control + (left_app_id, left_app_code, left_app_name, left_api_id, left_id, left_code, left_name, left_tel, left_ic, right_app_id, right_app_code, right_app_name, right_api_id, right_id, right_code, right_name, right_tel, right_ic, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, left_org, right_org) + values + + (#{entity.leftAppId},#{entity.leftAppCode},#{entity.leftAppName},#{entity.leftApiId},#{entity.leftId},#{entity.leftCode},#{entity.leftName},#{entity.leftTel},#{entity.leftIc},#{entity.rightAppId},#{entity.rightAppCode},#{entity.rightAppName},#{entity.rightApiId},#{entity.rightId},#{entity.rightCode},#{entity.rightName},#{entity.rightTel},#{entity.rightIc},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId},#{entity.leftOrg},#{entity.rightOrg}) + + on duplicate key update + left_app_id = values(left_app_id), + left_app_code = values(left_app_code), + left_app_name = values(left_app_name), + left_api_id = values(left_api_id), + left_id = values(left_id), + left_code = values(left_code), + left_name = values(left_name), + left_tel = values(left_tel), + left_ic = values(left_ic), + right_app_id = values(right_app_id), + right_app_code = values(right_app_code), + right_app_name = values(right_app_name), + right_api_id = values(right_api_id), + right_id = values(right_id), + right_code = values(right_code), + right_name = values(right_name), + right_tel = values(right_tel), + right_ic = values(right_ic), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id), + left_org = values(left_org), + right_org = values(right_org) + + +update + sys_personnel_control + sys_org_control + sys_stock_control + sys_merchant_control + sys_taxrate_control + sys_project_control + sys_bank_control + sys_bankaccount_control + sys_assets_control + set + + left_app_id = #{leftAppId}, + left_app_code = #{leftAppCode}, + left_app_name = #{leftAppName}, + left_api_id = #{leftApiId}, + left_id = #{leftId}, + left_code = #{leftCode}, + left_name = #{leftName}, + left_tel = #{leftTel}, + left_ic = #{leftIc}, + right_app_id = #{rightAppId}, + right_app_code = #{rightAppCode}, + right_app_name = #{rightAppName}, + right_api_id = #{rightApiId}, + right_id = #{rightId}, + right_code = #{rightCode}, + right_name = #{rightName}, + right_tel = #{rightTel}, + right_ic = #{rightIc}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + left_org = #{leftOrg}, + right_org = #{rightOrg}, + +where id = #{id} + + + +update + sys_personnel_control + sys_org_control + sys_stock_control + sys_merchant_control + sys_taxrate_control + sys_project_control + sys_bank_control + sys_bankaccount_control + sys_assets_control + set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update + sys_personnel_control + sys_org_control + sys_stock_control + sys_merchant_control + sys_taxrate_control + sys_project_control + sys_bank_control + sys_bankaccount_control + sys_assets_control + set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and left_app_id = #{leftAppId} + and left_app_code = #{leftAppCode} + and left_app_name = #{leftAppName} + and left_api_id = #{leftApiId} + and left_id = #{leftId} + and left_code = #{leftCode} + and left_name = #{leftName} + and left_tel = #{leftTel} + and left_ic = #{leftIc} + and right_app_id = #{rightAppId} + and right_app_code = #{rightAppCode} + and right_app_name = #{rightAppName} + and right_api_id = #{rightApiId} + and right_id = #{rightId} + and right_code = #{rightCode} + and right_name = #{rightName} + and right_tel = #{rightTel} + and right_ic = #{rightIc} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and left_org = #{leftOrg} + and right_org = #{rightOrg} + and sts='Y' + + + + + delete from + sys_personnel_control + sys_org_control + sys_stock_control + sys_merchant_control + sys_taxrate_control + sys_project_control + sys_bank_control + sys_bankaccount_control + sys_assets_control + where id = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/ISysArchivesContrastService.java b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/ISysArchivesContrastService.java new file mode 100644 index 00000000..2838b954 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/ISysArchivesContrastService.java @@ -0,0 +1,70 @@ +package com.hzya.frame.sysnew.archivesContrast.service; + +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.sysnew.archivesContrast.entity.SysArchivesContrastEntity; +import com.hzya.frame.basedao.service.IBaseService; +import com.hzya.frame.web.entity.JsonResultEntity; + +/** + * 档案对照服务接口 + * + * @author makejava + * @since 2024-05-27 16:21:36 + */ +public interface ISysArchivesContrastService extends IBaseService{ + + + /** + * @Author lvleigang + * @Description 查询档案列表分页 + * @Date 4:25 下午 2024/5/27 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity queryEntityPage(JSONObject jsonObject); + + /** + * @Author lvleigang + * @Description 查询档案列表 + * @Date 4:25 下午 2024/5/27 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity queryEntity(JSONObject jsonObject); + + /** + * @Author lvleigang + * @Description 保存档案 + * @Date 4:25 下午 2024/5/27 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity saveEntity(JSONObject jsonObject); + + /** + * @Author lvleigang + * @Description 获取档案 + * @Date 4:25 下午 2024/5/27 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity getEntity(JSONObject jsonObject); + + /** + * @Author lvleigang + * @Description 修改档案 + * @Date 4:25 下午 2024/5/27 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity updateEntity(JSONObject jsonObject); + + /** + * @Author lvleigang + * @Description 删除档案 + * @Date 4:25 下午 2024/5/27 + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + **/ + JsonResultEntity deleteEntity(JSONObject jsonObject); +} diff --git a/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/impl/SysArchivesContrastServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/impl/SysArchivesContrastServiceImpl.java new file mode 100644 index 00000000..94687263 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/sysnew/archivesContrast/service/impl/SysArchivesContrastServiceImpl.java @@ -0,0 +1,189 @@ +package com.hzya.frame.sysnew.archivesContrast.service.impl; + +import com.alibaba.fastjson.JSONObject; +import com.github.pagehelper.PageHelper; +import com.github.pagehelper.PageInfo; +import com.hzya.frame.sysnew.archivesContrast.entity.SysArchivesContrastEntity; +import com.hzya.frame.sysnew.archivesContrast.dao.ISysArchivesContrastDao; +import com.hzya.frame.sysnew.archivesContrast.service.ISysArchivesContrastService; +import com.hzya.frame.sysnew.user.entity.SysUserEntity; +import com.hzya.frame.sysnew.userCompany.entity.SysUserCompanyEntity; +import com.hzya.frame.sysnew.userRoles.entity.SysUserRolesEntity; +import com.hzya.frame.util.AESUtil; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; + +import java.util.List; + +/** + * 档案对照表服务实现类 + * + * @author makejava + * @since 2024-05-27 16:21:36 + */ +@Service(value = "sysArchivesContrastService") +public class SysArchivesContrastServiceImpl extends BaseService implements ISysArchivesContrastService { + + private ISysArchivesContrastDao sysArchivesContrastDao; + + @Autowired + public void setSysArchivesContrastDao(ISysArchivesContrastDao dao) { + this.sysArchivesContrastDao = dao; + this.dao = dao; + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询档案列表分页 + * @Date 4:25 下午 2024/5/27 + **/ + @Override + public JsonResultEntity queryEntityPage(JSONObject jsonObject) { + SysArchivesContrastEntity entity = getData("jsonStr", jsonObject, SysArchivesContrastEntity.class); + //判断分页 + if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { + return BaseResult.getFailureMessageEntity("分页查询参数不存在"); + } + if(entity.getType() == null || "".equals(entity.getType()) ){ + return BaseResult.getFailureMessageEntity("系统错误"); + } + PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + List list = sysArchivesContrastDao.queryByLike(entity); + PageInfo pageInfo = new PageInfo(list); + return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 查询档案列表 + * @Date 4:25 下午 2024/5/27 + **/ + @Override + public JsonResultEntity queryEntity(JSONObject jsonObject) { + SysArchivesContrastEntity entity = getData("jsonStr", jsonObject, SysArchivesContrastEntity.class); + if (entity == null || entity.getType() == null || "".equals(entity.getType())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + List list = sysArchivesContrastDao.queryByLike(entity); + return BaseResult.getSuccessMessageEntity("查询数据成功", list); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 保存档案 + * @Date 4:25 下午 2024/5/27 + **/ + @Override + public JsonResultEntity saveEntity(JSONObject jsonObject) { + SysArchivesContrastEntity entity = getData("jsonStr", jsonObject, SysArchivesContrastEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getType() == null || "".equals(entity.getType())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getLeftCode() == null || "".equals(entity.getLeftCode())) { + return BaseResult.getFailureMessageEntity("请先输入左编码"); + } + if (entity.getRightCode() == null || "".equals(entity.getRightCode())) { + return BaseResult.getFailureMessageEntity("请先输入右编码"); + } + entity.setCreate(); + entity.setSts("Y"); + //保存 + sysArchivesContrastDao.save(entity); + return BaseResult.getSuccessMessageEntity("保存档案成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 获取档案 + * @Date 4:25 下午 2024/5/27 + **/ + @Override + public JsonResultEntity getEntity(JSONObject jsonObject) { + SysArchivesContrastEntity entity = getData("jsonStr", jsonObject, SysArchivesContrastEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getType() == null || "".equals(entity.getType())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity = sysArchivesContrastDao.getEntity(entity); + if (entity == null) { + return BaseResult.getFailureMessageEntity("获取档案失败"); + } + return BaseResult.getSuccessMessageEntity("获取档案成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 修改档案 + * @Date 4:25 下午 2024/5/27 + **/ + @Override + public JsonResultEntity updateEntity(JSONObject jsonObject) { + SysArchivesContrastEntity entity = getData("jsonStr", jsonObject, SysArchivesContrastEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getType() == null || "".equals(entity.getType())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getLeftCode() == null || "".equals(entity.getLeftCode())) { + return BaseResult.getFailureMessageEntity("请先输入左编码"); + } + if (entity.getRightCode() == null || "".equals(entity.getRightCode())) { + return BaseResult.getFailureMessageEntity("请先输入右编码"); + } + entity.setUpdate(); + //保存 + sysArchivesContrastDao.update(entity); + return BaseResult.getSuccessMessageEntity("修改档案成功", entity); + } + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 删除档案 + * @Date 4:25 下午 2024/5/27 + **/ + @Override + public JsonResultEntity deleteEntity(JSONObject jsonObject) { + SysArchivesContrastEntity entity = getData("jsonStr", jsonObject, SysArchivesContrastEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getId() == null || "".equals(entity.getId())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getType() == null || "".equals(entity.getType())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + entity.setUpdate(); + //删除 + sysArchivesContrastDao.logicRemove(entity); + return BaseResult.getSuccessMessageEntity(" 删除档案成功", entity); + } +} diff --git a/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java b/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java index 5f5f6bcd..e9b38f40 100644 --- a/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java +++ b/service/src/main/java/com/hzya/frame/web/quartz/QuartzJobFactory.java @@ -63,10 +63,11 @@ public class QuartzJobFactory implements Job { if(integrationTaskLivingEntity.getOldStartTime() != null ){ oldStartTime = integrationTaskLivingEntity.getOldStartTime(); } + //判断任务是否启用,存在不启用情况,需要手动把任务关闭 if(integrationTaskEntity.getTaskStatus() != null && !"1".equals(integrationTaskEntity.getTaskStatus())){ saveLivingAndDetail(integrationTaskLivingEntity,null, - "4","4","当前任务已停止,不执行任务",integrationTaskLivingEntity.getOldStartTime(),integrationTaskLivingEntity.getStartTime(),integrationTaskLivingEntity.getEndTime()); + "4","4","当前任务已停止,不执行任务",startTime,startTime,new Date()); JSONObject stopJson = new JSONObject(); stopJson.put("jobName",integrationTaskEntity.getTaskName()); stopJson.put("jobCode",integrationTaskEntity.getTaskCode()); @@ -99,14 +100,14 @@ public class QuartzJobFactory implements Job { SysApplicationPluginEntity sysApplicationPluginEntity = iIntegrationTaskCacheableService.getSysApplicationPluginEntity(integrationTaskEntity.getTaskPlugin()); if(sysApplicationPluginEntity == null || sysApplicationPluginEntity.getPluginCode() == null || !"1".equals(sysApplicationPluginEntity.getPluginStatus())){ saveLivingAndDetail(integrationTaskLivingEntity, integrationTaskLogEntity, - "2","3","插件未启用,不执行任务",integrationTaskLivingEntity.getOldStartTime(),startTime,new Date()); + "2","3","插件未启用,不执行任务",startTime,startTime,new Date()); return; } //查找插件 PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(sysApplicationPluginEntity.getPluginCode()); if(pluginBaseEntity == null ){ saveLivingAndDetail(integrationTaskLivingEntity, integrationTaskLogEntity, - "2","3","插件未找到,不执行任务",integrationTaskLivingEntity.getOldStartTime(),startTime,new Date()); + "2","3","插件未找到,不执行任务",startTime,startTime,new Date()); return; } //调用插件 diff --git a/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java b/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java index 17a238dd..390c1f15 100644 --- a/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java +++ b/webapp/src/main/java/com/hzya/frame/webapp/web/aop/AopDynamicRoutingDataSourceInit.java @@ -67,6 +67,7 @@ public class AopDynamicRoutingDataSourceInit { SysDataSourceEntity entity = new SysDataSourceEntity(); entity.setSts("Y"); entity.setUseState(1); + entity.setDataState("1"); entity.setSourceCode(dsValue); List sysDataSourceEntities = sysDataSourceDao.queryDSBase(entity); //logger.info("beforeDynamicRoutingDataSourceInitMethod:根据dsValue获取数据源信息查询结果 sysDataSourceEntities.size:" + sysDataSourceEntities.size()); From 1a3e4ea9997ed7e04fd030f8206cb65ef818bbdf Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 28 May 2024 10:56:04 +0800 Subject: [PATCH 68/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9header=E5=85=88?= =?UTF-8?q?=E5=90=8E=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/SysApplicationServiceImpl.java | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index e97453f2..6808fb49 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -1701,6 +1701,26 @@ public class SysApplicationServiceImpl extends BaseService headerMap = sysExtensionApiEntity.getHeaders(); + + List a = Arrays.asList(new String[]{"apicode", "appid", "secretkey", "publickey", "x-forwarded-for", "cookie", "x-forwarded-proto", "x-real-ip", "content-length", "accept-language", "host", "content-type", "connection", "cache-control", "accept-encoding", "pragma", "accept", "user-agent"}); + Map headers = new HashMap<>(); + if (receiveApi.getHeaderIn() != null && !"".equals(receiveApi.getHeaderIn())) { + JSONArray jsonArray = JSONArray.parseArray(receiveApi.getHeaderIn()); + if (jsonArray != null && jsonArray.size() > 0) { + for (int i = 0; i < jsonArray.size(); i++) { + JSONObject object1 = jsonArray.getJSONObject(i); + headers.put(object1.getString("parameterName"), object1.getString("example")); + } + } + } + if (headerMap != null && headerMap.size() > 0) { + for (Map.Entry entry : headerMap.entrySet()) { + if (!a.contains(entry.getKey())) { + headers.put(entry.getKey(), entry.getValue()); + } + } + } // 判断是否有内部api 是否扩展api 1、启用 2、停用 if (receiveApi.getExtensionApi() != null && "1".equals(receiveApi.getExtensionApi()) @@ -1734,7 +1754,6 @@ public class SysApplicationServiceImpl extends BaseService headerMap = sysExtensionApiEntity.getHeaders(); String querys = sysExtensionApiEntity.getQuerys(); String bodys = sysExtensionApiEntity.getBodys(); //设置参数获取参数 @@ -1754,24 +1773,6 @@ public class SysApplicationServiceImpl extends BaseService a = Arrays.asList(new String[]{"apicode", "appid", "secretkey", "publickey", "x-forwarded-for", "cookie", "x-forwarded-proto", "x-real-ip", "content-length", "accept-language", "host", "content-type", "connection", "cache-control", "accept-encoding", "pragma", "accept", "user-agent"}); - Map headers = new HashMap<>(); - if (receiveApi.getHeaderIn() != null && !"".equals(receiveApi.getHeaderIn())) { - JSONArray jsonArray = JSONArray.parseArray(receiveApi.getHeaderIn()); - if (jsonArray != null && jsonArray.size() > 0) { - for (int i = 0; i < jsonArray.size(); i++) { - JSONObject object1 = jsonArray.getJSONObject(i); - headers.put(object1.getString("parameterName"), object1.getString("example")); - } - } - } - if (headerMap != null && headerMap.size() > 0) { - for (Map.Entry entry : headerMap.entrySet()) { - if (!a.contains(entry.getKey())) { - headers.put(entry.getKey(), entry.getValue()); - } - } - } if ("POST".equals(method)) { From c709069318a665a606476f6f07391db67365e8db Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 28 May 2024 11:21:42 +0800 Subject: [PATCH 69/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9header=E5=85=88?= =?UTF-8?q?=E5=90=8E=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/SysApplicationServiceImpl.java | 45 ++++++++++++++----- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index 6808fb49..0178d5db 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -1696,12 +1696,7 @@ public class SysApplicationServiceImpl extends BaseService headerMap = sysExtensionApiEntity.getHeaders(); + List a = Arrays.asList(new String[]{"apicode", "appid", "secretkey", "publickey", "x-forwarded-for", "cookie", "x-forwarded-proto", "x-real-ip", "content-length", "accept-language", "host", "content-type", "connection", "cache-control", "accept-encoding", "pragma", "accept", "user-agent"}); Map headers = new HashMap<>(); @@ -1714,14 +1709,25 @@ public class SysApplicationServiceImpl extends BaseService 0) { - for (Map.Entry entry : headerMap.entrySet()) { + if (oldheaderMap != null && oldheaderMap.size() > 0) { + for (Map.Entry entry : oldheaderMap.entrySet()) { if (!a.contains(entry.getKey())) { headers.put(entry.getKey(), entry.getValue()); } } } + + + sysExtensionApiEntity.setHeaders(headers); + sysExtensionApiEntity.setQuerys(oldquerys); + sysExtensionApiEntity.setBodys(oldbodys); + Method[] methods = null; + Object object = null; + + + + // 判断是否有内部api 是否扩展api 1、启用 2、停用 if (receiveApi.getExtensionApi() != null && "1".equals(receiveApi.getExtensionApi()) && receiveApi.getBeanName() != null && !"".equals(receiveApi.getBeanName()) @@ -1754,6 +1760,7 @@ public class SysApplicationServiceImpl extends BaseService a = Arrays.asList(new String[]{"apicode", "appid", "secretkey", "publickey", "x-forwarded-for", "cookie", "x-forwarded-proto", "x-real-ip", "content-length", "accept-language", "host", "content-type", "connection", "cache-control", "accept-encoding", "pragma", "accept", "user-agent"}); + //Map headers = new HashMap<>(); + //if (receiveApi.getHeaderIn() != null && !"".equals(receiveApi.getHeaderIn())) { + // JSONArray jsonArray = JSONArray.parseArray(receiveApi.getHeaderIn()); + // if (jsonArray != null && jsonArray.size() > 0) { + // for (int i = 0; i < jsonArray.size(); i++) { + // JSONObject object1 = jsonArray.getJSONObject(i); + // headers.put(object1.getString("parameterName"), object1.getString("example")); + // } + // } + //} + //if (headerMap != null && headerMap.size() > 0) { + // for (Map.Entry entry : headerMap.entrySet()) { + // if (!a.contains(entry.getKey())) { + // headers.put(entry.getKey(), entry.getValue()); + // } + // } + //} if ("POST".equals(method)) { @@ -1826,7 +1851,7 @@ public class SysApplicationServiceImpl extends BaseService 0) { for (Method m : methods) { if (null != m) { @@ -1907,7 +1932,7 @@ public class SysApplicationServiceImpl extends BaseService 0) { for (Method m : methods) { if (null != m) { From 80a1d2bf1127c1a6e2a2d050d4b00682611830aa Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 28 May 2024 15:25:30 +0800 Subject: [PATCH 70/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/SysApplicationServiceImpl.java | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index 0178d5db..0577f1bf 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -234,7 +234,6 @@ public class SysApplicationServiceImpl extends BaseService apiAuthDetail = saveCopyApiAuthDetail(entity, olderAppId, apiType, apiAuth, api); + applicationCache.reloadData("1"); + applicationCache.reloadData("2"); + applicationCache.reloadData("3"); + applicationCache.reloadData("4"); return BaseResult.getSuccessMessageEntity("复制应用成功", entity.getId()); } @@ -284,8 +287,8 @@ public class SysApplicationServiceImpl extends BaseService tripartiteSystemIds = new ArrayList<>(); //添加 List apiAuths = entity.getApiAuths(); @@ -1201,7 +1207,6 @@ public class SysApplicationServiceImpl extends BaseService Date: Tue, 28 May 2024 15:57:43 +0800 Subject: [PATCH 71/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java index 2fd4819a..0a299f73 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java @@ -60,7 +60,7 @@ public class LoginServiceImpl implements ILoginService { } entity.setPassword(AESUtil.encrypt(entity.getLoginCode() + "-" + entity.getPassword())); SysUserEntity sysUserEntity = sysUserDao.queryOne(entity); - if (sysUserEntity.getId() == null || "".equals(sysUserEntity.getId())) { + if (sysUserEntity == null || sysUserEntity.getId() == null || "".equals(sysUserEntity.getId())) { return BaseResult.getFailureMessageEntity("用户名或密码错误"); } if (sysUserEntity.getState() == null || !"0".equals(sysUserEntity.getState())) { From cb3117d5ca14bb3d5ad24912f614dfbe0e51b4cf Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 28 May 2024 16:15:09 +0800 Subject: [PATCH 72/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=9A=84=E7=BC=96=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/service/impl/SysApplicationServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java index 0577f1bf..225781f0 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/application/service/impl/SysApplicationServiceImpl.java @@ -1833,7 +1833,7 @@ public class SysApplicationServiceImpl extends BaseService Date: Wed, 29 May 2024 10:01:04 +0800 Subject: [PATCH 73/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AD=97=E6=AE=B5=E4=B8=8D=E4=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=9F=A5=E6=89=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index cbd420df..12f1bd59 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -736,7 +736,7 @@ public class MdmServiceImpl implements IMdmService { maps.put("tableName", mainMdmModuleDb.getDbName());//表名 maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注 maps.put("databaseFields", dbFiledsDtos);//字段 - //mdmModuleDao.alterTable(maps); + mdmModuleDao.alterTable(maps); } } From 8fa52f957bf0d97b3789a8c83be251329e8cdf6d Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 29 May 2024 11:34:34 +0800 Subject: [PATCH 74/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/SysIntegratedForegroundTaskParameterEntity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integratedForegroundTaskParameter/entity/SysIntegratedForegroundTaskParameterEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integratedForegroundTaskParameter/entity/SysIntegratedForegroundTaskParameterEntity.xml index 1f2cfc6d..c124271e 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integratedForegroundTaskParameter/entity/SysIntegratedForegroundTaskParameterEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integratedForegroundTaskParameter/entity/SysIntegratedForegroundTaskParameterEntity.xml @@ -252,7 +252,7 @@ update sys_integrated_foreground_task_parameter set sts= 'N' ,modify_time = #{m and a.org_id = #{org_id} and a.sts='Y' - order by a.sorts asc + order by a.sorts desc order by ${sort} ${order} From e13746b3137d6378a3b475bd8d61281e9e264c3c Mon Sep 17 00:00:00 2001 From: xiang2lin <251481237@qq.com> Date: Thu, 30 May 2024 15:13:54 +0800 Subject: [PATCH 75/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/SeeyonExtServiceImpl.java | 133 +++++++++++------- 1 file changed, 80 insertions(+), 53 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java index a8bfe514..677a14a2 100644 --- a/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/seeyon/service/impl/SeeyonExtServiceImpl.java @@ -1,5 +1,6 @@ package com.hzya.frame.seeyon.service.impl; +import cn.hutool.core.date.DateUtil; import cn.hutool.core.util.StrUtil; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; @@ -60,17 +61,15 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { } //根据forApp组装不同参数 switch (formApp){ - case "4728403652378707515":// + case "-8691606453890363968":// hzyaExtData.put("billCode", "cunhuoabc123456"); getInventory(businessData,param); break; - case "供应商": - hzyaExtData.put("billCode", ""); - getSupplier(businessData,param); + case "6223456019738676230": + getSupplier(businessData,param,hzyaExtData); break; - case "客户": - hzyaExtData.put("billCode", ""); - getCustomer(businessData,param); + case "-9122508232154527168": + getCustomer(businessData,param,hzyaExtData); break; default: param.setBodys("未匹配到表单!当前formID:"+ formApp); @@ -93,6 +92,8 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { */ @Override public void ydcSeeyon2u8CallBack(SysMessageManageLogEntity logEntity) { + + //在这里记录日志 JSONObject targetData = JSON.parseObject(logEntity.getTargetData());//这个对象里的body是 发送到u8的请求报文 JSONObject sourceData = JSON.parseObject(logEntity.getSourceData()); @@ -102,11 +103,25 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { JSONArray formMainIds = new JSONArray(); formMainIds.add(sourceBody.getString("id")); JSONObject param = new JSONObject(); - param.put("formAppId",sourceBody.getString("formApp")); + String formApp = sourceBody.getString("formApp"); + param.put("formAppId",formApp); param.put("formMainIds",formMainIds); param.put("dataSourceCode","ht_oa_sqlserver"); param.put("eventType",sourceBody.getString("eventType")); + //把返回的单号更新到oa档案表 + String sql = ""; + switch (formApp){ + case "-8691606453890363968"://存货 + sql = ""; + break; + case "6223456019738676230"://供应商 + sql = "update formmain_0229 set field0002 = '' where field0001 = "+hzyaExtData.getString("billCode"); + break; + case "-9122508232154527168"://客户 + sql = "update formmain_0230 set field0002 = '' where field0001 = "+hzyaExtData.getString("billCode"); + break; + } IntegrationTaskLivingDetailsEntity logDetails = new IntegrationTaskLivingDetailsEntity(); logDetails.setRootAppPk(JSON.toJSONString(param)); logDetails.setRootAppBill(hzyaExtData.getString("billCode")); @@ -138,76 +153,88 @@ public class SeeyonExtServiceImpl implements ISeeyonExtService { //存货参数组装 private SysExtensionApiEntity getInventory(JSONObject businessData,SysExtensionApiEntity param){ if (null != businessData){ - JSONObject jsonObject = new JSONObject(); - jsonObject.put("Token", "Hzya1314_CheckSkip"); - jsonObject.put("billid", "123"); - jsonObject.put("AccId", "005"); + JSONObject formmain0227 = businessData.getJSONObject("formmain_0227"); + JSONArray formson0228Arr = businessData.getJSONArray("formson_0228"); + for (int i=0; i< formson0228Arr.size(); i++){ + JSONObject formson0228 = formson0228Arr.getJSONObject(i); + JSONObject jsonObject = new JSONObject(); + jsonObject.put("Token", "Hzya1314_CheckSkip"); + jsonObject.put("billid", formson0228.getString("id")); + jsonObject.put("AccId", formmain0227.getString("field0015")); - JSONObject oArchives = new JSONObject(); - oArchives.put("cInvCode", "cyp12"); - oArchives.put("cInvCCode", "0101"); - oArchives.put("cInvName", "测试"); - oArchives.put("cGroupCode", "01"); - oArchives.put("cComUnitCode", "0101"); + JSONObject oArchives = new JSONObject(); + oArchives.put("cInvCode", formson0228.getString("field0002")); + oArchives.put("cInvCCode", formson0228.getString("field0005")); + oArchives.put("cInvName", formson0228.getString("field0003")); + //todo 这个没值 + oArchives.put("cGroupCode", "01"); + oArchives.put("cComUnitCode", formson0228.getString("field0006")); - jsonObject.put("oArchives", oArchives); - param.setBodys(JSON.toJSONString(jsonObject)); + jsonObject.put("oArchives", oArchives); + param.setBodys(JSON.toJSONString(jsonObject)); + } } return param; } //供应商参数组装 - private SysExtensionApiEntity getSupplier(JSONObject businessData,SysExtensionApiEntity param){ + private SysExtensionApiEntity getSupplier(JSONObject businessData,SysExtensionApiEntity param,JSONObject hzyaExtData){ if (null != businessData){ + JSONObject formmain0225 = businessData.getJSONObject("formmain_0225"); JSONObject jsonObject = new JSONObject(); - jsonObject.put("billid", "123"); - jsonObject.put("AccId", "888"); + jsonObject.put("billid", formmain0225.getString("id")); + jsonObject.put("AccId", formmain0225.getString("field0020")); jsonObject.put("Token", U8Util.getToken()); JSONObject oArchives = new JSONObject(); - oArchives.put("cVenCode", "0001"); - oArchives.put("cVenName ", "测试0001"); - oArchives.put("cVenAbbName", "测试0001简称"); - oArchives.put("cVCCode", "01"); - oArchives.put("cVenExch_name", "人民币"); - oArchives.put("bVenTax", "false"); - oArchives.put("bLicenceDate", "false"); - oArchives.put("bBusinessDate", "false"); - oArchives.put("bProxyDate", "false"); - oArchives.put("bPassGMP", "false"); - oArchives.put("bVenCargo", "false"); - oArchives.put("bProxyForeign", "true"); - oArchives.put("bVenService", "true"); - oArchives.put("iVenGSPType", "0"); - oArchives.put("bVenOverseas", "false"); - oArchives.put("bVenAccPeriodMng", "false"); - oArchives.put("bVenHomeBranch", "false"); - oArchives.put("dVenCreateDatetime", "2023-01-04 10:00"); - oArchives.put("cVenRegCode", "税号"); - oArchives.put("cVenBank", "开户银行"); - oArchives.put("cVenAccount", "银行账号"); - + oArchives.put("cVenCode", formmain0225.getString("field0002")); + oArchives.put("cVenName ", formmain0225.getString("field0003")); + oArchives.put("cVenAbbName", formmain0225.getString("field0004")); + oArchives.put("cVCCode", formmain0225.getString("field0006")); + oArchives.put("cVenExch_name", formmain0225.getString("field0010")); + //oArchives.put("bVenTax", "false"); + //oArchives.put("bLicenceDate", "false"); + //oArchives.put("bBusinessDate", "false"); + //oArchives.put("bProxyDate", "false"); + //oArchives.put("bPassGMP", "false"); + //oArchives.put("bVenCargo", "false"); + //oArchives.put("bProxyForeign", "true"); + //oArchives.put("bVenService", "true"); + //oArchives.put("iVenGSPType", "0"); + //oArchives.put("bVenOverseas", "false"); + //oArchives.put("bVenAccPeriodMng", "false"); + //oArchives.put("bVenHomeBranch", "false"); + oArchives.put("dVenCreateDatetime", DateUtil.now()); + oArchives.put("cVenRegCode", formmain0225.getString("field0009")); + oArchives.put("cVenBank", formmain0225.getString("field0011")); + oArchives.put("cVenAccount", formmain0225.getString("field0012")); jsonObject.put("oArchives", oArchives); param.setBodys(JSON.toJSONString(jsonObject)); + hzyaExtData.put("billCode", formmain0225.getString("field0001")); + hzyaExtData.put("formmainId", formmain0225.getString("id")); } return param; } //客户参数组装 - private SysExtensionApiEntity getCustomer(JSONObject businessData,SysExtensionApiEntity param){ + private SysExtensionApiEntity getCustomer(JSONObject businessData,SysExtensionApiEntity param,JSONObject hzyaExtData){ if (null != businessData){ + JSONObject formmain0226 = businessData.getJSONObject("formmain_0226"); JSONObject jsonObject = new JSONObject(); - jsonObject.put("billid", "123"); - jsonObject.put("AccId", "888"); + jsonObject.put("billid", formmain0226.getString("id")); + jsonObject.put("AccId", formmain0226.getString("field0025")); jsonObject.put("Token", "Hzya1314_CheckSkip"); JSONObject oArchives = new JSONObject(); - oArchives.put("cCusCode", "0001"); - oArchives.put("cCusName", "测试0001"); - oArchives.put("cCusAbbName", "测试0001"); - oArchives.put("cCCCode", "01"); - oArchives.put("cCusExch_name", "人民币"); + oArchives.put("cCusCode", formmain0226.getString("field0002")); + oArchives.put("cCusName", formmain0226.getString("field0007")); + oArchives.put("cCusAbbName", formmain0226.getString("field0008")); + oArchives.put("cCCCode", formmain0226.getString("field0012")); + oArchives.put("cCusExch_name", formmain0226.getString("field0013")); + // todo 这个字段没值 oArchives.put("cCusMngTypeCode", "999"); jsonObject.put("oArchives", oArchives); param.setBodys(JSON.toJSONString(jsonObject)); + hzyaExtData.put("billCode",formmain0226.getString("field0001")); + hzyaExtData.put("formmainId",formmain0226.getString("id")); } return param; } From 478211ad96c410cfd33a7daf2d779a859b531a11 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Fri, 31 May 2024 09:12:40 +0800 Subject: [PATCH 76/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=94=9F=E6=88=90=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ....3__mdm_add_updateApi_and_enabledState.sql | 3 + .../hzya/frame/mdm/entity/DbFiledsDto.java | 83 - .../com/hzya/frame/mdm/entity/MdmDataDto.java | 69 - .../frame/mdm/entity/MdmDataFiledDto.java | 29 - .../hzya/frame/mdm/entity/MdmDbFiledVo.java | 37 - .../com/hzya/frame/mdm/entity/MdmDbVo.java | 57 - .../frame/mdm/entity/MdmDetailViewVo.java | 41 - .../frame/mdm/entity/MdmDistributeDto.java | 34 - .../frame/mdm/entity/MdmDistributeEntity.java | 53 - .../frame/mdm/entity/MdmDistributeVo.java | 55 - .../com/hzya/frame/mdm/entity/MdmDto.java | 205 -- .../frame/mdm/entity/MdmModuleViewDto.java | 81 - .../frame/mdm/entity/MdmModuleViewVo.java | 123 - .../com/hzya/frame/mdm/entity/MdmQuery.java | 69 - .../com/hzya/frame/mdm/entity/MdmRoleDto.java | 32 - .../frame/mdm/entity/MdmViewButtonVo.java | 34 - .../hzya/frame/mdm/entity/MdmViewFiledVo.java | 114 - .../com/hzya/frame/mdm/entity/MdmViewVo.java | 73 - .../java/com/hzya/frame/mdm/entity/MdmVo.java | 122 - .../mdm/mdmModule/dao/IMdmModuleDao.java | 47 +- .../mdm/mdmModule/entity/MdmModuleEntity.java | 58 +- .../mdm/mdmModule/entity/MdmModuleEntity.xml | 939 ++--- .../mdmModule/service/IMdmModuleService.java | 5 +- .../service/impl/MdmModuleServiceImpl.java | 19 +- .../mdm/mdmModuleDb/dao/IMdmModuleDbDao.java | 18 +- .../dao/impl/MdmModuleDbDaoImpl.java | 40 +- .../mdmModuleDb/entity/MdmModuleDbEntity.java | 45 +- .../mdmModuleDb/entity/MdmModuleDbEntity.xml | 495 ++- .../service/IMdmModuleDbService.java | 5 +- .../service/impl/MdmModuleDbServiceImpl.java | 19 +- .../dao/IMdmModuleDbFiledsDao.java | 4 +- .../dao/impl/MdmModuleDbFiledsDaoImpl.java | 7 +- .../entity/MdmModuleDbFiledsEntity.java | 138 +- .../entity/MdmModuleDbFiledsEntity.xml | 538 +-- .../service/IMdmModuleDbFiledsService.java | 5 +- .../impl/MdmModuleDbFiledsServiceImpl.java | 19 +- .../dao/IMdmModuleDbFiledsRuleDao.java | 2 +- .../impl/MdmModuleDbFiledsRuleDaoImpl.java | 2 +- .../entity/MdmModuleDbFiledsRuleEntity.java | 12 +- .../entity/MdmModuleDbFiledsRuleEntity.xml | 37 +- .../IMdmModuleDbFiledsRuleService.java | 2 +- .../MdmModuleDbFiledsRuleServiceImpl.java | 2 +- .../dao/IMdmModuleDbFiledsRuleFilesDao.java | 15 - .../MdmModuleDbFiledsRuleFilesDaoImpl.java | 18 - .../MdmModuleDbFiledsRuleFilesEntity.java | 66 - .../MdmModuleDbFiledsRuleFilesEntity.xml | 254 -- .../IMdmModuleDbFiledsRuleFilesService.java | 13 - ...MdmModuleDbFiledsRuleFilesServiceImpl.java | 29 - .../dao/IMdmModuleDistributeDao.java | 2 +- .../dao/impl/MdmModuleDistributeDaoImpl.java | 2 +- .../entity/MdmModuleDistributeEntity.java | 76 +- .../entity/MdmModuleDistributeEntity.xml | 95 +- .../service/IMdmModuleDistributeService.java | 2 +- .../impl/MdmModuleDistributeServiceImpl.java | 2 +- .../dao/IMdmModuleDistributeDetailDao.java | 15 - .../MdmModuleDistributeDetailDaoImpl.java | 17 - .../MdmModuleDistributeDetailEntity.java | 144 - .../MdmModuleDistributeDetailEntity.xml | 333 -- .../IMdmModuleDistributeDetailService.java | 12 - .../MdmModuleDistributeDetailServiceImpl.java | 26 - .../mdmModuleRole/dao/IMdmModuleRoleDao.java | 15 - .../dao/impl/MdmModuleRoleDaoImpl.java | 18 - .../entity/MdmModuleRoleEntity.java | 52 - .../entity/MdmModuleRoleEntity.xml | 227 -- .../service/IMdmModuleRoleService.java | 13 - .../impl/MdmModuleRoleServiceImpl.java | 29 - .../dao/IMdmModuleRoleButtonDao.java | 15 - .../dao/impl/MdmModuleRoleButtonDaoImpl.java | 18 - .../entity/MdmModuleRoleButtonEntity.java | 92 - .../entity/MdmModuleRoleButtonEntity.xml | 271 -- .../service/IMdmModuleRoleButtonService.java | 13 - .../impl/MdmModuleRoleButtonServiceImpl.java | 29 - .../dao/IMdmModuleUserViewDao.java | 15 - .../dao/impl/MdmModuleUserViewDaoImpl.java | 18 - .../entity/MdmModuleUserViewEntity.java | 54 - .../entity/MdmModuleUserViewEntity.xml | 241 -- .../service/IMdmModuleUserViewService.java | 13 - .../impl/MdmModuleUserViewServiceImpl.java | 29 - .../mdmModuleView/dao/IMdmModuleViewDao.java | 4 +- .../dao/impl/MdmModuleViewDaoImpl.java | 7 +- .../entity/MdmModuleViewEntity.java | 40 +- .../entity/MdmModuleViewEntity.xml | 422 ++- .../service/IMdmModuleViewService.java | 5 +- .../impl/MdmModuleViewServiceImpl.java | 19 +- .../dao/IMdmModuleViewButtonDao.java | 15 + .../dao/impl/MdmModuleViewButtonDaoImpl.java | 17 + .../entity/MdmModuleViewButtonEntity.java | 66 + .../entity/MdmModuleViewButtonEntity.xml} | 161 +- .../service/IMdmModuleViewButtonService.java | 12 + .../impl/MdmModuleViewButtonServiceImpl.java | 26 + .../dao/IMdmModuleViewDetailDao.java | 4 +- .../dao/impl/MdmModuleViewDetailDaoImpl.java | 7 +- .../entity/MdmModuleViewDetailEntity.java | 40 +- .../entity/MdmModuleViewDetailEntity.xml | 424 ++- .../service/IMdmModuleViewDetailService.java | 5 +- .../impl/MdmModuleViewDetailServiceImpl.java | 19 +- .../dao/IMdmTableCodeRuleDao.java | 15 - .../dao/impl/MdmTableCodeRuleDaoImpl.java | 17 - .../entity/MdmTableCodeRuleEntity.java | 76 - .../service/IMdmTableCodeRuleService.java | 12 - .../impl/MdmTableCodeRuleServiceImpl.java | 26 - .../hzya/frame/mdm/service/IMdmService.java | 248 -- .../mdm/service/impl/MdmServiceImpl.java | 3152 +---------------- 103 files changed, 1705 insertions(+), 9189 deletions(-) create mode 100644 buildpackage/src/main/resources/flyway/V3.0.3__mdm_add_updateApi_and_enabledState.sql delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDataDto.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDataFiledDto.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDetailViewVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmQuery.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmRoleDto.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmViewButtonVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmViewFiledVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmViewVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmVo.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/IMdmModuleDbFiledsRuleFilesDao.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/impl/MdmModuleDbFiledsRuleFilesDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/IMdmModuleDbFiledsRuleFilesService.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/impl/MdmModuleDbFiledsRuleFilesServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/IMdmModuleRoleDao.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/impl/MdmModuleRoleDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/IMdmModuleRoleService.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/impl/MdmModuleRoleServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/IMdmModuleRoleButtonDao.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/impl/MdmModuleRoleButtonDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/IMdmModuleRoleButtonService.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/impl/MdmModuleRoleButtonServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/IMdmModuleUserViewDao.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/impl/MdmModuleUserViewDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/IMdmModuleUserViewService.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/impl/MdmModuleUserViewServiceImpl.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java rename service/src/main/java/com/hzya/frame/mdm/{mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml => mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml} (58%) create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java delete mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java diff --git a/buildpackage/src/main/resources/flyway/V3.0.3__mdm_add_updateApi_and_enabledState.sql b/buildpackage/src/main/resources/flyway/V3.0.3__mdm_add_updateApi_and_enabledState.sql new file mode 100644 index 00000000..393f0fdc --- /dev/null +++ b/buildpackage/src/main/resources/flyway/V3.0.3__mdm_add_updateApi_and_enabledState.sql @@ -0,0 +1,3 @@ +ALTER TABLE mdm_module_distribute ADD COLUMN update_api VARCHAR(50) DEFAULT NULL COMMENT '修改接口'; +ALTER TABLE mdm_module_distribute ADD COLUMN enabled_state CHAR(1) DEFAULT NULL COMMENT '启用停用 0、停用1、启用'; +COMMIT; \ No newline at end of file diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java deleted file mode 100644 index ae094e16..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java +++ /dev/null @@ -1,83 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; -import com.hzya.frame.web.entity.BaseEntity; - -import java.util.List; - -public class DbFiledsDto { - - /** - * 1\修改 2、新增 - */ - private String dataType; - - /** - * 中文名 - */ - private String chName; - /** - * 英文名 - */ - private String enName; - /** - * 字段类型 1、BIGINT 2、DECIMAL 3、VARCHAR 4、DATETIME - */ - private String filedType; - /** - * 长度 - */ - private String filedLength; - - public DbFiledsDto() { - } - - public DbFiledsDto(String dataType,String chName, String enName, String filedType, String filedLength) { - this.dataType = dataType; - this.chName = chName; - this.enName = enName; - this.filedType = filedType; - this.filedLength = filedLength; - } - - public String getChName() { - return chName; - } - - public void setChName(String chName) { - this.chName = chName; - } - - public String getEnName() { - return enName; - } - - public void setEnName(String enName) { - this.enName = enName; - } - - public String getFiledType() { - return filedType; - } - - public void setFiledType(String filedType) { - this.filedType = filedType; - } - - public String getFiledLength() { - return filedLength; - } - - public void setFiledLength(String filedLength) { - this.filedLength = filedLength; - } - - public String getDataType() { - return dataType; - } - - public void setDataType(String dataType) { - this.dataType = dataType; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDataDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDataDto.java deleted file mode 100644 index 0370431c..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDataDto.java +++ /dev/null @@ -1,69 +0,0 @@ -package com.hzya.frame.mdm.entity; - - -import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; - -import java.util.List; - -public class MdmDataDto { - - private String id; - private String tableName; - private String documentRule; - private Integer documentRuleNum; - /** - * 类型 1、主表 2、明细 - */ - private String dbType; - - private List mdmDataFiledDtos; - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getTableName() { - return tableName; - } - - public void setTableName(String tableName) { - this.tableName = tableName; - } - - public List getMdmDataFiledDtos() { - return mdmDataFiledDtos; - } - - public void setMdmDataFiledDtos(List mdmDataFiledDtos) { - this.mdmDataFiledDtos = mdmDataFiledDtos; - } - - public String getDocumentRule() { - return documentRule; - } - - public void setDocumentRule(String documentRule) { - this.documentRule = documentRule; - } - - public Integer getDocumentRuleNum() { - return documentRuleNum; - } - - public void setDocumentRuleNum(Integer documentRuleNum) { - this.documentRuleNum = documentRuleNum; - } - - public String getDbType() { - return dbType; - } - - public void setDbType(String dbType) { - this.dbType = dbType; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDataFiledDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDataFiledDto.java deleted file mode 100644 index d9e40e8d..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDataFiledDto.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.hzya.frame.mdm.entity; - - -import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; - -import java.util.List; - -public class MdmDataFiledDto { - - private String filedsName; - private String filedsValue; - - public String getFiledsName() { - return filedsName; - } - - public void setFiledsName(String filedsName) { - this.filedsName = filedsName; - } - - public String getFiledsValue() { - return filedsValue; - } - - public void setFiledsValue(String filedsValue) { - this.filedsValue = filedsValue; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java deleted file mode 100644 index 70da08eb..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java +++ /dev/null @@ -1,37 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; -import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity.MdmModuleDbFiledsRuleFilesEntity; - -import java.util.List; - -public class MdmDbFiledVo { - private String id; - private String name; - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getName() { - return name; - } - - public void setName(String name) { - this.name = name; - } - - public MdmDbFiledVo() { - } - - public MdmDbFiledVo(String id, String name) { - this.id = id; - this.name = name; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java deleted file mode 100644 index ed01bc0b..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java +++ /dev/null @@ -1,57 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; -import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity.MdmModuleDbFiledsRuleFilesEntity; -import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; -import org.springframework.format.annotation.DateTimeFormat; - -import java.util.Date; -import java.util.List; - -public class MdmDbVo { - - //主数据主表 - private MdmModuleDbEntity mainMdmModuleDb; - //主数据子表 - private List sublistMdmModuleDb; - //控件字段规则属性 - private List moduleDbFiledsRuleFiles; - //单据编码规则 - private List mdmTableCodeRuleEntityList; - - - public List getMdmTableCodeRuleEntityList() { - return mdmTableCodeRuleEntityList; - } - - public void setMdmTableCodeRuleEntityList(List mdmTableCodeRuleEntityList) { - this.mdmTableCodeRuleEntityList = mdmTableCodeRuleEntityList; - } - - public List getModuleDbFiledsRuleFiles() { - return moduleDbFiledsRuleFiles; - } - - public void setModuleDbFiledsRuleFiles(List moduleDbFiledsRuleFiles) { - this.moduleDbFiledsRuleFiles = moduleDbFiledsRuleFiles; - } - - public MdmModuleDbEntity getMainMdmModuleDb() { - return mainMdmModuleDb; - } - - public void setMainMdmModuleDb(MdmModuleDbEntity mainMdmModuleDb) { - this.mainMdmModuleDb = mainMdmModuleDb; - } - - public List getSublistMdmModuleDb() { - return sublistMdmModuleDb; - } - - public void setSublistMdmModuleDb(List sublistMdmModuleDb) { - this.sublistMdmModuleDb = sublistMdmModuleDb; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDetailViewVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDetailViewVo.java deleted file mode 100644 index 586e4d7d..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDetailViewVo.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; -import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; -import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; - -import java.util.List; - -public class MdmDetailViewVo { - //模版信息 - private MdmModuleEntity mdmModuleEntity; - //主数据主表 - private MdmModuleDbEntity mainMdmModuleDb; - //主数据子表 - private List sublistMdmModuleDb; - - public MdmModuleEntity getMdmModuleEntity() { - return mdmModuleEntity; - } - - public void setMdmModuleEntity(MdmModuleEntity mdmModuleEntity) { - this.mdmModuleEntity = mdmModuleEntity; - } - - public MdmModuleDbEntity getMainMdmModuleDb() { - return mainMdmModuleDb; - } - - public void setMainMdmModuleDb(MdmModuleDbEntity mainMdmModuleDb) { - this.mainMdmModuleDb = mainMdmModuleDb; - } - - public List getSublistMdmModuleDb() { - return sublistMdmModuleDb; - } - - public void setSublistMdmModuleDb(List sublistMdmModuleDb) { - this.sublistMdmModuleDb = sublistMdmModuleDb; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java deleted file mode 100644 index d27cc712..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeDto.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.hzya.frame.mdm.entity; - - -import com.hzya.frame.mdm.mdmModuleDistribute.entity.MdmModuleDistributeEntity; -import com.hzya.frame.mdm.mdmModuleRole.entity.MdmModuleRoleEntity; - -import java.util.List; - -public class MdmDistributeDto { - - //id - private String id; - - - - private List mdmModuleDistributeEntities; - - public List getMdmModuleDistributeEntities() { - return mdmModuleDistributeEntities; - } - - public void setMdmModuleDistributeEntities(List mdmModuleDistributeEntities) { - this.mdmModuleDistributeEntities = mdmModuleDistributeEntities; - } - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java deleted file mode 100644 index 1511ea4f..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeEntity.java +++ /dev/null @@ -1,53 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.hzya.frame.web.entity.BaseEntity; - -public class MdmDistributeEntity extends BaseEntity { - - private String tableName; - private String formmainId; - private String appId; - private String status;//1、发送成功 2、发送中 3、发送失败 4、未发送 - private String msg; - - public String getTableName() { - return tableName; - } - - public void setTableName(String tableName) { - this.tableName = tableName; - } - - public String getFormmainId() { - return formmainId; - } - - public void setFormmainId(String formmainId) { - this.formmainId = formmainId; - } - - public String getAppId() { - return appId; - } - - public void setAppId(String appId) { - this.appId = appId; - } - - public String getStatus() { - return status; - } - - public void setStatus(String status) { - this.status = status; - } - - public String getMsg() { - return msg; - } - - public void setMsg(String msg) { - this.msg = msg; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeVo.java deleted file mode 100644 index dcf828ec..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDistributeVo.java +++ /dev/null @@ -1,55 +0,0 @@ -package com.hzya.frame.mdm.entity; - -public class MdmDistributeVo { - - /** - * 数据 - */ - private String formmainId; - - /** - * 应用id - */ - private String appId; - /** - * 状态 1、发送成功 2、发送中 3、发送失败 4、未发送 - */ - private String status; - /** - *描述 - */ - private String msg; - - public String getFormmainId() { - return formmainId; - } - - public void setFormmainId(String formmainId) { - this.formmainId = formmainId; - } - - public String getAppId() { - return appId; - } - - public void setAppId(String appId) { - this.appId = appId; - } - - public String getStatus() { - return status; - } - - public void setStatus(String status) { - this.status = status; - } - - public String getMsg() { - return msg; - } - - public void setMsg(String msg) { - this.msg = msg; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java deleted file mode 100644 index 762303a8..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java +++ /dev/null @@ -1,205 +0,0 @@ -package com.hzya.frame.mdm.entity; - - -import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; -import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; -import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; - -import java.util.List; - -public class MdmDto { - - //id - private String id; - //3、新增4、修改 5、查看 - private String showType; - //分页 - private Integer pageNum; - private Integer pageSize; - /** - * 显示字段 - */ - private String viewFiled; - /** - * 上级id字段 - */ - private String upIdFiled; - //主数据名称 - private String mdmName; - //主数据编码 - private Integer mdmCode; - //主数据类型 - private String mdmType; - //描述 - private String remark; - //描述 - private String[] ids; - //单据编码规则 - private List mdmTableCodeRuleEntityList; - //主数据主表 - private MdmModuleDbEntity mainMdmModuleDb; - //主数据子表 - private List sublistMdmModuleDb; - - private String tableName; - private String value; - - private String label; - private String lableValue; - - private String upId; - - - public String getLableValue() { - return lableValue; - } - - public void setLableValue(String lableValue) { - this.lableValue = lableValue; - } - - public String getValue() { - return value; - } - - public void setValue(String value) { - this.value = value; - } - - public MdmModuleDbEntity getMainMdmModuleDb() { - return mainMdmModuleDb; - } - - public void setMainMdmModuleDb(MdmModuleDbEntity mainMdmModuleDb) { - this.mainMdmModuleDb = mainMdmModuleDb; - } - - public List getSublistMdmModuleDb() { - return sublistMdmModuleDb; - } - - public void setSublistMdmModuleDb(List sublistMdmModuleDb) { - this.sublistMdmModuleDb = sublistMdmModuleDb; - } - - public String getMdmName() { - return mdmName; - } - - public void setMdmName(String mdmName) { - this.mdmName = mdmName; - } - - public Integer getMdmCode() { - return mdmCode; - } - - public void setMdmCode(Integer mdmCode) { - this.mdmCode = mdmCode; - } - - public String getMdmType() { - return mdmType; - } - - public void setMdmType(String mdmType) { - this.mdmType = mdmType; - } - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public Integer getPageNum() { - return pageNum; - } - - public void setPageNum(Integer pageNum) { - this.pageNum = pageNum; - } - - public Integer getPageSize() { - return pageSize; - } - - public void setPageSize(Integer pageSize) { - this.pageSize = pageSize; - } - - public String getRemark() { - return remark; - } - - public void setRemark(String remark) { - this.remark = remark; - } - - public String getShowType() { - return showType; - } - - public void setShowType(String showType) { - this.showType = showType; - } - - public List getMdmTableCodeRuleEntityList() { - return mdmTableCodeRuleEntityList; - } - - public void setMdmTableCodeRuleEntityList(List mdmTableCodeRuleEntityList) { - this.mdmTableCodeRuleEntityList = mdmTableCodeRuleEntityList; - } - - public String getViewFiled() { - return viewFiled; - } - - public void setViewFiled(String viewFiled) { - this.viewFiled = viewFiled; - } - - public String getUpIdFiled() { - return upIdFiled; - } - - public void setUpIdFiled(String upIdFiled) { - this.upIdFiled = upIdFiled; - } - - public String getTableName() { - return tableName; - } - - public void setTableName(String tableName) { - this.tableName = tableName; - } - - public String getLabel() { - return label; - } - - public void setLabel(String label) { - this.label = label; - } - - public String getUpId() { - return upId; - } - - public void setUpId(String upId) { - this.upId = upId; - } - - public String[] getIds() { - return ids; - } - - public void setIds(String[] ids) { - this.ids = ids; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java deleted file mode 100644 index 4386ac8c..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java +++ /dev/null @@ -1,81 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; -import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; - -import java.util.List; - -public class MdmModuleViewDto { - - //id - private String id; - //模版 - private MdmModuleViewEntity mdmModuleViewEntity; - //新增 - private List addFiled; - //修改 - private List editFiled; - //查看 - private List showFiled; - //查询 - private List queryFiled; - //列表 - private List listFiled; - - public MdmModuleViewEntity getMdmModuleViewEntity() { - return mdmModuleViewEntity; - } - - public void setMdmModuleViewEntity(MdmModuleViewEntity mdmModuleViewEntity) { - this.mdmModuleViewEntity = mdmModuleViewEntity; - } - - public List getAddFiled() { - return addFiled; - } - - public void setAddFiled(List addFiled) { - this.addFiled = addFiled; - } - - public List getEditFiled() { - return editFiled; - } - - public void setEditFiled(List editFiled) { - this.editFiled = editFiled; - } - - public List getShowFiled() { - return showFiled; - } - - public void setShowFiled(List showFiled) { - this.showFiled = showFiled; - } - - public List getQueryFiled() { - return queryFiled; - } - - public void setQueryFiled(List queryFiled) { - this.queryFiled = queryFiled; - } - - public List getListFiled() { - return listFiled; - } - - public void setListFiled(List listFiled) { - this.listFiled = listFiled; - } - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java deleted file mode 100644 index e41fc9ae..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java +++ /dev/null @@ -1,123 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; -import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; - -import java.util.List; - -public class MdmModuleViewVo { - - - //模版 - private MdmModuleViewEntity mdmModuleViewEntity; - //新增 - private List addFiled; - //修改 - private List editFiled; - //查看 - private List showFiled; - //查询 - private List queryFiled; - //列表 - private List listFiled; - - //新增 - private List dbAddFiled; - //修改 - private List dbEditFiled; - //查看 - private List dbShowFiled; - //查询 - private List dbQueryFiled; - //列表 - private List dbListFiled; - - public List getAddFiled() { - return addFiled; - } - - public void setAddFiled(List addFiled) { - this.addFiled = addFiled; - } - - public List getEditFiled() { - return editFiled; - } - - public void setEditFiled(List editFiled) { - this.editFiled = editFiled; - } - - public List getShowFiled() { - return showFiled; - } - - public void setShowFiled(List showFiled) { - this.showFiled = showFiled; - } - - public List getQueryFiled() { - return queryFiled; - } - - public void setQueryFiled(List queryFiled) { - this.queryFiled = queryFiled; - } - - public List getListFiled() { - return listFiled; - } - - public void setListFiled(List listFiled) { - this.listFiled = listFiled; - } - - public MdmModuleViewEntity getMdmModuleViewEntity() { - return mdmModuleViewEntity; - } - - public void setMdmModuleViewEntity(MdmModuleViewEntity mdmModuleViewEntity) { - this.mdmModuleViewEntity = mdmModuleViewEntity; - } - - public List getDbAddFiled() { - return dbAddFiled; - } - - public void setDbAddFiled(List dbAddFiled) { - this.dbAddFiled = dbAddFiled; - } - - public List getDbEditFiled() { - return dbEditFiled; - } - - public void setDbEditFiled(List dbEditFiled) { - this.dbEditFiled = dbEditFiled; - } - - public List getDbShowFiled() { - return dbShowFiled; - } - - public void setDbShowFiled(List dbShowFiled) { - this.dbShowFiled = dbShowFiled; - } - - public List getDbQueryFiled() { - return dbQueryFiled; - } - - public void setDbQueryFiled(List dbQueryFiled) { - this.dbQueryFiled = dbQueryFiled; - } - - public List getDbListFiled() { - return dbListFiled; - } - - public void setDbListFiled(List dbListFiled) { - this.dbListFiled = dbListFiled; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmQuery.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmQuery.java deleted file mode 100644 index bda7c895..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmQuery.java +++ /dev/null @@ -1,69 +0,0 @@ -package com.hzya.frame.mdm.entity; - - -import com.hzya.frame.sys.entity.TemplateKeyValue; - -import java.util.List; - -public class MdmQuery { - - //分页 - private Integer pageNum; - private Integer pageSize; - //表名 - private String tableName; - //查询条件 - private List queryCondition; - //返回字段 - private List returnField; - //明细表查询条件 - private List detailQueryCondition; - - public Integer getPageNum() { - return pageNum; - } - - public void setPageNum(Integer pageNum) { - this.pageNum = pageNum; - } - - public Integer getPageSize() { - return pageSize; - } - - public void setPageSize(Integer pageSize) { - this.pageSize = pageSize; - } - - public String getTableName() { - return tableName; - } - - public void setTableName(String tableName) { - this.tableName = tableName; - } - - public List getQueryCondition() { - return queryCondition; - } - - public void setQueryCondition(List queryCondition) { - this.queryCondition = queryCondition; - } - - public List getReturnField() { - return returnField; - } - - public void setReturnField(List returnField) { - this.returnField = returnField; - } - - public List getDetailQueryCondition() { - return detailQueryCondition; - } - - public void setDetailQueryCondition(List detailQueryCondition) { - this.detailQueryCondition = detailQueryCondition; - } -} diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmRoleDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmRoleDto.java deleted file mode 100644 index 1a235852..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmRoleDto.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.hzya.frame.mdm.entity; - - -import com.hzya.frame.mdm.mdmModuleRole.entity.MdmModuleRoleEntity; - -import java.util.List; - -public class MdmRoleDto { - - //id - private String id; - - - private List mdmModuleRoleEntities; - - public List getMdmModuleRoleEntities() { - return mdmModuleRoleEntities; - } - - public void setMdmModuleRoleEntities(List mdmModuleRoleEntities) { - this.mdmModuleRoleEntities = mdmModuleRoleEntities; - } - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewButtonVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewButtonVo.java deleted file mode 100644 index 4722a7b8..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewButtonVo.java +++ /dev/null @@ -1,34 +0,0 @@ -package com.hzya.frame.mdm.entity; - -public class MdmViewButtonVo { - - //按钮类型 - private String buttonType; - //按钮名 - private String buttonName; - - public String getButtonType() { - return buttonType; - } - - public void setButtonType(String buttonType) { - this.buttonType = buttonType; - } - - public String getButtonName() { - return buttonName; - } - - public void setButtonName(String buttonName) { - this.buttonName = buttonName; - } - - public MdmViewButtonVo() { - } - - public MdmViewButtonVo(String buttonType, String buttonName) { - this.buttonType = buttonType; - this.buttonName = buttonName; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewFiledVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewFiledVo.java deleted file mode 100644 index f1e25c5a..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewFiledVo.java +++ /dev/null @@ -1,114 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; -import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; -import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; - -import java.util.List; - -public class MdmViewFiledVo { - - //字段id - private String id; - //表名 - private String dbName; - //类型 1、主表 2、明细 - private String dbType; - //主数据模版ID - private String mdmId; - //模版数据库id - private String dbId; - //中文名 - private String chName; - //英文名 - private String enName; - //排序 - private Integer sorts; - /** - * 字段类型 1、BIGINT 2、DECIMAL 3、VARCHAR 4、DATETIME - */ - private String filedType; - //字段规则 - private List ruleList; - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getDbName() { - return dbName; - } - - public void setDbName(String dbName) { - this.dbName = dbName; - } - - public String getDbType() { - return dbType; - } - - public void setDbType(String dbType) { - this.dbType = dbType; - } - - public String getMdmId() { - return mdmId; - } - - public void setMdmId(String mdmId) { - this.mdmId = mdmId; - } - - public String getDbId() { - return dbId; - } - - public void setDbId(String dbId) { - this.dbId = dbId; - } - - public String getChName() { - return chName; - } - - public void setChName(String chName) { - this.chName = chName; - } - - public String getEnName() { - return enName; - } - - public void setEnName(String enName) { - this.enName = enName; - } - - public List getRuleList() { - return ruleList; - } - - public void setRuleList(List ruleList) { - this.ruleList = ruleList; - } - - public Integer getSorts() { - return sorts; - } - - public void setSorts(Integer sorts) { - this.sorts = sorts; - } - - public String getFiledType() { - return filedType; - } - - public void setFiledType(String filedType) { - this.filedType = filedType; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewVo.java deleted file mode 100644 index 25749a1b..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmViewVo.java +++ /dev/null @@ -1,73 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.fasterxml.jackson.annotation.JsonFormat; -import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; -import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; -import org.springframework.format.annotation.DateTimeFormat; - -import java.util.Date; -import java.util.List; - -public class MdmViewVo { - - private String id; - //模版信息 - private MdmModuleEntity mdmModuleEntity; - //模版展示信息 - private MdmModuleViewEntity mdmModuleViewEntity; - //查询条件 - private List queryList; - //列表 - private List listList; - //按钮 - private List buttonList; - - public List getQueryList() { - return queryList; - } - - public void setQueryList(List queryList) { - this.queryList = queryList; - } - - public List getListList() { - return listList; - } - - public void setListList(List listList) { - this.listList = listList; - } - - public List getButtonList() { - return buttonList; - } - - public void setButtonList(List buttonList) { - this.buttonList = buttonList; - } - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public MdmModuleEntity getMdmModuleEntity() { - return mdmModuleEntity; - } - - public void setMdmModuleEntity(MdmModuleEntity mdmModuleEntity) { - this.mdmModuleEntity = mdmModuleEntity; - } - - public MdmModuleViewEntity getMdmModuleViewEntity() { - return mdmModuleViewEntity; - } - - public void setMdmModuleViewEntity(MdmModuleViewEntity mdmModuleViewEntity) { - this.mdmModuleViewEntity = mdmModuleViewEntity; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmVo.java deleted file mode 100644 index a382ed00..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/entity/MdmVo.java +++ /dev/null @@ -1,122 +0,0 @@ -package com.hzya.frame.mdm.entity; - -import com.fasterxml.jackson.annotation.JsonFormat; -import org.springframework.format.annotation.DateTimeFormat; - -import java.util.Date; - -public class MdmVo { - - //id - private String id; - //主数据名称 - private String mdmName; - //主数据编码 - private String mdmCode; - //主数据类型 1、档案 2、单据 - private String mdmType; - //主数据类型 1、档案 2、单据 - private String mdmTypeName; - //描述 - private String remark; - - /** logo(地址或者id) */ - private String mdmLogo; - private String createUserId; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date createTime; - private String modifyUserId; - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") - @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private Date modifyTime; - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public String getMdmName() { - return mdmName; - } - - public void setMdmName(String mdmName) { - this.mdmName = mdmName; - } - - public String getMdmCode() { - return mdmCode; - } - - public void setMdmCode(String mdmCode) { - this.mdmCode = mdmCode; - } - - public String getMdmType() { - return mdmType; - } - - public void setMdmType(String mdmType) { - this.mdmType = mdmType; - } - - public String getRemark() { - return remark; - } - - public void setRemark(String remark) { - this.remark = remark; - } - - public String getMdmTypeName() { - return mdmTypeName; - } - - public void setMdmTypeName(String mdmTypeName) { - this.mdmTypeName = mdmTypeName; - } - - public String getCreateUserId() { - return createUserId; - } - - public void setCreateUserId(String createUserId) { - this.createUserId = createUserId; - } - - public Date getCreateTime() { - return createTime; - } - - public void setCreateTime(Date createTime) { - this.createTime = createTime; - } - - public String getModifyUserId() { - return modifyUserId; - } - - public void setModifyUserId(String modifyUserId) { - this.modifyUserId = modifyUserId; - } - - public Date getModifyTime() { - return modifyTime; - } - - public void setModifyTime(Date modifyTime) { - this.modifyTime = modifyTime; - } - - public String getMdmLogo() { - return mdmLogo; - } - - public void setMdmLogo(String mdmLogo) { - this.mdmLogo = mdmLogo; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java index 5dbd47ec..fedf6b4e 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java @@ -1,58 +1,15 @@ package com.hzya.frame.mdm.mdmModule.dao; -import com.hzya.frame.mdm.entity.MdmDataDto; -import com.hzya.frame.mdm.entity.MdmDistributeEntity; -import com.hzya.frame.mdm.entity.MdmDto; -import com.hzya.frame.mdm.entity.MdmQuery; -import com.hzya.frame.mdm.entity.MdmVo; import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.entity.FormmainDeleteDto; -import com.hzya.frame.sys.entity.ModuleDto; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import com.hzya.frame.basedao.dao.IBaseDao; /** * 主数据模版(mdm_module: table)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:25:41 + * @since 2024-05-30 16:56:53 */ public interface IMdmModuleDao extends IBaseDao { - List queryMdm(MdmDto entity); - - Integer checkTable(Map maps); - - Integer createTable(Map maps); - Integer createTableDistribute(Map maps); - Integer alterTable(Map maps); - Integer alterTableName(Map maps); - - List> queryMdmShowData(MdmQuery entity); - - Integer checkData(Map map); - - Integer updateForm(MdmDataDto mdmDataDto); - Integer saveForm(MdmDataDto mdmDataDto); - - Integer deleteTemplateById(FormmainDeleteDto formmainDeleteDto); - - List> queryDataAll(MdmDto entity); - - List> queryTemplateData(ModuleDto entity); - - HashMap queryTemplateDataOne(MdmDto entity); - - List> queryTemplateDataMore(MdmDto entity); - List> querySelectData(MdmDto entity); - - Integer deleteChilder(FormmainDeleteDto formmainDeleteDto); - - Integer saveDistribute(MdmDistributeEntity mdmDistributeEntity); - - Integer updateDistribute(MdmDistributeEntity mdmDistributeEntity); } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java index 021797ed..90a32672 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java @@ -1,36 +1,27 @@ package com.hzya.frame.mdm.mdmModule.entity; import java.util.Date; - import com.hzya.frame.web.entity.BaseEntity; - /** * 主数据模版(MdmModule)实体类 * * @author makejava - * @since 2023-10-17 15:25:42 + * @since 2024-05-30 16:56:53 */ public class MdmModuleEntity extends BaseEntity { - - - /** logo(地址或者id) */ - private String mdmLogo; - /** - * 主数据名称 - */ - private String mdmName; - /** - * 主数据编码 - */ - private Integer mdmCode; - /** - * 主数据类型 1、档案 2、单据 - */ - private String mdmType; - /** - * 描述 - */ - private String remark; + + /** 主数据名称 */ + private String mdmName; + /** logo */ + private String mdmLogo; + /** 主数据编码 */ + private Long mdmCode; + /** 主数据类型 1、档案 2、单据 */ + private String mdmType; + /** 描述 */ + private String remark; + /** 公司id */ + private String companyId; public String getMdmName() { @@ -41,11 +32,19 @@ public class MdmModuleEntity extends BaseEntity { this.mdmName = mdmName; } - public Integer getMdmCode() { + public String getMdmLogo() { + return mdmLogo; + } + + public void setMdmLogo(String mdmLogo) { + this.mdmLogo = mdmLogo; + } + + public Long getMdmCode() { return mdmCode; } - public void setMdmCode(Integer mdmCode) { + public void setMdmCode(Long mdmCode) { this.mdmCode = mdmCode; } @@ -65,12 +64,13 @@ public class MdmModuleEntity extends BaseEntity { this.remark = remark; } - public String getMdmLogo() { - return mdmLogo; + public String getCompanyId() { + return companyId; } - public void setMdmLogo(String mdmLogo) { - this.mdmLogo = mdmLogo; + public void setCompanyId(String companyId) { + this.companyId = companyId; } + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml index 1da23211..f9902171 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml @@ -2,27 +2,28 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + id ,mdm_name - ,mdm_logo - ,mdm_code + ,mdm_logo + ,mdm_code ,mdm_type ,remark ,sorts @@ -32,722 +33,224 @@ ,modify_time ,sts ,org_id + ,company_id - - - - + select + + from mdm_module + + and id = #{id} + and mdm_name = #{mdmName} + and mdm_logo = #{mdmLogo} + and mdm_code = #{mdmCode} + and mdm_type = #{mdmType} + and remark = #{remark} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - - - - + + + - + select + + from mdm_module + + and id like concat('%',#{id},'%') + and mdm_name like concat('%',#{mdmName},'%') + and mdm_logo like concat('%',#{mdmLogo},'%') + and mdm_code like concat('%',#{mdmCode},'%') + and mdm_type like concat('%',#{mdmType},'%') + and remark like concat('%',#{remark},'%') + and sorts like concat('%',#{sorts},'%') + and create_user_id like concat('%',#{create_user_id},'%') + and create_time like concat('%',#{create_time},'%') + and modify_user_id like concat('%',#{modify_user_id},'%') + and modify_time like concat('%',#{modify_time},'%') + and sts like concat('%',#{sts},'%') + and org_id like concat('%',#{org_id},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - + select + + from mdm_module + + or id = #{id} + or mdm_name = #{mdmName} + or mdm_logo = #{mdmLogo} + or mdm_code = #{mdmCode} + or mdm_type = #{mdmType} + or remark = #{remark} + or sorts = #{sorts} + or create_user_id = #{create_user_id} + or create_time = #{create_time} + or modify_user_id = #{modify_user_id} + or modify_time = #{modify_time} + or sts = #{sts} + or org_id = #{org_id} + or company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - - insert into mdm_module( - - id , - mdm_name , - mdm_logo , - mdm_code , - mdm_code , - mdm_type , - remark , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmName} , - #{mdmLogo} , - #{mdmCode} , - (SELECT IFNULL(MAX(b.mdm_code)+1,10001) AS mdmCode FROM mdm_module b ), - #{mdmType} , - #{remark} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - 'Y', - - ) - - - - insert into mdm_module(mdm_name,mdm_logo, mdm_code, mdm_type, remark, sorts, create_user_id, create_time, modify_user_id, - modify_time, sts, org_id, sts) - values - - (#{entity.mdmName},#{entity.mdmLogo},#{entity.mdmCode},#{entity.mdmType},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module(mdm_name, mdm_logo, mdm_code, mdm_type, remark, sorts, create_user_id, create_time, modify_user_id, - modify_time, sts, org_id) - values - - (#{entity.mdmName},#{entity.mdmLogo},#{entity.mdmCode},#{entity.mdmType},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_name = values(mdm_name), - mdm_logo = values(mdm_logo), - mdm_code = values(mdm_code), - mdm_type = values(mdm_type), - remark = values(remark), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module set - - mdm_name = #{mdmName}, - mdm_logo = #{mdmLogo}, - mdm_code = #{mdmCode}, - mdm_type = #{mdmType}, - remark = #{remark}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - + + + insert into mdm_module( + + id , + mdm_name , + mdm_logo , + mdm_code , + mdm_type , + remark , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sorts, + sts, + + )values( + + #{id} , + #{mdmName} , + #{mdmLogo} , + #{mdmCode} , + #{mdmType} , + #{remark} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into mdm_module(mdm_name, mdm_logo, mdm_code, mdm_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmName},#{entity.mdmLogo},#{entity.mdmCode},#{entity.mdmType},#{entity.remark},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_module(mdm_name, mdm_logo, mdm_code, mdm_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmName},#{entity.mdmLogo},#{entity.mdmCode},#{entity.mdmType},#{entity.remark},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_name = values(mdm_name), + mdm_logo = values(mdm_logo), + mdm_code = values(mdm_code), + mdm_type = values(mdm_type), + remark = values(remark), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_module set + + mdm_name = #{mdmName}, + mdm_logo = #{mdmLogo}, + mdm_code = #{mdmCode}, + mdm_type = #{mdmType}, + remark = #{remark}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + update mdm_module set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - - - update mdm_module set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_name = #{mdmName} - and mdm_logo = #{mdmLogo} - and mdm_code = #{mdmCode} - and mdm_type = #{mdmType} - and remark = #{remark} - and sorts = #{sorts} - and sts = #{sts} + + +update mdm_module set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_name = #{mdmName} + and mdm_logo = #{mdmLogo} + and mdm_code = #{mdmCode} + and mdm_type = #{mdmType} + and remark = #{remark} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} and sts='Y' - - - - + + + + delete from mdm_module where id = #{id} - - - - - - - - - - - - - - - - - - - - - - - - - - insert into ${tableName}( - - - - - ${item.filedsName}, - - - create_user_id, - modify_user_id, - - - - sorts, - create_time, - modify_time, - sts, - - document_rule, - document_rule_num, - - - )values - ( - - - - - #{item.filedsValue}, - - - #{item.filedsValue}, - #{item.filedsValue}, - - - - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ${tableName} a WHERE - a.sts = 'Y' ), - now(), - now(), - 'Y', - - ( concat(#{documentRule}, - (SELECT - IF - ( - LENGTH( (SELECT - IFNULL(MAX(b.document_rule_num),0)+1 - FROM - ${tableName} b - WHERE - DATE_FORMAT( b.create_time, '%Y-%m' ) = DATE_FORMAT( now(), '%Y-%m' )) ) <= ${documentRuleNum}, - LPAD( (SELECT - IFNULL(MAX(c.document_rule_num),0)+1 - FROM - ${tableName} c - WHERE - DATE_FORMAT( c.create_time, '%Y-%m' ) = DATE_FORMAT( now(), '%Y-%m' )), ${documentRuleNum}, '0' ), - (SELECT - IFNULL(MAX(d.document_rule_num),0)+1 - FROM - ${tableName} d - WHERE - DATE_FORMAT( d.create_time, '%Y-%m' ) = DATE_FORMAT( now(), '%Y-%m' )) - ) - ) - )), - (SELECT - IF - ( - LENGTH( (SELECT - IFNULL(MAX(e.document_rule_num),0)+1 - FROM - ${tableName} e - WHERE - DATE_FORMAT( e.create_time, '%Y-%m' ) = DATE_FORMAT( now(), '%Y-%m' )) ) <= ${documentRuleNum}, - LPAD( (SELECT - IFNULL(MAX(f.document_rule_num),0)+1 - FROM - ${tableName} f - WHERE - DATE_FORMAT( f.create_time, '%Y-%m' ) = DATE_FORMAT( now(), '%Y-%m' )), ${documentRuleNum}, '0' ), - (SELECT - IFNULL(MAX(g.document_rule_num),0)+1 - FROM - ${tableName} g - WHERE - DATE_FORMAT( g.create_time, '%Y-%m' ) = DATE_FORMAT( now(), '%Y-%m' )) - ) - ) - - - ) - - - update ${tableName} set - - - - - ${item.filedsName} = #{item.filedsValue}, - - - modify_user_id = #{item.filedsValue}, - - - - modify_time = now(), - - where id = #{id} - - - - update ${tableName} set - sts='N',modify_time = now(),modify_user_id = #{loginId} - - and id = #{id} - and formmain_id = #{formmain_id} - and sts='Y' - - - - - - update ${tableName} set - sts='N',modify_time = now(),modify_user_id = #{loginId} - - - and ${upIdFiled} like concat(#{upIdFiledValue},'%') - - and sts='Y' - - - - - - - - - - - - - - - - - - - - insert into ${tableName}( - - id , - formmain_id , - app_id , - status , - msg , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - company_id , - sts, - - )values( - - #{id} , - #{formmainId} , - #{appId} , - #{status} , - #{msg} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - #{companyId} , - 'Y', - - ) - - - - update ${tableName} set - - formmain_id = #{formmainId}, - app_id = #{appId}, - status = #{status}, - msg = #{msg}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java index 837cb3e4..a45d87ce 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java @@ -2,12 +2,11 @@ package com.hzya.frame.mdm.mdmModule.service; import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; import com.hzya.frame.basedao.service.IBaseService; - /** * 主数据模版(MdmModule)表服务接口 * * @author makejava - * @since 2023-10-17 15:25:44 + * @since 2024-05-30 16:56:54 */ -public interface IMdmModuleService extends IBaseService { +public interface IMdmModuleService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java index b82af615..cbca01ff 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java @@ -3,27 +3,24 @@ package com.hzya.frame.mdm.mdmModule.service.impl; import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; import com.hzya.frame.mdm.mdmModule.dao.IMdmModuleDao; import com.hzya.frame.mdm.mdmModule.service.IMdmModuleService; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; - import javax.annotation.Resource; - import com.hzya.frame.basedao.service.impl.BaseService; - /** * 主数据模版(MdmModule)表服务实现类 * * @author makejava - * @since 2023-10-17 15:25:44 + * @since 2024-05-30 16:56:54 */ @Service(value = "mdmModuleService") public class MdmModuleServiceImpl extends BaseService implements IMdmModuleService { - + private IMdmModuleDao mdmModuleDao; - + @Autowired - public void setMdmModuleDao(IMdmModuleDao dao) { - this.mdmModuleDao = dao; - this.dao = dao; - } + public void setMdmModuleDao(IMdmModuleDao dao) { + this.mdmModuleDao = dao; + this.dao = dao; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java index b2a48a17..c756aa73 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java @@ -1,29 +1,15 @@ package com.hzya.frame.mdm.mdmModuleDb.dao; -import com.hzya.frame.mdm.entity.MdmDistributeVo; -import com.hzya.frame.mdm.entity.MdmDto; import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; -import com.hzya.frame.basedao.dao.IBaseDao; -import com.hzya.frame.sys.entity.ModuleDto; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; +import com.hzya.frame.basedao.dao.IBaseDao; /** * 模版数据库表(mdm_module_db: table)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:26:49 + * @since 2024-05-30 16:58:05 */ public interface IMdmModuleDbDao extends IBaseDao { - HashMap getServiceDataById(Map queryData); - - List> getServiceByFormmainId(Map queryData); - List> getServiceByDistributeId(Map queryData); - List getServiceByDistributeIdNoCase(Map queryData); - - } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java index 76eeaf7e..d16293ca 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java @@ -1,51 +1,17 @@ package com.hzya.frame.mdm.mdmModuleDb.dao.impl; -import com.hzya.frame.mdm.entity.MdmDistributeVo; -import com.hzya.frame.mdm.entity.MdmDto; import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; import com.hzya.frame.mdm.mdmModuleDb.dao.IMdmModuleDbDao; -import com.hzya.frame.sys.entity.ModuleDto; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; - /** * 模版数据库表(MdmModuleDb)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:26:49 + * @since 2024-05-30 16:58:05 */ @Repository(value = "MdmModuleDbDaoImpl") -public class MdmModuleDbDaoImpl extends MybatisGenericDao implements IMdmModuleDbDao { - - @Override - public HashMap getServiceDataById(Map maps) { - HashMap o = (HashMap) super.selectOne(getSqlIdPrifx() + "getServiceDataById", maps); - return o; - - } - - @Override - public List> getServiceByFormmainId(Map maps) { - List> o = (List>) super.selectList(getSqlIdPrifx() + "getServiceByFormmainId", maps); - return o; - - } - @Override - public List> getServiceByDistributeId(Map maps) { - List> o = (List>) super.selectList(getSqlIdPrifx() + "getServiceByDistributeId", maps); - return o; - - } - @Override - public List getServiceByDistributeIdNoCase(Map maps) { - List o = (List) super.selectList(getSqlIdPrifx() + "getServiceByDistributeIdNoCase", maps); - return o; - - } - +public class MdmModuleDbDaoImpl extends MybatisGenericDao implements IMdmModuleDbDao{ + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java index 9d50b509..22a7acfe 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java @@ -1,38 +1,26 @@ package com.hzya.frame.mdm.mdmModuleDb.entity; import java.util.Date; -import java.util.List; - -import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; import com.hzya.frame.web.entity.BaseEntity; - /** * 模版数据库表(MdmModuleDb)实体类 * * @author makejava - * @since 2023-10-17 15:26:49 + * @since 2024-05-30 16:58:05 */ public class MdmModuleDbEntity extends BaseEntity { + + /** 主数据模版ID */ + private String mdmId; + /** 表名 */ + private String dbName; + /** 类型 1、主表 2、明细 3、操作日志 4、下发日志 */ + private String dbType; + /** 备注 */ + private String remark; + /** 公司id */ + private String companyId; - /** - * 主数据模版ID - */ - private String mdmId; - /** - * 表名 - */ - private String dbName; - /** - * 类型 1、主表 2、明细 - */ - private String dbType; - /** - * 备注 - */ - private String remark; - - //主数据子表字段 - private List sublistMdmModuleDbFileds; public String getMdmId() { return mdmId; @@ -66,12 +54,13 @@ public class MdmModuleDbEntity extends BaseEntity { this.remark = remark; } - public List getSublistMdmModuleDbFileds() { - return sublistMdmModuleDbFileds; + public String getCompanyId() { + return companyId; } - public void setSublistMdmModuleDbFileds(List sublistMdmModuleDbFileds) { - this.sublistMdmModuleDbFileds = sublistMdmModuleDbFileds; + public void setCompanyId(String companyId) { + this.companyId = companyId; } + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml index f6e61edf..09204cac 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml @@ -2,22 +2,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + id ,mdm_id ,db_name @@ -30,293 +31,215 @@ ,modify_time ,sts ,org_id + ,company_id - - + select + + from mdm_module_db + + and id = #{id} + and mdm_id = #{mdmId} + and db_name = #{dbName} + and db_type = #{dbType} + and remark = #{remark} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - - - - + + + - + select + + from mdm_module_db + + and id like concat('%',#{id},'%') + and mdm_id like concat('%',#{mdmId},'%') + and db_name like concat('%',#{dbName},'%') + and db_type like concat('%',#{dbType},'%') + and remark like concat('%',#{remark},'%') + and sorts like concat('%',#{sorts},'%') + and create_user_id like concat('%',#{create_user_id},'%') + and create_time like concat('%',#{create_time},'%') + and modify_user_id like concat('%',#{modify_user_id},'%') + and modify_time like concat('%',#{modify_time},'%') + and sts like concat('%',#{sts},'%') + and org_id like concat('%',#{org_id},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - + select + + from mdm_module_db + + or id = #{id} + or mdm_id = #{mdmId} + or db_name = #{dbName} + or db_type = #{dbType} + or remark = #{remark} + or sorts = #{sorts} + or create_user_id = #{create_user_id} + or create_time = #{create_time} + or modify_user_id = #{modify_user_id} + or modify_time = #{modify_time} + or sts = #{sts} + or org_id = #{org_id} + or company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - - insert into mdm_module_db( - - id , - mdm_id , - db_name , - db_type , - remark , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmId} , - #{dbName} , - #{dbType} , - #{remark} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_db(mdm_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, - modify_time, sts, org_id, sts) - values - - (#{entity.mdmId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_db(mdm_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, - modify_time, sts, org_id) - values - - (#{entity.mdmId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_id = values(mdm_id), - db_name = values(db_name), - db_type = values(db_type), - remark = values(remark), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_db set - - mdm_id = #{mdmId}, - db_name = #{dbName}, - db_type = #{dbType}, - remark = #{remark}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - + + + insert into mdm_module_db( + + id , + mdm_id , + db_name , + db_type , + remark , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sorts, + sts, + + )values( + + #{id} , + #{mdmId} , + #{dbName} , + #{dbType} , + #{remark} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into mdm_module_db(mdm_id, db_name, db_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_module_db(mdm_id, db_name, db_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_id = values(mdm_id), + db_name = values(db_name), + db_type = values(db_type), + remark = values(remark), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_module_db set + + mdm_id = #{mdmId}, + db_name = #{dbName}, + db_type = #{dbType}, + remark = #{remark}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + update mdm_module_db set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - - - update mdm_module_db set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and db_name = #{dbName} - and db_type = #{dbType} - and remark = #{remark} - and sorts = #{sorts} - and sts = #{sts} + + +update mdm_module_db set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_id = #{mdmId} + and db_name = #{dbName} + and db_type = #{dbType} + and remark = #{remark} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} and sts='Y' - - - - + + + + delete from mdm_module_db where id = #{id} - - - - - - - - - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java index c041826d..f1bfc14b 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java @@ -2,12 +2,11 @@ package com.hzya.frame.mdm.mdmModuleDb.service; import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; import com.hzya.frame.basedao.service.IBaseService; - /** * 模版数据库表(MdmModuleDb)表服务接口 * * @author makejava - * @since 2023-10-17 15:26:51 + * @since 2024-05-30 16:58:05 */ -public interface IMdmModuleDbService extends IBaseService { +public interface IMdmModuleDbService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java index b017b6a0..0af82f65 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java @@ -3,27 +3,24 @@ package com.hzya.frame.mdm.mdmModuleDb.service.impl; import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; import com.hzya.frame.mdm.mdmModuleDb.dao.IMdmModuleDbDao; import com.hzya.frame.mdm.mdmModuleDb.service.IMdmModuleDbService; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; - import javax.annotation.Resource; - import com.hzya.frame.basedao.service.impl.BaseService; - /** * 模版数据库表(MdmModuleDb)表服务实现类 * * @author makejava - * @since 2023-10-17 15:26:51 + * @since 2024-05-30 16:58:05 */ @Service(value = "mdmModuleDbService") public class MdmModuleDbServiceImpl extends BaseService implements IMdmModuleDbService { - + private IMdmModuleDbDao mdmModuleDbDao; - + @Autowired - public void setMdmModuleDbDao(IMdmModuleDbDao dao) { - this.mdmModuleDbDao = dao; - this.dao = dao; - } + public void setMdmModuleDbDao(IMdmModuleDbDao dao) { + this.mdmModuleDbDao = dao; + this.dao = dao; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java index 174e6a09..85ae9c76 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java @@ -1,13 +1,13 @@ package com.hzya.frame.mdm.mdmModuleDbFileds.dao; import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; -import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.basedao.dao.IBaseDao; /** * 模版数据库字段表(mdm_module_db_fileds: table)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:28:06 + * @since 2024-05-30 16:59:05 */ public interface IMdmModuleDbFiledsDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java index 362f1f76..42497b13 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java @@ -4,15 +4,14 @@ import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; import com.hzya.frame.mdm.mdmModuleDbFileds.dao.IMdmModuleDbFiledsDao; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; - /** * 模版数据库字段表(MdmModuleDbFileds)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:28:07 + * @since 2024-05-30 16:59:05 */ @Repository(value = "MdmModuleDbFiledsDaoImpl") -public class MdmModuleDbFiledsDaoImpl extends MybatisGenericDao implements IMdmModuleDbFiledsDao { - +public class MdmModuleDbFiledsDaoImpl extends MybatisGenericDao implements IMdmModuleDbFiledsDao{ + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java index 998924ea..3dfe1ee5 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java @@ -1,61 +1,42 @@ package com.hzya.frame.mdm.mdmModuleDbFileds.entity; import java.util.Date; -import java.util.List; - -import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; import com.hzya.frame.web.entity.BaseEntity; - /** * 模版数据库字段表(MdmModuleDbFileds)实体类 * * @author makejava - * @since 2023-10-17 15:28:07 + * @since 2024-05-30 16:59:05 */ public class MdmModuleDbFiledsEntity extends BaseEntity { + + /** 主数据模版ID */ + private String mdmId; + /** 模版数据库id */ + private String dbId; + /** 中文名 */ + private String chName; + /** 英文名 */ + private String enName; + /** 字段类型 1、BIGINT 2、DECIMAL 3、VARCHAR 4、DATETIME */ + private String filedType; + /** 显示类型:新增 */ + private String addType; + /** 显示类型:修改 */ + private String updateType; + /** 显示类型:查看 */ + private String showType; + /** 显示类型:查询 */ + private String queryType; + /** 显示类型:列表 */ + private String listType; + /** 显示类型:显示 */ + private String viewType; + /** 长度 */ + private String filedLength; + /** 公司id */ + private String companyId; - /** - * 主数据模版ID - */ - private String mdmId; - /** - * 模版数据库id - */ - private String dbId; - /** - * 中文名 - */ - private String chName; - /** - * 英文名 - */ - private String enName; - /** - * 字段类型 1、BIGINT 2、DECIMAL 3、VARCHAR 4、DATETIME - */ - private String filedType; - /** - * 长度 - */ - private String filedLength; - /** - * roletype - */ - private String roletype; - /** - * roletype - */ - private String roleValue; - //字段规则 - private List mdmModuleDbFiledsRules; - - public List getMdmModuleDbFiledsRules() { - return mdmModuleDbFiledsRules; - } - - public void setMdmModuleDbFiledsRules(List mdmModuleDbFiledsRules) { - this.mdmModuleDbFiledsRules = mdmModuleDbFiledsRules; - } public String getMdmId() { return mdmId; @@ -97,6 +78,54 @@ public class MdmModuleDbFiledsEntity extends BaseEntity { this.filedType = filedType; } + public String getAddType() { + return addType; + } + + public void setAddType(String addType) { + this.addType = addType; + } + + public String getUpdateType() { + return updateType; + } + + public void setUpdateType(String updateType) { + this.updateType = updateType; + } + + public String getShowType() { + return showType; + } + + public void setShowType(String showType) { + this.showType = showType; + } + + public String getQueryType() { + return queryType; + } + + public void setQueryType(String queryType) { + this.queryType = queryType; + } + + public String getListType() { + return listType; + } + + public void setListType(String listType) { + this.listType = listType; + } + + public String getViewType() { + return viewType; + } + + public void setViewType(String viewType) { + this.viewType = viewType; + } + public String getFiledLength() { return filedLength; } @@ -105,20 +134,13 @@ public class MdmModuleDbFiledsEntity extends BaseEntity { this.filedLength = filedLength; } - public String getRoletype() { - return roletype; + public String getCompanyId() { + return companyId; } - public void setRoletype(String roletype) { - this.roletype = roletype; + public void setCompanyId(String companyId) { + this.companyId = companyId; } - public String getRoleValue() { - return roleValue; - } - - public void setRoleValue(String roleValue) { - this.roleValue = roleValue; - } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml index 80a7af17..5cfc68c1 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml @@ -2,31 +2,43 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - + id ,mdm_id ,db_id ,ch_name ,en_name ,filed_type + ,add_type + ,update_type + ,show_type + ,query_type + ,list_type + ,view_type ,filed_length ,sorts ,create_user_id @@ -35,245 +47,285 @@ ,modify_time ,sts ,org_id + ,company_id - - + select + + from mdm_module_db_fileds + + and id = #{id} + and mdm_id = #{mdmId} + and db_id = #{dbId} + and ch_name = #{chName} + and en_name = #{enName} + and filed_type = #{filedType} + and add_type = #{addType} + and update_type = #{updateType} + and show_type = #{showType} + and query_type = #{queryType} + and list_type = #{listType} + and view_type = #{viewType} + and filed_length = #{filedLength} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - - - - + + + - + select + + from mdm_module_db_fileds + + and id like concat('%',#{id},'%') + and mdm_id like concat('%',#{mdmId},'%') + and db_id like concat('%',#{dbId},'%') + and ch_name like concat('%',#{chName},'%') + and en_name like concat('%',#{enName},'%') + and filed_type like concat('%',#{filedType},'%') + and add_type like concat('%',#{addType},'%') + and update_type like concat('%',#{updateType},'%') + and show_type like concat('%',#{showType},'%') + and query_type like concat('%',#{queryType},'%') + and list_type like concat('%',#{listType},'%') + and view_type like concat('%',#{viewType},'%') + and filed_length like concat('%',#{filedLength},'%') + and sorts like concat('%',#{sorts},'%') + and create_user_id like concat('%',#{create_user_id},'%') + and create_time like concat('%',#{create_time},'%') + and modify_user_id like concat('%',#{modify_user_id},'%') + and modify_time like concat('%',#{modify_time},'%') + and sts like concat('%',#{sts},'%') + and org_id like concat('%',#{org_id},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - + select + + from mdm_module_db_fileds + + or id = #{id} + or mdm_id = #{mdmId} + or db_id = #{dbId} + or ch_name = #{chName} + or en_name = #{enName} + or filed_type = #{filedType} + or add_type = #{addType} + or update_type = #{updateType} + or show_type = #{showType} + or query_type = #{queryType} + or list_type = #{listType} + or view_type = #{viewType} + or filed_length = #{filedLength} + or sorts = #{sorts} + or create_user_id = #{create_user_id} + or create_time = #{create_time} + or modify_user_id = #{modify_user_id} + or modify_time = #{modify_time} + or sts = #{sts} + or org_id = #{org_id} + or company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - - insert into mdm_module_db_fileds( - - id , - mdm_id , - db_id , - ch_name , - en_name , - filed_type , - filed_length , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmId} , - #{dbId} , - #{chName} , - #{enName} , - #{filedType} , - #{filedLength} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, filed_length, sorts, - create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.mdmId},#{entity.dbId},#{entity.chName},#{entity.enName},#{entity.filedType},#{entity.filedLength},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, filed_length, sorts, - create_user_id, create_time, modify_user_id, modify_time, sts, org_id) - values - - (#{entity.mdmId},#{entity.dbId},#{entity.chName},#{entity.enName},#{entity.filedType},#{entity.filedLength},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_id = values(mdm_id), - db_id = values(db_id), - ch_name = values(ch_name), - en_name = values(en_name), - filed_type = values(filed_type), - filed_length = values(filed_length), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_db_fileds set - - mdm_id = #{mdmId}, - db_id = #{dbId}, - ch_name = #{chName}, - en_name = #{enName}, - filed_type = #{filedType}, - filed_length = #{filedLength}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - + + + insert into mdm_module_db_fileds( + + id , + mdm_id , + db_id , + ch_name , + en_name , + filed_type , + add_type , + update_type , + show_type , + query_type , + list_type , + view_type , + filed_length , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sorts, + sts, + + )values( + + #{id} , + #{mdmId} , + #{dbId} , + #{chName} , + #{enName} , + #{filedType} , + #{addType} , + #{updateType} , + #{showType} , + #{queryType} , + #{listType} , + #{viewType} , + #{filedLength} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db_fileds a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, add_type, update_type, show_type, query_type, list_type, view_type, filed_length, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmId},#{entity.dbId},#{entity.chName},#{entity.enName},#{entity.filedType},#{entity.addType},#{entity.updateType},#{entity.showType},#{entity.queryType},#{entity.listType},#{entity.viewType},#{entity.filedLength},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, add_type, update_type, show_type, query_type, list_type, view_type, filed_length, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmId},#{entity.dbId},#{entity.chName},#{entity.enName},#{entity.filedType},#{entity.addType},#{entity.updateType},#{entity.showType},#{entity.queryType},#{entity.listType},#{entity.viewType},#{entity.filedLength},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_id = values(mdm_id), + db_id = values(db_id), + ch_name = values(ch_name), + en_name = values(en_name), + filed_type = values(filed_type), + add_type = values(add_type), + update_type = values(update_type), + show_type = values(show_type), + query_type = values(query_type), + list_type = values(list_type), + view_type = values(view_type), + filed_length = values(filed_length), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_module_db_fileds set + + mdm_id = #{mdmId}, + db_id = #{dbId}, + ch_name = #{chName}, + en_name = #{enName}, + filed_type = #{filedType}, + add_type = #{addType}, + update_type = #{updateType}, + show_type = #{showType}, + query_type = #{queryType}, + list_type = #{listType}, + view_type = #{viewType}, + filed_length = #{filedLength}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + update mdm_module_db_fileds set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - - - update mdm_module_db_fileds set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and db_id = #{dbId} - and ch_name = #{chName} - and en_name = #{enName} - and filed_type = #{filedType} - and filed_length = #{filedLength} - and sorts = #{sorts} - and sts = #{sts} + + +update mdm_module_db_fileds set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_id = #{mdmId} + and db_id = #{dbId} + and ch_name = #{chName} + and en_name = #{enName} + and filed_type = #{filedType} + and add_type = #{addType} + and update_type = #{updateType} + and show_type = #{showType} + and query_type = #{queryType} + and list_type = #{listType} + and view_type = #{viewType} + and filed_length = #{filedLength} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} and sts='Y' - - - - + + + + delete from mdm_module_db_fileds where id = #{id} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java index 78f21fbb..c4a0378a 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java @@ -2,12 +2,11 @@ package com.hzya.frame.mdm.mdmModuleDbFileds.service; import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; import com.hzya.frame.basedao.service.IBaseService; - /** * 模版数据库字段表(MdmModuleDbFileds)表服务接口 * * @author makejava - * @since 2023-10-17 15:28:09 + * @since 2024-05-30 16:59:05 */ -public interface IMdmModuleDbFiledsService extends IBaseService { +public interface IMdmModuleDbFiledsService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java index 016eea5e..585ecffc 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java @@ -3,27 +3,24 @@ package com.hzya.frame.mdm.mdmModuleDbFileds.service.impl; import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; import com.hzya.frame.mdm.mdmModuleDbFileds.dao.IMdmModuleDbFiledsDao; import com.hzya.frame.mdm.mdmModuleDbFileds.service.IMdmModuleDbFiledsService; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; - import javax.annotation.Resource; - import com.hzya.frame.basedao.service.impl.BaseService; - /** * 模版数据库字段表(MdmModuleDbFileds)表服务实现类 * * @author makejava - * @since 2023-10-17 15:28:09 + * @since 2024-05-30 16:59:05 */ @Service(value = "mdmModuleDbFiledsService") public class MdmModuleDbFiledsServiceImpl extends BaseService implements IMdmModuleDbFiledsService { - + private IMdmModuleDbFiledsDao mdmModuleDbFiledsDao; - + @Autowired - public void setMdmModuleDbFiledsDao(IMdmModuleDbFiledsDao dao) { - this.mdmModuleDbFiledsDao = dao; - this.dao = dao; - } + public void setMdmModuleDbFiledsDao(IMdmModuleDbFiledsDao dao) { + this.mdmModuleDbFiledsDao = dao; + this.dao = dao; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java index 7b81046f..cae56910 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 模版数据库字段规则表(mdm_module_db_fileds_rule: table)表数据库访问层 * * @author makejava - * @since 2023-11-04 11:16:44 + * @since 2024-05-30 16:59:59 */ public interface IMdmModuleDbFiledsRuleDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java index 1a0d4f6b..43cb75a6 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 模版数据库字段规则表(MdmModuleDbFiledsRule)表数据库访问层 * * @author makejava - * @since 2023-11-04 11:16:44 + * @since 2024-05-30 16:59:59 */ @Repository(value = "MdmModuleDbFiledsRuleDaoImpl") public class MdmModuleDbFiledsRuleDaoImpl extends MybatisGenericDao implements IMdmModuleDbFiledsRuleDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java index 8d71cc18..2e30e449 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 模版数据库字段规则表(MdmModuleDbFiledsRule)实体类 * * @author makejava - * @since 2023-11-04 11:16:44 + * @since 2024-05-30 16:59:59 */ public class MdmModuleDbFiledsRuleEntity extends BaseEntity { @@ -26,6 +26,8 @@ public class MdmModuleDbFiledsRuleEntity extends BaseEntity { private String ruleValue; /** 规则类型1、表单属性 2、控件属性 */ private String ruleType; + /** 公司id */ + private String companyId; public String getMdmId() { @@ -92,5 +94,13 @@ public class MdmModuleDbFiledsRuleEntity extends BaseEntity { this.ruleType = ruleType; } + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml index 81a375a2..94ea0aa7 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml @@ -19,6 +19,7 @@ + @@ -38,6 +39,7 @@ ,modify_time ,sts ,org_id + ,company_id - + insert into mdm_module_db_fileds_rule( id , @@ -169,6 +175,8 @@ modify_time , sts , org_id , + company_id , + sorts, sts, )values( @@ -189,24 +197,26 @@ #{modify_time} , #{sts} , #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db_fileds_rule a WHERE a.sts = 'Y' ), 'Y', ) - - insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) + + insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values - (#{entity.mdmId},#{entity.formName},#{entity.dbId},#{entity.filedId},#{entity.ruleName},#{entity.ruleCode},#{entity.ruleValue},#{entity.ruleType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, 'Y') + (#{entity.mdmId},#{entity.formName},#{entity.dbId},#{entity.filedId},#{entity.ruleName},#{entity.ruleCode},#{entity.ruleValue},#{entity.ruleType},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') - - insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) + + insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values - (#{entity.mdmId},#{entity.formName},#{entity.dbId},#{entity.filedId},#{entity.ruleName},#{entity.ruleCode},#{entity.ruleValue},#{entity.ruleType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) + (#{entity.mdmId},#{entity.formName},#{entity.dbId},#{entity.filedId},#{entity.ruleName},#{entity.ruleCode},#{entity.ruleValue},#{entity.ruleType},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) on duplicate key update mdm_id = values(mdm_id), @@ -217,13 +227,13 @@ rule_code = values(rule_code), rule_value = values(rule_value), rule_type = values(rule_type), - sorts = values(sorts), create_user_id = values(create_user_id), create_time = values(create_time), modify_user_id = values(modify_user_id), modify_time = values(modify_time), sts = values(sts), - org_id = values(org_id) + org_id = values(org_id), + company_id = values(company_id) update mdm_module_db_fileds_rule set @@ -236,14 +246,14 @@ update mdm_module_db_fileds_rule set rule_code = #{ruleCode}, rule_value = #{ruleValue}, rule_type = #{ruleType}, - sorts = #{sorts}, create_user_id = #{create_user_id}, create_time = #{create_time}, modify_user_id = #{modify_user_id}, modify_time = #{modify_time}, sts = #{sts}, org_id = #{org_id}, - + company_id = #{companyId}, + where id = #{id} @@ -266,7 +276,8 @@ update mdm_module_db_fileds_rule set sts= 'N' ,modify_time = #{modify_time},mod and rule_type = #{ruleType} and sorts = #{sorts} and sts = #{sts} - and sts='Y' + and company_id = #{companyId} + and sts='Y' diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java index b679d0d3..26d2b517 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 模版数据库字段规则表(MdmModuleDbFiledsRule)表服务接口 * * @author makejava - * @since 2023-11-04 11:16:44 + * @since 2024-05-30 16:59:59 */ public interface IMdmModuleDbFiledsRuleService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java index 941a5171..ba897603 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 模版数据库字段规则表(MdmModuleDbFiledsRule)表服务实现类 * * @author makejava - * @since 2023-11-04 11:16:44 + * @since 2024-05-30 16:59:59 */ @Service(value = "mdmModuleDbFiledsRuleService") public class MdmModuleDbFiledsRuleServiceImpl extends BaseService implements IMdmModuleDbFiledsRuleService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/IMdmModuleDbFiledsRuleFilesDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/IMdmModuleDbFiledsRuleFilesDao.java deleted file mode 100644 index 8335ffae..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/IMdmModuleDbFiledsRuleFilesDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.dao; - -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity.MdmModuleDbFiledsRuleFilesEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 模版数据库字段规则档案表(mdm_module_db_fileds_rule_files: table)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:30:12 - */ -public interface IMdmModuleDbFiledsRuleFilesDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/impl/MdmModuleDbFiledsRuleFilesDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/impl/MdmModuleDbFiledsRuleFilesDaoImpl.java deleted file mode 100644 index f5f0d497..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/dao/impl/MdmModuleDbFiledsRuleFilesDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.dao.impl; - -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity.MdmModuleDbFiledsRuleFilesEntity; -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.dao.IMdmModuleDbFiledsRuleFilesDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; - -/** - * 模版数据库字段规则档案表(MdmModuleDbFiledsRuleFiles)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:30:12 - */ -@Repository(value = "MdmModuleDbFiledsRuleFilesDaoImpl") -public class MdmModuleDbFiledsRuleFilesDaoImpl extends MybatisGenericDao implements IMdmModuleDbFiledsRuleFilesDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.java deleted file mode 100644 index 7f9bf614..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.java +++ /dev/null @@ -1,66 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity; - -import java.util.Date; - -import com.hzya.frame.web.entity.BaseEntity; - -/** - * 模版数据库字段规则档案表(MdmModuleDbFiledsRuleFiles)实体类 - * - * @author makejava - * @since 2023-10-17 15:30:13 - */ -public class MdmModuleDbFiledsRuleFilesEntity extends BaseEntity { - - /** - * 规则名称 - */ - private String ruleName; - /** - * 规则编码 - */ - private String ruleCode; - /** - * 规则类型 1、表单属性 2、控件属性 - */ - private String ruleType; - /** - * 规则值 - */ - private String ruleValue; - - - public String getRuleName() { - return ruleName; - } - - public void setRuleName(String ruleName) { - this.ruleName = ruleName; - } - - public String getRuleCode() { - return ruleCode; - } - - public void setRuleCode(String ruleCode) { - this.ruleCode = ruleCode; - } - - public String getRuleType() { - return ruleType; - } - - public void setRuleType(String ruleType) { - this.ruleType = ruleType; - } - - public String getRuleValue() { - return ruleValue; - } - - public void setRuleValue(String ruleValue) { - this.ruleValue = ruleValue; - } - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml deleted file mode 100644 index cdcf8eec..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/entity/MdmModuleDbFiledsRuleFilesEntity.xml +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - id - ,rule_name - ,rule_code - ,rule_type - ,rule_value - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - - - - - - - - - - - - - - - - insert into mdm_module_db_fileds_rule_files( - - id , - rule_name , - rule_code , - rule_type , - rule_value , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{ruleName} , - #{ruleCode} , - #{ruleType} , - #{ruleValue} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_db_fileds_rule_files(rule_name, rule_code, rule_type, rule_value, sorts, create_user_id, - create_time, modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.ruleName},#{entity.ruleCode},#{entity.ruleType},#{entity.ruleValue},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_db_fileds_rule_files(rule_name, rule_code, rule_type, rule_value, sorts, create_user_id, - create_time, modify_user_id, modify_time, sts, org_id) - values - - (#{entity.ruleName},#{entity.ruleCode},#{entity.ruleType},#{entity.ruleValue},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - rule_name = values(rule_name), - rule_code = values(rule_code), - rule_type = values(rule_type), - rule_value = values(rule_value), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_db_fileds_rule_files set - - rule_name = #{ruleName}, - rule_code = #{ruleCode}, - rule_type = #{ruleType}, - rule_value = #{ruleValue}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - -update mdm_module_db_fileds_rule_files set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} -where id = #{id} - - - - update mdm_module_db_fileds_rule_files set sts= 'N' ,modify_time = #{modify_time},modify_user_id = - #{modify_user_id} - - and id = #{id} - and rule_name = #{ruleName} - and rule_code = #{ruleCode} - and rule_type = #{ruleType} - and rule_value = #{ruleValue} - and sorts = #{sorts} - and sts = #{sts} - and sts='Y' - - - - - delete from mdm_module_db_fileds_rule_files where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/IMdmModuleDbFiledsRuleFilesService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/IMdmModuleDbFiledsRuleFilesService.java deleted file mode 100644 index 75e81394..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/IMdmModuleDbFiledsRuleFilesService.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.service; - -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity.MdmModuleDbFiledsRuleFilesEntity; -import com.hzya.frame.basedao.service.IBaseService; - -/** - * 模版数据库字段规则档案表(MdmModuleDbFiledsRuleFiles)表服务接口 - * - * @author makejava - * @since 2023-10-17 15:30:14 - */ -public interface IMdmModuleDbFiledsRuleFilesService extends IBaseService { -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/impl/MdmModuleDbFiledsRuleFilesServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/impl/MdmModuleDbFiledsRuleFilesServiceImpl.java deleted file mode 100644 index c056dd51..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRuleFiles/service/impl/MdmModuleDbFiledsRuleFilesServiceImpl.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.service.impl; - -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity.MdmModuleDbFiledsRuleFilesEntity; -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.dao.IMdmModuleDbFiledsRuleFilesDao; -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.service.IMdmModuleDbFiledsRuleFilesService; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; - -import javax.annotation.Resource; - -import com.hzya.frame.basedao.service.impl.BaseService; - -/** - * 模版数据库字段规则档案表(MdmModuleDbFiledsRuleFiles)表服务实现类 - * - * @author makejava - * @since 2023-10-17 15:30:15 - */ -@Service(value = "mdmModuleDbFiledsRuleFilesService") -public class MdmModuleDbFiledsRuleFilesServiceImpl extends BaseService implements IMdmModuleDbFiledsRuleFilesService { - - private IMdmModuleDbFiledsRuleFilesDao mdmModuleDbFiledsRuleFilesDao; - - @Autowired - public void setMdmModuleDbFiledsRuleFilesDao(IMdmModuleDbFiledsRuleFilesDao dao) { - this.mdmModuleDbFiledsRuleFilesDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java index 1bb97fe8..db9d3be5 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 主数据功能应用分发表(mdm_module_distribute: table)表数据库访问层 * * @author makejava - * @since 2023-11-06 15:27:41 + * @since 2024-05-30 17:02:43 */ public interface IMdmModuleDistributeDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java index e4070581..3b91fabb 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 主数据功能应用分发表(MdmModuleDistribute)表数据库访问层 * * @author makejava - * @since 2023-11-06 15:27:42 + * @since 2024-05-30 17:02:43 */ @Repository(value = "MdmModuleDistributeDaoImpl") public class MdmModuleDistributeDaoImpl extends MybatisGenericDao implements IMdmModuleDistributeDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java index d65a44eb..542d0b27 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java @@ -1,15 +1,12 @@ package com.hzya.frame.mdm.mdmModuleDistribute.entity; import java.util.Date; -import java.util.List; - -import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; import com.hzya.frame.web.entity.BaseEntity; /** * 主数据功能应用分发表(MdmModuleDistribute)实体类 * * @author makejava - * @since 2023-11-06 15:27:42 + * @since 2024-05-30 17:02:43 */ public class MdmModuleDistributeEntity extends BaseEntity { @@ -17,36 +14,17 @@ public class MdmModuleDistributeEntity extends BaseEntity { private String mdmId; /** 应用id */ private String appId; + /** 修改接口 */ + private String updateApi; /** 新增接口 */ private String addApi; /** 删除接口 */ private String deleteApi; - /** 新增使用类型 */ - private String addType; - /** 删除使用类型 */ - private String deleteType; - /** 新增插件 */ - private String addPlug; - /** 删除插件 */ - private String deletePlug; - private List addList; - private List deleteList; + /** 启用停用 0、停用1、启用 */ + private String enabledState; + /** 公司id */ + private String companyId; - public List getAddList() { - return addList; - } - - public void setAddList(List addList) { - this.addList = addList; - } - - public List getDeleteList() { - return deleteList; - } - - public void setDeleteList(List deleteList) { - this.deleteList = deleteList; - } public String getMdmId() { return mdmId; @@ -64,6 +42,14 @@ public class MdmModuleDistributeEntity extends BaseEntity { this.appId = appId; } + public String getUpdateApi() { + return updateApi; + } + + public void setUpdateApi(String updateApi) { + this.updateApi = updateApi; + } + public String getAddApi() { return addApi; } @@ -80,36 +66,20 @@ public class MdmModuleDistributeEntity extends BaseEntity { this.deleteApi = deleteApi; } - public String getAddType() { - return addType; + public String getEnabledState() { + return enabledState; } - public void setAddType(String addType) { - this.addType = addType; + public void setEnabledState(String enabledState) { + this.enabledState = enabledState; } - public String getDeleteType() { - return deleteType; + public String getCompanyId() { + return companyId; } - public void setDeleteType(String deleteType) { - this.deleteType = deleteType; - } - - public String getAddPlug() { - return addPlug; - } - - public void setAddPlug(String addPlug) { - this.addPlug = addPlug; - } - - public String getDeletePlug() { - return deletePlug; - } - - public void setDeletePlug(String deletePlug) { - this.deletePlug = deletePlug; + public void setCompanyId(String companyId) { + this.companyId = companyId; } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml index 24b315ff..2690bdf6 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml @@ -6,10 +6,10 @@ + - - + @@ -17,18 +17,17 @@ - - + id ,mdm_id ,app_id + ,update_api ,add_api ,delete_api - ,add_type - ,delete_type + ,enabled_state ,sorts ,create_user_id ,create_time @@ -36,8 +35,7 @@ ,modify_time ,sts ,org_id - ,add_plug - ,delete_plug + ,company_id - + insert into mdm_module_distribute( id , mdm_id , app_id , + update_api , add_api , delete_api , - add_type , - delete_type , + enabled_state , sorts , create_user_id , create_time , @@ -167,8 +161,8 @@ modify_time , sts , org_id , - add_plug , - delete_plug , + company_id , + sorts, sts, )values( @@ -176,10 +170,10 @@ #{id} , #{mdmId} , #{appId} , + #{updateApi} , #{addApi} , #{deleteApi} , - #{addType} , - #{deleteType} , + #{enabledState} , #{sorts} , #{create_user_id} , #{create_time} , @@ -187,62 +181,58 @@ #{modify_time} , #{sts} , #{org_id} , - #{addPlug} , - #{deletePlug} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute a WHERE a.sts = 'Y' ), 'Y', ) - - insert into mdm_module_distribute(mdm_id, app_id, add_api, delete_api, add_type, delete_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, add_plug, delete_plug, sts) + + insert into mdm_module_distribute(mdm_id, app_id, update_api, add_api, delete_api, enabled_state, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values - (#{entity.mdmId},#{entity.appId},#{entity.addApi},#{entity.deleteApi},#{entity.addType},#{entity.deleteType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.addPlug},#{entity.deletePlug}, 'Y') + (#{entity.mdmId},#{entity.appId},#{entity.updateApi},#{entity.addApi},#{entity.deleteApi},#{entity.enabledState},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') - - insert into mdm_module_distribute(mdm_id, app_id, add_api, delete_api, add_type, delete_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, add_plug, delete_plug) + + insert into mdm_module_distribute(mdm_id, app_id, update_api, add_api, delete_api, enabled_state, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values - (#{entity.mdmId},#{entity.appId},#{entity.addApi},#{entity.deleteApi},#{entity.addType},#{entity.deleteType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.addPlug},#{entity.deletePlug}) + (#{entity.mdmId},#{entity.appId},#{entity.updateApi},#{entity.addApi},#{entity.deleteApi},#{entity.enabledState},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) on duplicate key update mdm_id = values(mdm_id), app_id = values(app_id), + update_api = values(update_api), add_api = values(add_api), delete_api = values(delete_api), - add_type = values(add_type), - delete_type = values(delete_type), - sorts = values(sorts), + enabled_state = values(enabled_state), create_user_id = values(create_user_id), create_time = values(create_time), modify_user_id = values(modify_user_id), modify_time = values(modify_time), sts = values(sts), org_id = values(org_id), - add_plug = values(add_plug), - delete_plug = values(delete_plug) + company_id = values(company_id) update mdm_module_distribute set mdm_id = #{mdmId}, app_id = #{appId}, + update_api = #{updateApi}, add_api = #{addApi}, delete_api = #{deleteApi}, - add_type = #{addType}, - delete_type = #{deleteType}, - sorts = #{sorts}, + enabled_state = #{enabledState}, create_user_id = #{create_user_id}, create_time = #{create_time}, modify_user_id = #{modify_user_id}, modify_time = #{modify_time}, sts = #{sts}, org_id = #{org_id}, - add_plug = #{addPlug}, - delete_plug = #{deletePlug}, + company_id = #{companyId}, where id = #{id} @@ -258,14 +248,13 @@ update mdm_module_distribute set sts= 'N' ,modify_time = #{modify_time},modify_ and id = #{id} and mdm_id = #{mdmId} and app_id = #{appId} + and update_api = #{updateApi} and add_api = #{addApi} and delete_api = #{deleteApi} - and add_type = #{addType} - and delete_type = #{deleteType} + and enabled_state = #{enabledState} and sorts = #{sorts} and sts = #{sts} - and add_plug = #{addPlug} - and delete_plug = #{deletePlug} + and company_id = #{companyId} and sts='Y' diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java index 474d58c9..e997c97c 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 主数据功能应用分发表(MdmModuleDistribute)表服务接口 * * @author makejava - * @since 2023-11-06 15:27:42 + * @since 2024-05-30 17:02:44 */ public interface IMdmModuleDistributeService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java index 0ccdb809..8479bf2c 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 主数据功能应用分发表(MdmModuleDistribute)表服务实现类 * * @author makejava - * @since 2023-11-06 15:27:42 + * @since 2024-05-30 17:02:44 */ @Service(value = "mdmModuleDistributeService") public class MdmModuleDistributeServiceImpl extends BaseService implements IMdmModuleDistributeService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java deleted file mode 100644 index 90278a9f..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDistributeDetail.dao; - -import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 主数据功能应用分发明细表(mdm_module_distribute_detail: table)表数据库访问层 - * - * @author makejava - * @since 2023-11-07 09:11:31 - */ -public interface IMdmModuleDistributeDetailDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java deleted file mode 100644 index daeb3dc5..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.impl; - -import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; -import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -/** - * 主数据功能应用分发明细表(MdmModuleDistributeDetail)表数据库访问层 - * - * @author makejava - * @since 2023-11-07 09:11:31 - */ -@Repository(value = "MdmModuleDistributeDetailDaoImpl") -public class MdmModuleDistributeDetailDaoImpl extends MybatisGenericDao implements IMdmModuleDistributeDetailDao{ - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java deleted file mode 100644 index 89f45fe7..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java +++ /dev/null @@ -1,144 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDistributeDetail.entity; - -import java.util.Date; -import com.hzya.frame.web.entity.BaseEntity; -/** - * 主数据功能应用分发明细表(MdmModuleDistributeDetail)实体类 - * - * @author makejava - * @since 2023-11-07 09:11:31 - */ -public class MdmModuleDistributeDetailEntity extends BaseEntity { - - /** 主数据模版ID */ - private String mdmId; - /** 应用分发id */ - private String distributeId; - /** 接口id */ - private String apiId; - /** 源API字段 */ - private String sourceField; - /** 源API字段名 */ - private String sourceName; - /** 目标API字段 */ - private String targetField; - /** 目标API字段名 */ - private String targetName; - /** 目标API字段默认值 */ - private String defaultVaule; - /** 源字段层级 */ - private String sourceFieldPath; - /** 目标字段层级 */ - private String targetFieldPath; - private String targetPath; - private String sourcePath; - /** 连线信息 */ - private String coordinate; - - - public String getMdmId() { - return mdmId; - } - - public void setMdmId(String mdmId) { - this.mdmId = mdmId; - } - - public String getDistributeId() { - return distributeId; - } - - public void setDistributeId(String distributeId) { - this.distributeId = distributeId; - } - - public String getApiId() { - return apiId; - } - - public void setApiId(String apiId) { - this.apiId = apiId; - } - - public String getSourceField() { - return sourceField; - } - - public void setSourceField(String sourceField) { - this.sourceField = sourceField; - } - - public String getSourceName() { - return sourceName; - } - - public void setSourceName(String sourceName) { - this.sourceName = sourceName; - } - - public String getTargetField() { - return targetField; - } - - public void setTargetField(String targetField) { - this.targetField = targetField; - } - - public String getTargetName() { - return targetName; - } - - public void setTargetName(String targetName) { - this.targetName = targetName; - } - - public String getDefaultVaule() { - return defaultVaule; - } - - public void setDefaultVaule(String defaultVaule) { - this.defaultVaule = defaultVaule; - } - - public String getSourceFieldPath() { - return sourceFieldPath; - } - - public void setSourceFieldPath(String sourceFieldPath) { - this.sourceFieldPath = sourceFieldPath; - } - - public String getTargetFieldPath() { - return targetFieldPath; - } - - public void setTargetFieldPath(String targetFieldPath) { - this.targetFieldPath = targetFieldPath; - } - - public String getTargetPath() { - return targetPath; - } - - public void setTargetPath(String targetPath) { - this.targetPath = targetPath; - } - - public String getSourcePath() { - return sourcePath; - } - - public void setSourcePath(String sourcePath) { - this.sourcePath = sourcePath; - } - - public String getCoordinate() { - return coordinate; - } - - public void setCoordinate(String coordinate) { - this.coordinate = coordinate; - } - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml deleted file mode 100644 index a3b4dfe7..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - id - ,mdm_id - ,distribute_id - ,api_id - ,source_field - ,source_name - ,target_field - ,target_name - ,default_vaule - ,source_field_path - ,target_field_path - ,target_path - ,source_path - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - ,coordinate - - - - - - - - - - - - - - - - insert into mdm_module_distribute_detail( - - id , - mdm_id , - distribute_id , - api_id , - source_field , - source_name , - target_field , - target_name , - default_vaule , - source_field_path , - target_field_path , - target_path , - source_path , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - coordinate , - sts, - - )values( - - #{id} , - #{mdmId} , - #{distributeId} , - #{apiId} , - #{sourceField} , - #{sourceName} , - #{targetField} , - #{targetName} , - #{defaultVaule} , - #{sourceFieldPath} , - #{targetFieldPath} , - #{targetPath} , - #{sourcePath} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - #{coordinate} , - 'Y', - - ) - - - - insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, source_field, source_name, target_field, target_name, default_vaule, source_field_path, target_field_path, target_path, source_path, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, coordinate, sts) - values - - (#{entity.mdmId},#{entity.distributeId},#{entity.apiId},#{entity.sourceField},#{entity.sourceName},#{entity.targetField},#{entity.targetName},#{entity.defaultVaule},#{entity.sourceFieldPath},#{entity.targetFieldPath},#{entity.targetPath},#{entity.sourcePath},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.coordinate}, 'Y') - - - - - insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, source_field, source_name, target_field, target_name, default_vaule, source_field_path, target_field_path, target_path, source_path, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, coordinate) - values - - (#{entity.mdmId},#{entity.distributeId},#{entity.apiId},#{entity.sourceField},#{entity.sourceName},#{entity.targetField},#{entity.targetName},#{entity.defaultVaule},#{entity.sourceFieldPath},#{entity.targetFieldPath},#{entity.targetPath},#{entity.sourcePath},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.coordinate}) - - on duplicate key update - mdm_id = values(mdm_id), - distribute_id = values(distribute_id), - api_id = values(api_id), - source_field = values(source_field), - source_name = values(source_name), - target_field = values(target_field), - target_name = values(target_name), - default_vaule = values(default_vaule), - source_field_path = values(source_field_path), - target_field_path = values(target_field_path), - target_path = values(target_path), - source_path = values(source_path), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id), - coordinate = values(coordinate) - - -update mdm_module_distribute_detail set - - mdm_id = #{mdmId}, - distribute_id = #{distributeId}, - api_id = #{apiId}, - source_field = #{sourceField}, - source_name = #{sourceName}, - target_field = #{targetField}, - target_name = #{targetName}, - default_vaule = #{defaultVaule}, - source_field_path = #{sourceFieldPath}, - target_field_path = #{targetFieldPath}, - target_path = #{targetPath}, - source_path = #{sourcePath}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - coordinate = #{coordinate}, - -where id = #{id} - - - -update mdm_module_distribute_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} -where id = #{id} - - - -update mdm_module_distribute_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and distribute_id = #{distributeId} - and api_id = #{apiId} - and source_field = #{sourceField} - and source_name = #{sourceName} - and target_field = #{targetField} - and target_name = #{targetName} - and default_vaule = #{defaultVaule} - and source_field_path = #{sourceFieldPath} - and target_field_path = #{targetFieldPath} - and target_path = #{targetPath} - and source_path = #{sourcePath} - and sorts = #{sorts} - and sts = #{sts} - and coordinate = #{coordinate} - and sts='Y' - - - - - delete from mdm_module_distribute_detail where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java deleted file mode 100644 index 1239a232..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDistributeDetail.service; - -import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; -import com.hzya.frame.basedao.service.IBaseService; -/** - * 主数据功能应用分发明细表(MdmModuleDistributeDetail)表服务接口 - * - * @author makejava - * @since 2023-11-07 09:11:31 - */ -public interface IMdmModuleDistributeDetailService extends IBaseService{ -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java deleted file mode 100644 index 71aef349..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleDistributeDetail.service.impl; - -import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; -import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; -import com.hzya.frame.mdm.mdmModuleDistributeDetail.service.IMdmModuleDistributeDetailService; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; -import javax.annotation.Resource; -import com.hzya.frame.basedao.service.impl.BaseService; -/** - * 主数据功能应用分发明细表(MdmModuleDistributeDetail)表服务实现类 - * - * @author makejava - * @since 2023-11-07 09:11:31 - */ -@Service(value = "mdmModuleDistributeDetailService") -public class MdmModuleDistributeDetailServiceImpl extends BaseService implements IMdmModuleDistributeDetailService { - - private IMdmModuleDistributeDetailDao mdmModuleDistributeDetailDao; - - @Autowired - public void setMdmModuleDistributeDetailDao(IMdmModuleDistributeDetailDao dao) { - this.mdmModuleDistributeDetailDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/IMdmModuleRoleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/IMdmModuleRoleDao.java deleted file mode 100644 index 405d975f..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/IMdmModuleRoleDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRole.dao; - -import com.hzya.frame.mdm.mdmModuleRole.entity.MdmModuleRoleEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 主数据功能角色表(mdm_module_role: table)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:32:25 - */ -public interface IMdmModuleRoleDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/impl/MdmModuleRoleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/impl/MdmModuleRoleDaoImpl.java deleted file mode 100644 index 7a5b8602..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/dao/impl/MdmModuleRoleDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRole.dao.impl; - -import com.hzya.frame.mdm.mdmModuleRole.entity.MdmModuleRoleEntity; -import com.hzya.frame.mdm.mdmModuleRole.dao.IMdmModuleRoleDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; - -/** - * 主数据功能角色表(MdmModuleRole)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:32:25 - */ -@Repository(value = "MdmModuleRoleDaoImpl") -public class MdmModuleRoleDaoImpl extends MybatisGenericDao implements IMdmModuleRoleDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.java deleted file mode 100644 index 992ed5e7..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.java +++ /dev/null @@ -1,52 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRole.entity; - -import java.util.Date; -import java.util.List; - -import com.hzya.frame.mdm.mdmModuleRoleButton.entity.MdmModuleRoleButtonEntity; -import com.hzya.frame.web.entity.BaseEntity; - -/** - * 主数据功能角色表(MdmModuleRole)实体类 - * - * @author makejava - * @since 2023-10-17 15:32:25 - */ -public class MdmModuleRoleEntity extends BaseEntity { - - /** - * 主数据模版ID - */ - private String mdmId; - /** - * 角色id - */ - private String roleId; - - //角色按钮 - private List mdmModuleRoleButtonEntities; - public String getMdmId() { - return mdmId; - } - - public void setMdmId(String mdmId) { - this.mdmId = mdmId; - } - - public String getRoleId() { - return roleId; - } - - public void setRoleId(String roleId) { - this.roleId = roleId; - } - - public List getMdmModuleRoleButtonEntities() { - return mdmModuleRoleButtonEntities; - } - - public void setMdmModuleRoleButtonEntities(List mdmModuleRoleButtonEntities) { - this.mdmModuleRoleButtonEntities = mdmModuleRoleButtonEntities; - } -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml deleted file mode 100644 index b0a78a5b..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/entity/MdmModuleRoleEntity.xml +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - id - ,mdm_id - ,role_id - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - - - - - - - - - - - - - - - - insert into mdm_module_role( - - id , - mdm_id , - role_id , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmId} , - #{roleId} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_role(mdm_id, role_id, sorts, create_user_id, create_time, modify_user_id, modify_time, - sts, org_id, sts) - values - - (#{entity.mdmId},#{entity.roleId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_role(mdm_id, role_id, sorts, create_user_id, create_time, modify_user_id, modify_time, - sts, org_id) - values - - (#{entity.mdmId},#{entity.roleId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_id = values(mdm_id), - role_id = values(role_id), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_role set - - mdm_id = #{mdmId}, - role_id = #{roleId}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - -update mdm_module_role set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} -where id = #{id} - - - - update mdm_module_role set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and role_id = #{roleId} - and sorts = #{sorts} - and sts = #{sts} - and sts='Y' - - - - - delete from mdm_module_role where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/IMdmModuleRoleService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/IMdmModuleRoleService.java deleted file mode 100644 index dfca9fc8..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/IMdmModuleRoleService.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRole.service; - -import com.hzya.frame.mdm.mdmModuleRole.entity.MdmModuleRoleEntity; -import com.hzya.frame.basedao.service.IBaseService; - -/** - * 主数据功能角色表(MdmModuleRole)表服务接口 - * - * @author makejava - * @since 2023-10-17 15:32:26 - */ -public interface IMdmModuleRoleService extends IBaseService { -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/impl/MdmModuleRoleServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/impl/MdmModuleRoleServiceImpl.java deleted file mode 100644 index da3d0b94..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRole/service/impl/MdmModuleRoleServiceImpl.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRole.service.impl; - -import com.hzya.frame.mdm.mdmModuleRole.entity.MdmModuleRoleEntity; -import com.hzya.frame.mdm.mdmModuleRole.dao.IMdmModuleRoleDao; -import com.hzya.frame.mdm.mdmModuleRole.service.IMdmModuleRoleService; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; - -import javax.annotation.Resource; - -import com.hzya.frame.basedao.service.impl.BaseService; - -/** - * 主数据功能角色表(MdmModuleRole)表服务实现类 - * - * @author makejava - * @since 2023-10-17 15:32:27 - */ -@Service(value = "mdmModuleRoleService") -public class MdmModuleRoleServiceImpl extends BaseService implements IMdmModuleRoleService { - - private IMdmModuleRoleDao mdmModuleRoleDao; - - @Autowired - public void setMdmModuleRoleDao(IMdmModuleRoleDao dao) { - this.mdmModuleRoleDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/IMdmModuleRoleButtonDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/IMdmModuleRoleButtonDao.java deleted file mode 100644 index 37e5690a..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/IMdmModuleRoleButtonDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRoleButton.dao; - -import com.hzya.frame.mdm.mdmModuleRoleButton.entity.MdmModuleRoleButtonEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 主数据功能角色按钮表(mdm_module_role_button: table)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:33:09 - */ -public interface IMdmModuleRoleButtonDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/impl/MdmModuleRoleButtonDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/impl/MdmModuleRoleButtonDaoImpl.java deleted file mode 100644 index 322c53e4..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/dao/impl/MdmModuleRoleButtonDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRoleButton.dao.impl; - -import com.hzya.frame.mdm.mdmModuleRoleButton.entity.MdmModuleRoleButtonEntity; -import com.hzya.frame.mdm.mdmModuleRoleButton.dao.IMdmModuleRoleButtonDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; - -/** - * 主数据功能角色按钮表(MdmModuleRoleButton)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:33:10 - */ -@Repository(value = "MdmModuleRoleButtonDaoImpl") -public class MdmModuleRoleButtonDaoImpl extends MybatisGenericDao implements IMdmModuleRoleButtonDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.java deleted file mode 100644 index fa71faf2..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.java +++ /dev/null @@ -1,92 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRoleButton.entity; - -import java.util.Date; -import java.util.List; - -import com.hzya.frame.sys.userRole.entity.UserRole; -import com.hzya.frame.web.entity.BaseEntity; - -/** - * 主数据功能角色按钮表(MdmModuleRoleButton)实体类 - * - * @author makejava - * @since 2023-10-17 15:33:10 - */ -public class MdmModuleRoleButtonEntity extends BaseEntity { - - /** - * 主数据模版ID - */ - private String mdmId; - /** - * 模块角色id - */ - private String moduleRoleId; - /** - * 角色id - */ - private String roleId; - /** - * 按钮类型 - */ - private String buttonType; - /** - * 按钮名 - */ - private String buttonName; - - /** - * 角色ids - */ - private List roleIds; - - public List getRoleIds() { - return roleIds; - } - - public void setRoleIds(List roleIds) { - this.roleIds = roleIds; - } - - public String getMdmId() { - return mdmId; - } - - public void setMdmId(String mdmId) { - this.mdmId = mdmId; - } - - public String getModuleRoleId() { - return moduleRoleId; - } - - public void setModuleRoleId(String moduleRoleId) { - this.moduleRoleId = moduleRoleId; - } - - public String getRoleId() { - return roleId; - } - - public void setRoleId(String roleId) { - this.roleId = roleId; - } - - public String getButtonType() { - return buttonType; - } - - public void setButtonType(String buttonType) { - this.buttonType = buttonType; - } - - public String getButtonName() { - return buttonName; - } - - public void setButtonName(String buttonName) { - this.buttonName = buttonName; - } - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml deleted file mode 100644 index 44ed53a7..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/entity/MdmModuleRoleButtonEntity.xml +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - id - ,mdm_id - ,module_role_id - ,role_id - ,button_type - ,button_name - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - - - - - - - - - - - - - - - - insert into mdm_module_role_button( - - id , - mdm_id , - module_role_id , - role_id , - button_type , - button_name , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmId} , - #{moduleRoleId} , - #{roleId} , - #{buttonType} , - #{buttonName} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_role_button(mdm_id, module_role_id, role_id, button_type, button_name, sorts, - create_user_id, create_time, modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.mdmId},#{entity.moduleRoleId},#{entity.roleId},#{entity.buttonType},#{entity.buttonName},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_role_button(mdm_id, module_role_id, role_id, button_type, button_name, sorts, - create_user_id, create_time, modify_user_id, modify_time, sts, org_id) - values - - (#{entity.mdmId},#{entity.moduleRoleId},#{entity.roleId},#{entity.buttonType},#{entity.buttonName},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_id = values(mdm_id), - module_role_id = values(module_role_id), - role_id = values(role_id), - button_type = values(button_type), - button_name = values(button_name), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_role_button set - - mdm_id = #{mdmId}, - module_role_id = #{moduleRoleId}, - role_id = #{roleId}, - button_type = #{buttonType}, - button_name = #{buttonName}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - -update mdm_module_role_button set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} -where id = #{id} - - - - update mdm_module_role_button set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and module_role_id = #{moduleRoleId} - and role_id = #{roleId} - and button_type = #{buttonType} - and button_name = #{buttonName} - and sorts = #{sorts} - and sts = #{sts} - and sts='Y' - - - - - delete from mdm_module_role_button where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/IMdmModuleRoleButtonService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/IMdmModuleRoleButtonService.java deleted file mode 100644 index 3f956fd2..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/IMdmModuleRoleButtonService.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRoleButton.service; - -import com.hzya.frame.mdm.mdmModuleRoleButton.entity.MdmModuleRoleButtonEntity; -import com.hzya.frame.basedao.service.IBaseService; - -/** - * 主数据功能角色按钮表(MdmModuleRoleButton)表服务接口 - * - * @author makejava - * @since 2023-10-17 15:33:11 - */ -public interface IMdmModuleRoleButtonService extends IBaseService { -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/impl/MdmModuleRoleButtonServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/impl/MdmModuleRoleButtonServiceImpl.java deleted file mode 100644 index bc5bfc73..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleRoleButton/service/impl/MdmModuleRoleButtonServiceImpl.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleRoleButton.service.impl; - -import com.hzya.frame.mdm.mdmModuleRoleButton.entity.MdmModuleRoleButtonEntity; -import com.hzya.frame.mdm.mdmModuleRoleButton.dao.IMdmModuleRoleButtonDao; -import com.hzya.frame.mdm.mdmModuleRoleButton.service.IMdmModuleRoleButtonService; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; - -import javax.annotation.Resource; - -import com.hzya.frame.basedao.service.impl.BaseService; - -/** - * 主数据功能角色按钮表(MdmModuleRoleButton)表服务实现类 - * - * @author makejava - * @since 2023-10-17 15:33:12 - */ -@Service(value = "mdmModuleRoleButtonService") -public class MdmModuleRoleButtonServiceImpl extends BaseService implements IMdmModuleRoleButtonService { - - private IMdmModuleRoleButtonDao mdmModuleRoleButtonDao; - - @Autowired - public void setMdmModuleRoleButtonDao(IMdmModuleRoleButtonDao dao) { - this.mdmModuleRoleButtonDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/IMdmModuleUserViewDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/IMdmModuleUserViewDao.java deleted file mode 100644 index 1e2f0494..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/IMdmModuleUserViewDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleUserView.dao; - -import com.hzya.frame.mdm.mdmModuleUserView.entity.MdmModuleUserViewEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 主数据用户视图表(mdm_module_user_view: table)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:33:47 - */ -public interface IMdmModuleUserViewDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/impl/MdmModuleUserViewDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/impl/MdmModuleUserViewDaoImpl.java deleted file mode 100644 index 37970aee..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/dao/impl/MdmModuleUserViewDaoImpl.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleUserView.dao.impl; - -import com.hzya.frame.mdm.mdmModuleUserView.entity.MdmModuleUserViewEntity; -import com.hzya.frame.mdm.mdmModuleUserView.dao.IMdmModuleUserViewDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; - -/** - * 主数据用户视图表(MdmModuleUserView)表数据库访问层 - * - * @author makejava - * @since 2023-10-17 15:33:47 - */ -@Repository(value = "MdmModuleUserViewDaoImpl") -public class MdmModuleUserViewDaoImpl extends MybatisGenericDao implements IMdmModuleUserViewDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.java deleted file mode 100644 index 7a1ef8e3..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.java +++ /dev/null @@ -1,54 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleUserView.entity; - -import java.util.Date; - -import com.hzya.frame.web.entity.BaseEntity; - -/** - * 主数据用户视图表(MdmModuleUserView)实体类 - * - * @author makejava - * @since 2023-10-17 15:33:48 - */ -public class MdmModuleUserViewEntity extends BaseEntity { - - /** - * 主数据模版ID - */ - private String mdmId; - /** - * 用户id - */ - private String userId; - /** - * 视图明细id - */ - private String viewDetailId; - - - public String getMdmId() { - return mdmId; - } - - public void setMdmId(String mdmId) { - this.mdmId = mdmId; - } - - public String getUserId() { - return userId; - } - - public void setUserId(String userId) { - this.userId = userId; - } - - public String getViewDetailId() { - return viewDetailId; - } - - public void setViewDetailId(String viewDetailId) { - this.viewDetailId = viewDetailId; - } - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml deleted file mode 100644 index f99172ea..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/entity/MdmModuleUserViewEntity.xml +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - id - ,mdm_id - ,user_id - ,view_detail_id - ,sorts - ,create_user_id - ,create_time - ,modify_user_id - ,modify_time - ,sts - ,org_id - - - - - - - - - - - - - - - - insert into mdm_module_user_view( - - id , - mdm_id , - user_id , - view_detail_id , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmId} , - #{userId} , - #{viewDetailId} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_user_view(mdm_id, user_id, view_detail_id, sorts, create_user_id, create_time, - modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.mdmId},#{entity.userId},#{entity.viewDetailId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_user_view(mdm_id, user_id, view_detail_id, sorts, create_user_id, create_time, - modify_user_id, modify_time, sts, org_id) - values - - (#{entity.mdmId},#{entity.userId},#{entity.viewDetailId},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_id = values(mdm_id), - user_id = values(user_id), - view_detail_id = values(view_detail_id), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_user_view set - - mdm_id = #{mdmId}, - user_id = #{userId}, - view_detail_id = #{viewDetailId}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - -update mdm_module_user_view set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} -where id = #{id} - - - - update mdm_module_user_view set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and user_id = #{userId} - and view_detail_id = #{viewDetailId} - and sorts = #{sorts} - and sts = #{sts} - and sts='Y' - - - - - delete from mdm_module_user_view where id = #{id} - - - - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/IMdmModuleUserViewService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/IMdmModuleUserViewService.java deleted file mode 100644 index 05ee428b..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/IMdmModuleUserViewService.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleUserView.service; - -import com.hzya.frame.mdm.mdmModuleUserView.entity.MdmModuleUserViewEntity; -import com.hzya.frame.basedao.service.IBaseService; - -/** - * 主数据用户视图表(MdmModuleUserView)表服务接口 - * - * @author makejava - * @since 2023-10-17 15:33:48 - */ -public interface IMdmModuleUserViewService extends IBaseService { -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/impl/MdmModuleUserViewServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/impl/MdmModuleUserViewServiceImpl.java deleted file mode 100644 index d3984f4b..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleUserView/service/impl/MdmModuleUserViewServiceImpl.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.hzya.frame.mdm.mdmModuleUserView.service.impl; - -import com.hzya.frame.mdm.mdmModuleUserView.entity.MdmModuleUserViewEntity; -import com.hzya.frame.mdm.mdmModuleUserView.dao.IMdmModuleUserViewDao; -import com.hzya.frame.mdm.mdmModuleUserView.service.IMdmModuleUserViewService; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; - -import javax.annotation.Resource; - -import com.hzya.frame.basedao.service.impl.BaseService; - -/** - * 主数据用户视图表(MdmModuleUserView)表服务实现类 - * - * @author makejava - * @since 2023-10-17 15:33:49 - */ -@Service(value = "mdmModuleUserViewService") -public class MdmModuleUserViewServiceImpl extends BaseService implements IMdmModuleUserViewService { - - private IMdmModuleUserViewDao mdmModuleUserViewDao; - - @Autowired - public void setMdmModuleUserViewDao(IMdmModuleUserViewDao dao) { - this.mdmModuleUserViewDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java index b9bedcc9..3c4a63e6 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java @@ -1,13 +1,13 @@ package com.hzya.frame.mdm.mdmModuleView.dao; import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; -import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.basedao.dao.IBaseDao; /** * 主数据视图表(mdm_module_view: table)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:34:17 + * @since 2024-05-30 17:03:24 */ public interface IMdmModuleViewDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java index c9a5af9f..60b2e844 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java @@ -4,15 +4,14 @@ import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; import com.hzya.frame.mdm.mdmModuleView.dao.IMdmModuleViewDao; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; - /** * 主数据视图表(MdmModuleView)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:34:17 + * @since 2024-05-30 17:03:24 */ @Repository(value = "MdmModuleViewDaoImpl") -public class MdmModuleViewDaoImpl extends MybatisGenericDao implements IMdmModuleViewDao { - +public class MdmModuleViewDaoImpl extends MybatisGenericDao implements IMdmModuleViewDao{ + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java index 83d451fd..94540106 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java @@ -1,33 +1,25 @@ package com.hzya.frame.mdm.mdmModuleView.entity; import java.util.Date; - import com.hzya.frame.web.entity.BaseEntity; - /** * 主数据视图表(MdmModuleView)实体类 * * @author makejava - * @since 2023-10-17 15:34:17 + * @since 2024-05-30 17:03:24 */ public class MdmModuleViewEntity extends BaseEntity { - - /** - * 主数据模版ID - */ - private String mdmId; - /** - * 显示类型 1、树 2、列表 - */ - private String viewName; - /** - * 显示字段 - */ - private String viewFiled; - /** - * 上级id字段 - */ - private String upIdFiled; + + /** 主数据模版ID */ + private String mdmId; + /** 显示类型 */ + private String viewName; + /** 显示字段 */ + private String viewFiled; + /** 上级id字段 */ + private String upIdFiled; + /** 公司id */ + private String companyId; public String getMdmId() { @@ -62,5 +54,13 @@ public class MdmModuleViewEntity extends BaseEntity { this.upIdFiled = upIdFiled; } + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml index 14def405..2e99cc32 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml @@ -2,22 +2,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + id ,mdm_id ,view_name @@ -30,218 +31,213 @@ ,modify_time ,sts ,org_id + ,company_id - - + select + + from mdm_module_view + + and id = #{id} + and mdm_id = #{mdmId} + and view_name = #{viewName} + and view_filed = #{viewFiled} + and up_id_filed = #{upIdFiled} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - - - - + + + - + select + + from mdm_module_view + + and id like concat('%',#{id},'%') + and mdm_id like concat('%',#{mdmId},'%') + and view_name like concat('%',#{viewName},'%') + and view_filed like concat('%',#{viewFiled},'%') + and up_id_filed like concat('%',#{upIdFiled},'%') + and sorts like concat('%',#{sorts},'%') + and create_user_id like concat('%',#{create_user_id},'%') + and create_time like concat('%',#{create_time},'%') + and modify_user_id like concat('%',#{modify_user_id},'%') + and modify_time like concat('%',#{modify_time},'%') + and sts like concat('%',#{sts},'%') + and org_id like concat('%',#{org_id},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - + select + + from mdm_module_view + + or id = #{id} + or mdm_id = #{mdmId} + or view_name = #{viewName} + or view_filed = #{viewFiled} + or up_id_filed = #{upIdFiled} + or sorts = #{sorts} + or create_user_id = #{create_user_id} + or create_time = #{create_time} + or modify_user_id = #{modify_user_id} + or modify_time = #{modify_time} + or sts = #{sts} + or org_id = #{org_id} + or company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - - insert into mdm_module_view( - - id , - mdm_id , - view_name , - view_filed , - up_id_filed , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmId} , - #{viewName} , - #{viewFiled} , - #{upIdFiled} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, sorts, create_user_id, create_time, - modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.mdmId},#{entity.viewName},#{entity.viewFiled},#{entity.upIdFiled},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, sorts, create_user_id, create_time, - modify_user_id, modify_time, sts, org_id) - values - - (#{entity.mdmId},#{entity.viewName},#{entity.viewFiled},#{entity.upIdFiled},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_id = values(mdm_id), - view_name = values(view_name), - view_filed = values(view_filed), - up_id_filed = values(up_id_filed), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_view set - - mdm_id = #{mdmId}, - view_name = #{viewName}, - view_filed = #{viewFiled}, - up_id_filed = #{upIdFiled}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - + + + insert into mdm_module_view( + + id , + mdm_id , + view_name , + view_filed , + up_id_filed , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sorts, + sts, + + )values( + + #{id} , + #{mdmId} , + #{viewName} , + #{viewFiled} , + #{upIdFiled} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmId},#{entity.viewName},#{entity.viewFiled},#{entity.upIdFiled},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmId},#{entity.viewName},#{entity.viewFiled},#{entity.upIdFiled},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_id = values(mdm_id), + view_name = values(view_name), + view_filed = values(view_filed), + up_id_filed = values(up_id_filed), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_module_view set + + mdm_id = #{mdmId}, + view_name = #{viewName}, + view_filed = #{viewFiled}, + up_id_filed = #{upIdFiled}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + update mdm_module_view set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - - - update mdm_module_view set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and view_name = #{viewName} - and view_filed = #{viewFiled} - and up_id_filed = #{upIdFiled} - and sorts = #{sorts} - and sts = #{sts} + + +update mdm_module_view set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_id = #{mdmId} + and view_name = #{viewName} + and view_filed = #{viewFiled} + and up_id_filed = #{upIdFiled} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} and sts='Y' - - - - + + + + delete from mdm_module_view where id = #{id} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java index ffcd3338..e389eae0 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java @@ -2,12 +2,11 @@ package com.hzya.frame.mdm.mdmModuleView.service; import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; import com.hzya.frame.basedao.service.IBaseService; - /** * 主数据视图表(MdmModuleView)表服务接口 * * @author makejava - * @since 2023-10-17 15:34:18 + * @since 2024-05-30 17:03:24 */ -public interface IMdmModuleViewService extends IBaseService { +public interface IMdmModuleViewService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java index 7029f030..ec23ecc4 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java @@ -3,27 +3,24 @@ package com.hzya.frame.mdm.mdmModuleView.service.impl; import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; import com.hzya.frame.mdm.mdmModuleView.dao.IMdmModuleViewDao; import com.hzya.frame.mdm.mdmModuleView.service.IMdmModuleViewService; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; - import javax.annotation.Resource; - import com.hzya.frame.basedao.service.impl.BaseService; - /** * 主数据视图表(MdmModuleView)表服务实现类 * * @author makejava - * @since 2023-10-17 15:34:19 + * @since 2024-05-30 17:03:24 */ @Service(value = "mdmModuleViewService") public class MdmModuleViewServiceImpl extends BaseService implements IMdmModuleViewService { - + private IMdmModuleViewDao mdmModuleViewDao; - + @Autowired - public void setMdmModuleViewDao(IMdmModuleViewDao dao) { - this.mdmModuleViewDao = dao; - this.dao = dao; - } + public void setMdmModuleViewDao(IMdmModuleViewDao dao) { + this.mdmModuleViewDao = dao; + this.dao = dao; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java new file mode 100644 index 00000000..48d7c1d2 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.mdm.mdmModuleViewButton.dao; + +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 主数据视图按钮表(mdm_module_view_button: table)表数据库访问层 + * + * @author makejava + * @since 2024-05-30 17:05:15 + */ +public interface IMdmModuleViewButtonDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java new file mode 100644 index 00000000..de0814cd --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.mdm.mdmModuleViewButton.dao.impl; + +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; +import com.hzya.frame.mdm.mdmModuleViewButton.dao.IMdmModuleViewButtonDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 主数据视图按钮表(MdmModuleViewButton)表数据库访问层 + * + * @author makejava + * @since 2024-05-30 17:05:15 + */ +@Repository(value = "MdmModuleViewButtonDaoImpl") +public class MdmModuleViewButtonDaoImpl extends MybatisGenericDao implements IMdmModuleViewButtonDao{ + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java new file mode 100644 index 00000000..2cbfd6b1 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java @@ -0,0 +1,66 @@ +package com.hzya.frame.mdm.mdmModuleViewButton.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 主数据视图按钮表(MdmModuleViewButton)实体类 + * + * @author makejava + * @since 2024-05-30 17:05:15 + */ +public class MdmModuleViewButtonEntity extends BaseEntity { + + /** 主数据模版ID */ + private String mdmId; + /** 视图id */ + private String viewId; + /** 类型1、新建2、重置3、查询4、修改 5、删除 6、查看 */ + private String buttonType; + /** 按钮值 */ + private String buttonValue; + /** 公司id */ + private String companyId; + + + public String getMdmId() { + return mdmId; + } + + public void setMdmId(String mdmId) { + this.mdmId = mdmId; + } + + public String getViewId() { + return viewId; + } + + public void setViewId(String viewId) { + this.viewId = viewId; + } + + public String getButtonType() { + return buttonType; + } + + public void setButtonType(String buttonType) { + this.buttonType = buttonType; + } + + public String getButtonValue() { + return buttonValue; + } + + public void setButtonValue(String buttonValue) { + this.buttonValue = buttonValue; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml similarity index 58% rename from service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml rename to service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml index 38427b56..05cf8351 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml @@ -1,14 +1,13 @@ - + - + - - - - + + + @@ -16,16 +15,15 @@ - + - + id ,mdm_id - ,db_id - ,db_name - ,db_type - ,remark + ,view_id + ,button_type + ,button_value ,sorts ,create_user_id ,create_time @@ -33,20 +31,19 @@ ,modify_time ,sts ,org_id - ,db_value + ,company_id - select - - from mdm_table_code_rule + + from mdm_module_view_button and id = #{id} and mdm_id = #{mdmId} - and db_id = #{dbId} - and db_name = #{dbName} - and db_type = #{dbType} - and remark = #{remark} + and view_id = #{viewId} + and button_type = #{buttonType} + and button_value = #{buttonValue} and sorts = #{sorts} and create_user_id = #{create_user_id} and create_time = #{create_time} @@ -54,7 +51,7 @@ and modify_time = #{modify_time} and sts = #{sts} and org_id = #{org_id} - and db_value = #{dbValue} + and company_id = #{companyId} and sts='Y' order by sorts asc @@ -62,15 +59,14 @@ - + select count(1) from mdm_module_view_button and id = #{id} and mdm_id = #{mdmId} - and db_id = #{dbId} - and db_name = #{dbName} - and db_type = #{dbType} - and remark = #{remark} + and view_id = #{viewId} + and button_type = #{buttonType} + and button_value = #{buttonValue} and sorts = #{sorts} and create_user_id = #{create_user_id} and create_time = #{create_time} @@ -78,7 +74,7 @@ and modify_time = #{modify_time} and sts = #{sts} and org_id = #{org_id} - and db_value = #{dbValue} + and company_id = #{companyId} and sts='Y' order by sorts asc @@ -86,17 +82,16 @@ - select - - from mdm_table_code_rule + + from mdm_module_view_button and id like concat('%',#{id},'%') and mdm_id like concat('%',#{mdmId},'%') - and db_id like concat('%',#{dbId},'%') - and db_name like concat('%',#{dbName},'%') - and db_type like concat('%',#{dbType},'%') - and remark like concat('%',#{remark},'%') + and view_id like concat('%',#{viewId},'%') + and button_type like concat('%',#{buttonType},'%') + and button_value like concat('%',#{buttonValue},'%') and sorts like concat('%',#{sorts},'%') and create_user_id like concat('%',#{create_user_id},'%') and create_time like concat('%',#{create_time},'%') @@ -104,7 +99,7 @@ and modify_time like concat('%',#{modify_time},'%') and sts like concat('%',#{sts},'%') and org_id like concat('%',#{org_id},'%') - and db_value like concat('%',#{dbValue},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' order by sorts asc @@ -112,17 +107,16 @@ - select - - from mdm_table_code_rule + + from mdm_module_view_button or id = #{id} or mdm_id = #{mdmId} - or db_id = #{dbId} - or db_name = #{dbName} - or db_type = #{dbType} - or remark = #{remark} + or view_id = #{viewId} + or button_type = #{buttonType} + or button_value = #{buttonValue} or sorts = #{sorts} or create_user_id = #{create_user_id} or create_time = #{create_time} @@ -130,7 +124,7 @@ or modify_time = #{modify_time} or sts = #{sts} or org_id = #{org_id} - or db_value = #{dbValue} + or company_id = #{companyId} and sts='Y' order by sorts asc @@ -138,15 +132,14 @@ - - insert into mdm_table_code_rule( + + insert into mdm_module_view_button( id , mdm_id , - db_id , - db_name , - db_type , - remark , + view_id , + button_type , + button_value , sorts , create_user_id , create_time , @@ -154,17 +147,17 @@ modify_time , sts , org_id , - db_value , + company_id , + sorts, sts, )values( #{id} , #{mdmId} , - #{dbId} , - #{dbName} , - #{dbType} , - #{remark} , + #{viewId} , + #{buttonType} , + #{buttonValue} , #{sorts} , #{create_user_id} , #{create_time} , @@ -172,84 +165,80 @@ #{modify_time} , #{sts} , #{org_id} , - #{dbValue} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view_button a WHERE a.sts = 'Y' ), 'Y', ) - - insert into mdm_table_code_rule(mdm_id, db_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, db_value, sts) + + insert into mdm_module_view_button(mdm_id, view_id, button_type, button_value, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values - (#{entity.mdmId},#{entity.dbId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.dbValue}, 'Y') + (#{entity.mdmId},#{entity.viewId},#{entity.buttonType},#{entity.buttonValue},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') - - insert into mdm_table_code_rule(mdm_id, db_id, db_name, db_type, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, db_value) + + insert into mdm_module_view_button(mdm_id, view_id, button_type, button_value, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values - (#{entity.mdmId},#{entity.dbId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.dbValue}) + (#{entity.mdmId},#{entity.viewId},#{entity.buttonType},#{entity.buttonValue},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) on duplicate key update mdm_id = values(mdm_id), - db_id = values(db_id), - db_name = values(db_name), - db_type = values(db_type), - remark = values(remark), - sorts = values(sorts), + view_id = values(view_id), + button_type = values(button_type), + button_value = values(button_value), create_user_id = values(create_user_id), create_time = values(create_time), modify_user_id = values(modify_user_id), modify_time = values(modify_time), sts = values(sts), org_id = values(org_id), - db_value = values(db_value) + company_id = values(company_id) - -update mdm_table_code_rule set + +update mdm_module_view_button set mdm_id = #{mdmId}, - db_id = #{dbId}, - db_name = #{dbName}, - db_type = #{dbType}, - remark = #{remark}, - sorts = #{sorts}, + view_id = #{viewId}, + button_type = #{buttonType}, + button_value = #{buttonValue}, create_user_id = #{create_user_id}, create_time = #{create_time}, modify_user_id = #{modify_user_id}, modify_time = #{modify_time}, sts = #{sts}, org_id = #{org_id}, - db_value = #{dbValue}, + company_id = #{companyId}, where id = #{id} - -update mdm_table_code_rule set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + +update mdm_module_view_button set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - -update mdm_table_code_rule set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + +update mdm_module_view_button set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} and id = #{id} and mdm_id = #{mdmId} - and db_id = #{dbId} - and db_name = #{dbName} - and db_type = #{dbType} - and remark = #{remark} + and view_id = #{viewId} + and button_type = #{buttonType} + and button_value = #{buttonValue} and sorts = #{sorts} and sts = #{sts} - and db_value = #{dbValue} + and company_id = #{companyId} and sts='Y' - delete from mdm_table_code_rule where id = #{id} + delete from mdm_module_view_button where id = #{id} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java new file mode 100644 index 00000000..edea1981 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.mdm.mdmModuleViewButton.service; + +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * 主数据视图按钮表(MdmModuleViewButton)表服务接口 + * + * @author makejava + * @since 2024-05-30 17:05:15 + */ +public interface IMdmModuleViewButtonService extends IBaseService{ +} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java new file mode 100644 index 00000000..053d5c82 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.mdm.mdmModuleViewButton.service.impl; + +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; +import com.hzya.frame.mdm.mdmModuleViewButton.dao.IMdmModuleViewButtonDao; +import com.hzya.frame.mdm.mdmModuleViewButton.service.IMdmModuleViewButtonService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * 主数据视图按钮表(MdmModuleViewButton)表服务实现类 + * + * @author makejava + * @since 2024-05-30 17:05:15 + */ +@Service(value = "mdmModuleViewButtonService") +public class MdmModuleViewButtonServiceImpl extends BaseService implements IMdmModuleViewButtonService { + + private IMdmModuleViewButtonDao mdmModuleViewButtonDao; + + @Autowired + public void setMdmModuleViewButtonDao(IMdmModuleViewButtonDao dao) { + this.mdmModuleViewButtonDao = dao; + this.dao = dao; + } +} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java index c5623fb1..91379efb 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java @@ -1,13 +1,13 @@ package com.hzya.frame.mdm.mdmModuleViewDetail.dao; import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; -import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.basedao.dao.IBaseDao; /** * 主数据视图明细表(mdm_module_view_detail: table)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:34:58 + * @since 2024-05-30 17:04:17 */ public interface IMdmModuleViewDetailDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java index 4dd7e229..25f67fce 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java @@ -4,15 +4,14 @@ import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; import com.hzya.frame.mdm.mdmModuleViewDetail.dao.IMdmModuleViewDetailDao; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; - /** * 主数据视图明细表(MdmModuleViewDetail)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:34:58 + * @since 2024-05-30 17:04:17 */ @Repository(value = "MdmModuleViewDetailDaoImpl") -public class MdmModuleViewDetailDaoImpl extends MybatisGenericDao implements IMdmModuleViewDetailDao { - +public class MdmModuleViewDetailDaoImpl extends MybatisGenericDao implements IMdmModuleViewDetailDao{ + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java index c9151239..7d481354 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java @@ -1,33 +1,25 @@ package com.hzya.frame.mdm.mdmModuleViewDetail.entity; import java.util.Date; - import com.hzya.frame.web.entity.BaseEntity; - /** * 主数据视图明细表(MdmModuleViewDetail)实体类 * * @author makejava - * @since 2023-10-17 15:34:59 + * @since 2024-05-30 17:04:17 */ public class MdmModuleViewDetailEntity extends BaseEntity { - - /** - * 主数据模版ID - */ - private String mdmId; - /** - * 视图id - */ - private String viewId; - /** - * 字段 id - */ - private String viewFiled; - /** - * 类型1、查询2、列表3、新增4、修改 5、查看 - */ - private String viewType; + + /** 主数据模版ID */ + private String mdmId; + /** 视图id */ + private String viewId; + /** 字段 */ + private String viewFiled; + /** 类型1、查询2、列表3、新增4、修改 5、查看 */ + private String viewType; + /** 公司id */ + private String companyId; public String getMdmId() { @@ -62,5 +54,13 @@ public class MdmModuleViewDetailEntity extends BaseEntity { this.viewType = viewType; } + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml index 2a612e07..c995e929 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml @@ -2,23 +2,23 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + id ,mdm_id ,view_id @@ -31,219 +31,213 @@ ,modify_time ,sts ,org_id + ,company_id - - + select + + from mdm_module_view_detail + + and id = #{id} + and mdm_id = #{mdmId} + and view_id = #{viewId} + and view_filed = #{viewFiled} + and view_type = #{viewType} + and sorts = #{sorts} + and create_user_id = #{create_user_id} + and create_time = #{create_time} + and modify_user_id = #{modify_user_id} + and modify_time = #{modify_time} + and sts = #{sts} + and org_id = #{org_id} + and company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - - - - + + + - + select + + from mdm_module_view_detail + + and id like concat('%',#{id},'%') + and mdm_id like concat('%',#{mdmId},'%') + and view_id like concat('%',#{viewId},'%') + and view_filed like concat('%',#{viewFiled},'%') + and view_type like concat('%',#{viewType},'%') + and sorts like concat('%',#{sorts},'%') + and create_user_id like concat('%',#{create_user_id},'%') + and create_time like concat('%',#{create_time},'%') + and modify_user_id like concat('%',#{modify_user_id},'%') + and modify_time like concat('%',#{modify_time},'%') + and sts like concat('%',#{sts},'%') + and org_id like concat('%',#{org_id},'%') + and company_id like concat('%',#{companyId},'%') and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - + select + + from mdm_module_view_detail + + or id = #{id} + or mdm_id = #{mdmId} + or view_id = #{viewId} + or view_filed = #{viewFiled} + or view_type = #{viewType} + or sorts = #{sorts} + or create_user_id = #{create_user_id} + or create_time = #{create_time} + or modify_user_id = #{modify_user_id} + or modify_time = #{modify_time} + or sts = #{sts} + or org_id = #{org_id} + or company_id = #{companyId} and sts='Y' - - order by sorts asc - order by ${sort} ${order} - + + order by sorts asc + order by ${sort} ${order} + - - - insert into mdm_module_view_detail( - - id , - mdm_id , - view_id , - view_filed , - view_type , - sorts , - create_user_id , - create_time , - modify_user_id , - modify_time , - sts , - org_id , - sts, - - )values( - - #{id} , - #{mdmId} , - #{viewId} , - #{viewFiled} , - #{viewType} , - #{sorts} , - #{create_user_id} , - #{create_time} , - #{modify_user_id} , - #{modify_time} , - #{sts} , - #{org_id} , - - 'Y', - - ) - - - - insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, sorts, create_user_id, create_time, - modify_user_id, modify_time, sts, org_id, sts) - values - - (#{entity.mdmId},#{entity.viewId},#{entity.viewFiled},#{entity.viewType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}, - 'Y') - - - - - insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, sorts, create_user_id, create_time, - modify_user_id, modify_time, sts, org_id) - values - - (#{entity.mdmId},#{entity.viewId},#{entity.viewFiled},#{entity.viewType},#{entity.sorts},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id}) - - on duplicate key update - mdm_id = values(mdm_id), - view_id = values(view_id), - view_filed = values(view_filed), - view_type = values(view_type), - sorts = values(sorts), - create_user_id = values(create_user_id), - create_time = values(create_time), - modify_user_id = values(modify_user_id), - modify_time = values(modify_time), - sts = values(sts), - org_id = values(org_id) - - - - update mdm_module_view_detail set - - mdm_id = #{mdmId}, - view_id = #{viewId}, - view_filed = #{viewFiled}, - view_type = #{viewType}, - sorts = #{sorts}, - create_user_id = #{create_user_id}, - create_time = #{create_time}, - modify_user_id = #{modify_user_id}, - modify_time = #{modify_time}, - sts = #{sts}, - org_id = #{org_id}, - - where id = #{id} - - - + + + insert into mdm_module_view_detail( + + id , + mdm_id , + view_id , + view_filed , + view_type , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sorts, + sts, + + )values( + + #{id} , + #{mdmId} , + #{viewId} , + #{viewFiled} , + #{viewType} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view_detail a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmId},#{entity.viewId},#{entity.viewFiled},#{entity.viewType},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmId},#{entity.viewId},#{entity.viewFiled},#{entity.viewType},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_id = values(mdm_id), + view_id = values(view_id), + view_filed = values(view_filed), + view_type = values(view_type), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_module_view_detail set + + mdm_id = #{mdmId}, + view_id = #{viewId}, + view_filed = #{viewFiled}, + view_type = #{viewType}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + update mdm_module_view_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} where id = #{id} - - - update mdm_module_view_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} - - and id = #{id} - and mdm_id = #{mdmId} - and view_id = #{viewId} - and view_filed = #{viewFiled} - and view_type = #{viewType} - and sorts = #{sorts} - and sts = #{sts} + + +update mdm_module_view_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_id = #{mdmId} + and view_id = #{viewId} + and view_filed = #{viewFiled} + and view_type = #{viewType} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} and sts='Y' - - - - + + + + delete from mdm_module_view_detail where id = #{id} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java index cf055f0a..724604c9 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java @@ -2,12 +2,11 @@ package com.hzya.frame.mdm.mdmModuleViewDetail.service; import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; import com.hzya.frame.basedao.service.IBaseService; - /** * 主数据视图明细表(MdmModuleViewDetail)表服务接口 * * @author makejava - * @since 2023-10-17 15:35:00 + * @since 2024-05-30 17:04:17 */ -public interface IMdmModuleViewDetailService extends IBaseService { +public interface IMdmModuleViewDetailService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java index fb83c460..b5995fe9 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java @@ -3,27 +3,24 @@ package com.hzya.frame.mdm.mdmModuleViewDetail.service.impl; import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; import com.hzya.frame.mdm.mdmModuleViewDetail.dao.IMdmModuleViewDetailDao; import com.hzya.frame.mdm.mdmModuleViewDetail.service.IMdmModuleViewDetailService; -import org.springframework.stereotype.Service; +import org.springframework.stereotype.Service; import org.springframework.beans.factory.annotation.Autowired; - import javax.annotation.Resource; - import com.hzya.frame.basedao.service.impl.BaseService; - /** * 主数据视图明细表(MdmModuleViewDetail)表服务实现类 * * @author makejava - * @since 2023-10-17 15:35:00 + * @since 2024-05-30 17:04:17 */ @Service(value = "mdmModuleViewDetailService") public class MdmModuleViewDetailServiceImpl extends BaseService implements IMdmModuleViewDetailService { - + private IMdmModuleViewDetailDao mdmModuleViewDetailDao; - + @Autowired - public void setMdmModuleViewDetailDao(IMdmModuleViewDetailDao dao) { - this.mdmModuleViewDetailDao = dao; - this.dao = dao; - } + public void setMdmModuleViewDetailDao(IMdmModuleViewDetailDao dao) { + this.mdmModuleViewDetailDao = dao; + this.dao = dao; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java deleted file mode 100644 index a900d337..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.hzya.frame.mdm.mdmTableCodeRule.dao; - -import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; -import com.hzya.frame.basedao.dao.IBaseDao; - -/** - * 模版数据表编码规则表(mdm_table_code_rule: table)表数据库访问层 - * - * @author makejava - * @since 2023-11-06 16:12:34 - */ -public interface IMdmTableCodeRuleDao extends IBaseDao { - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java deleted file mode 100644 index b7452719..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.hzya.frame.mdm.mdmTableCodeRule.dao.impl; - -import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; -import com.hzya.frame.mdm.mdmTableCodeRule.dao.IMdmTableCodeRuleDao; -import org.springframework.stereotype.Repository; -import com.hzya.frame.basedao.dao.MybatisGenericDao; -/** - * 模版数据表编码规则表(MdmTableCodeRule)表数据库访问层 - * - * @author makejava - * @since 2023-11-06 16:12:35 - */ -@Repository(value = "MdmTableCodeRuleDaoImpl") -public class MdmTableCodeRuleDaoImpl extends MybatisGenericDao implements IMdmTableCodeRuleDao{ - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java deleted file mode 100644 index cca012ab..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java +++ /dev/null @@ -1,76 +0,0 @@ -package com.hzya.frame.mdm.mdmTableCodeRule.entity; - -import java.util.Date; -import com.hzya.frame.web.entity.BaseEntity; -/** - * 模版数据表编码规则表(MdmTableCodeRule)实体类 - * - * @author makejava - * @since 2023-11-06 16:12:35 - */ -public class MdmTableCodeRuleEntity extends BaseEntity { - - /** 主数据模版ID */ - private String mdmId; - /** db_id */ - private String dbId; - /** 规则 */ - private String dbName; - /** 类型 1、连接符号 2、字符串 3、日期 4、流水号 */ - private String dbType; - /** 备注 */ - private String remark; - /** 规则值 */ - private String dbValue; - - - public String getMdmId() { - return mdmId; - } - - public void setMdmId(String mdmId) { - this.mdmId = mdmId; - } - - public String getDbId() { - return dbId; - } - - public void setDbId(String dbId) { - this.dbId = dbId; - } - - public String getDbName() { - return dbName; - } - - public void setDbName(String dbName) { - this.dbName = dbName; - } - - public String getDbType() { - return dbType; - } - - public void setDbType(String dbType) { - this.dbType = dbType; - } - - public String getRemark() { - return remark; - } - - public void setRemark(String remark) { - this.remark = remark; - } - - public String getDbValue() { - return dbValue; - } - - public void setDbValue(String dbValue) { - this.dbValue = dbValue; - } - -} - diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java deleted file mode 100644 index d1872516..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.hzya.frame.mdm.mdmTableCodeRule.service; - -import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; -import com.hzya.frame.basedao.service.IBaseService; -/** - * 模版数据表编码规则表(MdmTableCodeRule)表服务接口 - * - * @author makejava - * @since 2023-11-06 16:12:35 - */ -public interface IMdmTableCodeRuleService extends IBaseService{ -} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java deleted file mode 100644 index e2020e70..00000000 --- a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.hzya.frame.mdm.mdmTableCodeRule.service.impl; - -import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; -import com.hzya.frame.mdm.mdmTableCodeRule.dao.IMdmTableCodeRuleDao; -import com.hzya.frame.mdm.mdmTableCodeRule.service.IMdmTableCodeRuleService; -import org.springframework.stereotype.Service; -import org.springframework.beans.factory.annotation.Autowired; -import javax.annotation.Resource; -import com.hzya.frame.basedao.service.impl.BaseService; -/** - * 模版数据表编码规则表(MdmTableCodeRule)表服务实现类 - * - * @author makejava - * @since 2023-11-06 16:12:35 - */ -@Service(value = "mdmTableCodeRuleService") -public class MdmTableCodeRuleServiceImpl extends BaseService implements IMdmTableCodeRuleService { - - private IMdmTableCodeRuleDao mdmTableCodeRuleDao; - - @Autowired - public void setMdmTableCodeRuleDao(IMdmTableCodeRuleDao dao) { - this.mdmTableCodeRuleDao = dao; - this.dao = dao; - } -} diff --git a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java index 6a3e4754..9c4de712 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java @@ -9,252 +9,4 @@ import com.hzya.frame.web.entity.JsonResultEntity; public interface IMdmService { - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表查询接口分页 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmPage(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表查询接口列表 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmList(JSONObject jsonObject); - - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据基本信息 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModule(JSONObject jsonObject); - - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据基本信息保存 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity doSaveMdmModule(JSONObject jsonObject); - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询数据源 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModuleDb(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询数据源的服务 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModuleServer(JSONObject jsonObject); - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询数据源字段的服务 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModuleServerFiled(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询主表字段 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModuleServerMainFiled(JSONObject jsonObject); - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置保存数据源 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity saveMdmModuleDb(JSONObject jsonObject); - - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询显示信息 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModuleView(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置修改显示信息 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity doSaveMdmModuleView(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询权限配置 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModuleRule(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置保存权限配置 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity doSaveMdmModuleRule(JSONObject jsonObject); - - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询分发设置 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmModuleDistribute(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置保存分发设置 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity doSaveMdmModuleDistribute(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表显示 树、查询条件、列表字段、按钮 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmShow(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据查询所有字段 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmShowAll(JSONObject jsonObject); - /** - * @Author lvleigang - * @Description 查询模版数据(list 或者 分页) - * @Date 1:33 下午 2023/7/12 - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - **/ - JsonResultEntity queryTemplateData(JSONObject jsonObject); - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表显示 业务数据 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmShowData(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据业务数据 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmShowDistribute(JSONObject jsonObject); - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据业务数据树结构 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmShowTreeData(JSONObject jsonObject); - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据业务数据树结构 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmOptionData(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情 区分类型 新增、修改、查看 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmShowDetails(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情数据 区分类型 新增、修改、查看 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity queryMdmShowDetailsData(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情数据修改 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity updateMdmShowDetailsData(JSONObject jsonObject); - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情数据新增 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity saveMdmShowDetailsData(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据删除业务数据 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity deleteMdmShowDetailsData(JSONObject jsonObject); - - /** - * @param jsonObject - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 处理分发数据 - * @Date 9:40 上午 2023/10/18 - **/ - JsonResultEntity doMdmDistribute(JSONObject jsonObject); - } diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 12f1bd59..620dc735 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -1,87 +1,12 @@ package com.hzya.frame.mdm.service.impl; -import cn.dev33.satoken.stp.StpUtil; -import com.alibaba.fastjson.JSONArray; -import com.alibaba.fastjson.JSONObject; -import com.github.pagehelper.PageHelper; -import com.github.pagehelper.PageInfo; -import com.hzya.frame.base.PluginBaseEntity; -import com.hzya.frame.mdm.entity.DbFiledsDto; -import com.hzya.frame.mdm.entity.MdmDataDto; -import com.hzya.frame.mdm.entity.MdmDataFiledDto; -import com.hzya.frame.mdm.entity.MdmDbFiledVo; -import com.hzya.frame.mdm.entity.MdmDbVo; -import com.hzya.frame.mdm.entity.MdmDetailViewVo; -import com.hzya.frame.mdm.entity.MdmDistributeDto; -import com.hzya.frame.mdm.entity.MdmDistributeEntity; -import com.hzya.frame.mdm.entity.MdmDistributeVo; -import com.hzya.frame.mdm.entity.MdmDto; -import com.hzya.frame.mdm.entity.MdmModuleViewDto; -import com.hzya.frame.mdm.entity.MdmModuleViewVo; -import com.hzya.frame.mdm.entity.MdmQuery; -import com.hzya.frame.mdm.entity.MdmRoleDto; -import com.hzya.frame.mdm.entity.MdmViewButtonVo; -import com.hzya.frame.mdm.entity.MdmViewFiledVo; -import com.hzya.frame.mdm.entity.MdmViewVo; -import com.hzya.frame.mdm.entity.MdmVo; -import com.hzya.frame.mdm.mdmModule.dao.IMdmModuleDao; -import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; -import com.hzya.frame.mdm.mdmModuleDb.dao.IMdmModuleDbDao; -import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; -import com.hzya.frame.mdm.mdmModuleDbFileds.dao.IMdmModuleDbFiledsDao; -import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; -import com.hzya.frame.mdm.mdmModuleDbFiledsRule.dao.IMdmModuleDbFiledsRuleDao; -import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.dao.IMdmModuleDbFiledsRuleFilesDao; -import com.hzya.frame.mdm.mdmModuleDbFiledsRuleFiles.entity.MdmModuleDbFiledsRuleFilesEntity; -import com.hzya.frame.mdm.mdmModuleDistribute.dao.IMdmModuleDistributeDao; -import com.hzya.frame.mdm.mdmModuleDistribute.entity.MdmModuleDistributeEntity; -import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; -import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; -import com.hzya.frame.mdm.mdmModuleRole.dao.IMdmModuleRoleDao; -import com.hzya.frame.mdm.mdmModuleRole.entity.MdmModuleRoleEntity; -import com.hzya.frame.mdm.mdmModuleRoleButton.dao.IMdmModuleRoleButtonDao; -import com.hzya.frame.mdm.mdmModuleRoleButton.entity.MdmModuleRoleButtonEntity; -import com.hzya.frame.mdm.mdmModuleUserView.dao.IMdmModuleUserViewDao; -import com.hzya.frame.mdm.mdmModuleUserView.entity.MdmModuleUserViewEntity; -import com.hzya.frame.mdm.mdmModuleView.dao.IMdmModuleViewDao; -import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; -import com.hzya.frame.mdm.mdmModuleViewDetail.dao.IMdmModuleViewDetailDao; -import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; -import com.hzya.frame.mdm.mdmTableCodeRule.dao.IMdmTableCodeRuleDao; -import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; import com.hzya.frame.mdm.service.IMdmService; -import com.hzya.frame.sys.entity.FormmainDeleteDto; -import com.hzya.frame.sys.entity.ModuleDto; -import com.hzya.frame.sys.module.dao.IModuleMapper; -import com.hzya.frame.sys.module.entity.Module; -import com.hzya.frame.sys.roleModule.dao.IRoleModuleMapper; -import com.hzya.frame.sys.roleModule.entity.RoleModule; -import com.hzya.frame.sys.userRole.dao.IUserRoleMapper; -import com.hzya.frame.sys.userRole.entity.UserRole; -import com.hzya.frame.sysnew.application.plugin.dao.ISysApplicationPluginDao; -import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginEntity; -import com.hzya.frame.sysnew.buttonConfig.dao.ISysButtonConfigDao; -import com.hzya.frame.sysnew.buttonConfig.entity.SysButtonConfigEntity; -import com.hzya.frame.sysnew.menuConfig.dao.ISysMenuConfigDao; -import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; -import com.hzya.frame.util.PluginUtils; -import com.hzya.frame.uuid.UUIDUtils; -import com.hzya.frame.web.entity.BaseResult; -import com.hzya.frame.web.entity.JsonResultEntity; + import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; -import javax.annotation.Resource; -import java.text.SimpleDateFormat; -import java.util.ArrayList; -import java.util.Date; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Objects; -import java.util.stream.Collectors; + /** * 主数据服务实现类 @@ -90,3078 +15,5 @@ import java.util.stream.Collectors; public class MdmServiceImpl implements IMdmService { private final Logger logger = LoggerFactory.getLogger(this.getClass()); - @Resource - protected IModuleMapper moduleMapper; - @Resource - protected IRoleModuleMapper roleModuleMapper; - @Resource - private IMdmModuleDao mdmModuleDao; //主数据模版 - @Resource - private IMdmModuleDbDao mdmModuleDbDao;//模版数据库表 - @Resource - private IMdmModuleDbFiledsDao mdmModuleDbFiledsDao;//模版数据库字段表 - @Resource - private IMdmModuleDbFiledsRuleDao mdmModuleDbFiledsRuleDao;//模版数据库字段规则表 - @Resource - private IMdmModuleDbFiledsRuleFilesDao mdmModuleDbFiledsRuleFilesDao;//模版数据库字段规则档案表 - @Resource - private IMdmModuleDistributeDao mdmModuleDistributeDao;//主数据功能应用分发表 - @Resource - private IMdmModuleDistributeDetailDao mdmModuleDistributeDetailDao;//主数据功能应用分发明细表 - @Resource - private IMdmModuleRoleDao mdmModuleRoleDao;//主数据功能角色表 - @Resource - private IMdmModuleRoleButtonDao mdmModuleRoleButtonDao;//主数据功能角色按钮表 - @Resource - private IMdmModuleUserViewDao mdmModuleUserViewDao;//主数据用户视图表 - @Resource - private IMdmModuleViewDao mdmModuleViewDao;//主数据视图表 - @Resource - private IMdmModuleViewDetailDao mdmModuleViewDetailDao;//主数据视图明细表 - @Resource - private IMdmTableCodeRuleDao mdmTableCodeRuleDao;//模版数据表编码规则表 - @Resource - protected ISysApplicationPluginDao sysApplicationPluginDao; - @Resource - private ISysMenuConfigDao sysMenuConfigDao; - @Resource - private ISysButtonConfigDao sysButtonConfigDao; - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表查询接口分页 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmPage(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - //判断分页 - if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { - return BaseResult.getFailureMessageEntity("分页查询参数不存在"); - } - PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); - List mdmVos = mdmModuleDao.queryMdm(entity); - PageInfo pageInfo = new PageInfo(mdmVos); - return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表查询接口列表 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmList(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - List mdmVos = mdmModuleDao.queryMdm(entity); - return BaseResult.getSuccessMessageEntity("查询数据成功", mdmVos); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据基本信息 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModule(JSONObject object) { - MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); - MdmModuleEntity mdmModuleEntity = mdmModuleDao.queryOne(entity); - return BaseResult.getSuccessMessageEntity("查询数据成功", mdmModuleEntity); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据基本信息保存 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity doSaveMdmModule(JSONObject object) { - MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getMdmName() == null || "".equals(entity.getMdmName())) { - return BaseResult.getFailureMessageEntity("请先输入主数据名称"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - //新增 - entity.setId(UUIDUtils.getUUID()); - entity.setSts("Y"); - entity.setCreate_user_id(StpUtil.getLoginIdAsString()); - entity.setModify_user_id(StpUtil.getLoginIdAsString()); - entity.setCreate_time(new Date()); - entity.setModify_time(new Date()); - mdmModuleDao.save(entity); - } else { - //修改 - entity.setSts("Y"); - entity.setModify_user_id(StpUtil.getLoginIdAsString()); - entity.setModify_time(new Date()); - mdmModuleDao.update(entity); - } - return BaseResult.getSuccessMessageEntity("保存数据成功", entity); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询数据源 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModuleDb(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - //判断分页 - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - MdmDbVo mdmDbVo = new MdmDbVo(); - - //查询设置的规则表 - MdmModuleDbFiledsRuleFilesEntity mdmModuleDbFiledsRuleFilesEntity = new MdmModuleDbFiledsRuleFilesEntity(); - mdmModuleDbFiledsRuleFilesEntity.setSts("Y"); - List moduleDbFiledsRuleFiles = mdmModuleDbFiledsRuleFilesDao.queryBase(mdmModuleDbFiledsRuleFilesEntity); - mdmDbVo.setModuleDbFiledsRuleFiles(moduleDbFiledsRuleFiles); - //查询设置的规则表 - MdmTableCodeRuleEntity mdmTableCodeRuleEntity = new MdmTableCodeRuleEntity(); - mdmTableCodeRuleEntity.setSts("Y"); - mdmTableCodeRuleEntity.setMdmId(entity.getId()); - List mdmTableCodeRuleEntityList = mdmTableCodeRuleDao.queryBase(mdmTableCodeRuleEntity); - mdmDbVo.setMdmTableCodeRuleEntityList(mdmTableCodeRuleEntityList); - //查询数据源表 - MdmModuleDbEntity queryDb = new MdmModuleDbEntity(); - queryDb.setMdmId(entity.getId()); - queryDb.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(queryDb); - List mdmModuleDbFiledsEntityList = null; - List mdmModuleDbFiledsRuleEntityList = null; - //存在表查询数据下的字段 - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - MdmModuleDbFiledsEntity queryDbFiled = new MdmModuleDbFiledsEntity(); - queryDbFiled.setMdmId(entity.getId()); - queryDbFiled.setSts("Y"); - mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(queryDbFiled); - //存在字段查询字段的属性 - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - MdmModuleDbFiledsRuleEntity queryDbFiledRule = new MdmModuleDbFiledsRuleEntity(); - queryDbFiledRule.setMdmId(entity.getId()); - queryDbFiledRule.setSts("Y"); - mdmModuleDbFiledsRuleEntityList = mdmModuleDbFiledsRuleDao.queryBase(queryDbFiledRule); - } - } - //组装数据 - setMdmDb(mdmDbVo, mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList); - return BaseResult.getSuccessMessageEntity("查询数据成功", mdmDbVo); - } - - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询数据源的服务 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModuleServer(JSONObject object) { - MdmModuleDbEntity entity = getData("jsonStr", object, MdmModuleDbEntity.class); - //判断分页 - if (entity == null) { - entity = new MdmModuleDbEntity(); - } - //查询数据源表 - entity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryByLike(entity); - return BaseResult.getSuccessMessageEntity("查询数据成功", mdmModuleDbEntityList); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询数据源的服务的字段 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModuleServerFiled(JSONObject object) { - MdmModuleDbEntity entity = getData("jsonStr", object, MdmModuleDbEntity.class); - //判断分页 - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getDbName() == null || "".equals(entity.getDbName())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询数据源表 - entity.setSts("Y"); - List dblist = mdmModuleDbDao.queryBase(entity); - if (dblist != null && dblist.size() == 1) { - MdmModuleDbFiledsEntity queryDbFiled = new MdmModuleDbFiledsEntity(); - queryDbFiled.setSts("Y"); - queryDbFiled.setDbId(dblist.get(0).getId()); - List list = mdmModuleDbFiledsDao.queryBase(queryDbFiled); - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity.setChName("id"); - mdmModuleDbFiledsEntity.setEnName("id"); - list.add(0, mdmModuleDbFiledsEntity); - return BaseResult.getSuccessMessageEntity("查询数据成功", list); - } else { - return BaseResult.getFailureMessageEntity("服务不存在"); - } - } - - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询主表字段 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModuleServerMainFiled(JSONObject object) { - MdmModuleDbEntity entity = getData("jsonStr", object, MdmModuleDbEntity.class); - //判断分页 - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getMdmId() == null || "".equals(entity.getMdmId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询数据源表 - entity.setSts("Y"); - entity.setDbType("1"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(entity); - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 1) { - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity.setSts("Y"); - mdmModuleDbFiledsEntity.setDbId(mdmModuleDbEntityList.get(0).getId()); - List list = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); - return BaseResult.getSuccessMessageEntity("查询数据成功", list); - } else if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("请先配置数据源"); - } else { - return BaseResult.getFailureMessageEntity("查询数据失败"); - } - } - - /** - * @param mdmDbVo 返回对象 - * @param mdmModuleDbEntityList 数据表 - * @param mdmModuleDbFiledsEntityList 字段 - * @param mdmModuleDbFiledsRuleEntityList 字段属性 - * @return void - * @Author lvleigang - * @Description 组装返回数据 - * @Date 4:51 下午 2023/10/18 - **/ - private void setMdmDb(MdmDbVo mdmDbVo, List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList) { - //主数据主表 - MdmModuleDbEntity mainMdmModuleDb = new MdmModuleDbEntity(); - //主数据子表 - List sublistMdmModuleDb = new ArrayList<>(); - //主数据主表字段 - List mainMdmModuleDbFileds = new ArrayList<>(); - - - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //1、主表 2、明细 - mainMdmModuleDb = mdmModuleDbEntityList.get(i); - //循环字段表 - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { - mainMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); - List mdmModuleDbFiledsRules = new ArrayList<>(); - //循环字段属性 - if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { - for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { - if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) - && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { - mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); - } - } - } - mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); - } - } - } - } else if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //2、明细 - sublistMdmModuleDb.add(mdmModuleDbEntityList.get(i)); - //循环字段表 - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - List sublistMdmModuleDbFileds = new ArrayList<>(); - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { - sublistMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); - List mdmModuleDbFiledsRules = new ArrayList<>(); - //循环字段属性 - if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { - for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { - if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) - && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { - mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); - } - } - } - mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); - } - } - mdmModuleDbEntityList.get(i).setSublistMdmModuleDbFileds(sublistMdmModuleDbFileds); - } - } - } - } - mainMdmModuleDb.setSublistMdmModuleDbFileds(mainMdmModuleDbFileds); - mdmDbVo.setMainMdmModuleDb(mainMdmModuleDb); - mdmDbVo.setSublistMdmModuleDb(sublistMdmModuleDb); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置保存数据源 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity saveMdmModuleDb(JSONObject object) { - //判断新增还是修改,保存数据生成表结构 - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getMainMdmModuleDb() == null || entity.getMainMdmModuleDb().getDbName() == null || "".equals(entity.getMainMdmModuleDb().getDbName())) { - return BaseResult.getFailureMessageEntity("请先输入主表名称"); - } - //主数据主表 - MdmModuleDbEntity mainMdmModuleDb = entity.getMainMdmModuleDb(); - //主数据主表字段 - List mainMdmModuleDbFileds = mainMdmModuleDb.getSublistMdmModuleDbFileds(); - //主数据子表 - List sublistMdmModuleDb = entity.getSublistMdmModuleDb(); - //判断主表新增还是修改 - if (mainMdmModuleDb.getId() == null || "".equals(mainMdmModuleDb.getId())) { - //新增 需要校验表是否存在 - if (checkTable(mainMdmModuleDb.getDbName())) { - return BaseResult.getFailureMessageEntity("主表表名已经存在"); - } - } - //判断明细表 - if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { - for (int i = 0; i < sublistMdmModuleDb.size(); i++) { - if (sublistMdmModuleDb.get(i).getId() == null || "".equals(sublistMdmModuleDb.get(i).getId())) { - if (sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() == null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() == 0) { - return BaseResult.getFailureMessageEntity("请先设置子表" + sublistMdmModuleDb.get(i).getDbName() + "的字段"); - } - //新增 需要校验表是否存在 - if (checkTable(sublistMdmModuleDb.get(i).getDbName())) { - return BaseResult.getFailureMessageEntity("子表" + sublistMdmModuleDb.get(i).getDbName() + "已经存在"); - } - } - } - } - //设置保存主表和字段以及字段的属性 - setMainTable(entity, mainMdmModuleDb, mainMdmModuleDbFileds); - //设置保存子表数据 - setsublistTable(entity, mainMdmModuleDb, sublistMdmModuleDb); - //保存规则 - List mdmTableCodeRuleEntityList = entity.getMdmTableCodeRuleEntityList(); - MdmTableCodeRuleEntity deleteOldData = new MdmTableCodeRuleEntity(); - deleteOldData.setDbId(mainMdmModuleDb.getId()); - deleteOldData.setMdmId(entity.getId()); - deleteOldData.setSts("Y"); - deleteOldData.setModify_user_id(StpUtil.getLoginIdAsString()); - deleteOldData.setModify_time(new Date()); - mdmTableCodeRuleDao.logicRemoveMultiCondition(deleteOldData); - if (mdmTableCodeRuleEntityList != null && mdmTableCodeRuleEntityList.size() > 0) { - for (int i = 0; i < mdmTableCodeRuleEntityList.size(); i++) { - MdmTableCodeRuleEntity mdmTableCodeRuleEntity = mdmTableCodeRuleEntityList.get(i); - mdmTableCodeRuleEntity.setMdmId(entity.getId()); - mdmTableCodeRuleEntity.setDbId(mainMdmModuleDb.getId()); - mdmTableCodeRuleEntity.setId(UUIDUtils.getUUID()); - mdmTableCodeRuleEntity.setSts("Y"); - mdmTableCodeRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmTableCodeRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmTableCodeRuleEntity.setCreate_time(new Date()); - mdmTableCodeRuleEntity.setModify_time(new Date()); - mdmTableCodeRuleDao.save(mdmTableCodeRuleEntity); - } - } - return BaseResult.getSuccessMessageEntity("保存数据源成功"); - } - - /** - * @param entity - * @param mainMdmModuleDb - * @param sublistMdmModuleDb - * @return void - * @Author lvleigang - * @Description 设置保存子表数据 - * @Date 11:08 上午 2023/10/19 - **/ - private void setsublistTable(MdmDto entity, MdmModuleDbEntity mainMdmModuleDb, List sublistMdmModuleDb) { - //存在明细表 - if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { - for (int i = 0; i < sublistMdmModuleDb.size(); i++) { - MdmModuleDbEntity mdmModuleDbEntity = sublistMdmModuleDb.get(i); - mdmModuleDbEntity.setMdmId(entity.getId()); - mdmModuleDbEntity.setDbType("2"); - boolean flag = false; - - //新增还是修改 - if (mdmModuleDbEntity.getId() != null && !"".equals(mdmModuleDbEntity.getId())) { - mdmModuleDbEntity.setSts("Y"); - mdmModuleDbEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbEntity.setModify_time(new Date()); - mdmModuleDbDao.update(mdmModuleDbEntity); - } else { - flag = true; - mdmModuleDbEntity.setId(UUIDUtils.getUUID()); - mdmModuleDbEntity.setSts("Y"); - mdmModuleDbEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbEntity.setCreate_time(new Date()); - mdmModuleDbEntity.setModify_time(new Date()); - mdmModuleDbDao.save(mdmModuleDbEntity); - } - List dbFiledsDtos = new ArrayList<>(); - - //字段 - List sublistMdmModuleDbFileds = mdmModuleDbEntity.getSublistMdmModuleDbFileds(); - if (sublistMdmModuleDbFileds != null && sublistMdmModuleDbFileds.size() > 0) { - for (int i1 = 0; i1 < sublistMdmModuleDbFileds.size(); i1++) { - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = sublistMdmModuleDbFileds.get(i1); - mdmModuleDbFiledsEntity.setMdmId(entity.getId()); - mdmModuleDbFiledsEntity.setDbId(mdmModuleDbEntity.getId()); - if (mdmModuleDbFiledsEntity.getId() != null && !"".equals(mdmModuleDbFiledsEntity.getId())) { - DbFiledsDto dbFiledsDto = new DbFiledsDto("1", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); - dbFiledsDtos.add(dbFiledsDto); - mdmModuleDbFiledsEntity.setSts("Y"); - mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsEntity.setModify_time(new Date()); - mdmModuleDbFiledsDao.update(mdmModuleDbFiledsEntity); - } else { - DbFiledsDto dbFiledsDto = new DbFiledsDto("2", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); - dbFiledsDtos.add(dbFiledsDto); - mdmModuleDbFiledsEntity.setId(UUIDUtils.getUUID()); - mdmModuleDbFiledsEntity.setSts("Y"); - mdmModuleDbFiledsEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsEntity.setCreate_time(new Date()); - mdmModuleDbFiledsEntity.setModify_time(new Date()); - mdmModuleDbFiledsDao.save(mdmModuleDbFiledsEntity); - } - //修改或保存属性 - List mdmModuleDbFiledsRules = mdmModuleDbFiledsEntity.getMdmModuleDbFiledsRules(); - if (mdmModuleDbFiledsRules != null && mdmModuleDbFiledsRules.size() > 0) { - for (int a = 0; a < mdmModuleDbFiledsRules.size(); a++) { - MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = mdmModuleDbFiledsRules.get(a); - mdmModuleDbFiledsRuleEntity.setMdmId(entity.getId()); - mdmModuleDbFiledsRuleEntity.setDbId(mdmModuleDbEntity.getId()); - mdmModuleDbFiledsRuleEntity.setFiledId(mdmModuleDbFiledsEntity.getId()); - if (mdmModuleDbFiledsRuleEntity.getId() != null && !"".equals(mdmModuleDbFiledsRuleEntity.getId())) { - mdmModuleDbFiledsRuleEntity.setSts("Y"); - mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); - mdmModuleDbFiledsRuleDao.update(mdmModuleDbFiledsRuleEntity); - } else { - mdmModuleDbFiledsRuleEntity.setId(UUIDUtils.getUUID()); - mdmModuleDbFiledsRuleEntity.setSts("Y"); - mdmModuleDbFiledsRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsRuleEntity.setCreate_time(new Date()); - mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); - mdmModuleDbFiledsRuleDao.save(mdmModuleDbFiledsRuleEntity); - } - } - } - } - } - - if (flag) { - //新增 - Map maps = new HashMap<>(); - maps.put("dbType", "2");//表类型 - maps.put("tableName", mdmModuleDbEntity.getDbName());//表名 - maps.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 - maps.put("databaseFields", dbFiledsDtos);//字段 - DbFiledsDto dbFiledsDto = new DbFiledsDto("1", "上级id", "formmain_id", "3", "50"); - dbFiledsDtos.add(dbFiledsDto); - mdmModuleDao.createTable(maps); - } else { - //修改 - Map tablename = new HashMap<>(); - tablename.put("tableName", mdmModuleDbEntity.getDbName());//表名 - tablename.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 - mdmModuleDao.alterTableName(tablename); - Map maps = new HashMap<>(); - maps.put("tableName", mdmModuleDbEntity.getDbName());//表名 - maps.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 - maps.put("databaseFields", dbFiledsDtos);//字段 - mdmModuleDao.alterTable(maps); - } - } - } - } - - /** - * @param entity - * @param mainMdmModuleDb - * @param mainMdmModuleDbFileds - * @return void - * @Author lvleigang - * @Description 设置保存主表和字段以及字段的属性 - * @Date 10:34 上午 2023/10/19 - **/ - private void setMainTable(MdmDto entity, MdmModuleDbEntity mainMdmModuleDb, List mainMdmModuleDbFileds) { - //先保存或修改主表数据 - mainMdmModuleDb.setMdmId(entity.getId()); - mainMdmModuleDb.setDbType("1"); - boolean flag = false; - - if (mainMdmModuleDb.getId() != null && !"".equals(mainMdmModuleDb.getId())) { - mainMdmModuleDb.setSts("Y"); - mainMdmModuleDb.setModify_user_id(StpUtil.getLoginIdAsString()); - mainMdmModuleDb.setModify_time(new Date()); - mdmModuleDbDao.update(mainMdmModuleDb); - //删除规则表 - MdmModuleDbFiledsRuleEntity delectFiledsRule = new MdmModuleDbFiledsRuleEntity(); - delectFiledsRule.setMdmId(entity.getId()); - delectFiledsRule.setModify_user_id(StpUtil.getLoginIdAsString()); - delectFiledsRule.setModify_time(new Date()); - mdmModuleDbFiledsRuleDao.logicRemoveMultiCondition(delectFiledsRule); - } else { - flag = true; - mainMdmModuleDb.setId(UUIDUtils.getUUID()); - mainMdmModuleDb.setSts("Y"); - mainMdmModuleDb.setCreate_user_id(StpUtil.getLoginIdAsString()); - mainMdmModuleDb.setModify_user_id(StpUtil.getLoginIdAsString()); - mainMdmModuleDb.setCreate_time(new Date()); - mainMdmModuleDb.setModify_time(new Date()); - mdmModuleDbDao.save(mainMdmModuleDb); - } - List dbFiledsDtos = new ArrayList<>(); - - //保存主表字段 因为字段不允许删除,所以不用先删除再新增 - if (mainMdmModuleDbFileds != null && mainMdmModuleDbFileds.size() > 0) { - for (int i = 0; i < mainMdmModuleDbFileds.size(); i++) { - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = mainMdmModuleDbFileds.get(i); - mdmModuleDbFiledsEntity.setMdmId(entity.getId()); - mdmModuleDbFiledsEntity.setDbId(mainMdmModuleDb.getId()); - if (mdmModuleDbFiledsEntity.getId() != null && !"".equals(mdmModuleDbFiledsEntity.getId())) { - DbFiledsDto dbFiledsDto = new DbFiledsDto("1", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); - dbFiledsDtos.add(dbFiledsDto); - - mdmModuleDbFiledsEntity.setSts("Y"); - mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsEntity.setModify_time(new Date()); - mdmModuleDbFiledsDao.update(mdmModuleDbFiledsEntity); - } else { - DbFiledsDto dbFiledsDto = new DbFiledsDto("2", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); - dbFiledsDtos.add(dbFiledsDto); - mdmModuleDbFiledsEntity.setId(UUIDUtils.getUUID()); - mdmModuleDbFiledsEntity.setSts("Y"); - mdmModuleDbFiledsEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsEntity.setCreate_time(new Date()); - mdmModuleDbFiledsEntity.setModify_time(new Date()); - mdmModuleDbFiledsDao.save(mdmModuleDbFiledsEntity); - } - //修改或保存属性 - List mdmModuleDbFiledsRules = mdmModuleDbFiledsEntity.getMdmModuleDbFiledsRules(); - if (mdmModuleDbFiledsRules != null && mdmModuleDbFiledsRules.size() > 0) { - for (int a = 0; a < mdmModuleDbFiledsRules.size(); a++) { - MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = mdmModuleDbFiledsRules.get(a); - mdmModuleDbFiledsRuleEntity.setMdmId(entity.getId()); - mdmModuleDbFiledsRuleEntity.setDbId(mainMdmModuleDb.getId()); - mdmModuleDbFiledsRuleEntity.setFiledId(mdmModuleDbFiledsEntity.getId()); - if (mdmModuleDbFiledsRuleEntity.getId() != null && !"".equals(mdmModuleDbFiledsRuleEntity.getId())) { - mdmModuleDbFiledsRuleEntity.setSts("Y"); - mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); - mdmModuleDbFiledsRuleDao.update(mdmModuleDbFiledsRuleEntity); - } else { - mdmModuleDbFiledsRuleEntity.setId(UUIDUtils.getUUID()); - mdmModuleDbFiledsRuleEntity.setSts("Y"); - mdmModuleDbFiledsRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDbFiledsRuleEntity.setCreate_time(new Date()); - mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); - mdmModuleDbFiledsRuleDao.save(mdmModuleDbFiledsRuleEntity); - } - } - } - } - } - if (flag) { - //新增 - Map maps = new HashMap<>(); - maps.put("dbType", "1");//表类型 - maps.put("tableName", mainMdmModuleDb.getDbName());//表名 - maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注 - maps.put("databaseFields", dbFiledsDtos);//字段 - mdmModuleDao.createTable(maps); - Map mapsDistribute = new HashMap<>(); - mapsDistribute.put("tableName", mainMdmModuleDb.getDbName() + "_distribute");//表名 - List distribute = getDistribute(); - maps.put("databaseFields", distribute);//字段 - mapsDistribute.put("tableRemark", mainMdmModuleDb.getRemark() + "分发表");//表备注 - mdmModuleDao.createTableDistribute(mapsDistribute); - } else { - //修改 - Map tablename = new HashMap<>(); - tablename.put("tableName", mainMdmModuleDb.getDbName());//表名 - tablename.put("tableRemark", mainMdmModuleDb.getRemark());//表备注 - mdmModuleDao.alterTableName(tablename); - Map maps = new HashMap<>(); - maps.put("tableName", mainMdmModuleDb.getDbName());//表名 - maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注 - maps.put("databaseFields", dbFiledsDtos);//字段 - mdmModuleDao.alterTable(maps); - } - } - - /** - * @param - * @return java.util.List - * @Author lvleigang - * @Description 设置分发表字段 - * @Date 8:49 上午 2023/11/9 - **/ - private List getDistribute() { - List dbFiledsDtos = new ArrayList<>(); - dbFiledsDtos.add(new DbFiledsDto("1", "数据id", "formmain_id", "3", "50")); - dbFiledsDtos.add(new DbFiledsDto("1", "应用id", "app_id", "3", "50")); - dbFiledsDtos.add(new DbFiledsDto("1", "状态1、发送成功 2、发送中 3、发送失败", "status", "3", "50")); - dbFiledsDtos.add(new DbFiledsDto("1", "描述", "msg", "3", "50")); - return dbFiledsDtos; - } - - /** - * @param tableName - * @return java.lang.Long - * @Author lvleigang - * @Description 校验表是否存在 - * @Date 3:58 下午 2023/7/11 - **/ - private boolean checkTable(String tableName) { - Map maps = new HashMap<>(); - maps.put("tableName", tableName); - Integer i = mdmModuleDao.checkTable(maps); - if (i != null && i > 0) { - return true; - } - return false; - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询显示信息 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModuleView(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - MdmModuleViewVo mdmModuleViewVo = new MdmModuleViewVo(); - //查询设置各种类型字段 - //查询模版数据源 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(entity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity.setMdmId(entity.getId()); - mdmModuleDbFiledsEntity.setSts("Y"); - List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); - setFiledType(mdmModuleViewVo, mdmModuleDbEntityList, mdmModuleDbFiledsEntityList); - } - //查询数据库设置的字段 - MdmModuleViewEntity mdmModuleViewEntity = new MdmModuleViewEntity(); - mdmModuleViewEntity.setMdmId(entity.getId()); - mdmModuleViewEntity.setSts("Y"); - List moduleViewEntityList = mdmModuleViewDao.queryBase(mdmModuleViewEntity); - if (moduleViewEntityList != null && moduleViewEntityList.size() == 1) { - mdmModuleViewVo.setMdmModuleViewEntity(moduleViewEntityList.get(0)); - //查询明细 - MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); - mdmModuleViewDetailEntity.setMdmId(entity.getId()); - mdmModuleViewDetailEntity.setViewId(moduleViewEntityList.get(0).getId()); - mdmModuleViewDetailEntity.setSts("Y"); - List mdmModuleViewDetailEntityList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); - setDbFiledType(mdmModuleViewVo, mdmModuleViewDetailEntityList); - } else { - mdmModuleViewVo.setMdmModuleViewEntity(new MdmModuleViewEntity()); - mdmModuleViewVo.setDbAddFiled(new ArrayList<>()); - mdmModuleViewVo.setDbEditFiled(new ArrayList<>()); - mdmModuleViewVo.setDbShowFiled(new ArrayList<>()); - mdmModuleViewVo.setDbQueryFiled(new ArrayList<>()); - mdmModuleViewVo.setDbListFiled(new ArrayList<>()); - } - return BaseResult.getSuccessMessageEntity("查询视图成功", mdmModuleViewVo); - } - - private void setDbFiledType(MdmModuleViewVo mdmModuleViewVo, List mdmModuleViewDetailEntityList) { - //新增 - List addFiled = new ArrayList<>(); - //修改 - List editFiled = new ArrayList<>(); - //查看 - List showFiled = new ArrayList<>(); - //查询 - List queryFiled = new ArrayList<>(); - //列表 - List listFiled = new ArrayList<>(); - if (mdmModuleViewDetailEntityList != null && mdmModuleViewDetailEntityList.size() > 0) { - for (int i = 0; i < mdmModuleViewDetailEntityList.size(); i++) { - switch (mdmModuleViewDetailEntityList.get(i).getViewType()) { - //1、查询2、列表3、新增4、修改 5、查看 - case "1": - queryFiled.add(mdmModuleViewDetailEntityList.get(i)); - break; - case "2": - listFiled.add(mdmModuleViewDetailEntityList.get(i)); - break; - case "3": - addFiled.add(mdmModuleViewDetailEntityList.get(i)); - break; - case "4": - editFiled.add(mdmModuleViewDetailEntityList.get(i)); - break; - case "5": - showFiled.add(mdmModuleViewDetailEntityList.get(i)); - break; - default: - } - } - } - mdmModuleViewVo.setDbAddFiled(addFiled); - mdmModuleViewVo.setDbEditFiled(editFiled); - mdmModuleViewVo.setDbShowFiled(showFiled); - mdmModuleViewVo.setDbQueryFiled(queryFiled); - mdmModuleViewVo.setDbListFiled(listFiled); - } - - /** - * @param mdmModuleViewVo - * @param mdmModuleDbEntityList - * @param mdmModuleDbFiledsEntityList - * @return void - * @Author lvleigang - * @Description 设置对应的字段类型 - * @Date 2023/10/25 - **/ - private void setFiledType(MdmModuleViewVo mdmModuleViewVo, List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList) { - //新增 - List addFiled = new ArrayList<>(); - //修改 - List editFiled = new ArrayList<>(); - //查看 - List showFiled = new ArrayList<>(); - //查询 - List queryFiled = new ArrayList<>(); - //列表 - List listFiled = new ArrayList<>(); - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //1、主表 - addFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - editFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - showFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - queryFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - } else { - //2、明细 - queryFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - addFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - editFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - showFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - } - } - } - } - } - } - mdmModuleViewVo.setAddFiled(addFiled); - mdmModuleViewVo.setEditFiled(editFiled); - mdmModuleViewVo.setShowFiled(showFiled); - mdmModuleViewVo.setQueryFiled(queryFiled); - mdmModuleViewVo.setListFiled(listFiled); - } - - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置修改显示信息 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity doSaveMdmModuleView(JSONObject object) { - MdmModuleViewDto entity = getData("jsonStr", object, MdmModuleViewDto.class); - //判断是否有数据 - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getMdmModuleViewEntity() == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - boolean flag = false; - //保存主数据视图表 - MdmModuleViewEntity mdmModuleViewEntity = entity.getMdmModuleViewEntity(); - mdmModuleViewEntity.setMdmId(entity.getId()); - mdmModuleViewEntity.setSts("Y"); - mdmModuleViewEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleViewEntity.setModify_time(new Date()); - if (mdmModuleViewEntity.getId() != null && !"".equals(mdmModuleViewEntity.getId())) { - flag = false; - //修改 - mdmModuleViewDao.update(mdmModuleViewEntity); - } else { - flag = true; - //新增 - mdmModuleViewEntity.setId(UUIDUtils.getUUID()); - mdmModuleViewEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmModuleViewEntity.setCreate_time(new Date()); - mdmModuleViewDao.save(mdmModuleViewEntity); - } - //保存视图字段表 - //先删除明细表 - MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); - mdmModuleViewDetailEntity.setMdmId(entity.getId()); - mdmModuleViewDetailEntity.setSts("Y"); - mdmModuleViewDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleViewDetailEntity.setModify_time(new Date()); - mdmModuleViewDetailDao.logicRemoveMultiCondition(mdmModuleViewDetailEntity); - //1、查询2、列表3、新增4、修改 5、查看 - saveDbViewFiled(entity, mdmModuleViewEntity, entity.getQueryFiled(), "1"); - saveDbViewFiled(entity, mdmModuleViewEntity, entity.getListFiled(), "2"); - saveDbViewFiled(entity, mdmModuleViewEntity, entity.getAddFiled(), "3"); - saveDbViewFiled(entity, mdmModuleViewEntity, entity.getEditFiled(), "4"); - saveDbViewFiled(entity, mdmModuleViewEntity, entity.getShowFiled(), "5"); - MdmModuleEntity moduleEntity = new MdmModuleEntity(); - moduleEntity.setId(entity.getId()); - moduleEntity.setSts("Y"); - - moduleEntity = mdmModuleDao.queryOne(moduleEntity); - if (flag) { - //新增菜单 - SysMenuConfigEntity module = new SysMenuConfigEntity(); - module.setCreate(); - module.setFormId(entity.getId()); - module.setParentMenuId("ea22757e99c144fb9ef381dd322e233c"); - module.setMenuName(moduleEntity.getMdmName()); - module.setMenuEnglishName("integrationOptionAdmin" + moduleEntity.getMdmCode()); - module.setMenuIcon(null);//模块图标 - module.setRoute("integrationOptionAdmin/" + moduleEntity.getMdmCode());//路由地址 - module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component - module.setRemark("主数据生成菜单"); - module.setVisibles("0"); - module.setShowType("1"); - JSONObject object1 = new JSONObject(); - object1.put("mdmId", moduleEntity.getId());//主数据id - object1.put("mdmCode", moduleEntity.getMdmCode());//主数据编码 - object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 - module.setOptions(object1.toString());//菜单mate参数 - sysMenuConfigDao.save(module); - //todo 新增按钮 - SysButtonConfigEntity xz = new SysButtonConfigEntity(); - xz.setCode("new"); - xz.setNameCh("新建"); - xz.setNameEn("new"); - xz.setMenuId(module.getId()); - xz.setIconName(""); - xz.setStyles(""); - xz.setBtnFunction("new"); - xz.setRemark("主数据新建按钮"); - xz.setCreate(); - sysButtonConfigDao.save(xz); - SysButtonConfigEntity cz = new SysButtonConfigEntity(); - cz.setCode("resize"); - cz.setNameCh("重置"); - cz.setNameEn("resize"); - cz.setMenuId(module.getId()); - cz.setIconName(""); - cz.setStyles(""); - cz.setBtnFunction("resize"); - cz.setRemark("主数据重置按钮"); - cz.setCreate(); - sysButtonConfigDao.save(cz); - SysButtonConfigEntity cx = new SysButtonConfigEntity(); - cx.setCode("search"); - cx.setNameCh("查询"); - cx.setNameEn("search"); - cx.setMenuId(module.getId()); - cx.setIconName(""); - cx.setStyles(""); - cx.setBtnFunction("search"); - cx.setRemark("主数据查询按钮"); - cx.setCreate(); - sysButtonConfigDao.save(cx); - SysButtonConfigEntity xg = new SysButtonConfigEntity(); - xg.setCode("edit"); - xg.setNameCh("修改"); - xg.setNameEn("edit"); - xg.setMenuId(module.getId()); - xg.setIconName(""); - xg.setStyles(""); - xg.setBtnFunction("edit"); - xg.setRemark("主数据修改按钮"); - xg.setCreate(); - sysButtonConfigDao.save(xg); - SysButtonConfigEntity sc = new SysButtonConfigEntity(); - sc.setCode("dele"); - sc.setNameCh("删除"); - sc.setNameEn("dele"); - sc.setMenuId(module.getId()); - sc.setIconName(""); - sc.setStyles(""); - sc.setBtnFunction("dele"); - sc.setRemark("主数据删除按钮"); - sc.setCreate(); - sysButtonConfigDao.save(sc); - SysButtonConfigEntity ck = new SysButtonConfigEntity(); - ck.setCode("view"); - ck.setNameCh("查看"); - ck.setNameEn("view"); - ck.setMenuId(module.getId()); - ck.setIconName(""); - ck.setStyles(""); - ck.setBtnFunction("view"); - ck.setRemark("主数据查看按钮"); - ck.setCreate(); - sysButtonConfigDao.save(ck); - SysButtonConfigEntity xf = new SysButtonConfigEntity(); - xf.setCode("send"); - xf.setNameCh("下发"); - xf.setNameEn("send"); - xf.setMenuId(module.getId()); - xf.setIconName(""); - xf.setStyles(""); - xf.setBtnFunction("send"); - xf.setRemark("主数据下发按钮"); - xf.setCreate(); - sysButtonConfigDao.save(xf); - //module.setServiceName("mdmService");//Spring bean名称 - //module.setLvl("2");//等级 - //module.setName("integrationOptionAdmin"+moduleEntity.getMdmCode());//名称 - //module.setCode(moduleEntity.getMdmCode().toString());//编码 - //module.setFormType("0");//类型 0、menu 1、tree 2、list 3、view - //module.setLevel("2");//模块操作级别Superadministrator - //module.setIcon(null);//模块图标 - //module.setUpIds("c3dda399207843eeac91770ac18e91e3");//上级id - //module.setTableName(null);//bean表名称映射key - //module.setKeyModular(null);//是否关键模块(Y是N否) - //module.setTarget(null);//跳转目标 - //module.setRemark("主数据" + moduleEntity.getMdmName());//备注 - //module.setOpenType("1");//菜单打开方式 - //module.setFormId(entity.getId());//表单ID - //module.setAppId(null);//应用id - ////module.setPath("integrationOptionAdmin");//路由地址 - //module.setHidden("false");//隐藏 - //module.setRedirect(null);//redirevt - //module.setAlwaysShow(null);//alwaysShow - //module.setTitle(moduleEntity.getMdmName());//标题 - //module.setNoCache(null);//nocache缓存 - //module.setLabel(moduleEntity.getMdmName());//label - - //moduleMapper.entity_insert(module); - } else { - //修改菜单 注意因为可能修改显示类型,所以需要修改菜单的属性 - SysMenuConfigEntity module = new SysMenuConfigEntity(); - module.setFormId(entity.getId()); - module.setSts("Y"); - List moduleList = sysMenuConfigDao.queryBase(module); - if (moduleList != null && moduleList.size() == 1) { - module = moduleList.get(0); - module.setUpdate(); - module.setMenuName(moduleEntity.getMdmName()); - //module.setLabel(moduleEntity.getMdmName());//label - JSONObject object1 = new JSONObject(); - object1.put("mdmId", moduleEntity.getId());//主数据id - object1.put("mdmCode", moduleEntity.getMdmCode());//主数据id - object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 - module.setOptions(object1.toString());//菜单mate参数 - sysMenuConfigDao.update(module); - } else { - return BaseResult.getFailureMessageEntity("显示信息保存成功,菜单配置失败请检查"); - } - } - return BaseResult.getSuccessMessageEntity("保存显示信息成功"); - } - - /** - * @param entity - * @param mdmModuleViewEntity - * @param mdmDbFiledVoList - * @param type - * @return void - * @Author lvleigang - * @Description 保存数据 - * @Date 1:37 下午 2023/10/25 - **/ - private void saveDbViewFiled(MdmModuleViewDto entity, MdmModuleViewEntity mdmModuleViewEntity, List mdmDbFiledVoList, String type) { - if (mdmDbFiledVoList != null && mdmDbFiledVoList.size() > 0) { - for (int i = 0; i < mdmDbFiledVoList.size(); i++) { - MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); - mdmModuleViewDetailEntity.setId(UUIDUtils.getUUID()); - mdmModuleViewDetailEntity.setSts("Y"); - mdmModuleViewDetailEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmModuleViewDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleViewDetailEntity.setCreate_time(new Date()); - mdmModuleViewDetailEntity.setModify_time(new Date()); - mdmModuleViewDetailEntity.setMdmId(entity.getId()); - mdmModuleViewDetailEntity.setViewId(mdmModuleViewEntity.getId()); - mdmModuleViewDetailEntity.setViewFiled(mdmDbFiledVoList.get(i).getId()); - mdmModuleViewDetailEntity.setViewType(type); - mdmModuleViewDetailEntity.setSort(String.valueOf(i + 1)); - mdmModuleViewDetailDao.save(mdmModuleViewDetailEntity); - } - } - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询权限配置 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModuleRule(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询模块下的角色列表 - MdmModuleRoleEntity mdmModuleRoleEntity = new MdmModuleRoleEntity(); - mdmModuleRoleEntity.setSts("Y"); - mdmModuleRoleEntity.setMdmId(entity.getId()); - List mdmModuleRoleEntities = mdmModuleRoleDao.queryBase(mdmModuleRoleEntity); - if (mdmModuleRoleEntities != null && mdmModuleRoleEntities.size() > 0) { - MdmModuleRoleButtonEntity mdmModuleRoleButtonEntity = new MdmModuleRoleButtonEntity(); - mdmModuleRoleButtonEntity.setSts("Y"); - mdmModuleRoleButtonEntity.setMdmId(entity.getId()); - List mdmModuleRoleButtonEntities = mdmModuleRoleButtonDao.queryBase(mdmModuleRoleButtonEntity); - if (mdmModuleRoleButtonEntities != null && mdmModuleRoleButtonEntities.size() > 0) { - for (int i = 0; i < mdmModuleRoleEntities.size(); i++) { - List list = new ArrayList<>(); - for (int i1 = 0; i1 < mdmModuleRoleButtonEntities.size(); i1++) { - if (mdmModuleRoleEntities.get(i).getRoleId().equals(mdmModuleRoleButtonEntities.get(i1).getRoleId())) { - list.add(mdmModuleRoleButtonEntities.get(i1)); - } - } - mdmModuleRoleEntities.get(i).setMdmModuleRoleButtonEntities(list); - } - } - } - return BaseResult.getSuccessMessageEntity("查询成功", mdmModuleRoleEntities); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置保存权限配置 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity doSaveMdmModuleRule(JSONObject object) { - MdmRoleDto entity = getData("jsonStr", object, MdmRoleDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询菜单 - Module module = new Module(); - module.setFormId(entity.getId()); - List moduleList = moduleMapper.entity_list_base(module); - if (moduleList != null && moduleList.size() == 1) { - module = moduleList.get(0); - } else { - return BaseResult.getFailureMessageEntity("菜单错误请检查菜单"); - } - //先删除 - RoleModule roleModule = new RoleModule(); - roleModule.setSts("Y"); - roleModule.setUpdate(); - roleModule.setModuleId(module.getId()); - roleModuleMapper.entity_logicDelete_Multi_Condition(roleModule); - MdmModuleRoleEntity mdmModuleRoleEntity = new MdmModuleRoleEntity(); - mdmModuleRoleEntity.setMdmId(entity.getId()); - mdmModuleRoleEntity.setSts("Y"); - mdmModuleRoleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleRoleEntity.setModify_time(new Date()); - mdmModuleRoleDao.logicRemoveMultiCondition(mdmModuleRoleEntity); - MdmModuleRoleButtonEntity mdmModuleRoleButtonEntity = new MdmModuleRoleButtonEntity(); - mdmModuleRoleButtonEntity.setMdmId(entity.getId()); - mdmModuleRoleButtonEntity.setSts("Y"); - mdmModuleRoleButtonEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleRoleButtonEntity.setModify_time(new Date()); - mdmModuleRoleButtonDao.logicRemoveMultiCondition(mdmModuleRoleButtonEntity); - - if (entity.getMdmModuleRoleEntities() != null && entity.getMdmModuleRoleEntities().size() > 0) { - for (int i = 0; i < entity.getMdmModuleRoleEntities().size(); i++) { - - MdmModuleRoleEntity moduleRoleEntity = entity.getMdmModuleRoleEntities().get(i); - moduleRoleEntity.setMdmId(entity.getId()); - moduleRoleEntity.setSts("Y"); - moduleRoleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - moduleRoleEntity.setModify_time(new Date()); - if (moduleRoleEntity.getId() != null && !"".equals(moduleRoleEntity.getId())) { - //修改 - mdmModuleRoleDao.update(moduleRoleEntity); - } else { - //新增 - moduleRoleEntity.setId(UUIDUtils.getUUID()); - moduleRoleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - moduleRoleEntity.setCreate_time(new Date()); - mdmModuleRoleDao.save(moduleRoleEntity); - } - if (moduleRoleEntity.getMdmModuleRoleButtonEntities() != null && moduleRoleEntity.getMdmModuleRoleButtonEntities().size() > 0) { - for (int i1 = 0; i1 < moduleRoleEntity.getMdmModuleRoleButtonEntities().size(); i1++) { - MdmModuleRoleButtonEntity moduleRoleButtonEntity = moduleRoleEntity.getMdmModuleRoleButtonEntities().get(i1); - moduleRoleButtonEntity.setMdmId(entity.getId()); - moduleRoleButtonEntity.setSts("Y"); - moduleRoleButtonEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - moduleRoleButtonEntity.setModify_time(new Date()); - moduleRoleButtonEntity.setModuleRoleId(moduleRoleEntity.getRoleId()); - moduleRoleButtonEntity.setRoleId(moduleRoleEntity.getRoleId()); - if (moduleRoleButtonEntity.getId() != null && !"".equals(moduleRoleButtonEntity.getId())) { - //修改 - mdmModuleRoleButtonDao.update(moduleRoleButtonEntity); - } else { - //新增 - moduleRoleButtonEntity.setId(UUIDUtils.getUUID()); - moduleRoleButtonEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - moduleRoleButtonEntity.setCreate_time(new Date()); - mdmModuleRoleButtonDao.save(moduleRoleButtonEntity); - } - } - } - //再添加 - RoleModule saveRole = new RoleModule(); - saveRole.setCreate(); - saveRole.setRoleId(moduleRoleEntity.getRoleId()); - saveRole.setModuleId(module.getId()); - roleModuleMapper.entity_insert(saveRole); - } - } - return BaseResult.getSuccessMessageEntity("保存成功"); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置查询分发设置 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmModuleDistribute(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询模块下的应用列表 - MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); - mdmModuleDistributeEntity.setSts("Y"); - mdmModuleDistributeEntity.setMdmId(entity.getId()); - List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); - if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { - MdmModuleDistributeDetailEntity mdmModuleDistributeDetailEntity = new MdmModuleDistributeDetailEntity(); - mdmModuleDistributeDetailEntity.setSts("Y"); - mdmModuleDistributeDetailEntity.setMdmId(entity.getId()); - List mdmModuleDistributeDetailEntities = mdmModuleDistributeDetailDao.queryBase(mdmModuleDistributeDetailEntity); - if (mdmModuleDistributeDetailEntities != null && mdmModuleDistributeDetailEntities.size() > 0) { - for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { - List addlist = new ArrayList<>(); - List deletelist = new ArrayList<>(); - for (int i1 = 0; i1 < mdmModuleDistributeDetailEntities.size(); i1++) { - if (mdmModuleDistributeEntities.get(i).getAddApi().equals(mdmModuleDistributeDetailEntities.get(i1).getApiId()) - && mdmModuleDistributeEntities.get(i).getId().equals(mdmModuleDistributeDetailEntities.get(i1).getDistributeId())) { - addlist.add(mdmModuleDistributeDetailEntities.get(i1)); - } - if (mdmModuleDistributeEntities.get(i).getDeleteApi().equals(mdmModuleDistributeDetailEntities.get(i1).getApiId()) - && mdmModuleDistributeEntities.get(i).getId().equals(mdmModuleDistributeDetailEntities.get(i1).getDistributeId())) { - deletelist.add(mdmModuleDistributeDetailEntities.get(i1)); - } - } - mdmModuleDistributeEntities.get(i).setAddList(addlist); - mdmModuleDistributeEntities.get(i).setDeleteList(deletelist); - } - } - } - return BaseResult.getSuccessMessageEntity("查询成功", mdmModuleDistributeEntities); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据设置保存分发设置 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity doSaveMdmModuleDistribute(JSONObject object) { - MdmDistributeDto entity = getData("jsonStr", object, MdmDistributeDto.class); - //判断是否有数据 - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //if(entity.getMdmModuleDistributeEntities() == null ){ - // return BaseResult.getFailureMessageEntity("参数不允许为空"); - //} - //先删除 - MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); - mdmModuleDistributeEntity.setMdmId(entity.getId()); - mdmModuleDistributeEntity.setSts("Y"); - mdmModuleDistributeEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDistributeEntity.setModify_time(new Date()); - mdmModuleDistributeDao.logicRemoveMultiCondition(mdmModuleDistributeEntity); - - MdmModuleDistributeDetailEntity mdmModuleDistributeDetailEntity = new MdmModuleDistributeDetailEntity(); - mdmModuleDistributeDetailEntity.setMdmId(entity.getId()); - mdmModuleDistributeDetailEntity.setSts("Y"); - mdmModuleDistributeDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmModuleDistributeDetailEntity.setModify_time(new Date()); - mdmModuleDistributeDetailDao.logicRemoveMultiCondition(mdmModuleDistributeDetailEntity); - - //保存主数据 - List mdmModuleDistributeEntities = entity.getMdmModuleDistributeEntities(); - - if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { - for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { - MdmModuleDistributeEntity moduleDistributeEntity = mdmModuleDistributeEntities.get(i); - moduleDistributeEntity.setMdmId(entity.getId()); - moduleDistributeEntity.setSts("Y"); - moduleDistributeEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - moduleDistributeEntity.setModify_time(new Date()); - if (moduleDistributeEntity.getId() != null && !"".equals(moduleDistributeEntity.getId())) { - //修改 - mdmModuleDistributeDao.update(moduleDistributeEntity); - } else { - //新增 - moduleDistributeEntity.setId(UUIDUtils.getUUID()); - moduleDistributeEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - moduleDistributeEntity.setCreate_time(new Date()); - mdmModuleDistributeDao.save(moduleDistributeEntity); - } - if (moduleDistributeEntity.getAddList() != null && moduleDistributeEntity.getAddList().size() > 0) { - for (int i1 = 0; i1 < moduleDistributeEntity.getAddList().size(); i1++) { - MdmModuleDistributeDetailEntity moduleDistributeDetailEntity = moduleDistributeEntity.getAddList().get(i1); - moduleDistributeDetailEntity.setMdmId(entity.getId()); - moduleDistributeDetailEntity.setSts("Y"); - moduleDistributeDetailEntity.setApiId(moduleDistributeEntity.getAddApi()); - moduleDistributeDetailEntity.setDistributeId(moduleDistributeEntity.getId()); - moduleDistributeDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - moduleDistributeDetailEntity.setModify_time(new Date()); - if (moduleDistributeDetailEntity.getId() != null && !"".equals(moduleDistributeDetailEntity.getId())) { - //修改 - mdmModuleDistributeDetailDao.update(moduleDistributeDetailEntity); - } else { - //新增 - moduleDistributeDetailEntity.setId(UUIDUtils.getUUID()); - moduleDistributeDetailEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - moduleDistributeDetailEntity.setCreate_time(new Date()); - mdmModuleDistributeDetailDao.save(moduleDistributeDetailEntity); - } - } - } - if (moduleDistributeEntity.getDeleteList() != null && moduleDistributeEntity.getDeleteList().size() > 0) { - for (int i1 = 0; i1 < moduleDistributeEntity.getDeleteList().size(); i1++) { - MdmModuleDistributeDetailEntity moduleDistributeDetailEntity = moduleDistributeEntity.getDeleteList().get(i1); - moduleDistributeDetailEntity.setMdmId(entity.getId()); - moduleDistributeDetailEntity.setSts("Y"); - moduleDistributeDetailEntity.setApiId(moduleDistributeEntity.getDeleteApi()); - moduleDistributeDetailEntity.setDistributeId(moduleDistributeEntity.getId()); - moduleDistributeDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - moduleDistributeDetailEntity.setModify_time(new Date()); - if (moduleDistributeDetailEntity.getId() != null && !"".equals(moduleDistributeDetailEntity.getId())) { - //修改 - mdmModuleDistributeDetailDao.update(moduleDistributeDetailEntity); - } else { - //新增 - moduleDistributeDetailEntity.setId(UUIDUtils.getUUID()); - moduleDistributeDetailEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - moduleDistributeDetailEntity.setCreate_time(new Date()); - mdmModuleDistributeDetailDao.save(moduleDistributeDetailEntity); - } - } - } - } - } - return BaseResult.getSuccessMessageEntity("保存发布设置成功"); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表显示 树、查询条件、列表字段、按钮 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmShow(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询模版 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(entity.getMdmCode()); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - - MdmViewVo mdmViewVo = new MdmViewVo(); - mdmModuleEntity = mdmModuleEntities.get(0); - mdmViewVo.setMdmModuleEntity(mdmModuleEntity); - //查询展示类型 - MdmModuleViewEntity mdmModuleViewEntity = new MdmModuleViewEntity(); - mdmModuleViewEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleViewEntity.setSts("Y"); - List moduleViewEntityList = mdmModuleViewDao.queryBase(mdmModuleViewEntity); - if (moduleViewEntityList == null || moduleViewEntityList.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleViewEntity = moduleViewEntityList.get(0); - mdmViewVo.setMdmModuleViewEntity(mdmModuleViewEntity); - - //查询数据源主表 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询数据源表下面的字段 - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsEntity.setSts("Y"); - List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); - if (mdmModuleDbFiledsEntityList == null || mdmModuleDbFiledsEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询字段下的规则 - MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = new MdmModuleDbFiledsRuleEntity(); - mdmModuleDbFiledsRuleEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsRuleEntity.setSts("Y"); - List mdmModuleDbFiledsRuleEntityList = mdmModuleDbFiledsRuleDao.queryBase(mdmModuleDbFiledsRuleEntity); - if (mdmModuleDbFiledsRuleEntityList == null || mdmModuleDbFiledsRuleEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询设置的查询字段 - MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); - mdmModuleViewDetailEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleViewDetailEntity.setSts("Y"); - mdmModuleViewDetailEntity.setViewType("1"); - List queryList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); - //设置字段 - List queryListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, queryList, false); - mdmViewVo.setQueryList(queryListVo); - - //查询用户设置字段 - MdmModuleUserViewEntity mdmModuleUserViewEntity = new MdmModuleUserViewEntity(); - mdmModuleUserViewEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleUserViewEntity.setSts("Y"); - mdmModuleUserViewEntity.setUserId(StpUtil.getLoginIdAsString()); - List mdmModuleUserViewEntities = mdmModuleUserViewDao.queryBase(mdmModuleUserViewEntity); - - //查询设置的查询字段 - MdmModuleViewDetailEntity mdmModuleViewDetailEntity1 = new MdmModuleViewDetailEntity(); - mdmModuleViewDetailEntity1.setMdmId(mdmModuleEntity.getId()); - mdmModuleViewDetailEntity1.setSts("Y"); - mdmModuleViewDetailEntity1.setViewType("2"); - List listList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity1); - List dolistList = new ArrayList<>(); - - if (mdmModuleUserViewEntities != null && mdmModuleUserViewEntities.size() > 0) { - dolistList = getDolist(listList, mdmModuleUserViewEntities); - if (dolistList == null || dolistList.size() == 0) { - dolistList = listList; - } - } else { - dolistList = listList; - } - List listListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, dolistList, true); - mdmViewVo.setListList(listListVo); - - List buttonList = new ArrayList<>(); - buttonList.add(new MdmViewButtonVo("new", "新建")); - buttonList.add(new MdmViewButtonVo("resize", "重置")); - buttonList.add(new MdmViewButtonVo("search", "查询")); - buttonList.add(new MdmViewButtonVo("edit", "修改")); - buttonList.add(new MdmViewButtonVo("dele", "删除")); - buttonList.add(new MdmViewButtonVo("view", "查看")); - buttonList.add(new MdmViewButtonVo("send", "下发")); - mdmViewVo.setButtonList(buttonList); - return BaseResult.getSuccessMessageEntity("获取字段成功", mdmViewVo); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据查询所有字段 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmShowAll(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询设置各种类型字段 - //查询模版数据源 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(entity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - List listFiled = new ArrayList<>(); - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity.setMdmId(entity.getId()); - mdmModuleDbFiledsEntity.setSts("Y"); - List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); - // - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //1、主表 - listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - } else { - //2、明细 - listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); - } - } - } - } - } - } - } - return BaseResult.getSuccessMessageEntity("查询视图成功", listFiled); - } - - /** - * @param mdmModuleRoleButtonEntities - * @return java.util.List - * @Author lvleigang - * @Description 设置返回按钮 - * @Date 4:48 下午 2023/10/26 - **/ - private List setButton(List mdmModuleRoleButtonEntities) { - List mdmViewButtonVoList = new ArrayList<>(); - if (mdmModuleRoleButtonEntities != null && mdmModuleRoleButtonEntities.size() > 0) { - for (int i = 0; i < mdmModuleRoleButtonEntities.size(); i++) { - mdmViewButtonVoList.add(new MdmViewButtonVo(mdmModuleRoleButtonEntities.get(i).getButtonType(), mdmModuleRoleButtonEntities.get(i).getButtonName())); - } - } - return mdmViewButtonVoList; - } - - /** - * @param allRecords - * @param checkedMeters - * @return java.util.List - * @Author lvleigang - * @Description 取出重复字段数据 - * @Date 4:34 下午 2023/10/26 - **/ - private List getDolist(List allRecords, List checkedMeters) { - List meterPlan = allRecords.stream() - .filter(item -> checkedMeters.stream() - .map(e -> { - if (!Objects.equals(item.getViewFiled(), e.getViewDetailId())) { - return null; - } else { - return item.getViewFiled(); - } - }) - .collect(Collectors.toList()) - .contains(item.getViewFiled())) - .collect(Collectors.toList()); - return meterPlan; - } - - /** - * @param mdmModuleDbEntityList 数据源 - * @param mdmModuleDbFiledsEntityList 数据源下的字段表 - * @param mdmModuleDbFiledsRuleEntityList 数据源字段的规则表 - * @param queryList 需要的字段 - * @return java.util.List - * @Author lvleigang - * @Description 根据字段设置返回前台字段 - * @Date 4:11 下午 2023/10/26 - **/ - private List setQueryList(List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList, List queryList, boolean flag) { - List mdmViewFiledVos = new ArrayList<>(); - - if (queryList != null && queryList.size() > 0) { - for (int i = 0; i < queryList.size(); i++) { - MdmViewFiledVo mdmViewFiledVo = new MdmViewFiledVo(); - mdmViewFiledVo.setId(queryList.get(i).getViewFiled());//字段id - mdmViewFiledVo.setSorts(i + 2);//排序 - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (queryList.get(i).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { - mdmViewFiledVo.setFiledType(mdmModuleDbFiledsEntityList.get(i1).getFiledType());//英文名 - mdmViewFiledVo.setEnName(mdmModuleDbFiledsEntityList.get(i1).getEnName());//英文名 - mdmViewFiledVo.setChName(mdmModuleDbFiledsEntityList.get(i1).getChName());//中文名 - for (int i2 = 0; i2 < mdmModuleDbEntityList.size(); i2++) { - if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i2).getId())) { - mdmViewFiledVo.setDbType(mdmModuleDbEntityList.get(i2).getDbType());//类型 1、主表 2、明细 - mdmViewFiledVo.setMdmId(mdmModuleDbEntityList.get(i2).getMdmId());//主数据模版ID - mdmViewFiledVo.setDbId(mdmModuleDbEntityList.get(i2).getId());//模版数据库id - mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i2).getDbName());//表名 - - break; - } - } - break; - } - } - //设置字段规则 - List ruleList = new ArrayList<>(); - if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { - for (int i1 = 0; i1 < mdmModuleDbFiledsRuleEntityList.size(); i1++) { - if (queryList.get(i).getViewFiled().equals(mdmModuleDbFiledsRuleEntityList.get(i1).getFiledId())) { - ruleList.add(mdmModuleDbFiledsRuleEntityList.get(i1)); - } - } - } - mdmViewFiledVo.setRuleList(ruleList); - mdmViewFiledVos.add(mdmViewFiledVo); - } - } - MdmViewFiledVo mdmViewFiledVo = new MdmViewFiledVo(); - mdmViewFiledVo.setSorts(1);//排序 - mdmViewFiledVo.setFiledType("3"); - mdmViewFiledVo.setEnName("document_rule");//英文名 - mdmViewFiledVo.setChName("单据编码");//中文名 - mdmViewFiledVo.setDbType("1");//类型 1、主表 2、明细 - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i).getDbName());//表名 - } - } - } - List msgRule = new ArrayList<>(); - MdmModuleDbFiledsRuleEntity msgRuleTitie = new MdmModuleDbFiledsRuleEntity(); - msgRuleTitie.setFormName("optionRuleForm"); - msgRuleTitie.setRuleCode("title"); - msgRuleTitie.setRuleName("显示名"); - msgRuleTitie.setRuleType("2"); - msgRuleTitie.setRuleValue("单据编码"); - MdmModuleDbFiledsRuleEntity msgRulerow = new MdmModuleDbFiledsRuleEntity(); - msgRulerow.setFormName("optionRuleForm"); - msgRulerow.setRuleCode("row"); - msgRulerow.setRuleName("宽度"); - msgRulerow.setRuleType("2"); - msgRulerow.setRuleValue("12"); - MdmModuleDbFiledsRuleEntity msgRuletype = new MdmModuleDbFiledsRuleEntity(); - msgRuletype.setFormName("optionRuleForm"); - msgRuletype.setRuleCode("type"); - msgRuletype.setRuleName("数据类型"); - msgRuletype.setRuleType("2"); - msgRuletype.setRuleValue("input"); - MdmModuleDbFiledsRuleEntity msgRulerequired = new MdmModuleDbFiledsRuleEntity(); - msgRulerequired.setFormName("optionRuleForm"); - msgRulerequired.setRuleCode("required"); - msgRulerequired.setRuleName("必填"); - msgRulerequired.setRuleType("2"); - MdmModuleDbFiledsRuleEntity withs = new MdmModuleDbFiledsRuleEntity(); - withs.setFormName("optionRuleForm"); - withs.setRuleCode("width"); - withs.setRuleName("宽度"); - withs.setRuleType("2"); - withs.setRuleValue("200"); - msgRule.add(withs); - msgRule.add(msgRulerequired); - msgRule.add(msgRuletype); - msgRule.add(msgRulerow); - msgRule.add(msgRuleTitie); - mdmViewFiledVo.setRuleList(msgRule); - mdmViewFiledVos.add(0, mdmViewFiledVo); - - //添加分发数量 - if (flag) { - addFfsl(mdmModuleDbEntityList, mdmViewFiledVos); - } - return mdmViewFiledVos; - } - - private void addFfsl(List mdmModuleDbEntityList, List mdmViewFiledVos) { - - MdmViewFiledVo mdmViewFiledVo = new MdmViewFiledVo(); - mdmViewFiledVo.setSorts(1);//排序 - mdmViewFiledVo.setFiledType("1"); - mdmViewFiledVo.setEnName("qwqwasdasdzxasda");//英文名 - mdmViewFiledVo.setChName("分发数量");//中文名 - mdmViewFiledVo.setDbType("1");//类型 1、主表 2、明细 - if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i).getDbName());//表名 - } - } - } - List msgRule = new ArrayList<>(); - MdmModuleDbFiledsRuleEntity msgRuleTitie = new MdmModuleDbFiledsRuleEntity(); - msgRuleTitie.setFormName("optionRuleForm"); - msgRuleTitie.setRuleCode("title"); - msgRuleTitie.setRuleName("显示名"); - msgRuleTitie.setRuleType("2"); - msgRuleTitie.setRuleValue("分发数量"); - MdmModuleDbFiledsRuleEntity msgRulerow = new MdmModuleDbFiledsRuleEntity(); - msgRulerow.setFormName("optionRuleForm"); - msgRulerow.setRuleCode("row"); - msgRulerow.setRuleName("宽度"); - msgRulerow.setRuleType("2"); - msgRulerow.setRuleValue("6"); - MdmModuleDbFiledsRuleEntity msgRuletype = new MdmModuleDbFiledsRuleEntity(); - msgRuletype.setFormName("optionRuleForm"); - msgRuletype.setRuleCode("type"); - msgRuletype.setRuleName("数据类型"); - msgRuletype.setRuleType("2"); - msgRuletype.setRuleValue("input"); - MdmModuleDbFiledsRuleEntity msgRulerequired = new MdmModuleDbFiledsRuleEntity(); - msgRulerequired.setFormName("optionRuleForm"); - msgRulerequired.setRuleCode("required"); - msgRulerequired.setRuleName("必填"); - msgRulerequired.setRuleType("2"); - msgRule.add(msgRulerequired); - msgRule.add(msgRuletype); - msgRule.add(msgRulerow); - msgRule.add(msgRuleTitie); - mdmViewFiledVo.setRuleList(msgRule); - mdmViewFiledVos.add(mdmViewFiledVo); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表显示 业务数据 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmShowData(JSONObject object) { - MdmQuery entity = getData("jsonStr", object, MdmQuery.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - //判断分页 - if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { - return BaseResult.getFailureMessageEntity("分页查询参数不存在"); - } - PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); - List> businessResult = mdmModuleDao.queryMdmShowData(entity); - PageInfo pageInfo = new PageInfo(businessResult); - return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据列表显示 业务数据 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmShowDistribute(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询模版 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(entity.getMdmCode()); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - - //查询数据源主表 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); - mdmModuleDbEntity.setDbType("1"); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleDbEntity = mdmModuleDbEntityList.get(0); - Map queryData = new HashMap<>(); - queryData.put("tableName", mdmModuleDbEntity.getDbName() + "_distribute");//表名 - queryData.put("id", entity.getId());//字段 - List datas = mdmModuleDbDao.getServiceByDistributeIdNoCase(queryData); - List returnData = new ArrayList<>(); - - //查询分发表 - MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); - mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); - mdmModuleDistributeEntity.setSts("Y"); - List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); - if (datas != null && datas.size() > 0) { - if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { - for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { - boolean flag = false; - for (int i1 = 0; i1 < datas.size(); i1++) { - if (datas.get(i1).getAppId().equals(mdmModuleDistributeEntities.get(i).getAppId())) { - flag = true; - break; - } - } - if (!flag) { - MdmDistributeVo mdmDistributeVo = new MdmDistributeVo(); - mdmDistributeVo.setAppId(mdmModuleDistributeEntities.get(i).getAppId()); - mdmDistributeVo.setStatus("4"); - mdmDistributeVo.setMsg("未发送"); - returnData.add(mdmDistributeVo); - } - } - } - returnData.addAll(datas); - } else { - if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { - for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { - MdmDistributeVo mdmDistributeVo = new MdmDistributeVo(); - mdmDistributeVo.setAppId(mdmModuleDistributeEntities.get(i).getAppId()); - mdmDistributeVo.setStatus("4"); - mdmDistributeVo.setMsg("未发送"); - returnData.add(mdmDistributeVo); - } - } - } - return BaseResult.getSuccessMessageEntity("查询数据成功", returnData); - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 查询数据(list 或者 分页) - * @Date 1:33 下午 2023/7/12 - **/ - @Override - public JsonResultEntity queryTemplateData(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - //校验是否有servecr传参 - if (!checkStr(entity.getTableName())) { - return BaseResult.getFailureMessageEntity("请先传递服务名"); - } - if (!checkStr(entity.getValue())) { - return BaseResult.getFailureMessageEntity("请先传递存储字段"); - } - if (!checkStr(entity.getLabel())) { - return BaseResult.getFailureMessageEntity("请先传递显示字段"); - } - if (entity.getPageNum() != null && entity.getPageSize() != null) { - PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); - List> mapList = mdmModuleDao.querySelectData(entity); - PageInfo pageInfo = new PageInfo(mapList); - return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); - } else { - List> mapList = mdmModuleDao.querySelectData(entity); - return BaseResult.getSuccessMessageEntity("查询数据成功", mapList); - } - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 业务数据树形结构,数据查询 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmShowTreeData(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - //if (entity.getTableName() == null || "".equals(entity.getTableName())) { - // return BaseResult.getFailureMessageEntity("系统错误"); - //} - if (entity.getLabel() == null || "".equals(entity.getLabel())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getUpId() == null || "".equals(entity.getUpId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getMdmCode() != null && !"".equals(entity.getMdmCode())) { - //查询模版 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(entity.getMdmCode()); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询数据源主表 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); - mdmModuleDbEntity.setDbType("1"); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleDbEntity = mdmModuleDbEntityList.get(0); - entity.setTableName(mdmModuleDbEntity.getDbName()); - } - - - if (checkStr(entity.getId())) { - if (!checkStr(entity.getValue())) { - return BaseResult.getFailureMessageEntity("请先传递存储字段"); - } - if (entity.getId().contains(",")) { - String[] strArray = entity.getId().split(","); // 使用逗号和空格作为分隔符 - entity.setIds(strArray); - List> mapList = mdmModuleDao.queryTemplateDataMore(entity); - if (mapList == null || mapList.size() == 0) { - List> returnList = new ArrayList<>(); - return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); - } - List> returnList = gettochilder(strArray, 0, mapList); - return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); - } else { - HashMap mapList = mdmModuleDao.queryTemplateDataOne(entity); - if (mapList == null || mapList.size() == 0) { - List> returnList = new ArrayList<>(); - return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); - } - List> returnList = new ArrayList<>(); - returnList.add(mapList); - return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); - } - } else { - List> mapList = mdmModuleDao.queryDataAll(entity); - List> returnList = new ArrayList<>(); - - if (mapList != null && mapList.size() > 0) { - for (int i = 0; i < mapList.size(); i++) { - //默认为根 - if (mapList.get(i).get(entity.getUpId()) == null || "".equals(mapList.get(i).get(entity.getUpId()))) { - List> children = getchilder(mapList.get(i).get("qsdfg").toString(), mapList, entity); - HashMap re = new HashMap<>(); - re.put("id", mapList.get(i).get("qsdfg")); - re.put("label", mapList.get(i).get(entity.getLabel())); - re.put("upID", mapList.get(i).get(entity.getUpId())); - if (children != null && children.size() > 0) { - re.put("children", children); - } - returnList.add(re); - } - } - } - return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); - } - } - - private List> gettochilder(String[] strArray, int i, List> mapList) { - List> maps = new ArrayList<>(); - for (int i1 = 0; i1 < mapList.size(); i1++) { - if (strArray[i].equals(mapList.get(i1).get("id").toString())) { - if (strArray.length >= (i + 2)) { - mapList.get(i1).put("children", gettochilder(strArray, i + 1, mapList)); - } - maps.add(mapList.get(i1)); - break; - } - } - return maps; - } - - private HashMap getFathers(List> mapListAll, HashMap mapList, MdmDto entity) { - if (mapList.get("upID") == null) { - return mapList; - } - HashMap retList = new HashMap<>(); - if (mapListAll != null && mapListAll.size() > 0) { - for (int i = 0; i < mapListAll.size(); i++) { - //等于上级id的时候 - if (mapListAll.get(i).get("qsdfg").equals(mapList.get("upID"))) { - retList.put("id", mapListAll.get(i).get("qsdfg")); - retList.put("label", mapListAll.get(i).get(entity.getLabel())); - retList.put("upID", mapListAll.get(i).get(entity.getUpId())); - List> returnList = new ArrayList<>(); - returnList.add(mapList); - retList.put("children", returnList); - break; - } - } - } - HashMap a = getFathers(mapListAll, retList, entity); - return a; - } - - private List> getchilder(String stringObjectHashMap, List> mapList, MdmDto entity) { - List> returnList = new ArrayList<>(); - if (mapList != null && mapList.size() > 0) { - for (int i = 0; i < mapList.size(); i++) { - //等于上级id的时候 - if (stringObjectHashMap.equals(mapList.get(i).get(entity.getUpId()))) { - List> children = getchilder(mapList.get(i).get(entity.getUpId()) + "," + mapList.get(i).get("qsdfg"), mapList, entity); - HashMap re = new HashMap<>(); - re.put("id", mapList.get(i).get("qsdfg")); - re.put("label", mapList.get(i).get(entity.getLabel())); - re.put("upID", mapList.get(i).get(entity.getUpId())); - if (children != null && children.size() > 0) { - re.put("children", children); - } - returnList.add(re); - } - } - } - return returnList; - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情 区分类型 新增、修改、查看 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmShowDetails(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getShowType() == null || "".equals(entity.getShowType())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询模版 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(entity.getMdmCode()); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - MdmDetailViewVo mdmViewVo = new MdmDetailViewVo(); - mdmModuleEntity = mdmModuleEntities.get(0); - mdmViewVo.setMdmModuleEntity(mdmModuleEntity); - - //查询数据源主表 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询数据源表下面的字段 - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsEntity.setSts("Y"); - List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); - if (mdmModuleDbFiledsEntityList == null || mdmModuleDbFiledsEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询字段下的规则 - MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = new MdmModuleDbFiledsRuleEntity(); - mdmModuleDbFiledsRuleEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsRuleEntity.setSts("Y"); - List mdmModuleDbFiledsRuleEntityList = mdmModuleDbFiledsRuleDao.queryBase(mdmModuleDbFiledsRuleEntity); - if (mdmModuleDbFiledsRuleEntityList == null || mdmModuleDbFiledsRuleEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); - mdmModuleViewDetailEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleViewDetailEntity.setSts("Y"); - mdmModuleViewDetailEntity.setViewType(entity.getShowType());//设置显示字段类型 - List mdmModuleViewDetailEntityList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); - //组装数据 - assembleMdmShowDetails(mdmViewVo, mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, mdmModuleViewDetailEntityList, entity.getShowType()); - return BaseResult.getSuccessMessageEntity("获取字段成功", mdmViewVo); - } - - /** - * @param mdmViewVo 返回对象 - * @param mdmModuleDbEntityList 数据源表 - * @param mdmModuleDbFiledsEntityList 数据源字段 - * @param mdmModuleDbFiledsRuleEntityList 数据源字段规则 - * @param mdmModuleViewDetailEntityList 数据源显示字段 - * @return void - * @Author lvleigang - * @Description 组装显示字段 - * @Date 9:10 上午 2023/11/6 - **/ - private void assembleMdmShowDetails(MdmDetailViewVo mdmViewVo, List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList, List mdmModuleViewDetailEntityList, String showType) { - //主数据主表 - MdmModuleDbEntity mainMdmModuleDb = new MdmModuleDbEntity(); - List mainMdmModuleDbFileds = new ArrayList<>(); - //主数据子表 - List sublistMdmModuleDb = new ArrayList<>(); - - if (mdmModuleViewDetailEntityList != null && mdmModuleViewDetailEntityList.size() > 0) { - //先循环数据源表,设置出数据字段 - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //1、主表 2、明细 - mainMdmModuleDb = mdmModuleDbEntityList.get(i); - //循环字段表 - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { - for (int b = 0; b < mdmModuleViewDetailEntityList.size(); b++) { - if (mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { - mainMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); - List mdmModuleDbFiledsRules = new ArrayList<>(); - //循环字段属性 - if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { - for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { - if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) - && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { - mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); - } - } - } - mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); - } - } - } - } - } - } else if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //2、明细 - sublistMdmModuleDb.add(mdmModuleDbEntityList.get(i)); - //循环字段表 - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - List sublistMdmModuleDbFileds = new ArrayList<>(); - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { - for (int b = 0; b < mdmModuleViewDetailEntityList.size(); b++) { - if (mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { - sublistMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); - List mdmModuleDbFiledsRules = new ArrayList<>(); - //循环字段属性 - if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { - for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { - if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) - && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { - mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); - } - } - } - mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); - } - } - - } - } - mdmModuleDbEntityList.get(i).setSublistMdmModuleDbFileds(sublistMdmModuleDbFileds); - } - } - } - mainMdmModuleDb.setSublistMdmModuleDbFileds(mainMdmModuleDbFileds); - mdmViewVo.setMainMdmModuleDb(mainMdmModuleDb); - //主数据子表 - List mdmModuleDb = new ArrayList<>(); - if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { - for (int i = 0; i < sublistMdmModuleDb.size(); i++) { - if (sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() != null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() > 0) { - mdmModuleDb.add(sublistMdmModuleDb.get(i)); - } - } - } - if ("5".equals(showType)) { - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setDbName(mainMdmModuleDb.getDbName() + "_distribute"); - mdmModuleDbEntity.setRemark(mainMdmModuleDb.getRemark() + "分发表"); - mdmModuleDbEntity.setDbType("2"); - List mdmModuleDbFiledsEntityList1 = getDistributeRole(); - mdmModuleDbEntity.setSublistMdmModuleDbFileds(mdmModuleDbFiledsEntityList1); - mdmModuleDb.add(mdmModuleDbEntity); - } - mdmViewVo.setSublistMdmModuleDb(mdmModuleDb); - - - } else { - mdmViewVo.setMainMdmModuleDb(mainMdmModuleDb); - mdmViewVo.setSublistMdmModuleDb(sublistMdmModuleDb); - } - } - - private List getDistributeRole() { - List mdmModuleDbFiledsEntityList = new ArrayList<>(); - //app - MdmModuleDbFiledsEntity appFiled = new MdmModuleDbFiledsEntity(); - appFiled.setChName("应用"); - appFiled.setEnName("app_id"); - appFiled.setFiledLength("50"); - appFiled.setFiledType("3"); - List appRule = new ArrayList<>(); - MdmModuleDbFiledsRuleEntity appRuleTitie = new MdmModuleDbFiledsRuleEntity(); - appRuleTitie.setFormName("optionRuleForm"); - appRuleTitie.setRuleCode("title"); - appRuleTitie.setRuleName("显示名"); - appRuleTitie.setRuleType("2"); - appRuleTitie.setRuleValue("应用"); - MdmModuleDbFiledsRuleEntity appRulerow = new MdmModuleDbFiledsRuleEntity(); - appRulerow.setFormName("optionRuleForm"); - appRulerow.setRuleCode("row"); - appRulerow.setRuleName("宽度"); - appRulerow.setRuleType("2"); - appRulerow.setRuleValue("6"); - MdmModuleDbFiledsRuleEntity appRuletype = new MdmModuleDbFiledsRuleEntity(); - appRuletype.setFormName("optionRuleForm"); - appRuletype.setRuleCode("type"); - appRuletype.setRuleName("数据类型"); - appRuletype.setRuleType("2"); - appRuletype.setRuleValue("select"); - MdmModuleDbFiledsRuleEntity appRulerequired = new MdmModuleDbFiledsRuleEntity(); - appRulerequired.setFormName("optionRuleForm"); - appRulerequired.setRuleCode("required"); - appRulerequired.setRuleName("必填"); - appRulerequired.setRuleType("2"); - MdmModuleDbFiledsRuleEntity appRuleservice = new MdmModuleDbFiledsRuleEntity(); - appRuleservice.setFormName("typeOptionRuleForm"); - appRuleservice.setRuleCode("service"); - appRuleservice.setRuleName("服务名称"); - appRuleservice.setRuleType("2"); - appRuleservice.setRuleValue("sys_application"); - MdmModuleDbFiledsRuleEntity appRulelabel = new MdmModuleDbFiledsRuleEntity(); - appRulelabel.setFormName("typeOptionRuleForm"); - appRulelabel.setRuleCode("label"); - appRulelabel.setRuleName("label"); - appRulelabel.setRuleType("2"); - appRulelabel.setRuleValue("name"); - MdmModuleDbFiledsRuleEntity appRulevalue = new MdmModuleDbFiledsRuleEntity(); - appRulevalue.setFormName("typeOptionRuleForm"); - appRulevalue.setRuleCode("value"); - appRulevalue.setRuleName("value"); - appRulevalue.setRuleType("2"); - appRulevalue.setRuleValue("id"); - appRule.add(appRulevalue); - appRule.add(appRulelabel); - appRule.add(appRuleservice); - appRule.add(appRulerequired); - appRule.add(appRuletype); - appRule.add(appRulerow); - appRule.add(appRuleTitie); - appFiled.setMdmModuleDbFiledsRules(appRule); - mdmModuleDbFiledsEntityList.add(appFiled); - - - //status - MdmModuleDbFiledsEntity statusFiled = new MdmModuleDbFiledsEntity(); - statusFiled.setChName("状态"); - statusFiled.setEnName("status"); - statusFiled.setFiledLength("50"); - statusFiled.setFiledType("3"); - List statusRule = new ArrayList<>(); - MdmModuleDbFiledsRuleEntity statusRuleTitie = new MdmModuleDbFiledsRuleEntity(); - statusRuleTitie.setFormName("optionRuleForm"); - statusRuleTitie.setRuleCode("title"); - statusRuleTitie.setRuleName("显示名"); - statusRuleTitie.setRuleType("2"); - statusRuleTitie.setRuleValue("状态"); - MdmModuleDbFiledsRuleEntity statusRulerow = new MdmModuleDbFiledsRuleEntity(); - statusRulerow.setFormName("optionRuleForm"); - statusRulerow.setRuleCode("row"); - statusRulerow.setRuleName("宽度"); - statusRulerow.setRuleType("2"); - statusRulerow.setRuleValue("6"); - MdmModuleDbFiledsRuleEntity statusRuletype = new MdmModuleDbFiledsRuleEntity(); - statusRuletype.setFormName("optionRuleForm"); - statusRuletype.setRuleCode("type"); - statusRuletype.setRuleName("数据类型"); - statusRuletype.setRuleType("2"); - statusRuletype.setRuleValue("input"); - MdmModuleDbFiledsRuleEntity statusRulerequired = new MdmModuleDbFiledsRuleEntity(); - statusRulerequired.setFormName("optionRuleForm"); - statusRulerequired.setRuleCode("required"); - statusRulerequired.setRuleName("必填"); - statusRulerequired.setRuleType("2"); - statusRule.add(statusRulerequired); - statusRule.add(statusRuletype); - statusRule.add(statusRulerow); - statusRule.add(statusRuleTitie); - statusFiled.setMdmModuleDbFiledsRules(statusRule); - mdmModuleDbFiledsEntityList.add(statusFiled); - - - //msg - MdmModuleDbFiledsEntity msgFiled = new MdmModuleDbFiledsEntity(); - msgFiled.setChName("描述"); - msgFiled.setEnName("msg"); - msgFiled.setFiledLength("200"); - msgFiled.setFiledType("3"); - List msgRule = new ArrayList<>(); - MdmModuleDbFiledsRuleEntity msgRuleTitie = new MdmModuleDbFiledsRuleEntity(); - msgRuleTitie.setFormName("optionRuleForm"); - msgRuleTitie.setRuleCode("title"); - msgRuleTitie.setRuleName("显示名"); - msgRuleTitie.setRuleType("2"); - msgRuleTitie.setRuleValue("描述"); - MdmModuleDbFiledsRuleEntity msgRulerow = new MdmModuleDbFiledsRuleEntity(); - msgRulerow.setFormName("optionRuleForm"); - msgRulerow.setRuleCode("row"); - msgRulerow.setRuleName("宽度"); - msgRulerow.setRuleType("2"); - msgRulerow.setRuleValue("6"); - MdmModuleDbFiledsRuleEntity msgRuletype = new MdmModuleDbFiledsRuleEntity(); - msgRuletype.setFormName("optionRuleForm"); - msgRuletype.setRuleCode("type"); - msgRuletype.setRuleName("数据类型"); - msgRuletype.setRuleType("2"); - msgRuletype.setRuleValue("input"); - MdmModuleDbFiledsRuleEntity msgRulerequired = new MdmModuleDbFiledsRuleEntity(); - msgRulerequired.setFormName("optionRuleForm"); - msgRulerequired.setRuleCode("required"); - msgRulerequired.setRuleName("必填"); - msgRulerequired.setRuleType("2"); - msgRule.add(msgRulerequired); - msgRule.add(msgRuletype); - msgRule.add(msgRulerow); - msgRule.add(msgRuleTitie); - msgFiled.setMdmModuleDbFiledsRules(msgRule); - mdmModuleDbFiledsEntityList.add(msgFiled); - return mdmModuleDbFiledsEntityList; - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 查询数据(list 或者 分页) - * @Date 1:33 下午 2023/7/12 - **/ - @Override - public JsonResultEntity queryMdmOptionData(JSONObject object) { - ModuleDto entity = getData("jsonStr", object, ModuleDto.class); - //校验是否有servecr传参 - if (!checkStr(entity.getService())) { - return BaseResult.getFailureMessageEntity("请先传递服务名"); - } - if (!checkStr(entity.getValue())) { - return BaseResult.getFailureMessageEntity("请先传递存储字段"); - } - if (!checkStr(entity.getLabel())) { - return BaseResult.getFailureMessageEntity("请先传递显示字段"); - } - //查询数据源主表 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setId(entity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - entity.setTableName(mdmModuleDbEntityList.get(0).getDbName()); - if (entity.getPageNum() != null && entity.getPageSize() != null) { - PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); - List> mapList = mdmModuleDao.queryTemplateData(entity); - PageInfo pageInfo = new PageInfo(mapList); - return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); - } else { - List> mapList = mdmModuleDao.queryTemplateData(entity); - return BaseResult.getSuccessMessageEntity("查询数据成功", mapList); - } - } - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情数据 区分类型 新增、修改、查看 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity queryMdmShowDetailsData(JSONObject object) { - MdmDto entity = getData("jsonStr", object, MdmDto.class); - if (entity == null) { - return BaseResult.getFailureMessageEntity("参数不允许为空"); - } - if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - if (entity.getId() == null || "".equals(entity.getId())) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - //查询模版 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(entity.getMdmCode()); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleEntity = mdmModuleEntities.get(0); - //查询数据源主表 - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - String tablename = null; - JSONObject jsonObject = new JSONObject(); - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - //查询数据 - Map queryData = new HashMap<>(); - queryData.put("tableName", mdmModuleDbEntityList.get(i).getDbName());//表名 - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - queryData.put("detailFlag", false);//是否明细 - queryData.put("id", entity.getId());//字段 - HashMap datas = mdmModuleDbDao.getServiceDataById(queryData); - jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(), datas); - tablename = mdmModuleDbEntityList.get(i).getDbName() + "_distribute"; - } else { - queryData.put("detailFlag", true);//是否明细 - queryData.put("id", entity.getId());//字段 - List> datas = mdmModuleDbDao.getServiceByFormmainId(queryData); - jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(), datas); - } - } - if (tablename != null && !"".equals(tablename)) { - Map queryData = new HashMap<>(); - queryData.put("tableName", tablename);//表名 - queryData.put("id", entity.getId());//字段 - List> datas = mdmModuleDbDao.getServiceByDistributeId(queryData); - jsonObject.put(tablename, datas); - } - - - return BaseResult.getSuccessMessageEntity("获取数据成功", jsonObject); - } - - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情数据修改 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity updateMdmShowDetailsData(JSONObject object) { - JSONObject jsonObject = getstrObj("jsonStr", object); - //校验是否有servecr传参 - if (!checkData(jsonObject, "mdmCode")) { - return BaseResult.getFailureMessageEntity("请先传递服务名"); - } - if (!checkData(jsonObject, "data")) { - return BaseResult.getFailureMessageEntity("请先传递要修改的数据"); - } - JSONObject saveData = jsonObject.getJSONObject("data"); - //校验唯一 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleEntity = mdmModuleEntities.get(0); - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - String res = checkDataOnly(jsonObject.getInteger("mdmCode"), saveData, true, mdmModuleEntity, mdmModuleDbEntityList); - - if (res == null || "".equals(res)) { - return BaseResult.getSuccessMessageEntity("修改数据成功"); - } else { - return BaseResult.getFailureMessageEntity(res); - } - } - - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情数据新增 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity saveMdmShowDetailsData(JSONObject object) { - JSONObject jsonObject = getstrObj("jsonStr", object); - //校验是否有servecr传参 - if (!checkData(jsonObject, "mdmCode")) { - return BaseResult.getFailureMessageEntity("请先传递服务名"); - } - if (!checkData(jsonObject, "data")) { - return BaseResult.getFailureMessageEntity("请先传递要修改的数据"); - } - JSONObject saveData = jsonObject.getJSONObject("data"); - //校验唯一 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleEntity = mdmModuleEntities.get(0); - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - String res = checkDataOnly(jsonObject.getInteger("mdmCode"), saveData, false, mdmModuleEntity, mdmModuleDbEntityList); - - if (res == null || "".equals(res)) { - return BaseResult.getSuccessMessageEntity("保存数据成功"); - } else { - return BaseResult.getFailureMessageEntity(res); - } - } - - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 主数据详情数据修改 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity deleteMdmShowDetailsData(JSONObject object) { - JSONObject jsonObject = getstrObj("jsonStr", object); - //校验是否有servecr传参 - if (!checkData(jsonObject, "mdmCode")) { - return BaseResult.getFailureMessageEntity("请先传递服务名"); - } - if (!checkData(jsonObject, "id")) { - return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); - } - //校验唯一 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleEntity = mdmModuleEntities.get(0); - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - - //查询视图,如果树形,删除下级及子集 - //查询展示类型 - MdmModuleViewEntity mdmModuleViewEntity = new MdmModuleViewEntity(); - mdmModuleViewEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleViewEntity.setSts("Y"); - List moduleViewEntityList = mdmModuleViewDao.queryBase(mdmModuleViewEntity); - if (moduleViewEntityList == null || moduleViewEntityList.size() != 1) { - return BaseResult.getFailureMessageEntity("系统错误"); - } - mdmModuleViewEntity = moduleViewEntityList.get(0); - - - //删除自己 - FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); - formmainDeleteDto.setId(jsonObject.getString("id")); - formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); - formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - if (mdmModuleViewEntity != null && mdmModuleViewEntity.getViewName() != null && "1".equals(mdmModuleViewEntity.getViewName()) && - mdmModuleViewEntity.getUpIdFiled() != null && !"".equals(mdmModuleViewEntity.getUpIdFiled())) { - formmainDeleteDto.setUpIdFiled(mdmModuleViewEntity.getUpIdFiled()); - - Map queryData = new HashMap<>(); - queryData.put("tableName", mdmModuleDbEntityList.get(i).getDbName());//表名 - queryData.put("detailFlag", false);//是否明细 - queryData.put("id", jsonObject.getString("id"));//字段 - HashMap datas = mdmModuleDbDao.getServiceDataById(queryData); - String upValue = null; - if (datas != null && datas.get(mdmModuleViewEntity.getUpIdFiled()) != null) { - upValue = datas.get(mdmModuleViewEntity.getUpIdFiled()).toString(); - } - if (upValue != null) { - formmainDeleteDto.setUpIdFiledValue(upValue + "," + jsonObject.getString("id")); - } else { - formmainDeleteDto.setUpIdFiledValue(jsonObject.getString("id")); - } - mdmModuleDao.deleteChilder(formmainDeleteDto); - } - mdmModuleDao.deleteTemplateById(formmainDeleteDto); - - } else { - //删除明细 - FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); - formmainDeleteDto.setFormmain_id(jsonObject.getString("id")); - formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); - formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - mdmModuleDao.deleteTemplateById(formmainDeleteDto); - } - } - return BaseResult.getSuccessMessageEntity("删除数据成功"); - } - - - /** - * @param object - * @return com.hzya.frame.web.entity.JsonResultEntity - * @Author lvleigang - * @Description 处理分发数据 - * @Date 9:40 上午 2023/10/18 - **/ - @Override - public JsonResultEntity doMdmDistribute(JSONObject object) { - JSONObject jsonObject = getstrObj("jsonStr", object); - //校验是否有servecr传参 - if (!checkData(jsonObject, "mdmCode")) { - return BaseResult.getFailureMessageEntity("请先传递服务名"); - } - if (!checkData(jsonObject, "id")) { - return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); - } - if (!checkData(jsonObject, "appID")) { - return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); - } - if (!checkData(jsonObject, "dataType")) { - return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); - } - if("2".equals(jsonObject.getString("dataType"))){ - boolean flag = false; - //1、根据服务名查询分发数据 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities != null && mdmModuleEntities.size() == 1) { - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); - mdmModuleDbEntity.setDbType("1"); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntities = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntities != null && mdmModuleDbEntities.size() == 1) { - mdmModuleDbEntity = mdmModuleDbEntities.get(0); - } - MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); - mdmModuleDistributeEntity.setAppId(jsonObject.getString("appID")); - mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); - List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); - if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() == 1) { - if (mdmModuleDistributeEntities.get(0).getAddType() != null && "1".equals(mdmModuleDistributeEntities.get(0).getAddType())) { - //2、查找插件 - if (mdmModuleDistributeEntities.get(0).getAddPlug() != null && !"".equals(mdmModuleDistributeEntities.get(0).getAddPlug())) { - //2、查找插件 - SysApplicationPluginEntity sysApplicationPluginEntity = sysApplicationPluginDao.get(mdmModuleDistributeEntities.get(0).getAddPlug()); - if(sysApplicationPluginEntity.getPluginCode() != null && !"".equals(sysApplicationPluginEntity.getPluginCode())){ - //3、调用插件 - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(sysApplicationPluginEntity.getPluginCode()); - try { - JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObject); - flag = true; - } catch (Exception e) { - logger.error("插件处理失败"+e.getMessage()); - } - } - } - } else { - //TODO 连线 - flag = true; - } - } - if(mdmModuleDbEntity.getDbName()!= null && !"".equals(mdmModuleDbEntity.getDbName())) { - MdmDistributeEntity mdmDistributeEntity = new MdmDistributeEntity(); - mdmDistributeEntity.setCreate(); - mdmDistributeEntity.setTableName(mdmModuleDbEntity.getDbName()+"_distribute"); - mdmDistributeEntity.setFormmainId(jsonObject.getString("id")); - mdmDistributeEntity.setAppId(jsonObject.getString("appID")); - mdmDistributeEntity.setStatus("1"); - mdmDistributeEntity.setMsg("发送成功"); - if (!flag) { - mdmDistributeEntity.setStatus("3"); - mdmDistributeEntity.setMsg("发送失败"); - } - mdmModuleDao.saveDistribute(mdmDistributeEntity); - return BaseResult.getSuccessMessageEntity("下发数据成功"); - - }else { - return BaseResult.getFailureMessageEntity("系统错误"); - } - }else { - return BaseResult.getFailureMessageEntity("系统错误"); - } - }else { - if (!checkData(jsonObject, "distributeID")) { - return BaseResult.getFailureMessageEntity("请先传递分发数据"); - } - boolean flag = false; - //1、根据服务名查询分发数据 - MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); - mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); - mdmModuleEntity.setSts("Y"); - List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); - if (mdmModuleEntities != null && mdmModuleEntities.size() == 1) { - MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); - mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); - mdmModuleDbEntity.setDbType("1"); - mdmModuleDbEntity.setSts("Y"); - List mdmModuleDbEntities = mdmModuleDbDao.queryBase(mdmModuleDbEntity); - if (mdmModuleDbEntities != null && mdmModuleDbEntities.size() == 1) { - mdmModuleDbEntity = mdmModuleDbEntities.get(0); - } - MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); - mdmModuleDistributeEntity.setAppId(jsonObject.getString("appID")); - mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); - List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); - if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() == 1) { - if (mdmModuleDistributeEntities.get(0).getDeleteType() != null && "1".equals(mdmModuleDistributeEntities.get(0).getDeleteType())) { - //2、查找插件 - if (mdmModuleDistributeEntities.get(0).getDeletePlug() != null && !"".equals(mdmModuleDistributeEntities.get(0).getDeletePlug())) { - //2、查找插件 - SysApplicationPluginEntity sysApplicationPluginEntity = sysApplicationPluginDao.get(mdmModuleDistributeEntities.get(0).getDeletePlug()); - if(sysApplicationPluginEntity.getPluginCode() != null && !"".equals(sysApplicationPluginEntity.getPluginCode())){ - //3、调用插件 - PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(sysApplicationPluginEntity.getPluginCode()); - try { - JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObject); - flag = true; - } catch (Exception e) { - logger.error("插件处理失败"+e.getMessage()); - } - } - } - } else { - //TODO 连线 - flag = true; - } - } - if(mdmModuleDbEntity.getDbName()!= null && !"".equals(mdmModuleDbEntity.getDbName())) { - //删除数据 - MdmDistributeEntity mdmDistributeEntity = new MdmDistributeEntity(); - mdmDistributeEntity.setId(jsonObject.getString("distributeID")); - mdmDistributeEntity.setTableName(mdmModuleDbEntity.getDbName()+"_distribute"); - mdmDistributeEntity.setFormmainId(jsonObject.getString("id")); - mdmDistributeEntity.setAppId(jsonObject.getString("appID")); - mdmDistributeEntity.setStatus("1"); - mdmDistributeEntity.setMsg("删除成功"); - if (!flag) { - mdmDistributeEntity.setStatus("3"); - mdmDistributeEntity.setMsg("删除失败"); - } - mdmModuleDao.updateDistribute(mdmDistributeEntity); - return BaseResult.getSuccessMessageEntity("删除数据成功"); - - }else { - return BaseResult.getFailureMessageEntity("系统错误"); - } - }else { - return BaseResult.getFailureMessageEntity("系统错误"); - } - } - - } - - /** - * @param mdmCode - * @param saveData - * @param mdmModuleEntity - * @param mdmModuleDbEntityList - * @param flag 修改 新增 - * @return java.lang.String - * @Author lvleigang - * @Description 校验数据 - * @Date 11:20 上午 2023/11/6 - **/ - private String checkDataOnly(Integer mdmCode, JSONObject saveData, boolean flag, MdmModuleEntity mdmModuleEntity, List mdmModuleDbEntityList) { - StringBuffer str = new StringBuffer(); - - //查询字段 - //查询字段下的必填规则 - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsEntity.setSts("Y"); - mdmModuleDbFiledsEntity.setRoletype("required"); - mdmModuleDbFiledsEntity.setRoleValue("true"); - List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); - - if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { - if (jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))) { - if (str.toString() != null && !"".equals(str.toString())) { - str.append(";"); - } - str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "不为空"); - } - } - } - } else { - JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); - if (jsonArray != null && jsonArray.size() > 0) { - for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { - if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { - for (int i2 = 0; i2 < jsonArray.size(); i2++) { - JSONObject jsonObject = jsonArray.getJSONObject(i2); - if (jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))) { - if (str.toString() != null && !"".equals(str.toString())) { - str.append(";"); - } - str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "不为空"); - break; - } - } - } - } - } - } - } - } - - if (str == null || "".equals(str.toString())) { - //校验数据 - MdmModuleDbFiledsEntity onlyFiledsEntity = new MdmModuleDbFiledsEntity(); - onlyFiledsEntity.setMdmId(mdmModuleEntity.getId()); - onlyFiledsEntity.setSts("Y"); - onlyFiledsEntity.setRoletype("fieldsSole"); - onlyFiledsEntity.setRoleValue("true"); - - List onlyEntityList = mdmModuleDbFiledsDao.queryBase(onlyFiledsEntity); - - if (onlyEntityList != null && onlyEntityList.size() > 0) { - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); - for (int i1 = 0; i1 < onlyEntityList.size(); i1++) { - if (onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { - //校验唯一 - Map map = new HashMap<>(); - map.put("tableName", mdmModuleDbEntityList.get(i).getDbName()); - if (flag) { - map.put("id", jsonObject.getString("id")); - } - map.put("filedName", onlyEntityList.get(i1).getEnName()); - map.put("filedValue", jsonObject.getString(onlyEntityList.get(i1).getEnName())); - Integer count = mdmModuleDao.checkData(map); - if (count > 0) { - if (str.toString() != null && !"".equals(str.toString())) { - str.append(";"); - } - str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "已存在"); - } - } - } - } else { - JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); - if (jsonArray != null && jsonArray.size() > 0) { - for (int i1 = 0; i1 < onlyEntityList.size(); i1++) { - if (onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { - for (int i2 = 0; i2 < jsonArray.size(); i2++) { - JSONObject jsonObject = jsonArray.getJSONObject(i2); - - //校验唯一 - Map map = new HashMap<>(); - map.put("tableName", mdmModuleDbEntityList.get(i).getDbName()); - if (flag) { - map.put("id", jsonObject.getString("id")); - } - map.put("filedName", onlyEntityList.get(i1).getEnName()); - map.put("filedValue", jsonObject.getString(onlyEntityList.get(i1).getEnName())); - Integer count = mdmModuleDao.checkData(map); - if (count > 0) { - if (str.toString() != null && !"".equals(str.toString())) { - str.append(";"); - } - str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "已存在"); - break; - } - } - } - } - } - } - } - } - } - - - //保存数据 - if (str == null || "".equals(str.toString())) { - String id = UUIDUtils.getUUID(); - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { - JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); - //保存数据 - MdmDataDto mdmDataDto = new MdmDataDto(); - mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity1 = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity1.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsEntity1.setDbId(mdmModuleDbEntityList.get(i).getId()); - mdmModuleDbFiledsEntity1.setSts("Y"); - List fileds = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity1); - //查询单据规则 - MdmTableCodeRuleEntity mdmTableCodeRuleEntity = new MdmTableCodeRuleEntity(); - mdmTableCodeRuleEntity.setMdmId(mdmModuleEntity.getId()); - mdmTableCodeRuleEntity.setDbId(mdmModuleDbEntityList.get(i).getId()); - mdmTableCodeRuleEntity.setSts("Y"); - List mdmTableCodeRuleEntities = mdmTableCodeRuleDao.queryBase(mdmTableCodeRuleEntity); - StringBuffer document_rule = new StringBuffer(); - Integer document_rule_num = 0; - if (mdmTableCodeRuleEntities != null && mdmTableCodeRuleEntities.size() > 0) { - for (int i1 = 0; i1 < mdmTableCodeRuleEntities.size(); i1++) { - //1、连接符号 2、字符串 3、日期 4、流水号 - if ("1".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { - document_rule.append("-"); - } else if ("2".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { - document_rule.append(mdmTableCodeRuleEntities.get(i1).getDbValue()); - } else if ("3".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { - SimpleDateFormat sdf = new SimpleDateFormat(mdmTableCodeRuleEntities.get(i1).getDbValue());//要转换的时间格式 - String stra = sdf.format(new Date()); - document_rule.append(stra); - } else if ("4".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { - document_rule_num = mdmTableCodeRuleEntities.get(i1).getDbValue().length(); - } - } - } - List mdmDataFiledDtos = new ArrayList<>(); - for (int i1 = 0; i1 < fileds.size(); i1++) { - if (jsonObject.get(fileds.get(i1).getEnName()) != null) { - MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); - mdmDataFiledDto.setFiledsName(fileds.get(i1).getEnName()); - mdmDataFiledDto.setFiledsValue(jsonObject.getString(fileds.get(i1).getEnName())); - mdmDataFiledDtos.add(mdmDataFiledDto); - } - } - MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); - mdmDataFiledDto.setFiledsName("logid"); - mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); - mdmDataFiledDtos.add(mdmDataFiledDto); - mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - if (flag) { - mdmDataDto.setId(jsonObject.getString("id")); - id = jsonObject.getString("id"); - int a = mdmModuleDao.updateForm(mdmDataDto); - } else { - - mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); - mdmDataDto.setDocumentRule(document_rule.toString()); - mdmDataDto.setDocumentRuleNum(document_rule_num); - MdmDataFiledDto ids = new MdmDataFiledDto(); - ids.setFiledsName("id"); - ids.setFiledsValue(id); - mdmDataFiledDtos.add(ids); - mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - int a = mdmModuleDao.saveForm(mdmDataDto); - } - } - } - - for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { - if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { - //删除明细 - FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); - formmainDeleteDto.setFormmain_id(id); - formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); - formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - mdmModuleDao.deleteTemplateById(formmainDeleteDto); - - JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); - if (jsonArray != null && jsonArray.size() > 0) { - MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity1 = new MdmModuleDbFiledsEntity(); - mdmModuleDbFiledsEntity1.setMdmId(mdmModuleEntity.getId()); - mdmModuleDbFiledsEntity1.setDbId(mdmModuleDbEntityList.get(i).getId()); - mdmModuleDbFiledsEntity1.setSts("Y"); - List fileds = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity1); - - for (int i2 = 0; i2 < jsonArray.size(); i2++) { - JSONObject jsonObject = jsonArray.getJSONObject(i2); - //保存数据 - MdmDataDto mdmDataDto = new MdmDataDto(); - mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); - List mdmDataFiledDtos = new ArrayList<>(); - for (int i1 = 0; i1 < fileds.size(); i1++) { - MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); - mdmDataFiledDto.setFiledsName(fileds.get(i1).getEnName()); - mdmDataFiledDto.setFiledsValue(jsonObject.getString(fileds.get(i1).getEnName())); - mdmDataFiledDtos.add(mdmDataFiledDto); - } - MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); - mdmDataFiledDto.setFiledsName("logid"); - mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); - mdmDataFiledDtos.add(mdmDataFiledDto); - - MdmDataFiledDto formain_id = new MdmDataFiledDto(); - formain_id.setFiledsName("formmain_id"); - formain_id.setFiledsValue(id); - mdmDataFiledDtos.add(formain_id); - - mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - if (jsonObject.getString("id") != null) { - MdmDataFiledDto sts = new MdmDataFiledDto(); - sts.setFiledsName("sts"); - sts.setFiledsValue("Y"); - mdmDataFiledDtos.add(sts); - mdmDataDto.setId(jsonObject.getString("id")); - int a = mdmModuleDao.updateForm(mdmDataDto); - } else { - MdmDataFiledDto ids = new MdmDataFiledDto(); - ids.setFiledsName("id"); - ids.setFiledsValue(UUIDUtils.getUUID()); - mdmDataFiledDtos.add(ids); - mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); - mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); - int a = mdmModuleDao.saveForm(mdmDataDto); - } - } - } - } - } - } - return str.toString(); - } - - /** - * @param jsonObject - * @return boolean - * @Author lvleigang - * @Description 校验是否有值 - * @Date 2:20 下午 2023/7/10 - **/ - private boolean checkData(JSONObject jsonObject, String key) { - if (jsonObject != null - && jsonObject.getString(key) != null - && !"".equals(jsonObject.getString(key))) { - return true; - } - return false; - } - - protected T getData(String key, JSONObject jsonObject, Class clz) { - if (checkStr(jsonObject.getString(key))) { - return jsonObject.getJSONObject(key).toJavaObject(clz); - } - return null; - } - - /** - * @param key - * @param object - * @return com.alibaba.fastjson.JSONObject - * @Author lvleigang - * @Description 获取对象转换成jsonobj - * @Date 11:51 下午 2023/7/10 - **/ - protected JSONObject getstrObj(String key, JSONObject object) { - if (checkStr(object.getString(key))) { - return object.getJSONObject(key); - } - return new JSONObject(); - } - - /** - * @param str - * @return void - * @Author lvleigang - * @Description 校验字符串 - * @Date 11:41 上午 2022/12/7 - **/ - protected Boolean checkStr(String str) { - Boolean flag = true; - if (str == null || "".equals(str)) { - flag = false; - } - return flag; - } - - /** - * @param str - * @return void - * @Author lvleigang - * @Description 校验字符串 - * @Date 11:41 上午 2022/12/7 - **/ - protected Boolean checkInt(Integer str) { - Boolean flag = true; - if (str == null) { - flag = false; - } - return flag; - } } From 4d9fdcae7a4d4f409e701873cb1168434a9c9bb9 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 3 Jun 2024 08:45:36 +0800 Subject: [PATCH 77/86] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../integtationTaskLog/entity/IntegrationTaskLogEntity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml index a5a9d746..68a3bff1 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml +++ b/service/src/main/java/com/hzya/frame/sysnew/integtationTaskLog/entity/IntegrationTaskLogEntity.xml @@ -143,7 +143,7 @@ and company_id like concat('%',#{companyId},'%') and sts='Y' - order by sorts asc + order by sorts desc order by ${sort} ${order} From 2741e28ba1bebbf19a4152ada539eb4486503e62 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 3 Jun 2024 08:49:43 +0800 Subject: [PATCH 78/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mdm/mdmModule/dao/IMdmModuleDao.java | 2 +- .../mdmModule/dao/impl/MdmModuleDaoImpl.java | 134 +-------- .../mdm/mdmModule/entity/MdmModuleEntity.java | 2 +- .../mdmModule/service/IMdmModuleService.java | 2 +- .../service/impl/MdmModuleServiceImpl.java | 2 +- .../mdm/mdmModuleDb/dao/IMdmModuleDbDao.java | 2 +- .../dao/impl/MdmModuleDbDaoImpl.java | 2 +- .../mdmModuleDb/entity/MdmModuleDbEntity.java | 2 +- .../service/IMdmModuleDbService.java | 2 +- .../service/impl/MdmModuleDbServiceImpl.java | 2 +- .../dao/IMdmModuleDbFiledsDao.java | 2 +- .../dao/impl/MdmModuleDbFiledsDaoImpl.java | 2 +- .../entity/MdmModuleDbFiledsEntity.java | 2 +- .../service/IMdmModuleDbFiledsService.java | 2 +- .../impl/MdmModuleDbFiledsServiceImpl.java | 2 +- .../dao/IMdmModuleDbFiledsRuleDao.java | 2 +- .../impl/MdmModuleDbFiledsRuleDaoImpl.java | 2 +- .../entity/MdmModuleDbFiledsRuleEntity.java | 2 +- .../IMdmModuleDbFiledsRuleService.java | 2 +- .../MdmModuleDbFiledsRuleServiceImpl.java | 2 +- .../dao/IMdmModuleDistributeDao.java | 2 +- .../dao/impl/MdmModuleDistributeDaoImpl.java | 2 +- .../entity/MdmModuleDistributeEntity.java | 2 +- .../service/IMdmModuleDistributeService.java | 2 +- .../impl/MdmModuleDistributeServiceImpl.java | 2 +- .../dao/IMdmModuleDistributeDetailDao.java | 15 + .../MdmModuleDistributeDetailDaoImpl.java | 17 ++ .../MdmModuleDistributeDetailEntity.java | 96 ++++++ .../MdmModuleDistributeDetailEntity.xml | 278 ++++++++++++++++++ .../IMdmModuleDistributeDetailService.java | 12 + .../MdmModuleDistributeDetailServiceImpl.java | 26 ++ .../mdmModuleView/dao/IMdmModuleViewDao.java | 2 +- .../dao/impl/MdmModuleViewDaoImpl.java | 2 +- .../entity/MdmModuleViewEntity.java | 2 +- .../service/IMdmModuleViewService.java | 2 +- .../impl/MdmModuleViewServiceImpl.java | 2 +- .../dao/IMdmModuleViewButtonDao.java | 2 +- .../dao/impl/MdmModuleViewButtonDaoImpl.java | 2 +- .../entity/MdmModuleViewButtonEntity.java | 2 +- .../service/IMdmModuleViewButtonService.java | 2 +- .../impl/MdmModuleViewButtonServiceImpl.java | 2 +- .../dao/IMdmModuleViewDetailDao.java | 2 +- .../dao/impl/MdmModuleViewDetailDaoImpl.java | 2 +- .../entity/MdmModuleViewDetailEntity.java | 2 +- .../service/IMdmModuleViewDetailService.java | 2 +- .../impl/MdmModuleViewDetailServiceImpl.java | 2 +- 46 files changed, 486 insertions(+), 170 deletions(-) create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java index fedf6b4e..a4c661ae 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 主数据模版(mdm_module: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 16:56:53 + * @since 2024-06-03 08:46:29 */ public interface IMdmModuleDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java index caabbdff..a7fa1684 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java @@ -1,145 +1,17 @@ package com.hzya.frame.mdm.mdmModule.dao.impl; -import com.hzya.frame.mdm.entity.MdmDataDto; -import com.hzya.frame.mdm.entity.MdmDistributeEntity; -import com.hzya.frame.mdm.entity.MdmDto; -import com.hzya.frame.mdm.entity.MdmQuery; -import com.hzya.frame.mdm.entity.MdmVo; import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; import com.hzya.frame.mdm.mdmModule.dao.IMdmModuleDao; -import com.hzya.frame.sys.entity.FormmainDeleteDto; -import com.hzya.frame.sys.entity.ModuleDto; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; - -import java.util.HashMap; -import java.util.List; -import java.util.Map; - /** * 主数据模版(MdmModule)表数据库访问层 * * @author makejava - * @since 2023-10-17 15:25:42 + * @since 2024-06-03 08:46:29 */ @Repository(value = "MdmModuleDaoImpl") -public class MdmModuleDaoImpl extends MybatisGenericDao implements IMdmModuleDao { - - @Override - public List queryMdm(MdmDto entity) { - List o = (List) super.selectList(getSqlIdPrifx() + "queryMdm", entity); - return o; - } - - @Override - public Integer checkTable(Map maps) { - Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "checkTable", maps); - return o; - - } - - @Override - public Integer createTable(Map maps) { - Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "createTable", maps); - return o; - } - @Override - public Integer createTableDistribute(Map maps) { - Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "createTableDistribute", maps); - return o; - } - @Override - public Integer alterTable(Map maps) { - Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "alterTable", maps); - return o; - } - - @Override - public Integer alterTableName(Map maps) { - Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "alterTableName", maps); - return o; - - } - @Override - public Integer checkData(Map maps) { - Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "checkData", maps); - return o; - - } - @Override - public List> querySelectData(MdmDto entity) { - List> o = (List>) super.selectList(getSqlIdPrifx() + "querySelectData", entity); - return o; - - } - - @Override - public List> queryTemplateDataMore(MdmDto entity) { - List> o = (List>) super.selectList(getSqlIdPrifx() + "queryTemplateDataMore", entity); - return o; - - } - - @Override - public List> queryMdmShowData(MdmQuery entity) { - List> o = (List>) super.selectList(getSqlIdPrifx() + "queryMdmShowData", entity); - return o; - } - @Override - public List> queryDataAll(MdmDto entity) { - List> o = (List>) super.selectList(getSqlIdPrifx() + "queryDataAll", entity); - return o; - } - - @Override - public List> queryTemplateData(ModuleDto entity) { - List> o = (List>) super.selectList(getSqlIdPrifx() + "queryTemplateData", entity); - return o; - - } - @Override - public Integer updateForm(MdmDataDto mdmDataDto) { - Integer o = super.update(getSqlIdPrifx() + "updateForm", mdmDataDto); - return o; - - } - @Override - public Integer saveForm(MdmDataDto mdmDataDto) { - Integer o = super.update(getSqlIdPrifx() + "saveForm", mdmDataDto); - return o; - - } - - @Override - public Integer deleteTemplateById(FormmainDeleteDto entity) { - Integer o = super.delete(getSqlIdPrifx() + "deleteTemplateById", entity); - return o; - - } - - @Override - public Integer deleteChilder(FormmainDeleteDto entity) { - Integer o = super.delete(getSqlIdPrifx() + "deleteChilder", entity); - return o; - - } - - @Override - public Integer saveDistribute(MdmDistributeEntity mdmDistributeEntity) { - Integer o = super.insert(getSqlIdPrifx() + "saveDistribute", mdmDistributeEntity); - return o; - } - @Override - public Integer updateDistribute(MdmDistributeEntity mdmDistributeEntity) { - Integer o = super.update(getSqlIdPrifx() + "updateDistribute", mdmDistributeEntity); - return o; - } - - @Override - public HashMap queryTemplateDataOne(MdmDto entity) { - HashMap o = (HashMap) super.selectOne(getSqlIdPrifx() + "queryTemplateDataOne", entity); - return o; - - } +public class MdmModuleDaoImpl extends MybatisGenericDao implements IMdmModuleDao{ + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java index 90a32672..2d34005d 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 主数据模版(MdmModule)实体类 * * @author makejava - * @since 2024-05-30 16:56:53 + * @since 2024-06-03 08:46:29 */ public class MdmModuleEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java index a45d87ce..02372e74 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/IMdmModuleService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 主数据模版(MdmModule)表服务接口 * * @author makejava - * @since 2024-05-30 16:56:54 + * @since 2024-06-03 08:46:29 */ public interface IMdmModuleService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java index cbca01ff..a47b3505 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/service/impl/MdmModuleServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 主数据模版(MdmModule)表服务实现类 * * @author makejava - * @since 2024-05-30 16:56:54 + * @since 2024-06-03 08:46:29 */ @Service(value = "mdmModuleService") public class MdmModuleServiceImpl extends BaseService implements IMdmModuleService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java index c756aa73..92b955dd 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/IMdmModuleDbDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 模版数据库表(mdm_module_db: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 16:58:05 + * @since 2024-06-03 08:46:48 */ public interface IMdmModuleDbDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java index d16293ca..77d8c8bb 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/dao/impl/MdmModuleDbDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 模版数据库表(MdmModuleDb)表数据库访问层 * * @author makejava - * @since 2024-05-30 16:58:05 + * @since 2024-06-03 08:46:50 */ @Repository(value = "MdmModuleDbDaoImpl") public class MdmModuleDbDaoImpl extends MybatisGenericDao implements IMdmModuleDbDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java index 22a7acfe..ae612a36 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 模版数据库表(MdmModuleDb)实体类 * * @author makejava - * @since 2024-05-30 16:58:05 + * @since 2024-06-03 08:46:50 */ public class MdmModuleDbEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java index f1bfc14b..7104bf51 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/IMdmModuleDbService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 模版数据库表(MdmModuleDb)表服务接口 * * @author makejava - * @since 2024-05-30 16:58:05 + * @since 2024-06-03 08:46:51 */ public interface IMdmModuleDbService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java index 0af82f65..511df1b4 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/service/impl/MdmModuleDbServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 模版数据库表(MdmModuleDb)表服务实现类 * * @author makejava - * @since 2024-05-30 16:58:05 + * @since 2024-06-03 08:46:52 */ @Service(value = "mdmModuleDbService") public class MdmModuleDbServiceImpl extends BaseService implements IMdmModuleDbService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java index 85ae9c76..9bbd8915 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/IMdmModuleDbFiledsDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 模版数据库字段表(mdm_module_db_fileds: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 16:59:05 + * @since 2024-06-03 08:47:01 */ public interface IMdmModuleDbFiledsDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java index 42497b13..1e32d5a9 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/dao/impl/MdmModuleDbFiledsDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 模版数据库字段表(MdmModuleDbFileds)表数据库访问层 * * @author makejava - * @since 2024-05-30 16:59:05 + * @since 2024-06-03 08:47:01 */ @Repository(value = "MdmModuleDbFiledsDaoImpl") public class MdmModuleDbFiledsDaoImpl extends MybatisGenericDao implements IMdmModuleDbFiledsDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java index 3dfe1ee5..4453cbd2 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 模版数据库字段表(MdmModuleDbFileds)实体类 * * @author makejava - * @since 2024-05-30 16:59:05 + * @since 2024-06-03 08:47:01 */ public class MdmModuleDbFiledsEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java index c4a0378a..e08b44aa 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/IMdmModuleDbFiledsService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 模版数据库字段表(MdmModuleDbFileds)表服务接口 * * @author makejava - * @since 2024-05-30 16:59:05 + * @since 2024-06-03 08:47:01 */ public interface IMdmModuleDbFiledsService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java index 585ecffc..82ecb3f0 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/service/impl/MdmModuleDbFiledsServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 模版数据库字段表(MdmModuleDbFileds)表服务实现类 * * @author makejava - * @since 2024-05-30 16:59:05 + * @since 2024-06-03 08:47:01 */ @Service(value = "mdmModuleDbFiledsService") public class MdmModuleDbFiledsServiceImpl extends BaseService implements IMdmModuleDbFiledsService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java index cae56910..7e29594b 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/IMdmModuleDbFiledsRuleDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 模版数据库字段规则表(mdm_module_db_fileds_rule: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 16:59:59 + * @since 2024-06-03 08:47:10 */ public interface IMdmModuleDbFiledsRuleDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java index 43cb75a6..d3c4f630 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/dao/impl/MdmModuleDbFiledsRuleDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 模版数据库字段规则表(MdmModuleDbFiledsRule)表数据库访问层 * * @author makejava - * @since 2024-05-30 16:59:59 + * @since 2024-06-03 08:47:10 */ @Repository(value = "MdmModuleDbFiledsRuleDaoImpl") public class MdmModuleDbFiledsRuleDaoImpl extends MybatisGenericDao implements IMdmModuleDbFiledsRuleDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java index 2e30e449..59f24cfb 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 模版数据库字段规则表(MdmModuleDbFiledsRule)实体类 * * @author makejava - * @since 2024-05-30 16:59:59 + * @since 2024-06-03 08:47:10 */ public class MdmModuleDbFiledsRuleEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java index 26d2b517..710c7f0a 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/IMdmModuleDbFiledsRuleService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 模版数据库字段规则表(MdmModuleDbFiledsRule)表服务接口 * * @author makejava - * @since 2024-05-30 16:59:59 + * @since 2024-06-03 08:47:10 */ public interface IMdmModuleDbFiledsRuleService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java index ba897603..8b987300 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/service/impl/MdmModuleDbFiledsRuleServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 模版数据库字段规则表(MdmModuleDbFiledsRule)表服务实现类 * * @author makejava - * @since 2024-05-30 16:59:59 + * @since 2024-06-03 08:47:10 */ @Service(value = "mdmModuleDbFiledsRuleService") public class MdmModuleDbFiledsRuleServiceImpl extends BaseService implements IMdmModuleDbFiledsRuleService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java index db9d3be5..2e2f90f5 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/IMdmModuleDistributeDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 主数据功能应用分发表(mdm_module_distribute: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:02:43 + * @since 2024-06-03 08:47:33 */ public interface IMdmModuleDistributeDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java index 3b91fabb..3318c2c2 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/dao/impl/MdmModuleDistributeDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 主数据功能应用分发表(MdmModuleDistribute)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:02:43 + * @since 2024-06-03 08:47:33 */ @Repository(value = "MdmModuleDistributeDaoImpl") public class MdmModuleDistributeDaoImpl extends MybatisGenericDao implements IMdmModuleDistributeDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java index 542d0b27..23df5360 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 主数据功能应用分发表(MdmModuleDistribute)实体类 * * @author makejava - * @since 2024-05-30 17:02:43 + * @since 2024-06-03 08:47:33 */ public class MdmModuleDistributeEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java index e997c97c..577b0e3c 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/IMdmModuleDistributeService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 主数据功能应用分发表(MdmModuleDistribute)表服务接口 * * @author makejava - * @since 2024-05-30 17:02:44 + * @since 2024-06-03 08:47:33 */ public interface IMdmModuleDistributeService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java index 8479bf2c..24fe61e3 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/service/impl/MdmModuleDistributeServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 主数据功能应用分发表(MdmModuleDistribute)表服务实现类 * * @author makejava - * @since 2024-05-30 17:02:44 + * @since 2024-06-03 08:47:33 */ @Service(value = "mdmModuleDistributeService") public class MdmModuleDistributeServiceImpl extends BaseService implements IMdmModuleDistributeService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java new file mode 100644 index 00000000..2b55a63a --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/IMdmModuleDistributeDetailDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.mdm.mdmModuleDistributeDetail.dao; + +import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 主数据功能应用分发明细表(mdm_module_distribute_detail: table)表数据库访问层 + * + * @author makejava + * @since 2024-06-03 08:48:18 + */ +public interface IMdmModuleDistributeDetailDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java new file mode 100644 index 00000000..68878631 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/dao/impl/MdmModuleDistributeDetailDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.impl; + +import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; +import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 主数据功能应用分发明细表(MdmModuleDistributeDetail)表数据库访问层 + * + * @author makejava + * @since 2024-06-03 08:48:18 + */ +@Repository(value = "MdmModuleDistributeDetailDaoImpl") +public class MdmModuleDistributeDetailDaoImpl extends MybatisGenericDao implements IMdmModuleDistributeDetailDao{ + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java new file mode 100644 index 00000000..b0438ba8 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.java @@ -0,0 +1,96 @@ +package com.hzya.frame.mdm.mdmModuleDistributeDetail.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 主数据功能应用分发明细表(MdmModuleDistributeDetail)实体类 + * + * @author makejava + * @since 2024-06-03 08:48:18 + */ +public class MdmModuleDistributeDetailEntity extends BaseEntity { + + /** 主数据模版ID */ + private String mdmId; + /** 应用分发id */ + private String distributeId; + /** 接口id */ + private String apiId; + /** 数据类型 1、新增2、修改3、删除 */ + private String dataType; + /** 字段名 */ + private String filedName; + /** 对比类型 1、等于 */ + private String compareType; + /** 目标API字段默认值 */ + private String filedVaule; + /** 公司id */ + private String companyId; + + + public String getMdmId() { + return mdmId; + } + + public void setMdmId(String mdmId) { + this.mdmId = mdmId; + } + + public String getDistributeId() { + return distributeId; + } + + public void setDistributeId(String distributeId) { + this.distributeId = distributeId; + } + + public String getApiId() { + return apiId; + } + + public void setApiId(String apiId) { + this.apiId = apiId; + } + + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } + + public String getFiledName() { + return filedName; + } + + public void setFiledName(String filedName) { + this.filedName = filedName; + } + + public String getCompareType() { + return compareType; + } + + public void setCompareType(String compareType) { + this.compareType = compareType; + } + + public String getFiledVaule() { + return filedVaule; + } + + public void setFiledVaule(String filedVaule) { + this.filedVaule = filedVaule; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml new file mode 100644 index 00000000..ca6fe0c9 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + id + ,mdm_id + ,distribute_id + ,api_id + ,data_type + ,filed_name + ,compare_type + ,filed_vaule + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + + + + + + + + + + + + + + + + insert into mdm_module_distribute_detail( + + id , + mdm_id , + distribute_id , + api_id , + data_type , + filed_name , + compare_type , + filed_vaule , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sorts, + sts, + + )values( + + #{id} , + #{mdmId} , + #{distributeId} , + #{apiId} , + #{dataType} , + #{filedName} , + #{compareType} , + #{filedVaule} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute_detail a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, data_type, filed_name, compare_type, filed_vaule, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmId},#{entity.distributeId},#{entity.apiId},#{entity.dataType},#{entity.filedName},#{entity.compareType},#{entity.filedVaule},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, data_type, filed_name, compare_type, filed_vaule, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmId},#{entity.distributeId},#{entity.apiId},#{entity.dataType},#{entity.filedName},#{entity.compareType},#{entity.filedVaule},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_id = values(mdm_id), + distribute_id = values(distribute_id), + api_id = values(api_id), + data_type = values(data_type), + filed_name = values(filed_name), + compare_type = values(compare_type), + filed_vaule = values(filed_vaule), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_module_distribute_detail set + + mdm_id = #{mdmId}, + distribute_id = #{distributeId}, + api_id = #{apiId}, + data_type = #{dataType}, + filed_name = #{filedName}, + compare_type = #{compareType}, + filed_vaule = #{filedVaule}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + +update mdm_module_distribute_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update mdm_module_distribute_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_id = #{mdmId} + and distribute_id = #{distributeId} + and api_id = #{apiId} + and data_type = #{dataType} + and filed_name = #{filedName} + and compare_type = #{compareType} + and filed_vaule = #{filedVaule} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and sts='Y' + + + + + delete from mdm_module_distribute_detail where id = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java new file mode 100644 index 00000000..9b2fb7f8 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/IMdmModuleDistributeDetailService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.mdm.mdmModuleDistributeDetail.service; + +import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * 主数据功能应用分发明细表(MdmModuleDistributeDetail)表服务接口 + * + * @author makejava + * @since 2024-06-03 08:48:18 + */ +public interface IMdmModuleDistributeDetailService extends IBaseService{ +} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java new file mode 100644 index 00000000..6dd4b505 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/service/impl/MdmModuleDistributeDetailServiceImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.mdm.mdmModuleDistributeDetail.service.impl; + +import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; +import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; +import com.hzya.frame.mdm.mdmModuleDistributeDetail.service.IMdmModuleDistributeDetailService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * 主数据功能应用分发明细表(MdmModuleDistributeDetail)表服务实现类 + * + * @author makejava + * @since 2024-06-03 08:48:18 + */ +@Service(value = "mdmModuleDistributeDetailService") +public class MdmModuleDistributeDetailServiceImpl extends BaseService implements IMdmModuleDistributeDetailService { + + private IMdmModuleDistributeDetailDao mdmModuleDistributeDetailDao; + + @Autowired + public void setMdmModuleDistributeDetailDao(IMdmModuleDistributeDetailDao dao) { + this.mdmModuleDistributeDetailDao = dao; + this.dao = dao; + } +} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java index 3c4a63e6..c1daba93 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/IMdmModuleViewDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 主数据视图表(mdm_module_view: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:03:24 + * @since 2024-06-03 08:48:37 */ public interface IMdmModuleViewDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java index 60b2e844..453f7b44 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/dao/impl/MdmModuleViewDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 主数据视图表(MdmModuleView)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:03:24 + * @since 2024-06-03 08:48:37 */ @Repository(value = "MdmModuleViewDaoImpl") public class MdmModuleViewDaoImpl extends MybatisGenericDao implements IMdmModuleViewDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java index 94540106..9c1344ba 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 主数据视图表(MdmModuleView)实体类 * * @author makejava - * @since 2024-05-30 17:03:24 + * @since 2024-06-03 08:48:37 */ public class MdmModuleViewEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java index e389eae0..5a9399ff 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/IMdmModuleViewService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 主数据视图表(MdmModuleView)表服务接口 * * @author makejava - * @since 2024-05-30 17:03:24 + * @since 2024-06-03 08:48:37 */ public interface IMdmModuleViewService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java index ec23ecc4..7bc7b2f5 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/service/impl/MdmModuleViewServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 主数据视图表(MdmModuleView)表服务实现类 * * @author makejava - * @since 2024-05-30 17:03:24 + * @since 2024-06-03 08:48:37 */ @Service(value = "mdmModuleViewService") public class MdmModuleViewServiceImpl extends BaseService implements IMdmModuleViewService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java index 48d7c1d2..66472d77 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/IMdmModuleViewButtonDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 主数据视图按钮表(mdm_module_view_button: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:05:15 + * @since 2024-06-03 08:48:46 */ public interface IMdmModuleViewButtonDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java index de0814cd..6d790b3e 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/dao/impl/MdmModuleViewButtonDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 主数据视图按钮表(MdmModuleViewButton)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:05:15 + * @since 2024-06-03 08:48:46 */ @Repository(value = "MdmModuleViewButtonDaoImpl") public class MdmModuleViewButtonDaoImpl extends MybatisGenericDao implements IMdmModuleViewButtonDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java index 2cbfd6b1..261b8bdf 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 主数据视图按钮表(MdmModuleViewButton)实体类 * * @author makejava - * @since 2024-05-30 17:05:15 + * @since 2024-06-03 08:48:46 */ public class MdmModuleViewButtonEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java index edea1981..b5e0ce7e 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/IMdmModuleViewButtonService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 主数据视图按钮表(MdmModuleViewButton)表服务接口 * * @author makejava - * @since 2024-05-30 17:05:15 + * @since 2024-06-03 08:48:46 */ public interface IMdmModuleViewButtonService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java index 053d5c82..5b05c552 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/service/impl/MdmModuleViewButtonServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 主数据视图按钮表(MdmModuleViewButton)表服务实现类 * * @author makejava - * @since 2024-05-30 17:05:15 + * @since 2024-06-03 08:48:46 */ @Service(value = "mdmModuleViewButtonService") public class MdmModuleViewButtonServiceImpl extends BaseService implements IMdmModuleViewButtonService { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java index 91379efb..248da365 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/IMdmModuleViewDetailDao.java @@ -7,7 +7,7 @@ import com.hzya.frame.basedao.dao.IBaseDao; * 主数据视图明细表(mdm_module_view_detail: table)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:04:17 + * @since 2024-06-03 08:48:55 */ public interface IMdmModuleViewDetailDao extends IBaseDao { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java index 25f67fce..4b692a49 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/dao/impl/MdmModuleViewDetailDaoImpl.java @@ -8,7 +8,7 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; * 主数据视图明细表(MdmModuleViewDetail)表数据库访问层 * * @author makejava - * @since 2024-05-30 17:04:17 + * @since 2024-06-03 08:48:55 */ @Repository(value = "MdmModuleViewDetailDaoImpl") public class MdmModuleViewDetailDaoImpl extends MybatisGenericDao implements IMdmModuleViewDetailDao{ diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java index 7d481354..e49e3044 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java @@ -6,7 +6,7 @@ import com.hzya.frame.web.entity.BaseEntity; * 主数据视图明细表(MdmModuleViewDetail)实体类 * * @author makejava - * @since 2024-05-30 17:04:17 + * @since 2024-06-03 08:48:55 */ public class MdmModuleViewDetailEntity extends BaseEntity { diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java index 724604c9..cea4b1dc 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/IMdmModuleViewDetailService.java @@ -6,7 +6,7 @@ import com.hzya.frame.basedao.service.IBaseService; * 主数据视图明细表(MdmModuleViewDetail)表服务接口 * * @author makejava - * @since 2024-05-30 17:04:17 + * @since 2024-06-03 08:48:55 */ public interface IMdmModuleViewDetailService extends IBaseService{ } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java index b5995fe9..34ffa328 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/service/impl/MdmModuleViewDetailServiceImpl.java @@ -11,7 +11,7 @@ import com.hzya.frame.basedao.service.impl.BaseService; * 主数据视图明细表(MdmModuleViewDetail)表服务实现类 * * @author makejava - * @since 2024-05-30 17:04:17 + * @since 2024-06-03 08:48:55 */ @Service(value = "mdmModuleViewDetailService") public class MdmModuleViewDetailServiceImpl extends BaseService implements IMdmModuleViewDetailService { From 9aceb2f78b5440339177aa0fca88e9c088c63fd8 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 3 Jun 2024 13:39:48 +0800 Subject: [PATCH 79/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/mdm/entity/MdmDto.java | 52 + .../mdm/mdmModule/dao/IMdmModuleDao.java | 11 +- .../mdmModule/dao/impl/MdmModuleDaoImpl.java | 24 +- .../mdm/mdmModule/entity/MdmModuleEntity.java | 19 + .../mdm/mdmModule/entity/MdmModuleEntity.xml | 63 +- .../mdmModuleDb/entity/MdmModuleDbEntity.java | 22 + .../mdmModuleDb/entity/MdmModuleDbEntity.xml | 8 +- .../entity/MdmModuleDbFiledsEntity.java | 22 +- .../entity/MdmModuleDbFiledsEntity.xml | 8 +- .../entity/MdmModuleDbFiledsRuleEntity.java | 10 +- .../entity/MdmModuleDbFiledsRuleEntity.xml | 8 +- .../entity/MdmModuleDistributeEntity.xml | 8 +- .../MdmModuleDistributeDetailEntity.xml | 8 +- .../entity/MdmModuleViewEntity.xml | 8 +- .../entity/MdmModuleViewButtonEntity.xml | 8 +- .../entity/MdmModuleViewDetailEntity.xml | 8 +- .../dao/IMdmTableCodeRuleDao.java | 15 + .../dao/impl/MdmTableCodeRuleDaoImpl.java | 17 + .../entity/MdmTableCodeRuleEntity.java | 86 + .../entity/MdmTableCodeRuleEntity.xml | 265 ++ .../service/IMdmTableCodeRuleService.java | 12 + .../impl/MdmTableCodeRuleServiceImpl.java | 26 + .../hzya/frame/mdm/service/IMdmService.java | 256 ++ .../frame/mdm/service/IMdmServiceCache.java | 37 + .../mdm/service/impl/MdmServiceCache.java | 103 + .../mdm/service/impl/MdmServiceImpl.java | 3217 +++++++++++++++++ .../sysnew/login/impl/LoginServiceImpl.java | 60 +- 27 files changed, 4302 insertions(+), 79 deletions(-) create mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java new file mode 100644 index 00000000..b5e8332d --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDto.java @@ -0,0 +1,52 @@ +package com.hzya.frame.mdm.entity; + + +import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; + +import java.util.List; + +public class MdmDto { + + //主数据编码 + private Long mdmCode; + //单据编码规则 + private List mdmTableCodeRuleEntityList; + //主数据主表 + private MdmModuleDbEntity mainMdmModuleDb; + //主数据子表 + private List sublistMdmModuleDb; + + public Long getMdmCode() { + return mdmCode; + } + + public void setMdmCode(Long mdmCode) { + this.mdmCode = mdmCode; + } + + public List getMdmTableCodeRuleEntityList() { + return mdmTableCodeRuleEntityList; + } + + public void setMdmTableCodeRuleEntityList(List mdmTableCodeRuleEntityList) { + this.mdmTableCodeRuleEntityList = mdmTableCodeRuleEntityList; + } + + public MdmModuleDbEntity getMainMdmModuleDb() { + return mainMdmModuleDb; + } + + public void setMainMdmModuleDb(MdmModuleDbEntity mainMdmModuleDb) { + this.mainMdmModuleDb = mainMdmModuleDb; + } + + public List getSublistMdmModuleDb() { + return sublistMdmModuleDb; + } + + public void setSublistMdmModuleDb(List sublistMdmModuleDb) { + this.sublistMdmModuleDb = sublistMdmModuleDb; + } +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java index a4c661ae..8dcabbcb 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java @@ -1,7 +1,10 @@ package com.hzya.frame.mdm.mdmModule.dao; import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; -import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.basedao.dao.IBaseDao; + +import java.util.List; +import java.util.Map; /** * 主数据模版(mdm_module: table)表数据库访问层 @@ -11,5 +14,11 @@ import com.hzya.frame.basedao.dao.IBaseDao; */ public interface IMdmModuleDao extends IBaseDao { + List queryMdm(MdmModuleEntity entity); + + MdmModuleEntity getByMdmCode(Long mdmCode); + + Integer checkTable(Map maps); + } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java index a7fa1684..fda4b148 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java @@ -4,6 +4,10 @@ import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; import com.hzya.frame.mdm.mdmModule.dao.IMdmModuleDao; import org.springframework.stereotype.Repository; import com.hzya.frame.basedao.dao.MybatisGenericDao; + +import java.util.List; +import java.util.Map; + /** * 主数据模版(MdmModule)表数据库访问层 * @@ -12,6 +16,24 @@ import com.hzya.frame.basedao.dao.MybatisGenericDao; */ @Repository(value = "MdmModuleDaoImpl") public class MdmModuleDaoImpl extends MybatisGenericDao implements IMdmModuleDao{ - + + @Override + public List queryMdm(MdmModuleEntity entity) { + List o = (List) super.selectList(getSqlIdPrifx() + "queryMdm", entity); + return o; + } + + @Override + public MdmModuleEntity getByMdmCode(Long mdmCode) { + MdmModuleEntity mdmModuleEntity = (MdmModuleEntity) super.query(getSqlIdPrifx() + "getByMdmCode",mdmCode); + return mdmModuleEntity; + } + + @Override + public Integer checkTable(Map maps) { + Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "checkTable", maps); + return o; + + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java index 2d34005d..ab16aca7 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.java @@ -22,6 +22,10 @@ public class MdmModuleEntity extends BaseEntity { private String remark; /** 公司id */ private String companyId; + //创建人 + private String createUser; + //修改人 + private String modifyUser; public String getMdmName() { @@ -72,5 +76,20 @@ public class MdmModuleEntity extends BaseEntity { this.companyId = companyId; } + public String getModifyUser() { + return modifyUser; + } + + public void setModifyUser(String modifyUser) { + this.modifyUser = modifyUser; + } + + public String getCreateUser() { + return createUser; + } + + public void setCreateUser(String createUser) { + this.createUser = createUser; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml index f9902171..f323ccab 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml @@ -9,6 +9,8 @@ + + @@ -35,6 +37,12 @@ ,org_id ,company_id + + - + insert into mdm_module( id , mdm_name , mdm_logo , mdm_code , + mdm_code , mdm_type , remark , sorts , @@ -155,7 +164,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -164,6 +172,7 @@ #{mdmName} , #{mdmLogo} , #{mdmCode} , + (SELECT IFNULL(MAX(b.mdm_code)+1,10001) AS mdmCode FROM mdm_module b ), #{mdmType} , #{remark} , #{sorts} , @@ -174,13 +183,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module(mdm_name, mdm_logo, mdm_code, mdm_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -188,7 +196,7 @@ - + insert into mdm_module(mdm_name, mdm_logo, mdm_code, mdm_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values @@ -251,6 +259,51 @@ update mdm_module set sts= 'N' ,modify_time = #{modify_time},modify_user_id = # delete from mdm_module where id = #{id} + + + + + + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java index ae612a36..71ad1ac2 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.java @@ -1,6 +1,10 @@ package com.hzya.frame.mdm.mdmModuleDb.entity; import java.util.Date; +import java.util.List; + +import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; import com.hzya.frame.web.entity.BaseEntity; /** * 模版数据库表(MdmModuleDb)实体类 @@ -20,6 +24,9 @@ public class MdmModuleDbEntity extends BaseEntity { private String remark; /** 公司id */ private String companyId; + /** 数据类型 1、新增 2、修改 */ + private String dataType; + private List sublistMdmModuleDbFileds; public String getMdmId() { @@ -62,5 +69,20 @@ public class MdmModuleDbEntity extends BaseEntity { this.companyId = companyId; } + public List getSublistMdmModuleDbFileds() { + return sublistMdmModuleDbFileds; + } + + public void setSublistMdmModuleDbFileds(List sublistMdmModuleDbFileds) { + this.sublistMdmModuleDbFileds = sublistMdmModuleDbFileds; + } + + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml index 09204cac..383d4ca7 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDb/entity/MdmModuleDbEntity.xml @@ -132,7 +132,7 @@ - + insert into mdm_module_db( id , @@ -148,7 +148,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -166,13 +165,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_db(mdm_id, db_name, db_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -180,7 +178,7 @@ - + insert into mdm_module_db(mdm_id, db_name, db_type, remark, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java index 4453cbd2..194a0ace 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.java @@ -1,6 +1,9 @@ package com.hzya.frame.mdm.mdmModuleDbFileds.entity; import java.util.Date; +import java.util.List; + +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; import com.hzya.frame.web.entity.BaseEntity; /** * 模版数据库字段表(MdmModuleDbFileds)实体类 @@ -36,7 +39,9 @@ public class MdmModuleDbFiledsEntity extends BaseEntity { private String filedLength; /** 公司id */ private String companyId; - + /** 数据类型 1、新增 2、修改 */ + private String dataType; + private List mdmModuleDbFiledsRules; public String getMdmId() { return mdmId; @@ -142,5 +147,20 @@ public class MdmModuleDbFiledsEntity extends BaseEntity { this.companyId = companyId; } + public List getMdmModuleDbFiledsRules() { + return mdmModuleDbFiledsRules; + } + + public void setMdmModuleDbFiledsRules(List mdmModuleDbFiledsRules) { + this.mdmModuleDbFiledsRules = mdmModuleDbFiledsRules; + } + + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml index 5cfc68c1..8e4d37a4 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFileds/entity/MdmModuleDbFiledsEntity.xml @@ -180,7 +180,7 @@ - + insert into mdm_module_db_fileds( id , @@ -204,7 +204,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -230,13 +229,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db_fileds a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, add_type, update_type, show_type, query_type, list_type, view_type, filed_length, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -244,7 +242,7 @@ - + insert into mdm_module_db_fileds(mdm_id, db_id, ch_name, en_name, filed_type, add_type, update_type, show_type, query_type, list_type, view_type, filed_length, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java index 59f24cfb..e0031f98 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.java @@ -28,7 +28,8 @@ public class MdmModuleDbFiledsRuleEntity extends BaseEntity { private String ruleType; /** 公司id */ private String companyId; - + /** 数据类型 1、新增 2、修改 */ + private String dataType; public String getMdmId() { return mdmId; @@ -102,5 +103,12 @@ public class MdmModuleDbFiledsRuleEntity extends BaseEntity { this.companyId = companyId; } + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml index 94ea0aa7..2d1e1e9f 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDbFiledsRule/entity/MdmModuleDbFiledsRuleEntity.xml @@ -156,7 +156,7 @@ - + insert into mdm_module_db_fileds_rule( id , @@ -176,7 +176,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -198,13 +197,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_db_fileds_rule a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -212,7 +210,7 @@ - + insert into mdm_module_db_fileds_rule(mdm_id, form_name, db_id, filed_id, rule_name, rule_code, rule_value, rule_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml index 2690bdf6..82243342 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistribute/entity/MdmModuleDistributeEntity.xml @@ -144,7 +144,7 @@ - + insert into mdm_module_distribute( id , @@ -162,7 +162,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -182,13 +181,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_distribute(mdm_id, app_id, update_api, add_api, delete_api, enabled_state, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -196,7 +194,7 @@ - + insert into mdm_module_distribute(mdm_id, app_id, update_api, add_api, delete_api, enabled_state, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml index ca6fe0c9..15113e4f 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleDistributeDetail/entity/MdmModuleDistributeDetailEntity.xml @@ -150,7 +150,7 @@ - + insert into mdm_module_distribute_detail( id , @@ -169,7 +169,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -190,13 +189,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute_detail a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, data_type, filed_name, compare_type, filed_vaule, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -204,7 +202,7 @@ - + insert into mdm_module_distribute_detail(mdm_id, distribute_id, api_id, data_type, filed_name, compare_type, filed_vaule, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml index 2e99cc32..0e990f0d 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.xml @@ -132,7 +132,7 @@ - + insert into mdm_module_view( id , @@ -148,7 +148,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -166,13 +165,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -180,7 +178,7 @@ - + insert into mdm_module_view(mdm_id, view_name, view_filed, up_id_filed, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml index 05cf8351..e13d7aa0 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.xml @@ -132,7 +132,7 @@ - + insert into mdm_module_view_button( id , @@ -148,7 +148,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -166,13 +165,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view_button a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_view_button(mdm_id, view_id, button_type, button_value, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -180,7 +178,7 @@ - + insert into mdm_module_view_button(mdm_id, view_id, button_type, button_value, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml index c995e929..1b61a2da 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.xml @@ -132,7 +132,7 @@ - + insert into mdm_module_view_detail( id , @@ -148,7 +148,6 @@ sts , org_id , company_id , - sorts, sts, )values( @@ -166,13 +165,12 @@ #{sts} , #{org_id} , #{companyId} , - (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_view_detail a WHERE a.sts = 'Y' ), 'Y', ) - + insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) values @@ -180,7 +178,7 @@ - + insert into mdm_module_view_detail(mdm_id, view_id, view_filed, view_type, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) values diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java new file mode 100644 index 00000000..bf6031ad --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/IMdmTableCodeRuleDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.mdm.mdmTableCodeRule.dao; + +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 模版数据表编码规则表(mdm_table_code_rule: table)表数据库访问层 + * + * @author makejava + * @since 2024-06-03 10:56:13 + */ +public interface IMdmTableCodeRuleDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java new file mode 100644 index 00000000..3f47ae31 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/dao/impl/MdmTableCodeRuleDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.mdm.mdmTableCodeRule.dao.impl; + +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; +import com.hzya.frame.mdm.mdmTableCodeRule.dao.IMdmTableCodeRuleDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 模版数据表编码规则表(MdmTableCodeRule)表数据库访问层 + * + * @author makejava + * @since 2024-06-03 10:56:13 + */ +@Repository(value = "MdmTableCodeRuleDaoImpl") +public class MdmTableCodeRuleDaoImpl extends MybatisGenericDao implements IMdmTableCodeRuleDao{ + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java new file mode 100644 index 00000000..0b5c0531 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.java @@ -0,0 +1,86 @@ +package com.hzya.frame.mdm.mdmTableCodeRule.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 模版数据表编码规则表(MdmTableCodeRule)实体类 + * + * @author makejava + * @since 2024-06-03 10:56:13 + */ +public class MdmTableCodeRuleEntity extends BaseEntity { + + /** 主数据模版ID */ + private String mdmId; + /** db_id */ + private String dbId; + /** 规则 */ + private String dbName; + /** 类型 1、固定值 2、日期 3、流水 */ + private String dbType; + /** 备注 */ + private String remark; + /** 规则值 */ + private String dbValue; + /** 公司id */ + private String companyId; + + + public String getMdmId() { + return mdmId; + } + + public void setMdmId(String mdmId) { + this.mdmId = mdmId; + } + + public String getDbId() { + return dbId; + } + + public void setDbId(String dbId) { + this.dbId = dbId; + } + + public String getDbName() { + return dbName; + } + + public void setDbName(String dbName) { + this.dbName = dbName; + } + + public String getDbType() { + return dbType; + } + + public void setDbType(String dbType) { + this.dbType = dbType; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getDbValue() { + return dbValue; + } + + public void setDbValue(String dbValue) { + this.dbValue = dbValue; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml new file mode 100644 index 00000000..20bf14eb --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/entity/MdmTableCodeRuleEntity.xml @@ -0,0 +1,265 @@ + + + + + + + + + + + + + + + + + + + + + + + + id + ,mdm_id + ,db_id + ,db_name + ,db_type + ,remark + ,db_value + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + + + + + + + + + + + + + + + + insert into mdm_table_code_rule( + + id , + mdm_id , + db_id , + db_name , + db_type , + remark , + db_value , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sts, + + )values( + + #{id} , + #{mdmId} , + #{dbId} , + #{dbName} , + #{dbType} , + #{remark} , + #{dbValue} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + 'Y', + + ) + + + + insert into mdm_table_code_rule(mdm_id, db_id, db_name, db_type, remark, db_value, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmId},#{entity.dbId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.dbValue},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_table_code_rule(mdm_id, db_id, db_name, db_type, remark, db_value, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmId},#{entity.dbId},#{entity.dbName},#{entity.dbType},#{entity.remark},#{entity.dbValue},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_id = values(mdm_id), + db_id = values(db_id), + db_name = values(db_name), + db_type = values(db_type), + remark = values(remark), + db_value = values(db_value), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_table_code_rule set + + mdm_id = #{mdmId}, + db_id = #{dbId}, + db_name = #{dbName}, + db_type = #{dbType}, + remark = #{remark}, + db_value = #{dbValue}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + +update mdm_table_code_rule set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update mdm_table_code_rule set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_id = #{mdmId} + and db_id = #{dbId} + and db_name = #{dbName} + and db_type = #{dbType} + and remark = #{remark} + and db_value = #{dbValue} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and sts='Y' + + + + + delete from mdm_table_code_rule where id = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java new file mode 100644 index 00000000..17dbe140 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/IMdmTableCodeRuleService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.mdm.mdmTableCodeRule.service; + +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * 模版数据表编码规则表(MdmTableCodeRule)表服务接口 + * + * @author makejava + * @since 2024-06-03 10:56:13 + */ +public interface IMdmTableCodeRuleService extends IBaseService{ +} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java new file mode 100644 index 00000000..314a261a --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmTableCodeRule/service/impl/MdmTableCodeRuleServiceImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.mdm.mdmTableCodeRule.service.impl; + +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; +import com.hzya.frame.mdm.mdmTableCodeRule.dao.IMdmTableCodeRuleDao; +import com.hzya.frame.mdm.mdmTableCodeRule.service.IMdmTableCodeRuleService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * 模版数据表编码规则表(MdmTableCodeRule)表服务实现类 + * + * @author makejava + * @since 2024-06-03 10:56:13 + */ +@Service(value = "mdmTableCodeRuleService") +public class MdmTableCodeRuleServiceImpl extends BaseService implements IMdmTableCodeRuleService { + + private IMdmTableCodeRuleDao mdmTableCodeRuleDao; + + @Autowired + public void setMdmTableCodeRuleDao(IMdmTableCodeRuleDao dao) { + this.mdmTableCodeRuleDao = dao; + this.dao = dao; + } +} diff --git a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java index 9c4de712..40968767 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java @@ -8,5 +8,261 @@ import com.hzya.frame.web.entity.JsonResultEntity; */ public interface IMdmService { + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据列表查询接口分页 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity queryMdmPage(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据列表查询接口列表 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity queryMdmList(JSONObject jsonObject); + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据新增 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity addMdm(JSONObject jsonObject); + + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据基本信息获取 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity queryMdmModule(JSONObject jsonObject); + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据基本信息保存 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity doSaveMdmModule(JSONObject jsonObject); + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置查询数据源 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity queryMdmModuleDb(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询数据源的服务 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmModuleServer(JSONObject jsonObject); + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询数据源字段的服务 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmModuleServerFiled(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询主表字段 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmModuleServerMainFiled(JSONObject jsonObject); + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置保存数据源 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity saveMdmModuleDb(JSONObject jsonObject); + // + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询显示信息 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmModuleView(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置修改显示信息 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity doSaveMdmModuleView(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询权限配置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmModuleRule(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置保存权限配置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity doSaveMdmModuleRule(JSONObject jsonObject); + // + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询分发设置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmModuleDistribute(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置保存分发设置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity doSaveMdmModuleDistribute(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据列表显示 树、查询条件、列表字段、按钮 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmShow(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据查询所有字段 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmShowAll(JSONObject jsonObject); + ///** + // * @Author lvleigang + // * @Description 查询模版数据(list 或者 分页) + // * @Date 1:33 下午 2023/7/12 + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // **/ + //JsonResultEntity queryTemplateData(JSONObject jsonObject); + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据列表显示 业务数据 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmShowData(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据业务数据 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmShowDistribute(JSONObject jsonObject); + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据业务数据树结构 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmShowTreeData(JSONObject jsonObject); + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据业务数据树结构 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmOptionData(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情 区分类型 新增、修改、查看 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmShowDetails(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情数据 区分类型 新增、修改、查看 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity queryMdmShowDetailsData(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情数据修改 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity updateMdmShowDetailsData(JSONObject jsonObject); + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情数据新增 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity saveMdmShowDetailsData(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据删除业务数据 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity deleteMdmShowDetailsData(JSONObject jsonObject); + // + ///** + // * @param jsonObject + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 处理分发数据 + // * @Date 9:40 上午 2023/10/18 + // **/ + //JsonResultEntity doMdmDistribute(JSONObject jsonObject); } diff --git a/service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java b/service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java new file mode 100644 index 00000000..56dc07d0 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java @@ -0,0 +1,37 @@ +package com.hzya.frame.mdm.service; + +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; +import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; +import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; +import com.hzya.frame.web.entity.JsonResultEntity; + +import java.util.List; + +/** + * 主数据服务接口 + */ +public interface IMdmServiceCache { + + + /** + * @Author lvleigang + * @Description 获取模版主表 + * @Date 10:13 上午 2024/6/3 + * @param mdmCode + * @return com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity + **/ + MdmModuleEntity getMdmModuleEntity(Long mdmCode); + + void updateMdmModuleEntity(MdmModuleEntity entity); + + List queryMdmTableCodeRuleEntity(MdmTableCodeRuleEntity mdmTableCodeRuleEntity); + + List queryMdmModuleDb(MdmModuleDbEntity queryDb); + + List queryMdmModuleDbFileds(MdmModuleDbFiledsEntity queryDbFiled); + + List queryMdmModuleDbFiledsRule(MdmModuleDbFiledsRuleEntity queryDbFiledRule); +} diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java new file mode 100644 index 00000000..dcafef9a --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java @@ -0,0 +1,103 @@ +package com.hzya.frame.mdm.service.impl; + +import com.alibaba.fastjson.JSONObject; +import com.github.pagehelper.PageHelper; +import com.github.pagehelper.PageInfo; +import com.hzya.frame.mdm.mdmModule.dao.IMdmModuleDao; +import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; +import com.hzya.frame.mdm.mdmModuleDb.dao.IMdmModuleDbDao; +import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; +import com.hzya.frame.mdm.mdmModuleDbFileds.dao.IMdmModuleDbFiledsDao; +import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.dao.IMdmModuleDbFiledsRuleDao; +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; +import com.hzya.frame.mdm.mdmModuleDistribute.dao.IMdmModuleDistributeDao; +import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; +import com.hzya.frame.mdm.mdmModuleView.dao.IMdmModuleViewDao; +import com.hzya.frame.mdm.mdmModuleViewButton.dao.IMdmModuleViewButtonDao; +import com.hzya.frame.mdm.mdmModuleViewDetail.dao.IMdmModuleViewDetailDao; +import com.hzya.frame.mdm.mdmTableCodeRule.dao.IMdmTableCodeRuleDao; +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; +import com.hzya.frame.mdm.service.IMdmService; +import com.hzya.frame.mdm.service.IMdmServiceCache; +import com.hzya.frame.sysnew.integtationTask.entity.IntegrationTaskEntity; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.cache.annotation.CacheEvict; +import org.springframework.cache.annotation.Cacheable; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; +import java.util.List; + + +/** + * 主数据服务实现类 + */ +@Service(value = "mdmServiceCache") +public class MdmServiceCache implements IMdmServiceCache { + private final Logger logger = LoggerFactory.getLogger(this.getClass()); + @Resource + private IMdmModuleDao mdmModuleDao; + @Resource + private IMdmModuleDbDao mdmModuleDbDao; + @Resource + private IMdmModuleDbFiledsDao mdmModuleDbFiledsDao; + @Resource + private IMdmModuleDbFiledsRuleDao mdmModuleDbFiledsRuleDao; + @Resource + private IMdmModuleDistributeDao mdmModuleDistributeDao; + @Resource + private IMdmModuleDistributeDetailDao mdmModuleDistributeDetailDao; + @Resource + private IMdmModuleViewDao mdmModuleViewDao; + @Resource + private IMdmModuleViewButtonDao mdmModuleViewButtonDao; + @Resource + private IMdmModuleViewDetailDao mdmModuleViewDetailDao; + @Resource + private IMdmTableCodeRuleDao mdmTableCodeRuleDao; + + @Override + @Cacheable(cacheNames="mdmModule",key = "#mdmCode") + public MdmModuleEntity getMdmModuleEntity(Long mdmCode) { + MdmModuleEntity entity = mdmModuleDao.getByMdmCode(mdmCode); + return entity; + } + + @Override + @CacheEvict(cacheNames="mdmModule",key = "#entity.mdmCode") + public void updateMdmModuleEntity(MdmModuleEntity entity) { + mdmModuleDao.update(entity); + } + + @Override + @Cacheable(cacheNames="mdmTableCodeRule",key = "#mdmId") + public List queryMdmTableCodeRuleEntity(MdmTableCodeRuleEntity entity) { + List mdmTableCodeRuleEntityList = mdmTableCodeRuleDao.queryBase(entity); + return mdmTableCodeRuleEntityList; + } + + @Override + @Cacheable(cacheNames="mdmModuleDb",key = "#mdmId") + public List queryMdmModuleDb(MdmModuleDbEntity entity) { + List mdmModuleDbEntities = mdmModuleDbDao.queryBase(entity); + return mdmModuleDbEntities; + } + + @Override + @Cacheable(cacheNames="mdmModuleDbFileds",key = "#mdmId") + public List queryMdmModuleDbFileds(MdmModuleDbFiledsEntity entity) { + List mdmModuleDbFiledsEntities = mdmModuleDbFiledsDao.queryBase(entity); + return mdmModuleDbFiledsEntities; + } + + @Override + @Cacheable(cacheNames="mdmModuleDbFiledsRule",key = "#mdmId") + public List queryMdmModuleDbFiledsRule(MdmModuleDbFiledsRuleEntity entity) { + List mdmModuleDbFiledsRuleEntities = mdmModuleDbFiledsRuleDao.queryBase(entity); + return mdmModuleDbFiledsRuleEntities; + } +} diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 620dc735..99506fb6 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -1,11 +1,58 @@ package com.hzya.frame.mdm.service.impl; +import cn.dev33.satoken.stp.StpUtil; +import com.alibaba.fastjson.JSONArray; +import com.alibaba.fastjson.JSONObject; +import com.github.pagehelper.PageHelper; +import com.github.pagehelper.PageInfo; +import com.hzya.frame.base.PluginBaseEntity; +import com.hzya.frame.mdm.entity.MdmDbVo; +import com.hzya.frame.mdm.entity.MdmDto; +import com.hzya.frame.mdm.mdmModule.dao.IMdmModuleDao; +import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; +import com.hzya.frame.mdm.mdmModuleDb.dao.IMdmModuleDbDao; +import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; +import com.hzya.frame.mdm.mdmModuleDbFileds.dao.IMdmModuleDbFiledsDao; +import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.dao.IMdmModuleDbFiledsRuleDao; +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; +import com.hzya.frame.mdm.mdmModuleDistribute.dao.IMdmModuleDistributeDao; +import com.hzya.frame.mdm.mdmModuleDistribute.entity.MdmModuleDistributeEntity; +import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; +import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDetailEntity; +import com.hzya.frame.mdm.mdmModuleView.dao.IMdmModuleViewDao; +import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; +import com.hzya.frame.mdm.mdmModuleViewButton.dao.IMdmModuleViewButtonDao; +import com.hzya.frame.mdm.mdmModuleViewDetail.dao.IMdmModuleViewDetailDao; +import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; import com.hzya.frame.mdm.service.IMdmService; +import com.hzya.frame.mdm.service.IMdmServiceCache; +import com.hzya.frame.sys.entity.FormmainDeleteDto; +import com.hzya.frame.sys.entity.ModuleDto; +import com.hzya.frame.sys.module.entity.Module; +import com.hzya.frame.sys.roleModule.entity.RoleModule; +import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginEntity; +import com.hzya.frame.sysnew.buttonConfig.entity.SysButtonConfigEntity; +import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; +import com.hzya.frame.util.PluginUtils; +import com.hzya.frame.uuid.UUIDUtils; +import com.hzya.frame.web.entity.BaseResult; +import com.hzya.frame.web.entity.JsonResultEntity; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; +import javax.annotation.Resource; +import java.text.SimpleDateFormat; +import java.util.ArrayList; +import java.util.Date; +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.Objects; +import java.util.stream.Collectors; /** @@ -15,5 +62,3175 @@ import org.springframework.stereotype.Service; public class MdmServiceImpl implements IMdmService { private final Logger logger = LoggerFactory.getLogger(this.getClass()); + @Resource + private IMdmModuleDao mdmModuleDao; + @Resource + private IMdmServiceCache mdmServiceCache; + @Resource + private IMdmModuleDbDao mdmModuleDbDao; + @Resource + private IMdmModuleDbFiledsDao mdmModuleDbFiledsDao; + @Resource + private IMdmModuleDbFiledsRuleDao mdmModuleDbFiledsRuleDao; + @Resource + private IMdmModuleDistributeDao mdmModuleDistributeDao; + @Resource + private IMdmModuleDistributeDetailDao mdmModuleDistributeDetailDao; + @Resource + private IMdmModuleViewDao mdmModuleViewDao; + @Resource + private IMdmModuleViewButtonDao mdmModuleViewButtonDao; + @Resource + private IMdmModuleViewDetailDao mdmModuleViewDetailDao; + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据列表查询接口分页 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity queryMdmPage(JSONObject object) { + MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); + //判断分页 + if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { + return BaseResult.getFailureMessageEntity("分页查询参数不存在"); + } + PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + List mdmVos = mdmModuleDao.queryMdm(entity); + PageInfo pageInfo = new PageInfo(mdmVos); + return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据列表查询接口列表 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity queryMdmList(JSONObject object) { + MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); + List mdmVos = mdmModuleDao.queryMdm(entity); + return BaseResult.getSuccessMessageEntity("查询数据成功", mdmVos); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据新增 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity addMdm(JSONObject object) { + MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getMdmName() == null || "".equals(entity.getMdmName())) { + return BaseResult.getFailureMessageEntity("请先输入主数据名称"); + } + if (entity.getMdmType() == null || "".equals(entity.getMdmType())) { + return BaseResult.getFailureMessageEntity("请先选择主数据类型"); + } + //新增 + entity.setCreate(); + mdmModuleDao.save(entity); + return BaseResult.getSuccessMessageEntity("保存数据成功", entity); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据基本信息获取 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity queryMdmModule(JSONObject object) { + MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + //使用缓存 + MdmModuleEntity mdmModuleEntity = mdmServiceCache.getMdmModuleEntity(entity.getMdmCode()); + return BaseResult.getSuccessMessageEntity("查询数据成功", mdmModuleEntity); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据基本信息保存 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity doSaveMdmModule(JSONObject object) { + MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getMdmName() == null || "".equals(entity.getMdmName())) { + return BaseResult.getFailureMessageEntity("请先输入主数据名称"); + } + if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + //修改 + entity.setUpdate(); + mdmServiceCache.updateMdmModuleEntity(entity); + return BaseResult.getSuccessMessageEntity("修改主数据成功", entity); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置查询数据源 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity queryMdmModuleDb(JSONObject object) { + MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); + //判断分页 + if (entity == null) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + MdmDbVo mdmDbVo = new MdmDbVo(); + //获取主数据 + MdmModuleEntity mdmModuleEntity = mdmServiceCache.getMdmModuleEntity(entity.getMdmCode()); + //查询设置的规则表 + MdmTableCodeRuleEntity mdmTableCodeRuleEntity = new MdmTableCodeRuleEntity(); + mdmTableCodeRuleEntity.setSts("Y"); + mdmTableCodeRuleEntity.setMdmId(mdmModuleEntity.getId()); + List mdmTableCodeRuleEntityList = mdmServiceCache.queryMdmTableCodeRuleEntity(mdmTableCodeRuleEntity); + mdmDbVo.setMdmTableCodeRuleEntityList(mdmTableCodeRuleEntityList); + //查询数据源表 + MdmModuleDbEntity queryDb = new MdmModuleDbEntity(); + queryDb.setMdmId(mdmModuleEntity.getId()); + queryDb.setSts("Y"); + List mdmModuleDbEntityList = mdmServiceCache.queryMdmModuleDb(queryDb); + //数据源字段 + MdmModuleDbFiledsEntity queryDbFiled = new MdmModuleDbFiledsEntity(); + queryDbFiled.setMdmId(mdmModuleEntity.getId()); + queryDbFiled.setSts("Y"); + List mdmModuleDbFiledsEntityList = mdmServiceCache.queryMdmModuleDbFileds(queryDbFiled); + //数据源字段规则 + MdmModuleDbFiledsRuleEntity queryDbFiledRule = new MdmModuleDbFiledsRuleEntity(); + queryDbFiledRule.setMdmId(mdmModuleEntity.getId()); + queryDbFiledRule.setSts("Y"); + List mdmModuleDbFiledsRuleEntityList = mdmServiceCache.queryMdmModuleDbFiledsRule(queryDbFiledRule); + //组装数据 + setMdmDb(mdmDbVo, mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList); + return BaseResult.getSuccessMessageEntity("查询数据成功", mdmDbVo); + } + /** + * @param mdmDbVo 返回对象 + * @param mdmModuleDbEntityList 数据表 + * @param mdmModuleDbFiledsEntityList 字段 + * @param mdmModuleDbFiledsRuleEntityList 字段属性 + * @return void + * @Author lvleigang + * @Description 组装返回数据 + * @Date 4:51 下午 2023/10/18 + **/ + private void setMdmDb(MdmDbVo mdmDbVo, List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList) { + //主数据主表 + MdmModuleDbEntity mainMdmModuleDb = new MdmModuleDbEntity(); + //主数据子表 + List sublistMdmModuleDb = new ArrayList<>(); + //主数据主表字段 + List mainMdmModuleDbFileds = new ArrayList<>(); + + + if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + //1、主表 2、明细 + mainMdmModuleDb = mdmModuleDbEntityList.get(i); + //循环字段表 + if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { + mainMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); + List mdmModuleDbFiledsRules = new ArrayList<>(); + //循环字段属性 + if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { + for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { + if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) + && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { + mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); + } + } + } + mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); + } + } + } + } else if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { + //2、明细 + sublistMdmModuleDb.add(mdmModuleDbEntityList.get(i)); + //循环字段表 + if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + List sublistMdmModuleDbFileds = new ArrayList<>(); + for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { + sublistMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); + List mdmModuleDbFiledsRules = new ArrayList<>(); + //循环字段属性 + if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { + for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { + if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) + && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { + mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); + } + } + } + mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); + } + } + mdmModuleDbEntityList.get(i).setSublistMdmModuleDbFileds(sublistMdmModuleDbFileds); + } + } + } + } + mainMdmModuleDb.setSublistMdmModuleDbFileds(mainMdmModuleDbFileds); + mdmDbVo.setMainMdmModuleDb(mainMdmModuleDb); + mdmDbVo.setSublistMdmModuleDb(sublistMdmModuleDb); + } + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置保存数据源 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity saveMdmModuleDb(JSONObject object) { + //判断新增还是修改,保存数据生成表结构 + MdmDto entity = getData("jsonStr", object, MdmDto.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + //单据规则校验 + if(entity.getMdmTableCodeRuleEntityList() == null || entity.getMdmTableCodeRuleEntityList().size() == 0){ + return BaseResult.getFailureMessageEntity("请先设置单据规则"); + } + //主表校验 + if (entity.getMainMdmModuleDb() == null || entity.getMainMdmModuleDb().getDbName() == null || "".equals(entity.getMainMdmModuleDb().getDbName())) { + return BaseResult.getFailureMessageEntity("请先输入主表名称"); + } + MdmModuleEntity mdmModuleEntity = mdmServiceCache.getMdmModuleEntity(entity.getMdmCode()); + //主数据主表 + MdmModuleDbEntity mainMdmModuleDb = entity.getMainMdmModuleDb(); + //主数据主表字段 + List mainMdmModuleDbFileds = mainMdmModuleDb.getSublistMdmModuleDbFileds(); + //主数据子表 + List sublistMdmModuleDb = entity.getSublistMdmModuleDb(); + //单据规则 + List mdmTableCodeRuleEntities = entity.getMdmTableCodeRuleEntityList(); + // 需要校验表是否存在 + if (checkTable(mainMdmModuleDb.getDbName())) { + return BaseResult.getFailureMessageEntity("主表表名已经存在"); + } + if(mainMdmModuleDbFileds == null || mainMdmModuleDbFileds.size() == 0){ + return BaseResult.getFailureMessageEntity("请先设置主表字段"); + } + //判断明细表 + if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { + for (int i = 0; i < sublistMdmModuleDb.size(); i++) { + // 需要校验表是否存在 + if (checkTable(sublistMdmModuleDb.get(i).getDbName())) { + return BaseResult.getFailureMessageEntity("子表" + sublistMdmModuleDb.get(i).getDbName() + "已经存在"); + } + if (sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() == null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() == 0) { + return BaseResult.getFailureMessageEntity("请先设置子表" + sublistMdmModuleDb.get(i).getDbName() + "的字段"); + } + + } + } + //处理数据 + //分别设置成 数据源 数据源字段 数据源规则表 设置是否新增修改 没有id新增,有ID修改 + List mdmModuleDbEntities = new ArrayList<>(); + List mdmModuleDbFiledsEntities = new ArrayList<>(); + List mdmModuleDbFiledsRuleEntities = new ArrayList<>(); + + + //保存主数据单据编号规则 + if (mdmTableCodeRuleEntities != null && mdmTableCodeRuleEntities.size() > 0) { + for (int i = 0; i < mdmTableCodeRuleEntities.size(); i++) { + MdmTableCodeRuleEntity mdmTableCodeRuleEntity = mdmTableCodeRuleEntities.get(i); + mdmTableCodeRuleEntity.setMdmId(mdmModuleEntity.getId()); + mdmTableCodeRuleEntity.setDbId(mainMdmModuleDb.getId()); + mdmTableCodeRuleEntity.setId(UUIDUtils.getUUID()); + mdmTableCodeRuleEntity.setSts("Y"); + mdmTableCodeRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + mdmTableCodeRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + mdmTableCodeRuleEntity.setCreate_time(new Date()); + mdmTableCodeRuleEntity.setModify_time(new Date()); + //mdmTableCodeRuleDao.save(mdmTableCodeRuleEntity); + } + } + //主表 + if(mainMdmModuleDb.getId() != null && !"".equals(mainMdmModuleDb.getId())){ + + } + + + //明细表 + + + + ////设置保存主表和字段以及字段的属性 + //setMainTable(entity, mainMdmModuleDb, mainMdmModuleDbFileds); + ////设置保存子表数据 + //setsublistTable(entity, mainMdmModuleDb, sublistMdmModuleDb); + ////保存规则 + //List mdmTableCodeRuleEntityList = entity.getMdmTableCodeRuleEntityList(); + //MdmTableCodeRuleEntity deleteOldData = new MdmTableCodeRuleEntity(); + //deleteOldData.setDbId(mainMdmModuleDb.getId()); + //deleteOldData.setMdmId(entity.getId()); + //deleteOldData.setSts("Y"); + //deleteOldData.setModify_user_id(StpUtil.getLoginIdAsString()); + //deleteOldData.setModify_time(new Date()); + //mdmTableCodeRuleDao.logicRemoveMultiCondition(deleteOldData); + + return BaseResult.getSuccessMessageEntity("保存数据源成功"); + } + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询数据源的服务 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmModuleServer(JSONObject object) { + // MdmModuleDbEntity entity = getData("jsonStr", object, MdmModuleDbEntity.class); + // //判断分页 + // if (entity == null) { + // entity = new MdmModuleDbEntity(); + // } + // //查询数据源表 + // entity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryByLike(entity); + // return BaseResult.getSuccessMessageEntity("查询数据成功", mdmModuleDbEntityList); + //} + + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询数据源的服务的字段 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmModuleServerFiled(JSONObject object) { + // MdmModuleDbEntity entity = getData("jsonStr", object, MdmModuleDbEntity.class); + // //判断分页 + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getDbName() == null || "".equals(entity.getDbName())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询数据源表 + // entity.setSts("Y"); + // List dblist = mdmModuleDbDao.queryBase(entity); + // if (dblist != null && dblist.size() == 1) { + // MdmModuleDbFiledsEntity queryDbFiled = new MdmModuleDbFiledsEntity(); + // queryDbFiled.setSts("Y"); + // queryDbFiled.setDbId(dblist.get(0).getId()); + // List list = mdmModuleDbFiledsDao.queryBase(queryDbFiled); + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity.setChName("id"); + // mdmModuleDbFiledsEntity.setEnName("id"); + // list.add(0, mdmModuleDbFiledsEntity); + // return BaseResult.getSuccessMessageEntity("查询数据成功", list); + // } else { + // return BaseResult.getFailureMessageEntity("服务不存在"); + // } + //} + // + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询主表字段 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmModuleServerMainFiled(JSONObject object) { + // MdmModuleDbEntity entity = getData("jsonStr", object, MdmModuleDbEntity.class); + // //判断分页 + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getMdmId() == null || "".equals(entity.getMdmId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询数据源表 + // entity.setSts("Y"); + // entity.setDbType("1"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(entity); + // if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 1) { + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity.setSts("Y"); + // mdmModuleDbFiledsEntity.setDbId(mdmModuleDbEntityList.get(0).getId()); + // List list = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); + // return BaseResult.getSuccessMessageEntity("查询数据成功", list); + // } else if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("请先配置数据源"); + // } else { + // return BaseResult.getFailureMessageEntity("查询数据失败"); + // } + //} + + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置保存数据源 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity saveMdmModuleDb(JSONObject object) { + // //判断新增还是修改,保存数据生成表结构 + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // if (entity.getMainMdmModuleDb() == null || entity.getMainMdmModuleDb().getDbName() == null || "".equals(entity.getMainMdmModuleDb().getDbName())) { + // return BaseResult.getFailureMessageEntity("请先输入主表名称"); + // } + // //主数据主表 + // MdmModuleDbEntity mainMdmModuleDb = entity.getMainMdmModuleDb(); + // //主数据主表字段 + // List mainMdmModuleDbFileds = mainMdmModuleDb.getSublistMdmModuleDbFileds(); + // //主数据子表 + // List sublistMdmModuleDb = entity.getSublistMdmModuleDb(); + // //判断主表新增还是修改 + // if (mainMdmModuleDb.getId() == null || "".equals(mainMdmModuleDb.getId())) { + // //新增 需要校验表是否存在 + // if (checkTable(mainMdmModuleDb.getDbName())) { + // return BaseResult.getFailureMessageEntity("主表表名已经存在"); + // } + // } + // //判断明细表 + // if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { + // for (int i = 0; i < sublistMdmModuleDb.size(); i++) { + // if (sublistMdmModuleDb.get(i).getId() == null || "".equals(sublistMdmModuleDb.get(i).getId())) { + // if (sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() == null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() == 0) { + // return BaseResult.getFailureMessageEntity("请先设置子表" + sublistMdmModuleDb.get(i).getDbName() + "的字段"); + // } + // //新增 需要校验表是否存在 + // if (checkTable(sublistMdmModuleDb.get(i).getDbName())) { + // return BaseResult.getFailureMessageEntity("子表" + sublistMdmModuleDb.get(i).getDbName() + "已经存在"); + // } + // } + // } + // } + // //设置保存主表和字段以及字段的属性 + // setMainTable(entity, mainMdmModuleDb, mainMdmModuleDbFileds); + // //设置保存子表数据 + // setsublistTable(entity, mainMdmModuleDb, sublistMdmModuleDb); + // //保存规则 + // List mdmTableCodeRuleEntityList = entity.getMdmTableCodeRuleEntityList(); + // MdmTableCodeRuleEntity deleteOldData = new MdmTableCodeRuleEntity(); + // deleteOldData.setDbId(mainMdmModuleDb.getId()); + // deleteOldData.setMdmId(entity.getId()); + // deleteOldData.setSts("Y"); + // deleteOldData.setModify_user_id(StpUtil.getLoginIdAsString()); + // deleteOldData.setModify_time(new Date()); + // mdmTableCodeRuleDao.logicRemoveMultiCondition(deleteOldData); + // if (mdmTableCodeRuleEntityList != null && mdmTableCodeRuleEntityList.size() > 0) { + // for (int i = 0; i < mdmTableCodeRuleEntityList.size(); i++) { + // MdmTableCodeRuleEntity mdmTableCodeRuleEntity = mdmTableCodeRuleEntityList.get(i); + // mdmTableCodeRuleEntity.setMdmId(entity.getId()); + // mdmTableCodeRuleEntity.setDbId(mainMdmModuleDb.getId()); + // mdmTableCodeRuleEntity.setId(UUIDUtils.getUUID()); + // mdmTableCodeRuleEntity.setSts("Y"); + // mdmTableCodeRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmTableCodeRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmTableCodeRuleEntity.setCreate_time(new Date()); + // mdmTableCodeRuleEntity.setModify_time(new Date()); + // mdmTableCodeRuleDao.save(mdmTableCodeRuleEntity); + // } + // } + // return BaseResult.getSuccessMessageEntity("保存数据源成功"); + //} + // + ///** + // * @param entity + // * @param mainMdmModuleDb + // * @param sublistMdmModuleDb + // * @return void + // * @Author lvleigang + // * @Description 设置保存子表数据 + // * @Date 11:08 上午 2023/10/19 + // **/ + //private void setsublistTable(MdmDto entity, MdmModuleDbEntity mainMdmModuleDb, List sublistMdmModuleDb) { + // //存在明细表 + // if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { + // for (int i = 0; i < sublistMdmModuleDb.size(); i++) { + // MdmModuleDbEntity mdmModuleDbEntity = sublistMdmModuleDb.get(i); + // mdmModuleDbEntity.setMdmId(entity.getId()); + // mdmModuleDbEntity.setDbType("2"); + // boolean flag = false; + // + // //新增还是修改 + // if (mdmModuleDbEntity.getId() != null && !"".equals(mdmModuleDbEntity.getId())) { + // mdmModuleDbEntity.setSts("Y"); + // mdmModuleDbEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbEntity.setModify_time(new Date()); + // mdmModuleDbDao.update(mdmModuleDbEntity); + // } else { + // flag = true; + // mdmModuleDbEntity.setId(UUIDUtils.getUUID()); + // mdmModuleDbEntity.setSts("Y"); + // mdmModuleDbEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbEntity.setCreate_time(new Date()); + // mdmModuleDbEntity.setModify_time(new Date()); + // mdmModuleDbDao.save(mdmModuleDbEntity); + // } + // List dbFiledsDtos = new ArrayList<>(); + // + // //字段 + // List sublistMdmModuleDbFileds = mdmModuleDbEntity.getSublistMdmModuleDbFileds(); + // if (sublistMdmModuleDbFileds != null && sublistMdmModuleDbFileds.size() > 0) { + // for (int i1 = 0; i1 < sublistMdmModuleDbFileds.size(); i1++) { + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = sublistMdmModuleDbFileds.get(i1); + // mdmModuleDbFiledsEntity.setMdmId(entity.getId()); + // mdmModuleDbFiledsEntity.setDbId(mdmModuleDbEntity.getId()); + // if (mdmModuleDbFiledsEntity.getId() != null && !"".equals(mdmModuleDbFiledsEntity.getId())) { + // DbFiledsDto dbFiledsDto = new DbFiledsDto("1", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); + // dbFiledsDtos.add(dbFiledsDto); + // mdmModuleDbFiledsEntity.setSts("Y"); + // mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsEntity.setModify_time(new Date()); + // mdmModuleDbFiledsDao.update(mdmModuleDbFiledsEntity); + // } else { + // DbFiledsDto dbFiledsDto = new DbFiledsDto("2", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); + // dbFiledsDtos.add(dbFiledsDto); + // mdmModuleDbFiledsEntity.setId(UUIDUtils.getUUID()); + // mdmModuleDbFiledsEntity.setSts("Y"); + // mdmModuleDbFiledsEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsEntity.setCreate_time(new Date()); + // mdmModuleDbFiledsEntity.setModify_time(new Date()); + // mdmModuleDbFiledsDao.save(mdmModuleDbFiledsEntity); + // } + // //修改或保存属性 + // List mdmModuleDbFiledsRules = mdmModuleDbFiledsEntity.getMdmModuleDbFiledsRules(); + // if (mdmModuleDbFiledsRules != null && mdmModuleDbFiledsRules.size() > 0) { + // for (int a = 0; a < mdmModuleDbFiledsRules.size(); a++) { + // MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = mdmModuleDbFiledsRules.get(a); + // mdmModuleDbFiledsRuleEntity.setMdmId(entity.getId()); + // mdmModuleDbFiledsRuleEntity.setDbId(mdmModuleDbEntity.getId()); + // mdmModuleDbFiledsRuleEntity.setFiledId(mdmModuleDbFiledsEntity.getId()); + // if (mdmModuleDbFiledsRuleEntity.getId() != null && !"".equals(mdmModuleDbFiledsRuleEntity.getId())) { + // mdmModuleDbFiledsRuleEntity.setSts("Y"); + // mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); + // mdmModuleDbFiledsRuleDao.update(mdmModuleDbFiledsRuleEntity); + // } else { + // mdmModuleDbFiledsRuleEntity.setId(UUIDUtils.getUUID()); + // mdmModuleDbFiledsRuleEntity.setSts("Y"); + // mdmModuleDbFiledsRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsRuleEntity.setCreate_time(new Date()); + // mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); + // mdmModuleDbFiledsRuleDao.save(mdmModuleDbFiledsRuleEntity); + // } + // } + // } + // } + // } + // + // if (flag) { + // //新增 + // Map maps = new HashMap<>(); + // maps.put("dbType", "2");//表类型 + // maps.put("tableName", mdmModuleDbEntity.getDbName());//表名 + // maps.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 + // maps.put("databaseFields", dbFiledsDtos);//字段 + // DbFiledsDto dbFiledsDto = new DbFiledsDto("1", "上级id", "formmain_id", "3", "50"); + // dbFiledsDtos.add(dbFiledsDto); + // mdmModuleDao.createTable(maps); + // } else { + // //修改 + // Map tablename = new HashMap<>(); + // tablename.put("tableName", mdmModuleDbEntity.getDbName());//表名 + // tablename.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 + // mdmModuleDao.alterTableName(tablename); + // Map maps = new HashMap<>(); + // maps.put("tableName", mdmModuleDbEntity.getDbName());//表名 + // maps.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 + // maps.put("databaseFields", dbFiledsDtos);//字段 + // mdmModuleDao.alterTable(maps); + // } + // } + // } + //} + // + ///** + // * @param entity + // * @param mainMdmModuleDb + // * @param mainMdmModuleDbFileds + // * @return void + // * @Author lvleigang + // * @Description 设置保存主表和字段以及字段的属性 + // * @Date 10:34 上午 2023/10/19 + // **/ + //private void setMainTable(MdmDto entity, MdmModuleDbEntity mainMdmModuleDb, List mainMdmModuleDbFileds) { + // //先保存或修改主表数据 + // mainMdmModuleDb.setMdmId(entity.getId()); + // mainMdmModuleDb.setDbType("1"); + // boolean flag = false; + // + // if (mainMdmModuleDb.getId() != null && !"".equals(mainMdmModuleDb.getId())) { + // mainMdmModuleDb.setSts("Y"); + // mainMdmModuleDb.setModify_user_id(StpUtil.getLoginIdAsString()); + // mainMdmModuleDb.setModify_time(new Date()); + // mdmModuleDbDao.update(mainMdmModuleDb); + // //删除规则表 + // MdmModuleDbFiledsRuleEntity delectFiledsRule = new MdmModuleDbFiledsRuleEntity(); + // delectFiledsRule.setMdmId(entity.getId()); + // delectFiledsRule.setModify_user_id(StpUtil.getLoginIdAsString()); + // delectFiledsRule.setModify_time(new Date()); + // mdmModuleDbFiledsRuleDao.logicRemoveMultiCondition(delectFiledsRule); + // } else { + // flag = true; + // mainMdmModuleDb.setId(UUIDUtils.getUUID()); + // mainMdmModuleDb.setSts("Y"); + // mainMdmModuleDb.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mainMdmModuleDb.setModify_user_id(StpUtil.getLoginIdAsString()); + // mainMdmModuleDb.setCreate_time(new Date()); + // mainMdmModuleDb.setModify_time(new Date()); + // mdmModuleDbDao.save(mainMdmModuleDb); + // } + // List dbFiledsDtos = new ArrayList<>(); + // + // //保存主表字段 因为字段不允许删除,所以不用先删除再新增 + // if (mainMdmModuleDbFileds != null && mainMdmModuleDbFileds.size() > 0) { + // for (int i = 0; i < mainMdmModuleDbFileds.size(); i++) { + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = mainMdmModuleDbFileds.get(i); + // mdmModuleDbFiledsEntity.setMdmId(entity.getId()); + // mdmModuleDbFiledsEntity.setDbId(mainMdmModuleDb.getId()); + // if (mdmModuleDbFiledsEntity.getId() != null && !"".equals(mdmModuleDbFiledsEntity.getId())) { + // DbFiledsDto dbFiledsDto = new DbFiledsDto("1", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); + // dbFiledsDtos.add(dbFiledsDto); + // + // mdmModuleDbFiledsEntity.setSts("Y"); + // mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsEntity.setModify_time(new Date()); + // mdmModuleDbFiledsDao.update(mdmModuleDbFiledsEntity); + // } else { + // DbFiledsDto dbFiledsDto = new DbFiledsDto("2", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); + // dbFiledsDtos.add(dbFiledsDto); + // mdmModuleDbFiledsEntity.setId(UUIDUtils.getUUID()); + // mdmModuleDbFiledsEntity.setSts("Y"); + // mdmModuleDbFiledsEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsEntity.setCreate_time(new Date()); + // mdmModuleDbFiledsEntity.setModify_time(new Date()); + // mdmModuleDbFiledsDao.save(mdmModuleDbFiledsEntity); + // } + // //修改或保存属性 + // List mdmModuleDbFiledsRules = mdmModuleDbFiledsEntity.getMdmModuleDbFiledsRules(); + // if (mdmModuleDbFiledsRules != null && mdmModuleDbFiledsRules.size() > 0) { + // for (int a = 0; a < mdmModuleDbFiledsRules.size(); a++) { + // MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = mdmModuleDbFiledsRules.get(a); + // mdmModuleDbFiledsRuleEntity.setMdmId(entity.getId()); + // mdmModuleDbFiledsRuleEntity.setDbId(mainMdmModuleDb.getId()); + // mdmModuleDbFiledsRuleEntity.setFiledId(mdmModuleDbFiledsEntity.getId()); + // if (mdmModuleDbFiledsRuleEntity.getId() != null && !"".equals(mdmModuleDbFiledsRuleEntity.getId())) { + // mdmModuleDbFiledsRuleEntity.setSts("Y"); + // mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); + // mdmModuleDbFiledsRuleDao.update(mdmModuleDbFiledsRuleEntity); + // } else { + // mdmModuleDbFiledsRuleEntity.setId(UUIDUtils.getUUID()); + // mdmModuleDbFiledsRuleEntity.setSts("Y"); + // mdmModuleDbFiledsRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDbFiledsRuleEntity.setCreate_time(new Date()); + // mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); + // mdmModuleDbFiledsRuleDao.save(mdmModuleDbFiledsRuleEntity); + // } + // } + // } + // } + // } + // if (flag) { + // //新增 + // Map maps = new HashMap<>(); + // maps.put("dbType", "1");//表类型 + // maps.put("tableName", mainMdmModuleDb.getDbName());//表名 + // maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注 + // maps.put("databaseFields", dbFiledsDtos);//字段 + // mdmModuleDao.createTable(maps); + // Map mapsDistribute = new HashMap<>(); + // mapsDistribute.put("tableName", mainMdmModuleDb.getDbName() + "_distribute");//表名 + // List distribute = getDistribute(); + // maps.put("databaseFields", distribute);//字段 + // mapsDistribute.put("tableRemark", mainMdmModuleDb.getRemark() + "分发表");//表备注 + // mdmModuleDao.createTableDistribute(mapsDistribute); + // } else { + // //修改 + // Map tablename = new HashMap<>(); + // tablename.put("tableName", mainMdmModuleDb.getDbName());//表名 + // tablename.put("tableRemark", mainMdmModuleDb.getRemark());//表备注 + // mdmModuleDao.alterTableName(tablename); + // Map maps = new HashMap<>(); + // maps.put("tableName", mainMdmModuleDb.getDbName());//表名 + // maps.put("tableRemark", mainMdmModuleDb.getRemark());//表备注 + // maps.put("databaseFields", dbFiledsDtos);//字段 + // mdmModuleDao.alterTable(maps); + // } + //} + // + ///** + // * @param + // * @return java.util.List + // * @Author lvleigang + // * @Description 设置分发表字段 + // * @Date 8:49 上午 2023/11/9 + // **/ + //private List getDistribute() { + // List dbFiledsDtos = new ArrayList<>(); + // dbFiledsDtos.add(new DbFiledsDto("1", "数据id", "formmain_id", "3", "50")); + // dbFiledsDtos.add(new DbFiledsDto("1", "应用id", "app_id", "3", "50")); + // dbFiledsDtos.add(new DbFiledsDto("1", "状态1、发送成功 2、发送中 3、发送失败", "status", "3", "50")); + // dbFiledsDtos.add(new DbFiledsDto("1", "描述", "msg", "3", "50")); + // return dbFiledsDtos; + //} + // + /** + * @param tableName + * @return java.lang.Long + * @Author lvleigang + * @Description 校验表是否存在 + * @Date 3:58 下午 2023/7/11 + **/ + private boolean checkTable(String tableName) { + Map maps = new HashMap<>(); + maps.put("tableName", tableName); + Integer i = mdmModuleDao.checkTable(maps); + if (i != null && i > 0) { + return true; + } + return false; + } + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询显示信息 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmModuleView(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // MdmModuleViewVo mdmModuleViewVo = new MdmModuleViewVo(); + // //查询设置各种类型字段 + // //查询模版数据源 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(entity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity.setMdmId(entity.getId()); + // mdmModuleDbFiledsEntity.setSts("Y"); + // List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); + // setFiledType(mdmModuleViewVo, mdmModuleDbEntityList, mdmModuleDbFiledsEntityList); + // } + // //查询数据库设置的字段 + // MdmModuleViewEntity mdmModuleViewEntity = new MdmModuleViewEntity(); + // mdmModuleViewEntity.setMdmId(entity.getId()); + // mdmModuleViewEntity.setSts("Y"); + // List moduleViewEntityList = mdmModuleViewDao.queryBase(mdmModuleViewEntity); + // if (moduleViewEntityList != null && moduleViewEntityList.size() == 1) { + // mdmModuleViewVo.setMdmModuleViewEntity(moduleViewEntityList.get(0)); + // //查询明细 + // MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + // mdmModuleViewDetailEntity.setMdmId(entity.getId()); + // mdmModuleViewDetailEntity.setViewId(moduleViewEntityList.get(0).getId()); + // mdmModuleViewDetailEntity.setSts("Y"); + // List mdmModuleViewDetailEntityList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); + // setDbFiledType(mdmModuleViewVo, mdmModuleViewDetailEntityList); + // } else { + // mdmModuleViewVo.setMdmModuleViewEntity(new MdmModuleViewEntity()); + // mdmModuleViewVo.setDbAddFiled(new ArrayList<>()); + // mdmModuleViewVo.setDbEditFiled(new ArrayList<>()); + // mdmModuleViewVo.setDbShowFiled(new ArrayList<>()); + // mdmModuleViewVo.setDbQueryFiled(new ArrayList<>()); + // mdmModuleViewVo.setDbListFiled(new ArrayList<>()); + // } + // return BaseResult.getSuccessMessageEntity("查询视图成功", mdmModuleViewVo); + //} + // + //private void setDbFiledType(MdmModuleViewVo mdmModuleViewVo, List mdmModuleViewDetailEntityList) { + // //新增 + // List addFiled = new ArrayList<>(); + // //修改 + // List editFiled = new ArrayList<>(); + // //查看 + // List showFiled = new ArrayList<>(); + // //查询 + // List queryFiled = new ArrayList<>(); + // //列表 + // List listFiled = new ArrayList<>(); + // if (mdmModuleViewDetailEntityList != null && mdmModuleViewDetailEntityList.size() > 0) { + // for (int i = 0; i < mdmModuleViewDetailEntityList.size(); i++) { + // switch (mdmModuleViewDetailEntityList.get(i).getViewType()) { + // //1、查询2、列表3、新增4、修改 5、查看 + // case "1": + // queryFiled.add(mdmModuleViewDetailEntityList.get(i)); + // break; + // case "2": + // listFiled.add(mdmModuleViewDetailEntityList.get(i)); + // break; + // case "3": + // addFiled.add(mdmModuleViewDetailEntityList.get(i)); + // break; + // case "4": + // editFiled.add(mdmModuleViewDetailEntityList.get(i)); + // break; + // case "5": + // showFiled.add(mdmModuleViewDetailEntityList.get(i)); + // break; + // default: + // } + // } + // } + // mdmModuleViewVo.setDbAddFiled(addFiled); + // mdmModuleViewVo.setDbEditFiled(editFiled); + // mdmModuleViewVo.setDbShowFiled(showFiled); + // mdmModuleViewVo.setDbQueryFiled(queryFiled); + // mdmModuleViewVo.setDbListFiled(listFiled); + //} + // + ///** + // * @param mdmModuleViewVo + // * @param mdmModuleDbEntityList + // * @param mdmModuleDbFiledsEntityList + // * @return void + // * @Author lvleigang + // * @Description 设置对应的字段类型 + // * @Date 2023/10/25 + // **/ + //private void setFiledType(MdmModuleViewVo mdmModuleViewVo, List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList) { + // //新增 + // List addFiled = new ArrayList<>(); + // //修改 + // List editFiled = new ArrayList<>(); + // //查看 + // List showFiled = new ArrayList<>(); + // //查询 + // List queryFiled = new ArrayList<>(); + // //列表 + // List listFiled = new ArrayList<>(); + // if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + // for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + // if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // //1、主表 + // addFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // editFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // showFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // queryFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // } else { + // //2、明细 + // queryFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // addFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // editFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // showFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // } + // } + // } + // } + // } + // } + // mdmModuleViewVo.setAddFiled(addFiled); + // mdmModuleViewVo.setEditFiled(editFiled); + // mdmModuleViewVo.setShowFiled(showFiled); + // mdmModuleViewVo.setQueryFiled(queryFiled); + // mdmModuleViewVo.setListFiled(listFiled); + //} + // + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置修改显示信息 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity doSaveMdmModuleView(JSONObject object) { + // MdmModuleViewDto entity = getData("jsonStr", object, MdmModuleViewDto.class); + // //判断是否有数据 + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // if (entity.getMdmModuleViewEntity() == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // boolean flag = false; + // //保存主数据视图表 + // MdmModuleViewEntity mdmModuleViewEntity = entity.getMdmModuleViewEntity(); + // mdmModuleViewEntity.setMdmId(entity.getId()); + // mdmModuleViewEntity.setSts("Y"); + // mdmModuleViewEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleViewEntity.setModify_time(new Date()); + // if (mdmModuleViewEntity.getId() != null && !"".equals(mdmModuleViewEntity.getId())) { + // flag = false; + // //修改 + // mdmModuleViewDao.update(mdmModuleViewEntity); + // } else { + // flag = true; + // //新增 + // mdmModuleViewEntity.setId(UUIDUtils.getUUID()); + // mdmModuleViewEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleViewEntity.setCreate_time(new Date()); + // mdmModuleViewDao.save(mdmModuleViewEntity); + // } + // //保存视图字段表 + // //先删除明细表 + // MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + // mdmModuleViewDetailEntity.setMdmId(entity.getId()); + // mdmModuleViewDetailEntity.setSts("Y"); + // mdmModuleViewDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleViewDetailEntity.setModify_time(new Date()); + // mdmModuleViewDetailDao.logicRemoveMultiCondition(mdmModuleViewDetailEntity); + // //1、查询2、列表3、新增4、修改 5、查看 + // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getQueryFiled(), "1"); + // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getListFiled(), "2"); + // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getAddFiled(), "3"); + // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getEditFiled(), "4"); + // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getShowFiled(), "5"); + // MdmModuleEntity moduleEntity = new MdmModuleEntity(); + // moduleEntity.setId(entity.getId()); + // moduleEntity.setSts("Y"); + // + // moduleEntity = mdmModuleDao.queryOne(moduleEntity); + // if (flag) { + // //新增菜单 + // SysMenuConfigEntity module = new SysMenuConfigEntity(); + // module.setCreate(); + // module.setFormId(entity.getId()); + // module.setParentMenuId("ea22757e99c144fb9ef381dd322e233c"); + // module.setMenuName(moduleEntity.getMdmName()); + // module.setMenuEnglishName("integrationOptionAdmin" + moduleEntity.getMdmCode()); + // module.setMenuIcon(null);//模块图标 + // module.setRoute("integrationOptionAdmin/" + moduleEntity.getMdmCode());//路由地址 + // module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component + // module.setRemark("主数据生成菜单"); + // module.setVisibles("0"); + // module.setShowType("1"); + // JSONObject object1 = new JSONObject(); + // object1.put("mdmId", moduleEntity.getId());//主数据id + // object1.put("mdmCode", moduleEntity.getMdmCode());//主数据编码 + // object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 + // module.setOptions(object1.toString());//菜单mate参数 + // sysMenuConfigDao.save(module); + // //todo 新增按钮 + // SysButtonConfigEntity xz = new SysButtonConfigEntity(); + // xz.setCode("new"); + // xz.setNameCh("新建"); + // xz.setNameEn("new"); + // xz.setMenuId(module.getId()); + // xz.setIconName(""); + // xz.setStyles(""); + // xz.setBtnFunction("new"); + // xz.setRemark("主数据新建按钮"); + // xz.setCreate(); + // sysButtonConfigDao.save(xz); + // SysButtonConfigEntity cz = new SysButtonConfigEntity(); + // cz.setCode("resize"); + // cz.setNameCh("重置"); + // cz.setNameEn("resize"); + // cz.setMenuId(module.getId()); + // cz.setIconName(""); + // cz.setStyles(""); + // cz.setBtnFunction("resize"); + // cz.setRemark("主数据重置按钮"); + // cz.setCreate(); + // sysButtonConfigDao.save(cz); + // SysButtonConfigEntity cx = new SysButtonConfigEntity(); + // cx.setCode("search"); + // cx.setNameCh("查询"); + // cx.setNameEn("search"); + // cx.setMenuId(module.getId()); + // cx.setIconName(""); + // cx.setStyles(""); + // cx.setBtnFunction("search"); + // cx.setRemark("主数据查询按钮"); + // cx.setCreate(); + // sysButtonConfigDao.save(cx); + // SysButtonConfigEntity xg = new SysButtonConfigEntity(); + // xg.setCode("edit"); + // xg.setNameCh("修改"); + // xg.setNameEn("edit"); + // xg.setMenuId(module.getId()); + // xg.setIconName(""); + // xg.setStyles(""); + // xg.setBtnFunction("edit"); + // xg.setRemark("主数据修改按钮"); + // xg.setCreate(); + // sysButtonConfigDao.save(xg); + // SysButtonConfigEntity sc = new SysButtonConfigEntity(); + // sc.setCode("dele"); + // sc.setNameCh("删除"); + // sc.setNameEn("dele"); + // sc.setMenuId(module.getId()); + // sc.setIconName(""); + // sc.setStyles(""); + // sc.setBtnFunction("dele"); + // sc.setRemark("主数据删除按钮"); + // sc.setCreate(); + // sysButtonConfigDao.save(sc); + // SysButtonConfigEntity ck = new SysButtonConfigEntity(); + // ck.setCode("view"); + // ck.setNameCh("查看"); + // ck.setNameEn("view"); + // ck.setMenuId(module.getId()); + // ck.setIconName(""); + // ck.setStyles(""); + // ck.setBtnFunction("view"); + // ck.setRemark("主数据查看按钮"); + // ck.setCreate(); + // sysButtonConfigDao.save(ck); + // SysButtonConfigEntity xf = new SysButtonConfigEntity(); + // xf.setCode("send"); + // xf.setNameCh("下发"); + // xf.setNameEn("send"); + // xf.setMenuId(module.getId()); + // xf.setIconName(""); + // xf.setStyles(""); + // xf.setBtnFunction("send"); + // xf.setRemark("主数据下发按钮"); + // xf.setCreate(); + // sysButtonConfigDao.save(xf); + // //module.setServiceName("mdmService");//Spring bean名称 + // //module.setLvl("2");//等级 + // //module.setName("integrationOptionAdmin"+moduleEntity.getMdmCode());//名称 + // //module.setCode(moduleEntity.getMdmCode().toString());//编码 + // //module.setFormType("0");//类型 0、menu 1、tree 2、list 3、view + // //module.setLevel("2");//模块操作级别Superadministrator + // //module.setIcon(null);//模块图标 + // //module.setUpIds("c3dda399207843eeac91770ac18e91e3");//上级id + // //module.setTableName(null);//bean表名称映射key + // //module.setKeyModular(null);//是否关键模块(Y是N否) + // //module.setTarget(null);//跳转目标 + // //module.setRemark("主数据" + moduleEntity.getMdmName());//备注 + // //module.setOpenType("1");//菜单打开方式 + // //module.setFormId(entity.getId());//表单ID + // //module.setAppId(null);//应用id + // ////module.setPath("integrationOptionAdmin");//路由地址 + // //module.setHidden("false");//隐藏 + // //module.setRedirect(null);//redirevt + // //module.setAlwaysShow(null);//alwaysShow + // //module.setTitle(moduleEntity.getMdmName());//标题 + // //module.setNoCache(null);//nocache缓存 + // //module.setLabel(moduleEntity.getMdmName());//label + // + // //moduleMapper.entity_insert(module); + // } else { + // //修改菜单 注意因为可能修改显示类型,所以需要修改菜单的属性 + // SysMenuConfigEntity module = new SysMenuConfigEntity(); + // module.setFormId(entity.getId()); + // module.setSts("Y"); + // List moduleList = sysMenuConfigDao.queryBase(module); + // if (moduleList != null && moduleList.size() == 1) { + // module = moduleList.get(0); + // module.setUpdate(); + // module.setMenuName(moduleEntity.getMdmName()); + // //module.setLabel(moduleEntity.getMdmName());//label + // JSONObject object1 = new JSONObject(); + // object1.put("mdmId", moduleEntity.getId());//主数据id + // object1.put("mdmCode", moduleEntity.getMdmCode());//主数据id + // object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 + // module.setOptions(object1.toString());//菜单mate参数 + // sysMenuConfigDao.update(module); + // } else { + // return BaseResult.getFailureMessageEntity("显示信息保存成功,菜单配置失败请检查"); + // } + // } + // return BaseResult.getSuccessMessageEntity("保存显示信息成功"); + //} + // + ///** + // * @param entity + // * @param mdmModuleViewEntity + // * @param mdmDbFiledVoList + // * @param type + // * @return void + // * @Author lvleigang + // * @Description 保存数据 + // * @Date 1:37 下午 2023/10/25 + // **/ + //private void saveDbViewFiled(MdmModuleViewDto entity, MdmModuleViewEntity mdmModuleViewEntity, List mdmDbFiledVoList, String type) { + // if (mdmDbFiledVoList != null && mdmDbFiledVoList.size() > 0) { + // for (int i = 0; i < mdmDbFiledVoList.size(); i++) { + // MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + // mdmModuleViewDetailEntity.setId(UUIDUtils.getUUID()); + // mdmModuleViewDetailEntity.setSts("Y"); + // mdmModuleViewDetailEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleViewDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleViewDetailEntity.setCreate_time(new Date()); + // mdmModuleViewDetailEntity.setModify_time(new Date()); + // mdmModuleViewDetailEntity.setMdmId(entity.getId()); + // mdmModuleViewDetailEntity.setViewId(mdmModuleViewEntity.getId()); + // mdmModuleViewDetailEntity.setViewFiled(mdmDbFiledVoList.get(i).getId()); + // mdmModuleViewDetailEntity.setViewType(type); + // mdmModuleViewDetailEntity.setSort(String.valueOf(i + 1)); + // mdmModuleViewDetailDao.save(mdmModuleViewDetailEntity); + // } + // } + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询权限配置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmModuleRule(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询模块下的角色列表 + // MdmModuleRoleEntity mdmModuleRoleEntity = new MdmModuleRoleEntity(); + // mdmModuleRoleEntity.setSts("Y"); + // mdmModuleRoleEntity.setMdmId(entity.getId()); + // List mdmModuleRoleEntities = mdmModuleRoleDao.queryBase(mdmModuleRoleEntity); + // if (mdmModuleRoleEntities != null && mdmModuleRoleEntities.size() > 0) { + // MdmModuleRoleButtonEntity mdmModuleRoleButtonEntity = new MdmModuleRoleButtonEntity(); + // mdmModuleRoleButtonEntity.setSts("Y"); + // mdmModuleRoleButtonEntity.setMdmId(entity.getId()); + // List mdmModuleRoleButtonEntities = mdmModuleRoleButtonDao.queryBase(mdmModuleRoleButtonEntity); + // if (mdmModuleRoleButtonEntities != null && mdmModuleRoleButtonEntities.size() > 0) { + // for (int i = 0; i < mdmModuleRoleEntities.size(); i++) { + // List list = new ArrayList<>(); + // for (int i1 = 0; i1 < mdmModuleRoleButtonEntities.size(); i1++) { + // if (mdmModuleRoleEntities.get(i).getRoleId().equals(mdmModuleRoleButtonEntities.get(i1).getRoleId())) { + // list.add(mdmModuleRoleButtonEntities.get(i1)); + // } + // } + // mdmModuleRoleEntities.get(i).setMdmModuleRoleButtonEntities(list); + // } + // } + // } + // return BaseResult.getSuccessMessageEntity("查询成功", mdmModuleRoleEntities); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置保存权限配置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity doSaveMdmModuleRule(JSONObject object) { + // MdmRoleDto entity = getData("jsonStr", object, MdmRoleDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询菜单 + // Module module = new Module(); + // module.setFormId(entity.getId()); + // List moduleList = moduleMapper.entity_list_base(module); + // if (moduleList != null && moduleList.size() == 1) { + // module = moduleList.get(0); + // } else { + // return BaseResult.getFailureMessageEntity("菜单错误请检查菜单"); + // } + // //先删除 + // RoleModule roleModule = new RoleModule(); + // roleModule.setSts("Y"); + // roleModule.setUpdate(); + // roleModule.setModuleId(module.getId()); + // roleModuleMapper.entity_logicDelete_Multi_Condition(roleModule); + // MdmModuleRoleEntity mdmModuleRoleEntity = new MdmModuleRoleEntity(); + // mdmModuleRoleEntity.setMdmId(entity.getId()); + // mdmModuleRoleEntity.setSts("Y"); + // mdmModuleRoleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleRoleEntity.setModify_time(new Date()); + // mdmModuleRoleDao.logicRemoveMultiCondition(mdmModuleRoleEntity); + // MdmModuleRoleButtonEntity mdmModuleRoleButtonEntity = new MdmModuleRoleButtonEntity(); + // mdmModuleRoleButtonEntity.setMdmId(entity.getId()); + // mdmModuleRoleButtonEntity.setSts("Y"); + // mdmModuleRoleButtonEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleRoleButtonEntity.setModify_time(new Date()); + // mdmModuleRoleButtonDao.logicRemoveMultiCondition(mdmModuleRoleButtonEntity); + // + // if (entity.getMdmModuleRoleEntities() != null && entity.getMdmModuleRoleEntities().size() > 0) { + // for (int i = 0; i < entity.getMdmModuleRoleEntities().size(); i++) { + // + // MdmModuleRoleEntity moduleRoleEntity = entity.getMdmModuleRoleEntities().get(i); + // moduleRoleEntity.setMdmId(entity.getId()); + // moduleRoleEntity.setSts("Y"); + // moduleRoleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // moduleRoleEntity.setModify_time(new Date()); + // if (moduleRoleEntity.getId() != null && !"".equals(moduleRoleEntity.getId())) { + // //修改 + // mdmModuleRoleDao.update(moduleRoleEntity); + // } else { + // //新增 + // moduleRoleEntity.setId(UUIDUtils.getUUID()); + // moduleRoleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // moduleRoleEntity.setCreate_time(new Date()); + // mdmModuleRoleDao.save(moduleRoleEntity); + // } + // if (moduleRoleEntity.getMdmModuleRoleButtonEntities() != null && moduleRoleEntity.getMdmModuleRoleButtonEntities().size() > 0) { + // for (int i1 = 0; i1 < moduleRoleEntity.getMdmModuleRoleButtonEntities().size(); i1++) { + // MdmModuleRoleButtonEntity moduleRoleButtonEntity = moduleRoleEntity.getMdmModuleRoleButtonEntities().get(i1); + // moduleRoleButtonEntity.setMdmId(entity.getId()); + // moduleRoleButtonEntity.setSts("Y"); + // moduleRoleButtonEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // moduleRoleButtonEntity.setModify_time(new Date()); + // moduleRoleButtonEntity.setModuleRoleId(moduleRoleEntity.getRoleId()); + // moduleRoleButtonEntity.setRoleId(moduleRoleEntity.getRoleId()); + // if (moduleRoleButtonEntity.getId() != null && !"".equals(moduleRoleButtonEntity.getId())) { + // //修改 + // mdmModuleRoleButtonDao.update(moduleRoleButtonEntity); + // } else { + // //新增 + // moduleRoleButtonEntity.setId(UUIDUtils.getUUID()); + // moduleRoleButtonEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // moduleRoleButtonEntity.setCreate_time(new Date()); + // mdmModuleRoleButtonDao.save(moduleRoleButtonEntity); + // } + // } + // } + // //再添加 + // RoleModule saveRole = new RoleModule(); + // saveRole.setCreate(); + // saveRole.setRoleId(moduleRoleEntity.getRoleId()); + // saveRole.setModuleId(module.getId()); + // roleModuleMapper.entity_insert(saveRole); + // } + // } + // return BaseResult.getSuccessMessageEntity("保存成功"); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置查询分发设置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmModuleDistribute(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询模块下的应用列表 + // MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + // mdmModuleDistributeEntity.setSts("Y"); + // mdmModuleDistributeEntity.setMdmId(entity.getId()); + // List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); + // if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { + // MdmModuleDistributeDetailEntity mdmModuleDistributeDetailEntity = new MdmModuleDistributeDetailEntity(); + // mdmModuleDistributeDetailEntity.setSts("Y"); + // mdmModuleDistributeDetailEntity.setMdmId(entity.getId()); + // List mdmModuleDistributeDetailEntities = mdmModuleDistributeDetailDao.queryBase(mdmModuleDistributeDetailEntity); + // if (mdmModuleDistributeDetailEntities != null && mdmModuleDistributeDetailEntities.size() > 0) { + // for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { + // List addlist = new ArrayList<>(); + // List deletelist = new ArrayList<>(); + // for (int i1 = 0; i1 < mdmModuleDistributeDetailEntities.size(); i1++) { + // if (mdmModuleDistributeEntities.get(i).getAddApi().equals(mdmModuleDistributeDetailEntities.get(i1).getApiId()) + // && mdmModuleDistributeEntities.get(i).getId().equals(mdmModuleDistributeDetailEntities.get(i1).getDistributeId())) { + // addlist.add(mdmModuleDistributeDetailEntities.get(i1)); + // } + // if (mdmModuleDistributeEntities.get(i).getDeleteApi().equals(mdmModuleDistributeDetailEntities.get(i1).getApiId()) + // && mdmModuleDistributeEntities.get(i).getId().equals(mdmModuleDistributeDetailEntities.get(i1).getDistributeId())) { + // deletelist.add(mdmModuleDistributeDetailEntities.get(i1)); + // } + // } + // mdmModuleDistributeEntities.get(i).setAddList(addlist); + // mdmModuleDistributeEntities.get(i).setDeleteList(deletelist); + // } + // } + // } + // return BaseResult.getSuccessMessageEntity("查询成功", mdmModuleDistributeEntities); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据设置保存分发设置 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity doSaveMdmModuleDistribute(JSONObject object) { + // MdmDistributeDto entity = getData("jsonStr", object, MdmDistributeDto.class); + // //判断是否有数据 + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //if(entity.getMdmModuleDistributeEntities() == null ){ + // // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // //} + // //先删除 + // MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + // mdmModuleDistributeEntity.setMdmId(entity.getId()); + // mdmModuleDistributeEntity.setSts("Y"); + // mdmModuleDistributeEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDistributeEntity.setModify_time(new Date()); + // mdmModuleDistributeDao.logicRemoveMultiCondition(mdmModuleDistributeEntity); + // + // MdmModuleDistributeDetailEntity mdmModuleDistributeDetailEntity = new MdmModuleDistributeDetailEntity(); + // mdmModuleDistributeDetailEntity.setMdmId(entity.getId()); + // mdmModuleDistributeDetailEntity.setSts("Y"); + // mdmModuleDistributeDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // mdmModuleDistributeDetailEntity.setModify_time(new Date()); + // mdmModuleDistributeDetailDao.logicRemoveMultiCondition(mdmModuleDistributeDetailEntity); + // + // //保存主数据 + // List mdmModuleDistributeEntities = entity.getMdmModuleDistributeEntities(); + // + // if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { + // for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { + // MdmModuleDistributeEntity moduleDistributeEntity = mdmModuleDistributeEntities.get(i); + // moduleDistributeEntity.setMdmId(entity.getId()); + // moduleDistributeEntity.setSts("Y"); + // moduleDistributeEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // moduleDistributeEntity.setModify_time(new Date()); + // if (moduleDistributeEntity.getId() != null && !"".equals(moduleDistributeEntity.getId())) { + // //修改 + // mdmModuleDistributeDao.update(moduleDistributeEntity); + // } else { + // //新增 + // moduleDistributeEntity.setId(UUIDUtils.getUUID()); + // moduleDistributeEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // moduleDistributeEntity.setCreate_time(new Date()); + // mdmModuleDistributeDao.save(moduleDistributeEntity); + // } + // if (moduleDistributeEntity.getAddList() != null && moduleDistributeEntity.getAddList().size() > 0) { + // for (int i1 = 0; i1 < moduleDistributeEntity.getAddList().size(); i1++) { + // MdmModuleDistributeDetailEntity moduleDistributeDetailEntity = moduleDistributeEntity.getAddList().get(i1); + // moduleDistributeDetailEntity.setMdmId(entity.getId()); + // moduleDistributeDetailEntity.setSts("Y"); + // moduleDistributeDetailEntity.setApiId(moduleDistributeEntity.getAddApi()); + // moduleDistributeDetailEntity.setDistributeId(moduleDistributeEntity.getId()); + // moduleDistributeDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // moduleDistributeDetailEntity.setModify_time(new Date()); + // if (moduleDistributeDetailEntity.getId() != null && !"".equals(moduleDistributeDetailEntity.getId())) { + // //修改 + // mdmModuleDistributeDetailDao.update(moduleDistributeDetailEntity); + // } else { + // //新增 + // moduleDistributeDetailEntity.setId(UUIDUtils.getUUID()); + // moduleDistributeDetailEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // moduleDistributeDetailEntity.setCreate_time(new Date()); + // mdmModuleDistributeDetailDao.save(moduleDistributeDetailEntity); + // } + // } + // } + // if (moduleDistributeEntity.getDeleteList() != null && moduleDistributeEntity.getDeleteList().size() > 0) { + // for (int i1 = 0; i1 < moduleDistributeEntity.getDeleteList().size(); i1++) { + // MdmModuleDistributeDetailEntity moduleDistributeDetailEntity = moduleDistributeEntity.getDeleteList().get(i1); + // moduleDistributeDetailEntity.setMdmId(entity.getId()); + // moduleDistributeDetailEntity.setSts("Y"); + // moduleDistributeDetailEntity.setApiId(moduleDistributeEntity.getDeleteApi()); + // moduleDistributeDetailEntity.setDistributeId(moduleDistributeEntity.getId()); + // moduleDistributeDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); + // moduleDistributeDetailEntity.setModify_time(new Date()); + // if (moduleDistributeDetailEntity.getId() != null && !"".equals(moduleDistributeDetailEntity.getId())) { + // //修改 + // mdmModuleDistributeDetailDao.update(moduleDistributeDetailEntity); + // } else { + // //新增 + // moduleDistributeDetailEntity.setId(UUIDUtils.getUUID()); + // moduleDistributeDetailEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); + // moduleDistributeDetailEntity.setCreate_time(new Date()); + // mdmModuleDistributeDetailDao.save(moduleDistributeDetailEntity); + // } + // } + // } + // } + // } + // return BaseResult.getSuccessMessageEntity("保存发布设置成功"); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据列表显示 树、查询条件、列表字段、按钮 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmShow(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询模版 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(entity.getMdmCode()); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // + // MdmViewVo mdmViewVo = new MdmViewVo(); + // mdmModuleEntity = mdmModuleEntities.get(0); + // mdmViewVo.setMdmModuleEntity(mdmModuleEntity); + // //查询展示类型 + // MdmModuleViewEntity mdmModuleViewEntity = new MdmModuleViewEntity(); + // mdmModuleViewEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleViewEntity.setSts("Y"); + // List moduleViewEntityList = mdmModuleViewDao.queryBase(mdmModuleViewEntity); + // if (moduleViewEntityList == null || moduleViewEntityList.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleViewEntity = moduleViewEntityList.get(0); + // mdmViewVo.setMdmModuleViewEntity(mdmModuleViewEntity); + // + // //查询数据源主表 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询数据源表下面的字段 + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbFiledsEntity.setSts("Y"); + // List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); + // if (mdmModuleDbFiledsEntityList == null || mdmModuleDbFiledsEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询字段下的规则 + // MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = new MdmModuleDbFiledsRuleEntity(); + // mdmModuleDbFiledsRuleEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbFiledsRuleEntity.setSts("Y"); + // List mdmModuleDbFiledsRuleEntityList = mdmModuleDbFiledsRuleDao.queryBase(mdmModuleDbFiledsRuleEntity); + // if (mdmModuleDbFiledsRuleEntityList == null || mdmModuleDbFiledsRuleEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询设置的查询字段 + // MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + // mdmModuleViewDetailEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleViewDetailEntity.setSts("Y"); + // mdmModuleViewDetailEntity.setViewType("1"); + // List queryList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); + // //设置字段 + // List queryListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, queryList, false); + // mdmViewVo.setQueryList(queryListVo); + // + // //查询用户设置字段 + // MdmModuleUserViewEntity mdmModuleUserViewEntity = new MdmModuleUserViewEntity(); + // mdmModuleUserViewEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleUserViewEntity.setSts("Y"); + // mdmModuleUserViewEntity.setUserId(StpUtil.getLoginIdAsString()); + // List mdmModuleUserViewEntities = mdmModuleUserViewDao.queryBase(mdmModuleUserViewEntity); + // + // //查询设置的查询字段 + // MdmModuleViewDetailEntity mdmModuleViewDetailEntity1 = new MdmModuleViewDetailEntity(); + // mdmModuleViewDetailEntity1.setMdmId(mdmModuleEntity.getId()); + // mdmModuleViewDetailEntity1.setSts("Y"); + // mdmModuleViewDetailEntity1.setViewType("2"); + // List listList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity1); + // List dolistList = new ArrayList<>(); + // + // if (mdmModuleUserViewEntities != null && mdmModuleUserViewEntities.size() > 0) { + // dolistList = getDolist(listList, mdmModuleUserViewEntities); + // if (dolistList == null || dolistList.size() == 0) { + // dolistList = listList; + // } + // } else { + // dolistList = listList; + // } + // List listListVo = setQueryList(mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, dolistList, true); + // mdmViewVo.setListList(listListVo); + // + // List buttonList = new ArrayList<>(); + // buttonList.add(new MdmViewButtonVo("new", "新建")); + // buttonList.add(new MdmViewButtonVo("resize", "重置")); + // buttonList.add(new MdmViewButtonVo("search", "查询")); + // buttonList.add(new MdmViewButtonVo("edit", "修改")); + // buttonList.add(new MdmViewButtonVo("dele", "删除")); + // buttonList.add(new MdmViewButtonVo("view", "查看")); + // buttonList.add(new MdmViewButtonVo("send", "下发")); + // mdmViewVo.setButtonList(buttonList); + // return BaseResult.getSuccessMessageEntity("获取字段成功", mdmViewVo); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据查询所有字段 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmShowAll(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询设置各种类型字段 + // //查询模版数据源 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(entity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // List listFiled = new ArrayList<>(); + // if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity.setMdmId(entity.getId()); + // mdmModuleDbFiledsEntity.setSts("Y"); + // List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); + // // + // if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + // for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + // if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // //1、主表 + // listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // } else { + // //2、明细 + // listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + // } + // } + // } + // } + // } + // } + // } + // return BaseResult.getSuccessMessageEntity("查询视图成功", listFiled); + //} + // + ///** + // * @param mdmModuleRoleButtonEntities + // * @return java.util.List + // * @Author lvleigang + // * @Description 设置返回按钮 + // * @Date 4:48 下午 2023/10/26 + // **/ + //private List setButton(List mdmModuleRoleButtonEntities) { + // List mdmViewButtonVoList = new ArrayList<>(); + // if (mdmModuleRoleButtonEntities != null && mdmModuleRoleButtonEntities.size() > 0) { + // for (int i = 0; i < mdmModuleRoleButtonEntities.size(); i++) { + // mdmViewButtonVoList.add(new MdmViewButtonVo(mdmModuleRoleButtonEntities.get(i).getButtonType(), mdmModuleRoleButtonEntities.get(i).getButtonName())); + // } + // } + // return mdmViewButtonVoList; + //} + // + ///** + // * @param allRecords + // * @param checkedMeters + // * @return java.util.List + // * @Author lvleigang + // * @Description 取出重复字段数据 + // * @Date 4:34 下午 2023/10/26 + // **/ + //private List getDolist(List allRecords, List checkedMeters) { + // List meterPlan = allRecords.stream() + // .filter(item -> checkedMeters.stream() + // .map(e -> { + // if (!Objects.equals(item.getViewFiled(), e.getViewDetailId())) { + // return null; + // } else { + // return item.getViewFiled(); + // } + // }) + // .collect(Collectors.toList()) + // .contains(item.getViewFiled())) + // .collect(Collectors.toList()); + // return meterPlan; + //} + // + ///** + // * @param mdmModuleDbEntityList 数据源 + // * @param mdmModuleDbFiledsEntityList 数据源下的字段表 + // * @param mdmModuleDbFiledsRuleEntityList 数据源字段的规则表 + // * @param queryList 需要的字段 + // * @return java.util.List + // * @Author lvleigang + // * @Description 根据字段设置返回前台字段 + // * @Date 4:11 下午 2023/10/26 + // **/ + //private List setQueryList(List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList, List queryList, boolean flag) { + // List mdmViewFiledVos = new ArrayList<>(); + // + // if (queryList != null && queryList.size() > 0) { + // for (int i = 0; i < queryList.size(); i++) { + // MdmViewFiledVo mdmViewFiledVo = new MdmViewFiledVo(); + // mdmViewFiledVo.setId(queryList.get(i).getViewFiled());//字段id + // mdmViewFiledVo.setSorts(i + 2);//排序 + // for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + // if (queryList.get(i).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { + // mdmViewFiledVo.setFiledType(mdmModuleDbFiledsEntityList.get(i1).getFiledType());//英文名 + // mdmViewFiledVo.setEnName(mdmModuleDbFiledsEntityList.get(i1).getEnName());//英文名 + // mdmViewFiledVo.setChName(mdmModuleDbFiledsEntityList.get(i1).getChName());//中文名 + // for (int i2 = 0; i2 < mdmModuleDbEntityList.size(); i2++) { + // if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i2).getId())) { + // mdmViewFiledVo.setDbType(mdmModuleDbEntityList.get(i2).getDbType());//类型 1、主表 2、明细 + // mdmViewFiledVo.setMdmId(mdmModuleDbEntityList.get(i2).getMdmId());//主数据模版ID + // mdmViewFiledVo.setDbId(mdmModuleDbEntityList.get(i2).getId());//模版数据库id + // mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i2).getDbName());//表名 + // + // break; + // } + // } + // break; + // } + // } + // //设置字段规则 + // List ruleList = new ArrayList<>(); + // if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { + // for (int i1 = 0; i1 < mdmModuleDbFiledsRuleEntityList.size(); i1++) { + // if (queryList.get(i).getViewFiled().equals(mdmModuleDbFiledsRuleEntityList.get(i1).getFiledId())) { + // ruleList.add(mdmModuleDbFiledsRuleEntityList.get(i1)); + // } + // } + // } + // mdmViewFiledVo.setRuleList(ruleList); + // mdmViewFiledVos.add(mdmViewFiledVo); + // } + // } + // MdmViewFiledVo mdmViewFiledVo = new MdmViewFiledVo(); + // mdmViewFiledVo.setSorts(1);//排序 + // mdmViewFiledVo.setFiledType("3"); + // mdmViewFiledVo.setEnName("document_rule");//英文名 + // mdmViewFiledVo.setChName("单据编码");//中文名 + // mdmViewFiledVo.setDbType("1");//类型 1、主表 2、明细 + // if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i).getDbName());//表名 + // } + // } + // } + // List msgRule = new ArrayList<>(); + // MdmModuleDbFiledsRuleEntity msgRuleTitie = new MdmModuleDbFiledsRuleEntity(); + // msgRuleTitie.setFormName("optionRuleForm"); + // msgRuleTitie.setRuleCode("title"); + // msgRuleTitie.setRuleName("显示名"); + // msgRuleTitie.setRuleType("2"); + // msgRuleTitie.setRuleValue("单据编码"); + // MdmModuleDbFiledsRuleEntity msgRulerow = new MdmModuleDbFiledsRuleEntity(); + // msgRulerow.setFormName("optionRuleForm"); + // msgRulerow.setRuleCode("row"); + // msgRulerow.setRuleName("宽度"); + // msgRulerow.setRuleType("2"); + // msgRulerow.setRuleValue("12"); + // MdmModuleDbFiledsRuleEntity msgRuletype = new MdmModuleDbFiledsRuleEntity(); + // msgRuletype.setFormName("optionRuleForm"); + // msgRuletype.setRuleCode("type"); + // msgRuletype.setRuleName("数据类型"); + // msgRuletype.setRuleType("2"); + // msgRuletype.setRuleValue("input"); + // MdmModuleDbFiledsRuleEntity msgRulerequired = new MdmModuleDbFiledsRuleEntity(); + // msgRulerequired.setFormName("optionRuleForm"); + // msgRulerequired.setRuleCode("required"); + // msgRulerequired.setRuleName("必填"); + // msgRulerequired.setRuleType("2"); + // MdmModuleDbFiledsRuleEntity withs = new MdmModuleDbFiledsRuleEntity(); + // withs.setFormName("optionRuleForm"); + // withs.setRuleCode("width"); + // withs.setRuleName("宽度"); + // withs.setRuleType("2"); + // withs.setRuleValue("200"); + // msgRule.add(withs); + // msgRule.add(msgRulerequired); + // msgRule.add(msgRuletype); + // msgRule.add(msgRulerow); + // msgRule.add(msgRuleTitie); + // mdmViewFiledVo.setRuleList(msgRule); + // mdmViewFiledVos.add(0, mdmViewFiledVo); + // + // //添加分发数量 + // if (flag) { + // addFfsl(mdmModuleDbEntityList, mdmViewFiledVos); + // } + // return mdmViewFiledVos; + //} + // + //private void addFfsl(List mdmModuleDbEntityList, List mdmViewFiledVos) { + // + // MdmViewFiledVo mdmViewFiledVo = new MdmViewFiledVo(); + // mdmViewFiledVo.setSorts(1);//排序 + // mdmViewFiledVo.setFiledType("1"); + // mdmViewFiledVo.setEnName("qwqwasdasdzxasda");//英文名 + // mdmViewFiledVo.setChName("分发数量");//中文名 + // mdmViewFiledVo.setDbType("1");//类型 1、主表 2、明细 + // if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // mdmViewFiledVo.setDbName(mdmModuleDbEntityList.get(i).getDbName());//表名 + // } + // } + // } + // List msgRule = new ArrayList<>(); + // MdmModuleDbFiledsRuleEntity msgRuleTitie = new MdmModuleDbFiledsRuleEntity(); + // msgRuleTitie.setFormName("optionRuleForm"); + // msgRuleTitie.setRuleCode("title"); + // msgRuleTitie.setRuleName("显示名"); + // msgRuleTitie.setRuleType("2"); + // msgRuleTitie.setRuleValue("分发数量"); + // MdmModuleDbFiledsRuleEntity msgRulerow = new MdmModuleDbFiledsRuleEntity(); + // msgRulerow.setFormName("optionRuleForm"); + // msgRulerow.setRuleCode("row"); + // msgRulerow.setRuleName("宽度"); + // msgRulerow.setRuleType("2"); + // msgRulerow.setRuleValue("6"); + // MdmModuleDbFiledsRuleEntity msgRuletype = new MdmModuleDbFiledsRuleEntity(); + // msgRuletype.setFormName("optionRuleForm"); + // msgRuletype.setRuleCode("type"); + // msgRuletype.setRuleName("数据类型"); + // msgRuletype.setRuleType("2"); + // msgRuletype.setRuleValue("input"); + // MdmModuleDbFiledsRuleEntity msgRulerequired = new MdmModuleDbFiledsRuleEntity(); + // msgRulerequired.setFormName("optionRuleForm"); + // msgRulerequired.setRuleCode("required"); + // msgRulerequired.setRuleName("必填"); + // msgRulerequired.setRuleType("2"); + // msgRule.add(msgRulerequired); + // msgRule.add(msgRuletype); + // msgRule.add(msgRulerow); + // msgRule.add(msgRuleTitie); + // mdmViewFiledVo.setRuleList(msgRule); + // mdmViewFiledVos.add(mdmViewFiledVo); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据列表显示 业务数据 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmShowData(JSONObject object) { + // MdmQuery entity = getData("jsonStr", object, MdmQuery.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // //判断分页 + // if (entity == null || entity.getPageNum() == null || entity.getPageSize() == null) { + // return BaseResult.getFailureMessageEntity("分页查询参数不存在"); + // } + // PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + // List> businessResult = mdmModuleDao.queryMdmShowData(entity); + // PageInfo pageInfo = new PageInfo(businessResult); + // return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据列表显示 业务数据 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmShowDistribute(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询模版 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(entity.getMdmCode()); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // + // //查询数据源主表 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); + // mdmModuleDbEntity.setDbType("1"); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleDbEntity = mdmModuleDbEntityList.get(0); + // Map queryData = new HashMap<>(); + // queryData.put("tableName", mdmModuleDbEntity.getDbName() + "_distribute");//表名 + // queryData.put("id", entity.getId());//字段 + // List datas = mdmModuleDbDao.getServiceByDistributeIdNoCase(queryData); + // List returnData = new ArrayList<>(); + // + // //查询分发表 + // MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + // mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); + // mdmModuleDistributeEntity.setSts("Y"); + // List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); + // if (datas != null && datas.size() > 0) { + // if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { + // for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { + // boolean flag = false; + // for (int i1 = 0; i1 < datas.size(); i1++) { + // if (datas.get(i1).getAppId().equals(mdmModuleDistributeEntities.get(i).getAppId())) { + // flag = true; + // break; + // } + // } + // if (!flag) { + // MdmDistributeVo mdmDistributeVo = new MdmDistributeVo(); + // mdmDistributeVo.setAppId(mdmModuleDistributeEntities.get(i).getAppId()); + // mdmDistributeVo.setStatus("4"); + // mdmDistributeVo.setMsg("未发送"); + // returnData.add(mdmDistributeVo); + // } + // } + // } + // returnData.addAll(datas); + // } else { + // if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() > 0) { + // for (int i = 0; i < mdmModuleDistributeEntities.size(); i++) { + // MdmDistributeVo mdmDistributeVo = new MdmDistributeVo(); + // mdmDistributeVo.setAppId(mdmModuleDistributeEntities.get(i).getAppId()); + // mdmDistributeVo.setStatus("4"); + // mdmDistributeVo.setMsg("未发送"); + // returnData.add(mdmDistributeVo); + // } + // } + // } + // return BaseResult.getSuccessMessageEntity("查询数据成功", returnData); + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 查询数据(list 或者 分页) + // * @Date 1:33 下午 2023/7/12 + // **/ + //@Override + //public JsonResultEntity queryTemplateData(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // //校验是否有servecr传参 + // if (!checkStr(entity.getTableName())) { + // return BaseResult.getFailureMessageEntity("请先传递服务名"); + // } + // if (!checkStr(entity.getValue())) { + // return BaseResult.getFailureMessageEntity("请先传递存储字段"); + // } + // if (!checkStr(entity.getLabel())) { + // return BaseResult.getFailureMessageEntity("请先传递显示字段"); + // } + // if (entity.getPageNum() != null && entity.getPageSize() != null) { + // PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + // List> mapList = mdmModuleDao.querySelectData(entity); + // PageInfo pageInfo = new PageInfo(mapList); + // return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + // } else { + // List> mapList = mdmModuleDao.querySelectData(entity); + // return BaseResult.getSuccessMessageEntity("查询数据成功", mapList); + // } + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 业务数据树形结构,数据查询 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmShowTreeData(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // //if (entity.getTableName() == null || "".equals(entity.getTableName())) { + // // return BaseResult.getFailureMessageEntity("系统错误"); + // //} + // if (entity.getLabel() == null || "".equals(entity.getLabel())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // if (entity.getUpId() == null || "".equals(entity.getUpId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // if (entity.getMdmCode() != null && !"".equals(entity.getMdmCode())) { + // //查询模版 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(entity.getMdmCode()); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询数据源主表 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); + // mdmModuleDbEntity.setDbType("1"); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleDbEntity = mdmModuleDbEntityList.get(0); + // entity.setTableName(mdmModuleDbEntity.getDbName()); + // } + // + // + // if (checkStr(entity.getId())) { + // if (!checkStr(entity.getValue())) { + // return BaseResult.getFailureMessageEntity("请先传递存储字段"); + // } + // if (entity.getId().contains(",")) { + // String[] strArray = entity.getId().split(","); // 使用逗号和空格作为分隔符 + // entity.setIds(strArray); + // List> mapList = mdmModuleDao.queryTemplateDataMore(entity); + // if (mapList == null || mapList.size() == 0) { + // List> returnList = new ArrayList<>(); + // return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); + // } + // List> returnList = gettochilder(strArray, 0, mapList); + // return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); + // } else { + // HashMap mapList = mdmModuleDao.queryTemplateDataOne(entity); + // if (mapList == null || mapList.size() == 0) { + // List> returnList = new ArrayList<>(); + // return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); + // } + // List> returnList = new ArrayList<>(); + // returnList.add(mapList); + // return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); + // } + // } else { + // List> mapList = mdmModuleDao.queryDataAll(entity); + // List> returnList = new ArrayList<>(); + // + // if (mapList != null && mapList.size() > 0) { + // for (int i = 0; i < mapList.size(); i++) { + // //默认为根 + // if (mapList.get(i).get(entity.getUpId()) == null || "".equals(mapList.get(i).get(entity.getUpId()))) { + // List> children = getchilder(mapList.get(i).get("qsdfg").toString(), mapList, entity); + // HashMap re = new HashMap<>(); + // re.put("id", mapList.get(i).get("qsdfg")); + // re.put("label", mapList.get(i).get(entity.getLabel())); + // re.put("upID", mapList.get(i).get(entity.getUpId())); + // if (children != null && children.size() > 0) { + // re.put("children", children); + // } + // returnList.add(re); + // } + // } + // } + // return BaseResult.getSuccessMessageEntity("查询数据成功", returnList); + // } + //} + // + //private List> gettochilder(String[] strArray, int i, List> mapList) { + // List> maps = new ArrayList<>(); + // for (int i1 = 0; i1 < mapList.size(); i1++) { + // if (strArray[i].equals(mapList.get(i1).get("id").toString())) { + // if (strArray.length >= (i + 2)) { + // mapList.get(i1).put("children", gettochilder(strArray, i + 1, mapList)); + // } + // maps.add(mapList.get(i1)); + // break; + // } + // } + // return maps; + //} + // + //private HashMap getFathers(List> mapListAll, HashMap mapList, MdmDto entity) { + // if (mapList.get("upID") == null) { + // return mapList; + // } + // HashMap retList = new HashMap<>(); + // if (mapListAll != null && mapListAll.size() > 0) { + // for (int i = 0; i < mapListAll.size(); i++) { + // //等于上级id的时候 + // if (mapListAll.get(i).get("qsdfg").equals(mapList.get("upID"))) { + // retList.put("id", mapListAll.get(i).get("qsdfg")); + // retList.put("label", mapListAll.get(i).get(entity.getLabel())); + // retList.put("upID", mapListAll.get(i).get(entity.getUpId())); + // List> returnList = new ArrayList<>(); + // returnList.add(mapList); + // retList.put("children", returnList); + // break; + // } + // } + // } + // HashMap a = getFathers(mapListAll, retList, entity); + // return a; + //} + // + //private List> getchilder(String stringObjectHashMap, List> mapList, MdmDto entity) { + // List> returnList = new ArrayList<>(); + // if (mapList != null && mapList.size() > 0) { + // for (int i = 0; i < mapList.size(); i++) { + // //等于上级id的时候 + // if (stringObjectHashMap.equals(mapList.get(i).get(entity.getUpId()))) { + // List> children = getchilder(mapList.get(i).get(entity.getUpId()) + "," + mapList.get(i).get("qsdfg"), mapList, entity); + // HashMap re = new HashMap<>(); + // re.put("id", mapList.get(i).get("qsdfg")); + // re.put("label", mapList.get(i).get(entity.getLabel())); + // re.put("upID", mapList.get(i).get(entity.getUpId())); + // if (children != null && children.size() > 0) { + // re.put("children", children); + // } + // returnList.add(re); + // } + // } + // } + // return returnList; + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情 区分类型 新增、修改、查看 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmShowDetails(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // if (entity.getShowType() == null || "".equals(entity.getShowType())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询模版 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(entity.getMdmCode()); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // MdmDetailViewVo mdmViewVo = new MdmDetailViewVo(); + // mdmModuleEntity = mdmModuleEntities.get(0); + // mdmViewVo.setMdmModuleEntity(mdmModuleEntity); + // + // //查询数据源主表 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询数据源表下面的字段 + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbFiledsEntity.setSts("Y"); + // List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); + // if (mdmModuleDbFiledsEntityList == null || mdmModuleDbFiledsEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询字段下的规则 + // MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = new MdmModuleDbFiledsRuleEntity(); + // mdmModuleDbFiledsRuleEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbFiledsRuleEntity.setSts("Y"); + // List mdmModuleDbFiledsRuleEntityList = mdmModuleDbFiledsRuleDao.queryBase(mdmModuleDbFiledsRuleEntity); + // if (mdmModuleDbFiledsRuleEntityList == null || mdmModuleDbFiledsRuleEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + // mdmModuleViewDetailEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleViewDetailEntity.setSts("Y"); + // mdmModuleViewDetailEntity.setViewType(entity.getShowType());//设置显示字段类型 + // List mdmModuleViewDetailEntityList = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); + // //组装数据 + // assembleMdmShowDetails(mdmViewVo, mdmModuleDbEntityList, mdmModuleDbFiledsEntityList, mdmModuleDbFiledsRuleEntityList, mdmModuleViewDetailEntityList, entity.getShowType()); + // return BaseResult.getSuccessMessageEntity("获取字段成功", mdmViewVo); + //} + // + ///** + // * @param mdmViewVo 返回对象 + // * @param mdmModuleDbEntityList 数据源表 + // * @param mdmModuleDbFiledsEntityList 数据源字段 + // * @param mdmModuleDbFiledsRuleEntityList 数据源字段规则 + // * @param mdmModuleViewDetailEntityList 数据源显示字段 + // * @return void + // * @Author lvleigang + // * @Description 组装显示字段 + // * @Date 9:10 上午 2023/11/6 + // **/ + //private void assembleMdmShowDetails(MdmDetailViewVo mdmViewVo, List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList, List mdmModuleDbFiledsRuleEntityList, List mdmModuleViewDetailEntityList, String showType) { + // //主数据主表 + // MdmModuleDbEntity mainMdmModuleDb = new MdmModuleDbEntity(); + // List mainMdmModuleDbFileds = new ArrayList<>(); + // //主数据子表 + // List sublistMdmModuleDb = new ArrayList<>(); + // + // if (mdmModuleViewDetailEntityList != null && mdmModuleViewDetailEntityList.size() > 0) { + // //先循环数据源表,设置出数据字段 + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // //1、主表 2、明细 + // mainMdmModuleDb = mdmModuleDbEntityList.get(i); + // //循环字段表 + // if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + // for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + // if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { + // for (int b = 0; b < mdmModuleViewDetailEntityList.size(); b++) { + // if (mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { + // mainMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); + // List mdmModuleDbFiledsRules = new ArrayList<>(); + // //循环字段属性 + // if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { + // for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { + // if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) + // && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { + // mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); + // } + // } + // } + // mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); + // } + // } + // } + // } + // } + // } else if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // //2、明细 + // sublistMdmModuleDb.add(mdmModuleDbEntityList.get(i)); + // //循环字段表 + // if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + // List sublistMdmModuleDbFileds = new ArrayList<>(); + // for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + // if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { + // for (int b = 0; b < mdmModuleViewDetailEntityList.size(); b++) { + // if (mdmModuleViewDetailEntityList.get(b).getViewFiled().equals(mdmModuleDbFiledsEntityList.get(i1).getId())) { + // sublistMdmModuleDbFileds.add(mdmModuleDbFiledsEntityList.get(i1)); + // List mdmModuleDbFiledsRules = new ArrayList<>(); + // //循环字段属性 + // if (mdmModuleDbFiledsRuleEntityList != null && mdmModuleDbFiledsRuleEntityList.size() > 0) { + // for (int i2 = 0; i2 < mdmModuleDbFiledsRuleEntityList.size(); i2++) { + // if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getDbId()) + // && mdmModuleDbFiledsEntityList.get(i1).getId().equals(mdmModuleDbFiledsRuleEntityList.get(i2).getFiledId())) { + // mdmModuleDbFiledsRules.add(mdmModuleDbFiledsRuleEntityList.get(i2)); + // } + // } + // } + // mdmModuleDbFiledsEntityList.get(i1).setMdmModuleDbFiledsRules(mdmModuleDbFiledsRules); + // } + // } + // + // } + // } + // mdmModuleDbEntityList.get(i).setSublistMdmModuleDbFileds(sublistMdmModuleDbFileds); + // } + // } + // } + // mainMdmModuleDb.setSublistMdmModuleDbFileds(mainMdmModuleDbFileds); + // mdmViewVo.setMainMdmModuleDb(mainMdmModuleDb); + // //主数据子表 + // List mdmModuleDb = new ArrayList<>(); + // if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { + // for (int i = 0; i < sublistMdmModuleDb.size(); i++) { + // if (sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() != null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() > 0) { + // mdmModuleDb.add(sublistMdmModuleDb.get(i)); + // } + // } + // } + // if ("5".equals(showType)) { + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setDbName(mainMdmModuleDb.getDbName() + "_distribute"); + // mdmModuleDbEntity.setRemark(mainMdmModuleDb.getRemark() + "分发表"); + // mdmModuleDbEntity.setDbType("2"); + // List mdmModuleDbFiledsEntityList1 = getDistributeRole(); + // mdmModuleDbEntity.setSublistMdmModuleDbFileds(mdmModuleDbFiledsEntityList1); + // mdmModuleDb.add(mdmModuleDbEntity); + // } + // mdmViewVo.setSublistMdmModuleDb(mdmModuleDb); + // + // + // } else { + // mdmViewVo.setMainMdmModuleDb(mainMdmModuleDb); + // mdmViewVo.setSublistMdmModuleDb(sublistMdmModuleDb); + // } + //} + // + //private List getDistributeRole() { + // List mdmModuleDbFiledsEntityList = new ArrayList<>(); + // //app + // MdmModuleDbFiledsEntity appFiled = new MdmModuleDbFiledsEntity(); + // appFiled.setChName("应用"); + // appFiled.setEnName("app_id"); + // appFiled.setFiledLength("50"); + // appFiled.setFiledType("3"); + // List appRule = new ArrayList<>(); + // MdmModuleDbFiledsRuleEntity appRuleTitie = new MdmModuleDbFiledsRuleEntity(); + // appRuleTitie.setFormName("optionRuleForm"); + // appRuleTitie.setRuleCode("title"); + // appRuleTitie.setRuleName("显示名"); + // appRuleTitie.setRuleType("2"); + // appRuleTitie.setRuleValue("应用"); + // MdmModuleDbFiledsRuleEntity appRulerow = new MdmModuleDbFiledsRuleEntity(); + // appRulerow.setFormName("optionRuleForm"); + // appRulerow.setRuleCode("row"); + // appRulerow.setRuleName("宽度"); + // appRulerow.setRuleType("2"); + // appRulerow.setRuleValue("6"); + // MdmModuleDbFiledsRuleEntity appRuletype = new MdmModuleDbFiledsRuleEntity(); + // appRuletype.setFormName("optionRuleForm"); + // appRuletype.setRuleCode("type"); + // appRuletype.setRuleName("数据类型"); + // appRuletype.setRuleType("2"); + // appRuletype.setRuleValue("select"); + // MdmModuleDbFiledsRuleEntity appRulerequired = new MdmModuleDbFiledsRuleEntity(); + // appRulerequired.setFormName("optionRuleForm"); + // appRulerequired.setRuleCode("required"); + // appRulerequired.setRuleName("必填"); + // appRulerequired.setRuleType("2"); + // MdmModuleDbFiledsRuleEntity appRuleservice = new MdmModuleDbFiledsRuleEntity(); + // appRuleservice.setFormName("typeOptionRuleForm"); + // appRuleservice.setRuleCode("service"); + // appRuleservice.setRuleName("服务名称"); + // appRuleservice.setRuleType("2"); + // appRuleservice.setRuleValue("sys_application"); + // MdmModuleDbFiledsRuleEntity appRulelabel = new MdmModuleDbFiledsRuleEntity(); + // appRulelabel.setFormName("typeOptionRuleForm"); + // appRulelabel.setRuleCode("label"); + // appRulelabel.setRuleName("label"); + // appRulelabel.setRuleType("2"); + // appRulelabel.setRuleValue("name"); + // MdmModuleDbFiledsRuleEntity appRulevalue = new MdmModuleDbFiledsRuleEntity(); + // appRulevalue.setFormName("typeOptionRuleForm"); + // appRulevalue.setRuleCode("value"); + // appRulevalue.setRuleName("value"); + // appRulevalue.setRuleType("2"); + // appRulevalue.setRuleValue("id"); + // appRule.add(appRulevalue); + // appRule.add(appRulelabel); + // appRule.add(appRuleservice); + // appRule.add(appRulerequired); + // appRule.add(appRuletype); + // appRule.add(appRulerow); + // appRule.add(appRuleTitie); + // appFiled.setMdmModuleDbFiledsRules(appRule); + // mdmModuleDbFiledsEntityList.add(appFiled); + // + // + // //status + // MdmModuleDbFiledsEntity statusFiled = new MdmModuleDbFiledsEntity(); + // statusFiled.setChName("状态"); + // statusFiled.setEnName("status"); + // statusFiled.setFiledLength("50"); + // statusFiled.setFiledType("3"); + // List statusRule = new ArrayList<>(); + // MdmModuleDbFiledsRuleEntity statusRuleTitie = new MdmModuleDbFiledsRuleEntity(); + // statusRuleTitie.setFormName("optionRuleForm"); + // statusRuleTitie.setRuleCode("title"); + // statusRuleTitie.setRuleName("显示名"); + // statusRuleTitie.setRuleType("2"); + // statusRuleTitie.setRuleValue("状态"); + // MdmModuleDbFiledsRuleEntity statusRulerow = new MdmModuleDbFiledsRuleEntity(); + // statusRulerow.setFormName("optionRuleForm"); + // statusRulerow.setRuleCode("row"); + // statusRulerow.setRuleName("宽度"); + // statusRulerow.setRuleType("2"); + // statusRulerow.setRuleValue("6"); + // MdmModuleDbFiledsRuleEntity statusRuletype = new MdmModuleDbFiledsRuleEntity(); + // statusRuletype.setFormName("optionRuleForm"); + // statusRuletype.setRuleCode("type"); + // statusRuletype.setRuleName("数据类型"); + // statusRuletype.setRuleType("2"); + // statusRuletype.setRuleValue("input"); + // MdmModuleDbFiledsRuleEntity statusRulerequired = new MdmModuleDbFiledsRuleEntity(); + // statusRulerequired.setFormName("optionRuleForm"); + // statusRulerequired.setRuleCode("required"); + // statusRulerequired.setRuleName("必填"); + // statusRulerequired.setRuleType("2"); + // statusRule.add(statusRulerequired); + // statusRule.add(statusRuletype); + // statusRule.add(statusRulerow); + // statusRule.add(statusRuleTitie); + // statusFiled.setMdmModuleDbFiledsRules(statusRule); + // mdmModuleDbFiledsEntityList.add(statusFiled); + // + // + // //msg + // MdmModuleDbFiledsEntity msgFiled = new MdmModuleDbFiledsEntity(); + // msgFiled.setChName("描述"); + // msgFiled.setEnName("msg"); + // msgFiled.setFiledLength("200"); + // msgFiled.setFiledType("3"); + // List msgRule = new ArrayList<>(); + // MdmModuleDbFiledsRuleEntity msgRuleTitie = new MdmModuleDbFiledsRuleEntity(); + // msgRuleTitie.setFormName("optionRuleForm"); + // msgRuleTitie.setRuleCode("title"); + // msgRuleTitie.setRuleName("显示名"); + // msgRuleTitie.setRuleType("2"); + // msgRuleTitie.setRuleValue("描述"); + // MdmModuleDbFiledsRuleEntity msgRulerow = new MdmModuleDbFiledsRuleEntity(); + // msgRulerow.setFormName("optionRuleForm"); + // msgRulerow.setRuleCode("row"); + // msgRulerow.setRuleName("宽度"); + // msgRulerow.setRuleType("2"); + // msgRulerow.setRuleValue("6"); + // MdmModuleDbFiledsRuleEntity msgRuletype = new MdmModuleDbFiledsRuleEntity(); + // msgRuletype.setFormName("optionRuleForm"); + // msgRuletype.setRuleCode("type"); + // msgRuletype.setRuleName("数据类型"); + // msgRuletype.setRuleType("2"); + // msgRuletype.setRuleValue("input"); + // MdmModuleDbFiledsRuleEntity msgRulerequired = new MdmModuleDbFiledsRuleEntity(); + // msgRulerequired.setFormName("optionRuleForm"); + // msgRulerequired.setRuleCode("required"); + // msgRulerequired.setRuleName("必填"); + // msgRulerequired.setRuleType("2"); + // msgRule.add(msgRulerequired); + // msgRule.add(msgRuletype); + // msgRule.add(msgRulerow); + // msgRule.add(msgRuleTitie); + // msgFiled.setMdmModuleDbFiledsRules(msgRule); + // mdmModuleDbFiledsEntityList.add(msgFiled); + // return mdmModuleDbFiledsEntityList; + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 查询数据(list 或者 分页) + // * @Date 1:33 下午 2023/7/12 + // **/ + //@Override + //public JsonResultEntity queryMdmOptionData(JSONObject object) { + // ModuleDto entity = getData("jsonStr", object, ModuleDto.class); + // //校验是否有servecr传参 + // if (!checkStr(entity.getService())) { + // return BaseResult.getFailureMessageEntity("请先传递服务名"); + // } + // if (!checkStr(entity.getValue())) { + // return BaseResult.getFailureMessageEntity("请先传递存储字段"); + // } + // if (!checkStr(entity.getLabel())) { + // return BaseResult.getFailureMessageEntity("请先传递显示字段"); + // } + // //查询数据源主表 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setId(entity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // entity.setTableName(mdmModuleDbEntityList.get(0).getDbName()); + // if (entity.getPageNum() != null && entity.getPageSize() != null) { + // PageHelper.startPage(entity.getPageNum(), entity.getPageSize()); + // List> mapList = mdmModuleDao.queryTemplateData(entity); + // PageInfo pageInfo = new PageInfo(mapList); + // return BaseResult.getSuccessMessageEntity("查询数据成功", pageInfo); + // } else { + // List> mapList = mdmModuleDao.queryTemplateData(entity); + // return BaseResult.getSuccessMessageEntity("查询数据成功", mapList); + // } + //} + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情数据 区分类型 新增、修改、查看 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity queryMdmShowDetailsData(JSONObject object) { + // MdmDto entity = getData("jsonStr", object, MdmDto.class); + // if (entity == null) { + // return BaseResult.getFailureMessageEntity("参数不允许为空"); + // } + // if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // if (entity.getId() == null || "".equals(entity.getId())) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // //查询模版 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(entity.getMdmCode()); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleEntity = mdmModuleEntities.get(0); + // //查询数据源主表 + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // String tablename = null; + // JSONObject jsonObject = new JSONObject(); + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // //查询数据 + // Map queryData = new HashMap<>(); + // queryData.put("tableName", mdmModuleDbEntityList.get(i).getDbName());//表名 + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // queryData.put("detailFlag", false);//是否明细 + // queryData.put("id", entity.getId());//字段 + // HashMap datas = mdmModuleDbDao.getServiceDataById(queryData); + // jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(), datas); + // tablename = mdmModuleDbEntityList.get(i).getDbName() + "_distribute"; + // } else { + // queryData.put("detailFlag", true);//是否明细 + // queryData.put("id", entity.getId());//字段 + // List> datas = mdmModuleDbDao.getServiceByFormmainId(queryData); + // jsonObject.put(mdmModuleDbEntityList.get(i).getDbName(), datas); + // } + // } + // if (tablename != null && !"".equals(tablename)) { + // Map queryData = new HashMap<>(); + // queryData.put("tableName", tablename);//表名 + // queryData.put("id", entity.getId());//字段 + // List> datas = mdmModuleDbDao.getServiceByDistributeId(queryData); + // jsonObject.put(tablename, datas); + // } + // + // + // return BaseResult.getSuccessMessageEntity("获取数据成功", jsonObject); + //} + // + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情数据修改 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity updateMdmShowDetailsData(JSONObject object) { + // JSONObject jsonObject = getstrObj("jsonStr", object); + // //校验是否有servecr传参 + // if (!checkData(jsonObject, "mdmCode")) { + // return BaseResult.getFailureMessageEntity("请先传递服务名"); + // } + // if (!checkData(jsonObject, "data")) { + // return BaseResult.getFailureMessageEntity("请先传递要修改的数据"); + // } + // JSONObject saveData = jsonObject.getJSONObject("data"); + // //校验唯一 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleEntity = mdmModuleEntities.get(0); + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // String res = checkDataOnly(jsonObject.getInteger("mdmCode"), saveData, true, mdmModuleEntity, mdmModuleDbEntityList); + // + // if (res == null || "".equals(res)) { + // return BaseResult.getSuccessMessageEntity("修改数据成功"); + // } else { + // return BaseResult.getFailureMessageEntity(res); + // } + //} + // + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情数据新增 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity saveMdmShowDetailsData(JSONObject object) { + // JSONObject jsonObject = getstrObj("jsonStr", object); + // //校验是否有servecr传参 + // if (!checkData(jsonObject, "mdmCode")) { + // return BaseResult.getFailureMessageEntity("请先传递服务名"); + // } + // if (!checkData(jsonObject, "data")) { + // return BaseResult.getFailureMessageEntity("请先传递要修改的数据"); + // } + // JSONObject saveData = jsonObject.getJSONObject("data"); + // //校验唯一 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleEntity = mdmModuleEntities.get(0); + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // String res = checkDataOnly(jsonObject.getInteger("mdmCode"), saveData, false, mdmModuleEntity, mdmModuleDbEntityList); + // + // if (res == null || "".equals(res)) { + // return BaseResult.getSuccessMessageEntity("保存数据成功"); + // } else { + // return BaseResult.getFailureMessageEntity(res); + // } + //} + // + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 主数据详情数据修改 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity deleteMdmShowDetailsData(JSONObject object) { + // JSONObject jsonObject = getstrObj("jsonStr", object); + // //校验是否有servecr传参 + // if (!checkData(jsonObject, "mdmCode")) { + // return BaseResult.getFailureMessageEntity("请先传递服务名"); + // } + // if (!checkData(jsonObject, "id")) { + // return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); + // } + // //校验唯一 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities == null || mdmModuleEntities.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleEntity = mdmModuleEntities.get(0); + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntityList = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntityList == null || mdmModuleDbEntityList.size() == 0) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // + // //查询视图,如果树形,删除下级及子集 + // //查询展示类型 + // MdmModuleViewEntity mdmModuleViewEntity = new MdmModuleViewEntity(); + // mdmModuleViewEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleViewEntity.setSts("Y"); + // List moduleViewEntityList = mdmModuleViewDao.queryBase(mdmModuleViewEntity); + // if (moduleViewEntityList == null || moduleViewEntityList.size() != 1) { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // mdmModuleViewEntity = moduleViewEntityList.get(0); + // + // + // //删除自己 + // FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); + // formmainDeleteDto.setId(jsonObject.getString("id")); + // formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); + // formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + // if (mdmModuleViewEntity != null && mdmModuleViewEntity.getViewName() != null && "1".equals(mdmModuleViewEntity.getViewName()) && + // mdmModuleViewEntity.getUpIdFiled() != null && !"".equals(mdmModuleViewEntity.getUpIdFiled())) { + // formmainDeleteDto.setUpIdFiled(mdmModuleViewEntity.getUpIdFiled()); + // + // Map queryData = new HashMap<>(); + // queryData.put("tableName", mdmModuleDbEntityList.get(i).getDbName());//表名 + // queryData.put("detailFlag", false);//是否明细 + // queryData.put("id", jsonObject.getString("id"));//字段 + // HashMap datas = mdmModuleDbDao.getServiceDataById(queryData); + // String upValue = null; + // if (datas != null && datas.get(mdmModuleViewEntity.getUpIdFiled()) != null) { + // upValue = datas.get(mdmModuleViewEntity.getUpIdFiled()).toString(); + // } + // if (upValue != null) { + // formmainDeleteDto.setUpIdFiledValue(upValue + "," + jsonObject.getString("id")); + // } else { + // formmainDeleteDto.setUpIdFiledValue(jsonObject.getString("id")); + // } + // mdmModuleDao.deleteChilder(formmainDeleteDto); + // } + // mdmModuleDao.deleteTemplateById(formmainDeleteDto); + // + // } else { + // //删除明细 + // FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); + // formmainDeleteDto.setFormmain_id(jsonObject.getString("id")); + // formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); + // formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + // mdmModuleDao.deleteTemplateById(formmainDeleteDto); + // } + // } + // return BaseResult.getSuccessMessageEntity("删除数据成功"); + //} + // + // + ///** + // * @param object + // * @return com.hzya.frame.web.entity.JsonResultEntity + // * @Author lvleigang + // * @Description 处理分发数据 + // * @Date 9:40 上午 2023/10/18 + // **/ + //@Override + //public JsonResultEntity doMdmDistribute(JSONObject object) { + // JSONObject jsonObject = getstrObj("jsonStr", object); + // //校验是否有servecr传参 + // if (!checkData(jsonObject, "mdmCode")) { + // return BaseResult.getFailureMessageEntity("请先传递服务名"); + // } + // if (!checkData(jsonObject, "id")) { + // return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); + // } + // if (!checkData(jsonObject, "appID")) { + // return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); + // } + // if (!checkData(jsonObject, "dataType")) { + // return BaseResult.getFailureMessageEntity("请先传递要删除的数据"); + // } + // if("2".equals(jsonObject.getString("dataType"))){ + // boolean flag = false; + // //1、根据服务名查询分发数据 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities != null && mdmModuleEntities.size() == 1) { + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); + // mdmModuleDbEntity.setDbType("1"); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntities = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntities != null && mdmModuleDbEntities.size() == 1) { + // mdmModuleDbEntity = mdmModuleDbEntities.get(0); + // } + // MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + // mdmModuleDistributeEntity.setAppId(jsonObject.getString("appID")); + // mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); + // List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); + // if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() == 1) { + // if (mdmModuleDistributeEntities.get(0).getAddType() != null && "1".equals(mdmModuleDistributeEntities.get(0).getAddType())) { + // //2、查找插件 + // if (mdmModuleDistributeEntities.get(0).getAddPlug() != null && !"".equals(mdmModuleDistributeEntities.get(0).getAddPlug())) { + // //2、查找插件 + // SysApplicationPluginEntity sysApplicationPluginEntity = sysApplicationPluginDao.get(mdmModuleDistributeEntities.get(0).getAddPlug()); + // if(sysApplicationPluginEntity.getPluginCode() != null && !"".equals(sysApplicationPluginEntity.getPluginCode())){ + // //3、调用插件 + // PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(sysApplicationPluginEntity.getPluginCode()); + // try { + // JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObject); + // flag = true; + // } catch (Exception e) { + // logger.error("插件处理失败"+e.getMessage()); + // } + // } + // } + // } else { + // //TODO 连线 + // flag = true; + // } + // } + // if(mdmModuleDbEntity.getDbName()!= null && !"".equals(mdmModuleDbEntity.getDbName())) { + // MdmDistributeEntity mdmDistributeEntity = new MdmDistributeEntity(); + // mdmDistributeEntity.setCreate(); + // mdmDistributeEntity.setTableName(mdmModuleDbEntity.getDbName()+"_distribute"); + // mdmDistributeEntity.setFormmainId(jsonObject.getString("id")); + // mdmDistributeEntity.setAppId(jsonObject.getString("appID")); + // mdmDistributeEntity.setStatus("1"); + // mdmDistributeEntity.setMsg("发送成功"); + // if (!flag) { + // mdmDistributeEntity.setStatus("3"); + // mdmDistributeEntity.setMsg("发送失败"); + // } + // mdmModuleDao.saveDistribute(mdmDistributeEntity); + // return BaseResult.getSuccessMessageEntity("下发数据成功"); + // + // }else { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // }else { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // }else { + // if (!checkData(jsonObject, "distributeID")) { + // return BaseResult.getFailureMessageEntity("请先传递分发数据"); + // } + // boolean flag = false; + // //1、根据服务名查询分发数据 + // MdmModuleEntity mdmModuleEntity = new MdmModuleEntity(); + // mdmModuleEntity.setMdmCode(jsonObject.getInteger("mdmCode")); + // mdmModuleEntity.setSts("Y"); + // List mdmModuleEntities = mdmModuleDao.queryBase(mdmModuleEntity); + // if (mdmModuleEntities != null && mdmModuleEntities.size() == 1) { + // MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + // mdmModuleDbEntity.setMdmId(mdmModuleEntities.get(0).getId()); + // mdmModuleDbEntity.setDbType("1"); + // mdmModuleDbEntity.setSts("Y"); + // List mdmModuleDbEntities = mdmModuleDbDao.queryBase(mdmModuleDbEntity); + // if (mdmModuleDbEntities != null && mdmModuleDbEntities.size() == 1) { + // mdmModuleDbEntity = mdmModuleDbEntities.get(0); + // } + // MdmModuleDistributeEntity mdmModuleDistributeEntity = new MdmModuleDistributeEntity(); + // mdmModuleDistributeEntity.setAppId(jsonObject.getString("appID")); + // mdmModuleDistributeEntity.setMdmId(mdmModuleEntities.get(0).getId()); + // List mdmModuleDistributeEntities = mdmModuleDistributeDao.queryBase(mdmModuleDistributeEntity); + // if (mdmModuleDistributeEntities != null && mdmModuleDistributeEntities.size() == 1) { + // if (mdmModuleDistributeEntities.get(0).getDeleteType() != null && "1".equals(mdmModuleDistributeEntities.get(0).getDeleteType())) { + // //2、查找插件 + // if (mdmModuleDistributeEntities.get(0).getDeletePlug() != null && !"".equals(mdmModuleDistributeEntities.get(0).getDeletePlug())) { + // //2、查找插件 + // SysApplicationPluginEntity sysApplicationPluginEntity = sysApplicationPluginDao.get(mdmModuleDistributeEntities.get(0).getDeletePlug()); + // if(sysApplicationPluginEntity.getPluginCode() != null && !"".equals(sysApplicationPluginEntity.getPluginCode())){ + // //3、调用插件 + // PluginBaseEntity pluginBaseEntity = PluginUtils.getPluginsById(sysApplicationPluginEntity.getPluginCode()); + // try { + // JsonResultEntity s = pluginBaseEntity.executeBusiness(jsonObject); + // flag = true; + // } catch (Exception e) { + // logger.error("插件处理失败"+e.getMessage()); + // } + // } + // } + // } else { + // //TODO 连线 + // flag = true; + // } + // } + // if(mdmModuleDbEntity.getDbName()!= null && !"".equals(mdmModuleDbEntity.getDbName())) { + // //删除数据 + // MdmDistributeEntity mdmDistributeEntity = new MdmDistributeEntity(); + // mdmDistributeEntity.setId(jsonObject.getString("distributeID")); + // mdmDistributeEntity.setTableName(mdmModuleDbEntity.getDbName()+"_distribute"); + // mdmDistributeEntity.setFormmainId(jsonObject.getString("id")); + // mdmDistributeEntity.setAppId(jsonObject.getString("appID")); + // mdmDistributeEntity.setStatus("1"); + // mdmDistributeEntity.setMsg("删除成功"); + // if (!flag) { + // mdmDistributeEntity.setStatus("3"); + // mdmDistributeEntity.setMsg("删除失败"); + // } + // mdmModuleDao.updateDistribute(mdmDistributeEntity); + // return BaseResult.getSuccessMessageEntity("删除数据成功"); + // + // }else { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // }else { + // return BaseResult.getFailureMessageEntity("系统错误"); + // } + // } + // + //} + // + ///** + // * @param mdmCode + // * @param saveData + // * @param mdmModuleEntity + // * @param mdmModuleDbEntityList + // * @param flag 修改 新增 + // * @return java.lang.String + // * @Author lvleigang + // * @Description 校验数据 + // * @Date 11:20 上午 2023/11/6 + // **/ + //private String checkDataOnly(Integer mdmCode, JSONObject saveData, boolean flag, MdmModuleEntity mdmModuleEntity, List mdmModuleDbEntityList) { + // StringBuffer str = new StringBuffer(); + // + // //查询字段 + // //查询字段下的必填规则 + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbFiledsEntity.setSts("Y"); + // mdmModuleDbFiledsEntity.setRoletype("required"); + // mdmModuleDbFiledsEntity.setRoleValue("true"); + // List mdmModuleDbFiledsEntityList = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity); + // + // if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); + // for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + // if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { + // if (jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))) { + // if (str.toString() != null && !"".equals(str.toString())) { + // str.append(";"); + // } + // str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "不为空"); + // } + // } + // } + // } else { + // JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); + // if (jsonArray != null && jsonArray.size() > 0) { + // for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + // if (mdmModuleDbFiledsEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { + // for (int i2 = 0; i2 < jsonArray.size(); i2++) { + // JSONObject jsonObject = jsonArray.getJSONObject(i2); + // if (jsonObject.get(mdmModuleDbFiledsEntityList.get(i1).getEnName()) == null || "".equals(jsonObject.getString(mdmModuleDbFiledsEntityList.get(i1).getEnName()))) { + // if (str.toString() != null && !"".equals(str.toString())) { + // str.append(";"); + // } + // str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "不为空"); + // break; + // } + // } + // } + // } + // } + // } + // } + // } + // + // if (str == null || "".equals(str.toString())) { + // //校验数据 + // MdmModuleDbFiledsEntity onlyFiledsEntity = new MdmModuleDbFiledsEntity(); + // onlyFiledsEntity.setMdmId(mdmModuleEntity.getId()); + // onlyFiledsEntity.setSts("Y"); + // onlyFiledsEntity.setRoletype("fieldsSole"); + // onlyFiledsEntity.setRoleValue("true"); + // + // List onlyEntityList = mdmModuleDbFiledsDao.queryBase(onlyFiledsEntity); + // + // if (onlyEntityList != null && onlyEntityList.size() > 0) { + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); + // for (int i1 = 0; i1 < onlyEntityList.size(); i1++) { + // if (onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { + // //校验唯一 + // Map map = new HashMap<>(); + // map.put("tableName", mdmModuleDbEntityList.get(i).getDbName()); + // if (flag) { + // map.put("id", jsonObject.getString("id")); + // } + // map.put("filedName", onlyEntityList.get(i1).getEnName()); + // map.put("filedValue", jsonObject.getString(onlyEntityList.get(i1).getEnName())); + // Integer count = mdmModuleDao.checkData(map); + // if (count > 0) { + // if (str.toString() != null && !"".equals(str.toString())) { + // str.append(";"); + // } + // str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "已存在"); + // } + // } + // } + // } else { + // JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); + // if (jsonArray != null && jsonArray.size() > 0) { + // for (int i1 = 0; i1 < onlyEntityList.size(); i1++) { + // if (onlyEntityList.get(i1).getDbId().equals(mdmModuleDbEntityList.get(i).getId())) { + // for (int i2 = 0; i2 < jsonArray.size(); i2++) { + // JSONObject jsonObject = jsonArray.getJSONObject(i2); + // + // //校验唯一 + // Map map = new HashMap<>(); + // map.put("tableName", mdmModuleDbEntityList.get(i).getDbName()); + // if (flag) { + // map.put("id", jsonObject.getString("id")); + // } + // map.put("filedName", onlyEntityList.get(i1).getEnName()); + // map.put("filedValue", jsonObject.getString(onlyEntityList.get(i1).getEnName())); + // Integer count = mdmModuleDao.checkData(map); + // if (count > 0) { + // if (str.toString() != null && !"".equals(str.toString())) { + // str.append(";"); + // } + // str.append(mdmModuleDbEntityList.get(i).getRemark() + "的" + mdmModuleDbFiledsEntityList.get(i1).getChName() + "已存在"); + // break; + // } + // } + // } + // } + // } + // } + // } + // } + // } + // + // + // //保存数据 + // if (str == null || "".equals(str.toString())) { + // String id = UUIDUtils.getUUID(); + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // JSONObject jsonObject = saveData.getJSONObject(mdmModuleDbEntityList.get(i).getDbName()); + // //保存数据 + // MdmDataDto mdmDataDto = new MdmDataDto(); + // mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity1 = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity1.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbFiledsEntity1.setDbId(mdmModuleDbEntityList.get(i).getId()); + // mdmModuleDbFiledsEntity1.setSts("Y"); + // List fileds = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity1); + // //查询单据规则 + // MdmTableCodeRuleEntity mdmTableCodeRuleEntity = new MdmTableCodeRuleEntity(); + // mdmTableCodeRuleEntity.setMdmId(mdmModuleEntity.getId()); + // mdmTableCodeRuleEntity.setDbId(mdmModuleDbEntityList.get(i).getId()); + // mdmTableCodeRuleEntity.setSts("Y"); + // List mdmTableCodeRuleEntities = mdmTableCodeRuleDao.queryBase(mdmTableCodeRuleEntity); + // StringBuffer document_rule = new StringBuffer(); + // Integer document_rule_num = 0; + // if (mdmTableCodeRuleEntities != null && mdmTableCodeRuleEntities.size() > 0) { + // for (int i1 = 0; i1 < mdmTableCodeRuleEntities.size(); i1++) { + // //1、连接符号 2、字符串 3、日期 4、流水号 + // if ("1".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + // document_rule.append("-"); + // } else if ("2".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + // document_rule.append(mdmTableCodeRuleEntities.get(i1).getDbValue()); + // } else if ("3".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + // SimpleDateFormat sdf = new SimpleDateFormat(mdmTableCodeRuleEntities.get(i1).getDbValue());//要转换的时间格式 + // String stra = sdf.format(new Date()); + // document_rule.append(stra); + // } else if ("4".equals(mdmTableCodeRuleEntities.get(i1).getDbType())) { + // document_rule_num = mdmTableCodeRuleEntities.get(i1).getDbValue().length(); + // } + // } + // } + // List mdmDataFiledDtos = new ArrayList<>(); + // for (int i1 = 0; i1 < fileds.size(); i1++) { + // if (jsonObject.get(fileds.get(i1).getEnName()) != null) { + // MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); + // mdmDataFiledDto.setFiledsName(fileds.get(i1).getEnName()); + // mdmDataFiledDto.setFiledsValue(jsonObject.getString(fileds.get(i1).getEnName())); + // mdmDataFiledDtos.add(mdmDataFiledDto); + // } + // } + // MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); + // mdmDataFiledDto.setFiledsName("logid"); + // mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); + // mdmDataFiledDtos.add(mdmDataFiledDto); + // mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); + // if (flag) { + // mdmDataDto.setId(jsonObject.getString("id")); + // id = jsonObject.getString("id"); + // int a = mdmModuleDao.updateForm(mdmDataDto); + // } else { + // + // mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); + // mdmDataDto.setDocumentRule(document_rule.toString()); + // mdmDataDto.setDocumentRuleNum(document_rule_num); + // MdmDataFiledDto ids = new MdmDataFiledDto(); + // ids.setFiledsName("id"); + // ids.setFiledsValue(id); + // mdmDataFiledDtos.add(ids); + // mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); + // int a = mdmModuleDao.saveForm(mdmDataDto); + // } + // } + // } + // + // for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + // if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())) { + // //删除明细 + // FormmainDeleteDto formmainDeleteDto = new FormmainDeleteDto(); + // formmainDeleteDto.setFormmain_id(id); + // formmainDeleteDto.setLoginId(StpUtil.getLoginIdAsString()); + // formmainDeleteDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + // mdmModuleDao.deleteTemplateById(formmainDeleteDto); + // + // JSONArray jsonArray = saveData.getJSONArray(mdmModuleDbEntityList.get(i).getDbName()); + // if (jsonArray != null && jsonArray.size() > 0) { + // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity1 = new MdmModuleDbFiledsEntity(); + // mdmModuleDbFiledsEntity1.setMdmId(mdmModuleEntity.getId()); + // mdmModuleDbFiledsEntity1.setDbId(mdmModuleDbEntityList.get(i).getId()); + // mdmModuleDbFiledsEntity1.setSts("Y"); + // List fileds = mdmModuleDbFiledsDao.queryBase(mdmModuleDbFiledsEntity1); + // + // for (int i2 = 0; i2 < jsonArray.size(); i2++) { + // JSONObject jsonObject = jsonArray.getJSONObject(i2); + // //保存数据 + // MdmDataDto mdmDataDto = new MdmDataDto(); + // mdmDataDto.setTableName(mdmModuleDbEntityList.get(i).getDbName()); + // List mdmDataFiledDtos = new ArrayList<>(); + // for (int i1 = 0; i1 < fileds.size(); i1++) { + // MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); + // mdmDataFiledDto.setFiledsName(fileds.get(i1).getEnName()); + // mdmDataFiledDto.setFiledsValue(jsonObject.getString(fileds.get(i1).getEnName())); + // mdmDataFiledDtos.add(mdmDataFiledDto); + // } + // MdmDataFiledDto mdmDataFiledDto = new MdmDataFiledDto(); + // mdmDataFiledDto.setFiledsName("logid"); + // mdmDataFiledDto.setFiledsValue(StpUtil.getLoginIdAsString()); + // mdmDataFiledDtos.add(mdmDataFiledDto); + // + // MdmDataFiledDto formain_id = new MdmDataFiledDto(); + // formain_id.setFiledsName("formmain_id"); + // formain_id.setFiledsValue(id); + // mdmDataFiledDtos.add(formain_id); + // + // mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); + // if (jsonObject.getString("id") != null) { + // MdmDataFiledDto sts = new MdmDataFiledDto(); + // sts.setFiledsName("sts"); + // sts.setFiledsValue("Y"); + // mdmDataFiledDtos.add(sts); + // mdmDataDto.setId(jsonObject.getString("id")); + // int a = mdmModuleDao.updateForm(mdmDataDto); + // } else { + // MdmDataFiledDto ids = new MdmDataFiledDto(); + // ids.setFiledsName("id"); + // ids.setFiledsValue(UUIDUtils.getUUID()); + // mdmDataFiledDtos.add(ids); + // mdmDataDto.setMdmDataFiledDtos(mdmDataFiledDtos); + // mdmDataDto.setDbType(mdmModuleDbEntityList.get(i).getDbType()); + // int a = mdmModuleDao.saveForm(mdmDataDto); + // } + // } + // } + // } + // } + // } + // return str.toString(); + //} + // + + /** + * @param jsonObject + * @return boolean + * @Author lvleigang + * @Description 校验是否有值 + * @Date 2:20 下午 2023/7/10 + **/ + private boolean checkData(JSONObject jsonObject, String key) { + if (jsonObject != null + && jsonObject.getString(key) != null + && !"".equals(jsonObject.getString(key))) { + return true; + } + return false; + } + + protected T getData(String key, JSONObject jsonObject, Class clz) { + if (checkStr(jsonObject.getString(key))) { + return jsonObject.getJSONObject(key).toJavaObject(clz); + } + return null; + } + + /** + * @param key + * @param object + * @return com.alibaba.fastjson.JSONObject + * @Author lvleigang + * @Description 获取对象转换成jsonobj + * @Date 11:51 下午 2023/7/10 + **/ + protected JSONObject getstrObj(String key, JSONObject object) { + if (checkStr(object.getString(key))) { + return object.getJSONObject(key); + } + return new JSONObject(); + } + + /** + * @param str + * @return void + * @Author lvleigang + * @Description 校验字符串 + * @Date 11:41 上午 2022/12/7 + **/ + protected Boolean checkStr(String str) { + Boolean flag = true; + if (str == null || "".equals(str)) { + flag = false; + } + return flag; + } + + /** + * @param str + * @return void + * @Author lvleigang + * @Description 校验字符串 + * @Date 11:41 上午 2022/12/7 + **/ + protected Boolean checkInt(Integer str) { + Boolean flag = true; + if (str == null) { + flag = false; + } + return flag; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java index 0a299f73..48fb1f2c 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/login/impl/LoginServiceImpl.java @@ -67,36 +67,36 @@ public class LoginServiceImpl implements ILoginService { return BaseResult.getFailureMessageEntity("当前用户已停用,请先启用"); } //校验当前登陆人是否有权限 - boolean flag = false; - SysInterfaceEntity sysInterfaceEntity = (SysInterfaceEntity) interfaceCache.get("6","beanNameloginServiceinterfacNamedoLogin"); - if(sysInterfaceEntity == null || sysInterfaceEntity.getId() == null){ - return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); - } - //查询用户权限 - if(!flag){ - SysPopedomInterfaceEntity userPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("4","userId"+sysUserEntity.getId()+"interfaceId"+sysInterfaceEntity.getId()); - if(userPopedomInterfaceEntity != null && userPopedomInterfaceEntity.getId() != null ){ - flag = true; - } - } - //查询用户角色的权限 - if(!flag){ - List userRoleMap = (List) interfaceCache.get("3",null); - if(userRoleMap != null && userRoleMap.size() > 0){ - for (SysUserRolesEntity sysUserRolesEntity : userRoleMap) { - if(sysUserRolesEntity.getUserId().equals(sysUserEntity.getId())){ - SysPopedomInterfaceEntity sysPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("5","roleId"+sysUserRolesEntity.getRoleId()+"interfaceId"+sysInterfaceEntity.getId()); - if(sysPopedomInterfaceEntity != null && sysPopedomInterfaceEntity.getId() != null ){ - flag = true; - break; - } - } - } - } - } - if(!flag){ - return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); - } + //boolean flag = false; + //SysInterfaceEntity sysInterfaceEntity = (SysInterfaceEntity) interfaceCache.get("6","beanNameloginServiceinterfacNamedoLogin"); + //if(sysInterfaceEntity == null || sysInterfaceEntity.getId() == null){ + // return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); + //} + ////查询用户权限 + //if(!flag){ + // SysPopedomInterfaceEntity userPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("4","userId"+sysUserEntity.getId()+"interfaceId"+sysInterfaceEntity.getId()); + // if(userPopedomInterfaceEntity != null && userPopedomInterfaceEntity.getId() != null ){ + // flag = true; + // } + //} + ////查询用户角色的权限 + //if(!flag){ + // List userRoleMap = (List) interfaceCache.get("3",null); + // if(userRoleMap != null && userRoleMap.size() > 0){ + // for (SysUserRolesEntity sysUserRolesEntity : userRoleMap) { + // if(sysUserRolesEntity.getUserId().equals(sysUserEntity.getId())){ + // SysPopedomInterfaceEntity sysPopedomInterfaceEntity = (SysPopedomInterfaceEntity) interfaceCache.get("5","roleId"+sysUserRolesEntity.getRoleId()+"interfaceId"+sysInterfaceEntity.getId()); + // if(sysPopedomInterfaceEntity != null && sysPopedomInterfaceEntity.getId() != null ){ + // flag = true; + // break; + // } + // } + // } + // } + //} + //if(!flag){ + // return BaseResult.getFailureMessageEntity("用户无访问权限,请联系管理员"); + //} //登录 StpUtil.login(sysUserEntity.getId()); //获取token From 270d0dc51050fe34f0216e02039013392853cf30 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Mon, 3 Jun 2024 13:39:57 +0800 Subject: [PATCH 80/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/hzya/frame/mdm/entity/MdmDbVo.java | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java new file mode 100644 index 00000000..4062fd9d --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbVo.java @@ -0,0 +1,43 @@ +package com.hzya.frame.mdm.entity; + +import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; +import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; + +import java.util.List; + +public class MdmDbVo { + + //单据编码规则 + private List mdmTableCodeRuleEntityList; + //主数据主表 + private MdmModuleDbEntity mainMdmModuleDb; + //主数据子表 + private List sublistMdmModuleDb; + + + + public List getMdmTableCodeRuleEntityList() { + return mdmTableCodeRuleEntityList; + } + + public void setMdmTableCodeRuleEntityList(List mdmTableCodeRuleEntityList) { + this.mdmTableCodeRuleEntityList = mdmTableCodeRuleEntityList; + } + + public MdmModuleDbEntity getMainMdmModuleDb() { + return mainMdmModuleDb; + } + + public void setMainMdmModuleDb(MdmModuleDbEntity mainMdmModuleDb) { + this.mainMdmModuleDb = mainMdmModuleDb; + } + + public List getSublistMdmModuleDb() { + return sublistMdmModuleDb; + } + + public void setSublistMdmModuleDb(List sublistMdmModuleDb) { + this.sublistMdmModuleDb = sublistMdmModuleDb; + } +} + From 64f15e43616e7c517c915e7ac1d132eaa21217aa Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 4 Jun 2024 09:08:43 +0800 Subject: [PATCH 81/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzya/frame/mdm/entity/DbFiledsDto.java | 83 + .../hzya/frame/mdm/entity/MdmDbFiledVo.java | 32 + .../frame/mdm/entity/MdmModuleViewDto.java | 91 + .../frame/mdm/entity/MdmModuleViewVo.java | 136 ++ .../mdm/mdmModule/dao/IMdmModuleDao.java | 4 +- .../mdmModule/dao/impl/MdmModuleDaoImpl.java | 19 + .../mdm/mdmModule/entity/MdmModuleEntity.xml | 99 ++ .../entity/MdmModuleViewEntity.java | 9 + .../entity/MdmModuleViewButtonEntity.java | 10 +- .../entity/MdmModuleViewDetailEntity.java | 10 +- .../hzya/frame/mdm/service/IMdmService.java | 38 +- .../frame/mdm/service/IMdmServiceCache.java | 23 + .../mdm/service/impl/MdmServiceCache.java | 130 ++ .../mdm/service/impl/MdmServiceImpl.java | 1477 ++++++++++++----- 14 files changed, 1683 insertions(+), 478 deletions(-) create mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java new file mode 100644 index 00000000..e0f5e05b --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/entity/DbFiledsDto.java @@ -0,0 +1,83 @@ +package com.hzya.frame.mdm.entity; + +import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; +import com.hzya.frame.web.entity.BaseEntity; + +import java.util.List; + +public class DbFiledsDto { + + /** + * 1新增 2、修改 + */ + private String dataType; + + /** + * 中文名 + */ + private String chName; + /** + * 英文名 + */ + private String enName; + /** + * 字段类型 1、BIGINT 2、DECIMAL 3、VARCHAR 4、DATETIME + */ + private String filedType; + /** + * 长度 + */ + private String filedLength; + + public DbFiledsDto() { + } + + public DbFiledsDto(String dataType,String chName, String enName, String filedType, String filedLength) { + this.dataType = dataType; + this.chName = chName; + this.enName = enName; + this.filedType = filedType; + this.filedLength = filedLength; + } + + public String getChName() { + return chName; + } + + public void setChName(String chName) { + this.chName = chName; + } + + public String getEnName() { + return enName; + } + + public void setEnName(String enName) { + this.enName = enName; + } + + public String getFiledType() { + return filedType; + } + + public void setFiledType(String filedType) { + this.filedType = filedType; + } + + public String getFiledLength() { + return filedLength; + } + + public void setFiledLength(String filedLength) { + this.filedLength = filedLength; + } + + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java new file mode 100644 index 00000000..921f2e8b --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/entity/MdmDbFiledVo.java @@ -0,0 +1,32 @@ +package com.hzya.frame.mdm.entity; + + +public class MdmDbFiledVo { + private String id; + private String name; + + public String getId() { + return id; + } + + public void setId(String id) { + this.id = id; + } + + public String getName() { + return name; + } + + public void setName(String name) { + this.name = name; + } + + public MdmDbFiledVo() { + } + + public MdmDbFiledVo(String id, String name) { + this.id = id; + this.name = name; + } +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java new file mode 100644 index 00000000..047809ee --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewDto.java @@ -0,0 +1,91 @@ +package com.hzya.frame.mdm.entity; + +import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; +import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; + +import java.util.List; + +public class MdmModuleViewDto { + + private Long mdmCode; + //模版 + private MdmModuleViewEntity mdmModuleViewEntity; + //新增 + private List addFiled; + //修改 + private List editFiled; + //查看 + private List showFiled; + //查询 + private List queryFiled; + //列表 + private List listFiled; + //按钮 + private List dbButtonFiled; + + public MdmModuleViewEntity getMdmModuleViewEntity() { + return mdmModuleViewEntity; + } + + public void setMdmModuleViewEntity(MdmModuleViewEntity mdmModuleViewEntity) { + this.mdmModuleViewEntity = mdmModuleViewEntity; + } + + public List getAddFiled() { + return addFiled; + } + + public void setAddFiled(List addFiled) { + this.addFiled = addFiled; + } + + public List getEditFiled() { + return editFiled; + } + + public void setEditFiled(List editFiled) { + this.editFiled = editFiled; + } + + public List getShowFiled() { + return showFiled; + } + + public void setShowFiled(List showFiled) { + this.showFiled = showFiled; + } + + public List getQueryFiled() { + return queryFiled; + } + + public void setQueryFiled(List queryFiled) { + this.queryFiled = queryFiled; + } + + public List getListFiled() { + return listFiled; + } + + public void setListFiled(List listFiled) { + this.listFiled = listFiled; + } + + public Long getMdmCode() { + return mdmCode; + } + + public void setMdmCode(Long mdmCode) { + this.mdmCode = mdmCode; + } + + public List getDbButtonFiled() { + return dbButtonFiled; + } + + public void setDbButtonFiled(List dbButtonFiled) { + this.dbButtonFiled = dbButtonFiled; + } +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java b/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java new file mode 100644 index 00000000..67429ac6 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/entity/MdmModuleViewVo.java @@ -0,0 +1,136 @@ +package com.hzya.frame.mdm.entity; + +import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; +import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; + +import java.util.List; + +public class MdmModuleViewVo { + + + //模版 + private MdmModuleViewEntity mdmModuleViewEntity; + //新增 + private List addFiled; + //修改 + private List editFiled; + //查看 + private List showFiled; + //查询 + private List queryFiled; + //列表 + private List listFiled; + + //新增 + private List dbAddFiled; + //修改 + private List dbEditFiled; + //查看 + private List dbShowFiled; + //查询 + private List dbQueryFiled; + //列表 + private List dbListFiled; + //按钮 + private List dbButtonFiled; + + public List getAddFiled() { + return addFiled; + } + + public void setAddFiled(List addFiled) { + this.addFiled = addFiled; + } + + public List getEditFiled() { + return editFiled; + } + + public void setEditFiled(List editFiled) { + this.editFiled = editFiled; + } + + public List getShowFiled() { + return showFiled; + } + + public void setShowFiled(List showFiled) { + this.showFiled = showFiled; + } + + public List getQueryFiled() { + return queryFiled; + } + + public void setQueryFiled(List queryFiled) { + this.queryFiled = queryFiled; + } + + public List getListFiled() { + return listFiled; + } + + public void setListFiled(List listFiled) { + this.listFiled = listFiled; + } + + public MdmModuleViewEntity getMdmModuleViewEntity() { + return mdmModuleViewEntity; + } + + public void setMdmModuleViewEntity(MdmModuleViewEntity mdmModuleViewEntity) { + this.mdmModuleViewEntity = mdmModuleViewEntity; + } + + public List getDbAddFiled() { + return dbAddFiled; + } + + public void setDbAddFiled(List dbAddFiled) { + this.dbAddFiled = dbAddFiled; + } + + public List getDbEditFiled() { + return dbEditFiled; + } + + public void setDbEditFiled(List dbEditFiled) { + this.dbEditFiled = dbEditFiled; + } + + public List getDbShowFiled() { + return dbShowFiled; + } + + public void setDbShowFiled(List dbShowFiled) { + this.dbShowFiled = dbShowFiled; + } + + public List getDbQueryFiled() { + return dbQueryFiled; + } + + public void setDbQueryFiled(List dbQueryFiled) { + this.dbQueryFiled = dbQueryFiled; + } + + public List getDbListFiled() { + return dbListFiled; + } + + public void setDbListFiled(List dbListFiled) { + this.dbListFiled = dbListFiled; + } + + public List getDbButtonFiled() { + return dbButtonFiled; + } + + public void setDbButtonFiled(List dbButtonFiled) { + this.dbButtonFiled = dbButtonFiled; + } + + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java index 8dcabbcb..e4a499ea 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/IMdmModuleDao.java @@ -19,6 +19,8 @@ public interface IMdmModuleDao extends IBaseDao { MdmModuleEntity getByMdmCode(Long mdmCode); Integer checkTable(Map maps); - + Integer createTable(Map maps); + Integer alterTable(Map maps); + Integer alterTableName(Map maps); } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java index fda4b148..f6742f3d 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/dao/impl/MdmModuleDaoImpl.java @@ -35,5 +35,24 @@ public class MdmModuleDaoImpl extends MybatisGenericDao return o; } + + + @Override + public Integer createTable(Map maps) { + Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "createTable", maps); + return o; + } + @Override + public Integer alterTable(Map maps) { + Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "alterTable", maps); + return o; + } + + @Override + public Integer alterTableName(Map maps) { + Integer o = (Integer) super.selectOne(getSqlIdPrifx() + "alterTableName", maps); + return o; + + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml index f323ccab..4acbf893 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml @@ -305,5 +305,104 @@ update mdm_module set sts= 'N' ,modify_time = #{modify_time},modify_user_id = # TABLE_SCHEMA = 'businesscenter' and TABLE_NAME = #{tableName} + + + + + + + + + + + + + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java index 9c1344ba..83103ab3 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleView/entity/MdmModuleViewEntity.java @@ -21,6 +21,8 @@ public class MdmModuleViewEntity extends BaseEntity { /** 公司id */ private String companyId; + /** 数据类型 1、新增 2、修改 */ + private String dataType; public String getMdmId() { return mdmId; @@ -62,5 +64,12 @@ public class MdmModuleViewEntity extends BaseEntity { this.companyId = companyId; } + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java index 261b8bdf..6ac2b94f 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewButton/entity/MdmModuleViewButtonEntity.java @@ -21,7 +21,8 @@ public class MdmModuleViewButtonEntity extends BaseEntity { /** 公司id */ private String companyId; - + /** 数据类型 1、新增 2、修改 */ + private String dataType; public String getMdmId() { return mdmId; } @@ -62,5 +63,12 @@ public class MdmModuleViewButtonEntity extends BaseEntity { this.companyId = companyId; } + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java index e49e3044..8d10318a 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleViewDetail/entity/MdmModuleViewDetailEntity.java @@ -20,7 +20,8 @@ public class MdmModuleViewDetailEntity extends BaseEntity { private String viewType; /** 公司id */ private String companyId; - + /** 数据类型 1、新增 2、修改 */ + private String dataType; public String getMdmId() { return mdmId; @@ -62,5 +63,12 @@ public class MdmModuleViewDetailEntity extends BaseEntity { this.companyId = companyId; } + public String getDataType() { + return dataType; + } + + public void setDataType(String dataType) { + this.dataType = dataType; + } } diff --git a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java index 40968767..1369a2a9 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/IMdmService.java @@ -96,25 +96,25 @@ public interface IMdmService { * @Date 9:40 上午 2023/10/18 **/ JsonResultEntity saveMdmModuleDb(JSONObject jsonObject); - // - // - ///** - // * @param jsonObject - // * @return com.hzya.frame.web.entity.JsonResultEntity - // * @Author lvleigang - // * @Description 主数据设置查询显示信息 - // * @Date 9:40 上午 2023/10/18 - // **/ - //JsonResultEntity queryMdmModuleView(JSONObject jsonObject); - // - ///** - // * @param jsonObject - // * @return com.hzya.frame.web.entity.JsonResultEntity - // * @Author lvleigang - // * @Description 主数据设置修改显示信息 - // * @Date 9:40 上午 2023/10/18 - // **/ - //JsonResultEntity doSaveMdmModuleView(JSONObject jsonObject); + + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置查询显示信息 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity queryMdmModuleView(JSONObject jsonObject); + + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置修改显示信息 + * @Date 9:40 上午 2023/10/18 + **/ + JsonResultEntity doSaveMdmModuleView(JSONObject jsonObject); // ///** // * @param jsonObject diff --git a/service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java b/service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java index 56dc07d0..bc3a5ad2 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/IMdmServiceCache.java @@ -5,6 +5,9 @@ import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; import com.hzya.frame.mdm.mdmModuleDb.entity.MdmModuleDbEntity; import com.hzya.frame.mdm.mdmModuleDbFileds.entity.MdmModuleDbFiledsEntity; import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEntity; +import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; +import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; import com.hzya.frame.web.entity.JsonResultEntity; @@ -34,4 +37,24 @@ public interface IMdmServiceCache { List queryMdmModuleDbFileds(MdmModuleDbFiledsEntity queryDbFiled); List queryMdmModuleDbFiledsRule(MdmModuleDbFiledsRuleEntity queryDbFiledRule); + + void saveMdmTableCodeRule(String mdmid, List mdmTableCodeRuleEntities); + + void saveMdmModuleDb(String id, List mdmModuleDbEntities); + + void saveMdmModuleDbFileds(String id, List mdmModuleDbFiledsEntities); + + void saveMdmModuleDbFiledsRule(String id, List mdmModuleDbFiledsRuleEntities); + + List queryMdmModuleViewDetail(MdmModuleViewDetailEntity mdmModuleViewDetailEntity); + + List queryMdmModuleView(MdmModuleViewEntity mdmModuleViewEntity); + + List queryMdmModuleViewButton(MdmModuleViewButtonEntity mdmModuleViewButtonEntity); + + void saveMdmModuleView(String id, MdmModuleViewEntity mdmModuleViewEntity); + + void saveMdmModuleViewDetail(String id, List mdmModuleViewDetailEntities); + + void saveMdmModuleViewButton(String id, List mdmModuleViewButtonEntities); } diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java index dcafef9a..1e5c7e0f 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceCache.java @@ -1,5 +1,6 @@ package com.hzya.frame.mdm.service.impl; +import cn.dev33.satoken.stp.StpUtil; import com.alibaba.fastjson.JSONObject; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; @@ -14,8 +15,11 @@ import com.hzya.frame.mdm.mdmModuleDbFiledsRule.entity.MdmModuleDbFiledsRuleEnti import com.hzya.frame.mdm.mdmModuleDistribute.dao.IMdmModuleDistributeDao; import com.hzya.frame.mdm.mdmModuleDistributeDetail.dao.IMdmModuleDistributeDetailDao; import com.hzya.frame.mdm.mdmModuleView.dao.IMdmModuleViewDao; +import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; import com.hzya.frame.mdm.mdmModuleViewButton.dao.IMdmModuleViewButtonDao; +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; import com.hzya.frame.mdm.mdmModuleViewDetail.dao.IMdmModuleViewDetailDao; +import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; import com.hzya.frame.mdm.mdmTableCodeRule.dao.IMdmTableCodeRuleDao; import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; import com.hzya.frame.mdm.service.IMdmService; @@ -30,6 +34,7 @@ import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Service; import javax.annotation.Resource; +import java.util.Date; import java.util.List; @@ -80,6 +85,7 @@ public class MdmServiceCache implements IMdmServiceCache { return mdmTableCodeRuleEntityList; } + @Override @Cacheable(cacheNames="mdmModuleDb",key = "#mdmId") public List queryMdmModuleDb(MdmModuleDbEntity entity) { @@ -100,4 +106,128 @@ public class MdmServiceCache implements IMdmServiceCache { List mdmModuleDbFiledsRuleEntities = mdmModuleDbFiledsRuleDao.queryBase(entity); return mdmModuleDbFiledsRuleEntities; } + + @Override + @CacheEvict(cacheNames="mdmTableCodeRule",key = "#mdmId") + public void saveMdmTableCodeRule(String mdmId, List mdmTableCodeRuleEntities) { + MdmTableCodeRuleEntity mdmTableCodeRuleEntity = new MdmTableCodeRuleEntity(); + mdmTableCodeRuleEntity.setMdmId(mdmId); + mdmTableCodeRuleEntity.setSts("Y"); + mdmTableCodeRuleEntity.setUpdate(); + mdmTableCodeRuleDao.logicRemoveMultiCondition(mdmTableCodeRuleEntity); + if(mdmTableCodeRuleEntities != null && mdmTableCodeRuleEntities.size() > 0){ + for (int i = 0; i < mdmTableCodeRuleEntities.size(); i++) { + mdmTableCodeRuleDao.save(mdmTableCodeRuleEntities.get(i)); + } + } + } + + @Override + @CacheEvict(cacheNames="mdmModuleDb",key = "#mdmId") + public void saveMdmModuleDb(String mdmId, List mdmModuleDbEntities) { + if(mdmModuleDbEntities != null && mdmModuleDbEntities.size() > 0){ + for (int i = 0; i < mdmModuleDbEntities.size(); i++) { + if("1".equals(mdmModuleDbEntities.get(i).getDataType())){ + mdmModuleDbDao.save(mdmModuleDbEntities.get(i)); + }else { + mdmModuleDbDao.update(mdmModuleDbEntities.get(i)); + } + } + } + } + @Override + @CacheEvict(cacheNames="mdmModuleDbFileds",key = "#mdmId") + public void saveMdmModuleDbFileds(String mdmId, List mdmModuleDbFiledsEntities) { + if(mdmModuleDbFiledsEntities != null && mdmModuleDbFiledsEntities.size() > 0){ + for (int i = 0; i < mdmModuleDbFiledsEntities.size(); i++) { + if("1".equals(mdmModuleDbFiledsEntities.get(i).getDataType())){ + mdmModuleDbFiledsDao.save(mdmModuleDbFiledsEntities.get(i)); + }else { + mdmModuleDbFiledsDao.update(mdmModuleDbFiledsEntities.get(i)); + } + } + } + } + @Override + @CacheEvict(cacheNames="mdmModuleDbFiledsRule",key = "#mdmId") + public void saveMdmModuleDbFiledsRule(String mdmId, List mdmModuleDbFiledsRuleEntities) { + MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = new MdmModuleDbFiledsRuleEntity(); + mdmModuleDbFiledsRuleEntity.setMdmId(mdmId); + mdmModuleDbFiledsRuleEntity.setSts("Y"); + mdmModuleDbFiledsRuleEntity.setUpdate(); + mdmModuleDbFiledsRuleDao.logicRemoveMultiCondition(mdmModuleDbFiledsRuleEntity); + if(mdmModuleDbFiledsRuleEntities != null && mdmModuleDbFiledsRuleEntities.size() > 0){ + for (int i = 0; i < mdmModuleDbFiledsRuleEntities.size(); i++) { + if("1".equals(mdmModuleDbFiledsRuleEntities.get(i).getDataType())){ + mdmModuleDbFiledsRuleDao.save(mdmModuleDbFiledsRuleEntities.get(i)); + }else { + mdmModuleDbFiledsRuleDao.update(mdmModuleDbFiledsRuleEntities.get(i)); + } + } + } + } + + @Override + @Cacheable(cacheNames="mdmModuleViewDetail",key = "#mdmId") + public List queryMdmModuleViewDetail(MdmModuleViewDetailEntity mdmModuleViewDetailEntity) { + List mdmModuleViewDetailEntities = mdmModuleViewDetailDao.queryBase(mdmModuleViewDetailEntity); + return mdmModuleViewDetailEntities; + } + + @Override + @Cacheable(cacheNames="mdmModuleView",key = "#mdmId") + public List queryMdmModuleView(MdmModuleViewEntity mdmModuleViewEntity) { + List moduleViewEntities = mdmModuleViewDao.queryBase(mdmModuleViewEntity); + return moduleViewEntities; + } + + @Override + @Cacheable(cacheNames="mdmModuleViewButton",key = "#mdmId") + public List queryMdmModuleViewButton(MdmModuleViewButtonEntity mdmModuleViewButtonEntity) { + List mdmModuleViewButtonEntities = mdmModuleViewButtonDao.queryBase(mdmModuleViewButtonEntity); + return mdmModuleViewButtonEntities; + } + + @Override + @CacheEvict(cacheNames="mdmModuleView",key = "#mdmId") + public void saveMdmModuleView(String mdmId, MdmModuleViewEntity mdmModuleViewEntity) { + mdmModuleViewDao.update(mdmModuleViewEntity); + } + + @Override + @CacheEvict(cacheNames="mdmModuleViewDetail",key = "#mdmId") + public void saveMdmModuleViewDetail(String mdmId, List mdmModuleViewDetailEntities) { + MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + mdmModuleViewDetailEntity.setMdmId(mdmId); + mdmModuleViewDetailEntity.setUpdate(); + mdmModuleViewDetailDao.logicRemoveMultiCondition(mdmModuleViewDetailEntity); + if(mdmModuleViewDetailEntities != null && mdmModuleViewDetailEntities.size() > 0){ + for (int i = 0; i < mdmModuleViewDetailEntities.size(); i++) { + if("1".equals(mdmModuleViewDetailEntities.get(i).getDataType())){ + mdmModuleViewDetailDao.save(mdmModuleViewDetailEntities.get(i)); + }else { + mdmModuleViewDetailDao.update(mdmModuleViewDetailEntities.get(i)); + } + } + } + } + + @Override + @CacheEvict(cacheNames="mdmModuleViewButton",key = "#mdmId") + public void saveMdmModuleViewButton(String mdmId, List mdmModuleViewButtonEntities) { + MdmModuleViewButtonEntity mdmModuleViewButtonEntity = new MdmModuleViewButtonEntity(); + mdmModuleViewButtonEntity.setMdmId(mdmId); + mdmModuleViewButtonEntity.setUpdate(); + mdmModuleViewButtonDao.logicRemoveMultiCondition(mdmModuleViewButtonEntity); + if(mdmModuleViewButtonEntities != null && mdmModuleViewButtonEntities.size() > 0){ + for (int i = 0; i < mdmModuleViewButtonEntities.size(); i++) { + if("1".equals(mdmModuleViewButtonEntities.get(i).getDataType())){ + mdmModuleViewButtonDao.save(mdmModuleViewButtonEntities.get(i)); + }else { + mdmModuleViewButtonDao.update(mdmModuleViewButtonEntities.get(i)); + } + } + } + } + } diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 99506fb6..33f29207 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -6,8 +6,12 @@ import com.alibaba.fastjson.JSONObject; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.hzya.frame.base.PluginBaseEntity; +import com.hzya.frame.mdm.entity.DbFiledsDto; +import com.hzya.frame.mdm.entity.MdmDbFiledVo; import com.hzya.frame.mdm.entity.MdmDbVo; import com.hzya.frame.mdm.entity.MdmDto; +import com.hzya.frame.mdm.entity.MdmModuleViewDto; +import com.hzya.frame.mdm.entity.MdmModuleViewVo; import com.hzya.frame.mdm.mdmModule.dao.IMdmModuleDao; import com.hzya.frame.mdm.mdmModule.entity.MdmModuleEntity; import com.hzya.frame.mdm.mdmModuleDb.dao.IMdmModuleDbDao; @@ -23,6 +27,7 @@ import com.hzya.frame.mdm.mdmModuleDistributeDetail.entity.MdmModuleDistributeDe import com.hzya.frame.mdm.mdmModuleView.dao.IMdmModuleViewDao; import com.hzya.frame.mdm.mdmModuleView.entity.MdmModuleViewEntity; import com.hzya.frame.mdm.mdmModuleViewButton.dao.IMdmModuleViewButtonDao; +import com.hzya.frame.mdm.mdmModuleViewButton.entity.MdmModuleViewButtonEntity; import com.hzya.frame.mdm.mdmModuleViewDetail.dao.IMdmModuleViewDetailDao; import com.hzya.frame.mdm.mdmModuleViewDetail.entity.MdmModuleViewDetailEntity; import com.hzya.frame.mdm.mdmTableCodeRule.entity.MdmTableCodeRuleEntity; @@ -34,7 +39,9 @@ import com.hzya.frame.sys.entity.ModuleDto; import com.hzya.frame.sys.module.entity.Module; import com.hzya.frame.sys.roleModule.entity.RoleModule; import com.hzya.frame.sysnew.application.plugin.entity.SysApplicationPluginEntity; +import com.hzya.frame.sysnew.buttonConfig.dao.ISysButtonConfigDao; import com.hzya.frame.sysnew.buttonConfig.entity.SysButtonConfigEntity; +import com.hzya.frame.sysnew.menuConfig.dao.ISysMenuConfigDao; import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; import com.hzya.frame.util.PluginUtils; import com.hzya.frame.uuid.UUIDUtils; @@ -67,6 +74,10 @@ public class MdmServiceImpl implements IMdmService { @Resource private IMdmServiceCache mdmServiceCache; @Resource + private ISysMenuConfigDao sysMenuConfigDao; + @Resource + private ISysButtonConfigDao sysButtonConfigDao; + @Resource private IMdmModuleDbDao mdmModuleDbDao; @Resource private IMdmModuleDbFiledsDao mdmModuleDbFiledsDao; @@ -368,48 +379,1000 @@ public class MdmServiceImpl implements IMdmService { List mdmModuleDbFiledsEntities = new ArrayList<>(); List mdmModuleDbFiledsRuleEntities = new ArrayList<>(); - - //保存主数据单据编号规则 - if (mdmTableCodeRuleEntities != null && mdmTableCodeRuleEntities.size() > 0) { - for (int i = 0; i < mdmTableCodeRuleEntities.size(); i++) { - MdmTableCodeRuleEntity mdmTableCodeRuleEntity = mdmTableCodeRuleEntities.get(i); - mdmTableCodeRuleEntity.setMdmId(mdmModuleEntity.getId()); - mdmTableCodeRuleEntity.setDbId(mainMdmModuleDb.getId()); - mdmTableCodeRuleEntity.setId(UUIDUtils.getUUID()); - mdmTableCodeRuleEntity.setSts("Y"); - mdmTableCodeRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - mdmTableCodeRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - mdmTableCodeRuleEntity.setCreate_time(new Date()); - mdmTableCodeRuleEntity.setModify_time(new Date()); - //mdmTableCodeRuleDao.save(mdmTableCodeRuleEntity); - } - } //主表 if(mainMdmModuleDb.getId() != null && !"".equals(mainMdmModuleDb.getId())){ - + //修改 + mainMdmModuleDb.setDataType("2"); + mainMdmModuleDb.setUpdate(); + }else { + //新增 + mainMdmModuleDb.setDataType("1"); + mainMdmModuleDb.setMdmId(mdmModuleEntity.getId()); + mainMdmModuleDb.setCreate(); + } + mainMdmModuleDb.setDbType("1"); + mdmModuleDbEntities.add(mainMdmModuleDb); + for (int i = 0; i < mdmTableCodeRuleEntities.size(); i++) { + mdmTableCodeRuleEntities.get(i).setMdmId(mdmModuleEntity.getId()); + mdmTableCodeRuleEntities.get(i).setDbId(mainMdmModuleDb.getId()); + mdmTableCodeRuleEntities.get(i).setCreate(); + } + for (int i = 0; i < mainMdmModuleDbFileds.size(); i++) { + if(mainMdmModuleDbFileds.get(i).getId() != null && !"".equals(mainMdmModuleDbFileds.get(i).getId())){ + //修改 + mainMdmModuleDbFileds.get(i).setDataType("2"); + mainMdmModuleDbFileds.get(i).setUpdate(); + }else { + //新增 + mainMdmModuleDbFileds.get(i).setDataType("1"); + mainMdmModuleDbFileds.get(i).setCreate(); + } + mainMdmModuleDbFileds.get(i).setMdmId(mdmModuleEntity.getId()); + mainMdmModuleDbFileds.get(i).setDbId(mainMdmModuleDb.getId()); + mainMdmModuleDbFileds.get(i).setAddType("1"); + mainMdmModuleDbFileds.get(i).setUpdateType("1"); + mainMdmModuleDbFileds.get(i).setShowType("1"); + mainMdmModuleDbFileds.get(i).setQueryType("1"); + mainMdmModuleDbFileds.get(i).setListType("1"); + mainMdmModuleDbFileds.get(i).setViewType("1"); + if(mainMdmModuleDbFileds.get(i).getMdmModuleDbFiledsRules() != null && mainMdmModuleDbFileds.get(i).getMdmModuleDbFiledsRules().size() > 0){ + for (int i1 = 0; i1 < mainMdmModuleDbFileds.get(i).getMdmModuleDbFiledsRules().size(); i1++) { + MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = mainMdmModuleDbFileds.get(i).getMdmModuleDbFiledsRules().get(i1); + if(mdmModuleDbFiledsRuleEntity.getId() != null && !"".equals(mdmModuleDbFiledsRuleEntity.getId())){ + //修改 + mdmModuleDbFiledsRuleEntity.setDataType("2"); + mdmModuleDbFiledsRuleEntity.setUpdate(); + }else { + //新增 + mdmModuleDbFiledsRuleEntity.setDataType("1"); + mdmModuleDbFiledsRuleEntity.setCreate(); + } + mdmModuleDbFiledsRuleEntities.add(mdmModuleDbFiledsRuleEntity); + } + } + mdmModuleDbFiledsEntities.add(mainMdmModuleDbFileds.get(i)); + } + if("1".equals(mainMdmModuleDb.getDataType())){ + //新增 设置默认字段 + List moduleDbFiledsEntities = getCreateMdm(mdmModuleEntity.getId(),mainMdmModuleDb.getId(),"1"); + mdmModuleDbFiledsEntities.addAll(moduleDbFiledsEntities); + } + //明细表 + if(sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0){ + for (int i = 0; i < sublistMdmModuleDb.size(); i++) { + MdmModuleDbEntity mdmModuleDbEntity = sublistMdmModuleDb.get(i); + if(mdmModuleDbEntity.getId() != null && !"".equals(mdmModuleDbEntity.getId())){ + //修改 + mdmModuleDbEntity.setDataType("2"); + mdmModuleDbEntity.setUpdate(); + }else { + //新增 + mdmModuleDbEntity.setDataType("1"); + mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + mdmModuleDbEntity.setCreate(); + } + mainMdmModuleDb.setDbType("2"); + mdmModuleDbEntities.add(mdmModuleDbEntity); + for (int a = 0; a < mdmModuleDbEntity.getSublistMdmModuleDbFileds().size(); a++) { + if(mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).getId() != null && !"".equals(mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).getId())){ + //修改 + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setDataType("2"); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setUpdate(); + }else { + //新增 + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setDataType("1"); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setCreate(); + } + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setMdmId(mdmModuleEntity.getId()); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setDbId(mainMdmModuleDb.getId()); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setAddType("1"); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setUpdateType("1"); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setShowType("1"); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setQueryType("1"); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setListType("1"); + mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).setViewType("1"); + if(mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).getMdmModuleDbFiledsRules() != null && mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a).getMdmModuleDbFiledsRules().size() > 0){ + for (int i1 = 0; i1 < mainMdmModuleDbFileds.get(a).getMdmModuleDbFiledsRules().size(); i1++) { + MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = mainMdmModuleDbFileds.get(a).getMdmModuleDbFiledsRules().get(i1); + if(mdmModuleDbFiledsRuleEntity.getId() != null && !"".equals(mdmModuleDbFiledsRuleEntity.getId())){ + //修改 + mdmModuleDbFiledsRuleEntity.setDataType("2"); + mdmModuleDbFiledsRuleEntity.setUpdate(); + }else { + //新增 + mdmModuleDbFiledsRuleEntity.setDataType("1"); + mdmModuleDbFiledsRuleEntity.setCreate(); + } + mdmModuleDbFiledsRuleEntities.add(mdmModuleDbFiledsRuleEntity); + } + } + mdmModuleDbFiledsEntities.add(mdmModuleDbEntity.getSublistMdmModuleDbFileds().get(a)); + } + if("1".equals(mainMdmModuleDb.getDataType())){ + //新增 设置默认字段 + List moduleDbFiledsEntities = getCreateMdm(mdmModuleEntity.getId(),mainMdmModuleDb.getId(),"2"); + mdmModuleDbFiledsEntities.addAll(moduleDbFiledsEntities); + } + } } - //明细表 + //新增日志表 + if("1".equals(mainMdmModuleDb.getDataType())){ + MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + mdmModuleDbEntity.setDbName(mainMdmModuleDb.getDbName()+"_option_log"); + mdmModuleDbEntity.setDbType("3"); + mdmModuleDbEntity.setDataType("1"); + mdmModuleDbEntity.setCreate(); + mdmModuleDbEntities.add(mdmModuleDbEntity); + //新增 设置日志表 + List moduleDbFiledsEntities = getCreateMdm(mdmModuleEntity.getId(),mdmModuleDbEntity.getId(),"3"); + mdmModuleDbFiledsEntities.addAll(moduleDbFiledsEntities); + MdmModuleDbEntity mdmModuleDbEntity1 = new MdmModuleDbEntity(); + mdmModuleDbEntity1.setMdmId(mdmModuleEntity.getId()); + mdmModuleDbEntity1.setDbName(mainMdmModuleDb.getDbName()+"_option_log"); + mdmModuleDbEntity1.setDbType("4"); + mdmModuleDbEntity1.setDataType("1"); + mdmModuleDbEntity1.setCreate(); + mdmModuleDbEntities.add(mdmModuleDbEntity1); + //新增 设置日志表 + List moduleDbFiledsEntities1 = getCreateMdm(mdmModuleEntity.getId(),mdmModuleDbEntity1.getId(),"4"); + mdmModuleDbFiledsEntities.addAll(moduleDbFiledsEntities1); + } + //保存单据规则 + mdmServiceCache.saveMdmTableCodeRule(mdmModuleEntity.getId(),mdmTableCodeRuleEntities); + //保存db + mdmServiceCache.saveMdmModuleDb(mdmModuleEntity.getId(),mdmModuleDbEntities); + //保存字段 + mdmServiceCache.saveMdmModuleDbFileds(mdmModuleEntity.getId(),mdmModuleDbFiledsEntities); + //保存规则 + mdmServiceCache.saveMdmModuleDbFiledsRule(mdmModuleEntity.getId(),mdmModuleDbFiledsRuleEntities); + //创建或者修改表 - - ////设置保存主表和字段以及字段的属性 - //setMainTable(entity, mainMdmModuleDb, mainMdmModuleDbFileds); - ////设置保存子表数据 - //setsublistTable(entity, mainMdmModuleDb, sublistMdmModuleDb); - ////保存规则 - //List mdmTableCodeRuleEntityList = entity.getMdmTableCodeRuleEntityList(); - //MdmTableCodeRuleEntity deleteOldData = new MdmTableCodeRuleEntity(); - //deleteOldData.setDbId(mainMdmModuleDb.getId()); - //deleteOldData.setMdmId(entity.getId()); - //deleteOldData.setSts("Y"); - //deleteOldData.setModify_user_id(StpUtil.getLoginIdAsString()); - //deleteOldData.setModify_time(new Date()); - //mdmTableCodeRuleDao.logicRemoveMultiCondition(deleteOldData); - + for (int i = 0; i < mdmModuleDbEntities.size(); i++) { + Map maps = new HashMap<>(); + maps.put("tableName", mdmModuleDbEntities.get(i).getDbName());//表名 + maps.put("tableRemark", mdmModuleDbEntities.get(i).getRemark());//表备注 + List dbFiledsDtos = new ArrayList<>(); + for (int i1 = 0; i1 < mdmModuleDbFiledsEntities.size(); i1++) { + if(mdmModuleDbEntities.get(i).getId().equals(mdmModuleDbFiledsEntities.get(i1).getDbId())){ + dbFiledsDtos.add(new DbFiledsDto(mdmModuleDbFiledsEntities.get(i1).getDataType(), mdmModuleDbFiledsEntities.get(i1).getChName(), mdmModuleDbFiledsEntities.get(i1).getEnName(), mdmModuleDbFiledsEntities.get(i1).getFiledType(), mdmModuleDbFiledsEntities.get(i1).getFiledLength())); + } + } + maps.put("databaseFields", dbFiledsDtos);//字段 + if("1".equals(mdmModuleDbEntities.get(i).getDataType())){ + mdmModuleDao.createTable(maps); + }else { + Map tablename = new HashMap<>(); + tablename.put("tableName", mdmModuleDbEntities.get(i).getDbName());//表名 + tablename.put("tableRemark", mdmModuleDbEntities.get(i).getRemark());//表备注 + mdmModuleDao.alterTableName(tablename); + mdmModuleDao.alterTable(maps); + } + } return BaseResult.getSuccessMessageEntity("保存数据源成功"); } + + /** + * @Author lvleigang + * @Description 新建设置默认字段 + * @Date 2:06 下午 2024/6/3 + * @param mdmId + * @param dbId + * @param type + * @return java.util.List + **/ + private List getCreateMdm(String mdmId, String dbId, String type) { + List mdmModuleDbFiledsEntities = new ArrayList<>(); + MdmModuleDbFiledsEntity id = new MdmModuleDbFiledsEntity(); + id.setMdmId(mdmId); + id.setDbId(dbId); + id.setChName("id"); + id.setEnName("id"); + id.setFiledType("3"); + id.setAddType("2"); + id.setUpdateType("2"); + id.setShowType("2"); + id.setQueryType("2"); + id.setListType("2"); + id.setViewType("2"); + id.setFiledLength("50"); + id.setDataType("1"); + mdmModuleDbFiledsEntities.add(id); + + if("1".equals(type)){ + MdmModuleDbFiledsEntity documentRule = new MdmModuleDbFiledsEntity(); + documentRule.setMdmId(mdmId); + documentRule.setDbId(dbId); + documentRule.setChName("document_rule"); + documentRule.setEnName("单据规则"); + documentRule.setFiledType("3"); + documentRule.setAddType("2"); + documentRule.setUpdateType("2"); + documentRule.setShowType("2"); + documentRule.setQueryType("2"); + documentRule.setListType("2"); + documentRule.setViewType("2"); + documentRule.setFiledLength("50"); + documentRule.setDataType("1"); + mdmModuleDbFiledsEntities.add(documentRule); + } + + if("1".equals(type)){ + MdmModuleDbFiledsEntity document_rule_num = new MdmModuleDbFiledsEntity(); + document_rule_num.setMdmId(mdmId); + document_rule_num.setDbId(dbId); + document_rule_num.setChName("document_rule_num"); + document_rule_num.setEnName("单据规则流水号"); + document_rule_num.setFiledType("1"); + document_rule_num.setAddType("2"); + document_rule_num.setUpdateType("2"); + document_rule_num.setShowType("2"); + document_rule_num.setQueryType("2"); + document_rule_num.setListType("2"); + document_rule_num.setViewType("2"); + document_rule_num.setFiledLength("50"); + document_rule_num.setDataType("1"); + mdmModuleDbFiledsEntities.add(document_rule_num); + } + if("2".equals(type) || "3".equals(type) || "4".equals(type) ){ + MdmModuleDbFiledsEntity formmain_id = new MdmModuleDbFiledsEntity(); + formmain_id.setMdmId(mdmId); + formmain_id.setDbId(dbId); + formmain_id.setChName("formmain_id"); + formmain_id.setEnName("主表id"); + formmain_id.setFiledType("3"); + formmain_id.setAddType("2"); + formmain_id.setUpdateType("2"); + formmain_id.setShowType("2"); + formmain_id.setQueryType("2"); + formmain_id.setListType("2"); + formmain_id.setViewType("2"); + formmain_id.setFiledLength("50"); + formmain_id.setDataType("1"); + mdmModuleDbFiledsEntities.add(formmain_id); + } + //写入日志字段:操作人 + if("3".equals(type)){ + MdmModuleDbFiledsEntity source_name = new MdmModuleDbFiledsEntity(); + source_name.setMdmId(mdmId); + source_name.setDbId(dbId); + source_name.setChName("source_name"); + source_name.setEnName("来源名称"); + source_name.setFiledType("3"); + source_name.setAddType("2"); + source_name.setUpdateType("2"); + source_name.setShowType("2"); + source_name.setQueryType("2"); + source_name.setListType("2"); + source_name.setViewType("2"); + source_name.setFiledLength("50"); + source_name.setDataType("1"); + mdmModuleDbFiledsEntities.add(source_name); + + MdmModuleDbFiledsEntity code = new MdmModuleDbFiledsEntity(); + code.setMdmId(mdmId); + code.setDbId(dbId); + code.setChName("code"); + code.setEnName("编码"); + code.setFiledType("3"); + code.setAddType("2"); + code.setUpdateType("2"); + code.setShowType("2"); + code.setQueryType("2"); + code.setListType("2"); + code.setViewType("2"); + code.setFiledLength("50"); + code.setDataType("1"); + mdmModuleDbFiledsEntities.add(code); + + MdmModuleDbFiledsEntity source_data = new MdmModuleDbFiledsEntity(); + source_data.setMdmId(mdmId); + source_data.setDbId(dbId); + source_data.setChName("source_data"); + source_data.setEnName("源数据"); + source_data.setFiledType("3"); + source_data.setAddType("2"); + source_data.setUpdateType("2"); + source_data.setShowType("2"); + source_data.setQueryType("2"); + source_data.setListType("2"); + source_data.setViewType("2"); + source_data.setFiledLength("255"); + source_data.setDataType("1"); + mdmModuleDbFiledsEntities.add(source_data); + + MdmModuleDbFiledsEntity option_type = new MdmModuleDbFiledsEntity(); + option_type.setMdmId(mdmId); + option_type.setDbId(dbId); + option_type.setChName("option_type"); + option_type.setEnName("操作类型"); + option_type.setFiledType("3"); + option_type.setAddType("2"); + option_type.setUpdateType("2"); + option_type.setShowType("2"); + option_type.setQueryType("2"); + option_type.setListType("2"); + option_type.setViewType("2"); + option_type.setFiledLength("255"); + option_type.setDataType("1"); + mdmModuleDbFiledsEntities.add(option_type); + + MdmModuleDbFiledsEntity option_Name = new MdmModuleDbFiledsEntity(); + option_Name.setMdmId(mdmId); + option_Name.setDbId(dbId); + option_Name.setChName("option_Name"); + option_Name.setEnName("操作人"); + option_Name.setFiledType("3"); + option_Name.setAddType("2"); + option_Name.setUpdateType("2"); + option_Name.setShowType("2"); + option_Name.setQueryType("2"); + option_Name.setListType("2"); + option_Name.setViewType("2"); + option_Name.setFiledLength("255"); + option_Name.setDataType("1"); + mdmModuleDbFiledsEntities.add(option_Name); + } + + //目标应用、目标api、 + if("4".equals(type)){ + MdmModuleDbFiledsEntity target_app = new MdmModuleDbFiledsEntity(); + target_app.setMdmId(mdmId); + target_app.setDbId(dbId); + target_app.setChName("target_app"); + target_app.setEnName("目标应用"); + target_app.setFiledType("1"); + target_app.setAddType("2"); + target_app.setUpdateType("2"); + target_app.setShowType("2"); + target_app.setQueryType("2"); + target_app.setListType("2"); + target_app.setViewType("2"); + target_app.setFiledLength("50"); + target_app.setDataType("1"); + mdmModuleDbFiledsEntities.add(target_app); + + MdmModuleDbFiledsEntity target_api = new MdmModuleDbFiledsEntity(); + target_api.setMdmId(mdmId); + target_api.setDbId(dbId); + target_api.setChName("target_api"); + target_api.setEnName("目标api"); + target_api.setFiledType("1"); + target_api.setAddType("2"); + target_api.setUpdateType("2"); + target_api.setShowType("2"); + target_api.setQueryType("2"); + target_api.setListType("2"); + target_api.setViewType("2"); + target_api.setFiledLength("50"); + target_api.setDataType("1"); + mdmModuleDbFiledsEntities.add(target_api); + + MdmModuleDbFiledsEntity source_data = new MdmModuleDbFiledsEntity(); + source_data.setMdmId(mdmId); + source_data.setDbId(dbId); + source_data.setChName("source_data"); + source_data.setEnName("源数据"); + source_data.setFiledType("3"); + source_data.setAddType("2"); + source_data.setUpdateType("2"); + source_data.setShowType("2"); + source_data.setQueryType("2"); + source_data.setListType("2"); + source_data.setViewType("2"); + source_data.setFiledLength("255"); + source_data.setDataType("1"); + mdmModuleDbFiledsEntities.add(source_data); + + MdmModuleDbFiledsEntity option_type = new MdmModuleDbFiledsEntity(); + option_type.setMdmId(mdmId); + option_type.setDbId(dbId); + option_type.setChName("option_type"); + option_type.setEnName("操作类型"); + option_type.setFiledType("3"); + option_type.setAddType("2"); + option_type.setUpdateType("2"); + option_type.setShowType("2"); + option_type.setQueryType("2"); + option_type.setListType("2"); + option_type.setViewType("2"); + option_type.setFiledLength("255"); + option_type.setDataType("1"); + mdmModuleDbFiledsEntities.add(option_type); + } + + MdmModuleDbFiledsEntity data_status = new MdmModuleDbFiledsEntity(); + data_status.setMdmId(mdmId); + data_status.setDbId(dbId); + data_status.setChName("data_status"); + data_status.setEnName("数据状态 Y正常 N删除 F修改"); + data_status.setFiledType("3"); + data_status.setAddType("2"); + data_status.setUpdateType("2"); + data_status.setShowType("2"); + data_status.setQueryType("2"); + data_status.setListType("2"); + data_status.setViewType("2"); + data_status.setFiledLength("1"); + data_status.setDataType("1"); + mdmModuleDbFiledsEntities.add(data_status); + if("2".equals(type)){ + MdmModuleDbFiledsEntity add_status = new MdmModuleDbFiledsEntity(); + add_status.setMdmId(mdmId); + add_status.setDbId(dbId); + add_status.setChName("add_status"); + add_status.setEnName("新增数据状态 0待下发 1已下发"); + add_status.setFiledType("3"); + add_status.setAddType("2"); + add_status.setUpdateType("2"); + add_status.setShowType("2"); + add_status.setQueryType("2"); + add_status.setListType("2"); + add_status.setViewType("2"); + add_status.setFiledLength("1"); + add_status.setDataType("1"); + mdmModuleDbFiledsEntities.add(add_status); + } + if("2".equals(type)){ + MdmModuleDbFiledsEntity update_status = new MdmModuleDbFiledsEntity(); + update_status.setMdmId(mdmId); + update_status.setDbId(dbId); + update_status.setChName("update_status"); + update_status.setEnName("修改数据状态 0待下发 1已下发"); + update_status.setFiledType("3"); + update_status.setAddType("2"); + update_status.setUpdateType("2"); + update_status.setShowType("2"); + update_status.setQueryType("2"); + update_status.setListType("2"); + update_status.setViewType("2"); + update_status.setFiledLength("1"); + update_status.setDataType("1"); + mdmModuleDbFiledsEntities.add(update_status); + } + + if("2".equals(type)){ + MdmModuleDbFiledsEntity delete_status = new MdmModuleDbFiledsEntity(); + delete_status.setMdmId(mdmId); + delete_status.setDbId(dbId); + delete_status.setChName("delete_status"); + delete_status.setEnName("修删除数据状态 0待下发 1已下发"); + delete_status.setFiledType("3"); + delete_status.setAddType("2"); + delete_status.setUpdateType("2"); + delete_status.setShowType("2"); + delete_status.setQueryType("2"); + delete_status.setListType("2"); + delete_status.setViewType("2"); + delete_status.setFiledLength("1"); + delete_status.setDataType("1"); + mdmModuleDbFiledsEntities.add(delete_status); + } + + MdmModuleDbFiledsEntity sorts = new MdmModuleDbFiledsEntity(); + sorts.setMdmId(mdmId); + sorts.setDbId(dbId); + sorts.setChName("sorts"); + sorts.setEnName("排序"); + sorts.setFiledType("1"); + sorts.setAddType("2"); + sorts.setUpdateType("2"); + sorts.setShowType("2"); + sorts.setQueryType("2"); + sorts.setListType("2"); + sorts.setViewType("2"); + sorts.setFiledLength("20"); + sorts.setDataType("1"); + mdmModuleDbFiledsEntities.add(sorts); + MdmModuleDbFiledsEntity create_user_id = new MdmModuleDbFiledsEntity(); + create_user_id.setMdmId(mdmId); + create_user_id.setDbId(dbId); + create_user_id.setChName("create_user_id"); + create_user_id.setEnName("创建人id"); + create_user_id.setFiledType("3"); + create_user_id.setAddType("2"); + create_user_id.setUpdateType("2"); + create_user_id.setShowType("2"); + create_user_id.setQueryType("2"); + create_user_id.setListType("2"); + create_user_id.setViewType("2"); + create_user_id.setFiledLength("50"); + create_user_id.setDataType("1"); + mdmModuleDbFiledsEntities.add(create_user_id); + MdmModuleDbFiledsEntity create_time = new MdmModuleDbFiledsEntity(); + create_time.setMdmId(mdmId); + create_time.setDbId(dbId); + create_time.setChName("create_time"); + create_time.setEnName("创建时间"); + create_time.setFiledType("4"); + create_time.setAddType("2"); + create_time.setUpdateType("2"); + create_time.setShowType("2"); + create_time.setQueryType("2"); + create_time.setListType("2"); + create_time.setViewType("2"); + create_time.setFiledLength("50"); + create_time.setDataType("1"); + mdmModuleDbFiledsEntities.add(create_time); + MdmModuleDbFiledsEntity modify_user_id = new MdmModuleDbFiledsEntity(); + modify_user_id.setMdmId(mdmId); + modify_user_id.setDbId(dbId); + modify_user_id.setChName("modify_user_id"); + modify_user_id.setEnName("修改人id"); + modify_user_id.setFiledType("3"); + modify_user_id.setAddType("2"); + modify_user_id.setUpdateType("2"); + modify_user_id.setShowType("2"); + modify_user_id.setQueryType("2"); + modify_user_id.setListType("2"); + modify_user_id.setViewType("2"); + modify_user_id.setFiledLength("50"); + modify_user_id.setDataType("1"); + mdmModuleDbFiledsEntities.add(modify_user_id); + MdmModuleDbFiledsEntity modify_time = new MdmModuleDbFiledsEntity(); + modify_time.setMdmId(mdmId); + modify_time.setDbId(dbId); + modify_time.setChName("modify_time"); + modify_time.setEnName("修改时间"); + modify_time.setFiledType("4"); + modify_time.setAddType("2"); + modify_time.setUpdateType("2"); + modify_time.setShowType("2"); + modify_time.setQueryType("2"); + modify_time.setListType("2"); + modify_time.setViewType("2"); + modify_time.setFiledLength("50"); + modify_time.setDataType("1"); + mdmModuleDbFiledsEntities.add(modify_time); + MdmModuleDbFiledsEntity sts = new MdmModuleDbFiledsEntity(); + sts.setMdmId(mdmId); + sts.setDbId(dbId); + sts.setChName("sts"); + sts.setEnName("状态(Y正常N删除)"); + sts.setFiledType("3"); + sts.setAddType("2"); + sts.setUpdateType("2"); + sts.setShowType("2"); + sts.setQueryType("2"); + sts.setListType("2"); + sts.setViewType("2"); + sts.setFiledLength("1"); + sts.setDataType("1"); + mdmModuleDbFiledsEntities.add(sts); + MdmModuleDbFiledsEntity org_id = new MdmModuleDbFiledsEntity(); + org_id.setMdmId(mdmId); + org_id.setDbId(dbId); + org_id.setChName("org_id"); + org_id.setEnName("组织机构ID"); + org_id.setFiledType("3"); + org_id.setAddType("2"); + org_id.setUpdateType("2"); + org_id.setShowType("2"); + org_id.setQueryType("2"); + org_id.setListType("2"); + org_id.setViewType("2"); + org_id.setFiledLength("50"); + org_id.setDataType("1"); + mdmModuleDbFiledsEntities.add(org_id); + MdmModuleDbFiledsEntity company_id = new MdmModuleDbFiledsEntity(); + company_id.setMdmId(mdmId); + company_id.setDbId(dbId); + company_id.setChName("company_id"); + company_id.setEnName("公司id"); + company_id.setFiledType("3"); + company_id.setAddType("2"); + company_id.setUpdateType("2"); + company_id.setShowType("2"); + company_id.setQueryType("2"); + company_id.setListType("2"); + company_id.setViewType("2"); + company_id.setFiledLength("50"); + company_id.setDataType("1"); + mdmModuleDbFiledsEntities.add(company_id); + return mdmModuleDbFiledsEntities; + } + + + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置查询显示信息 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity queryMdmModuleView(JSONObject object) { + MdmModuleEntity entity = getData("jsonStr", object, MdmModuleEntity.class); + //判断分页 + if (entity == null) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + MdmModuleViewVo mdmModuleViewVo = new MdmModuleViewVo(); + + MdmModuleEntity mdmModuleEntity = mdmServiceCache.getMdmModuleEntity(entity.getMdmCode()); + //查询数据库字段 + MdmModuleDbEntity mdmModuleDbEntity = new MdmModuleDbEntity(); + mdmModuleDbEntity.setMdmId(mdmModuleEntity.getId()); + mdmModuleDbEntity.setSts("Y"); + List mdmModuleDbEntities = mdmServiceCache.queryMdmModuleDb(mdmModuleDbEntity); + MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = new MdmModuleDbFiledsEntity(); + mdmModuleDbFiledsEntity.setMdmId(mdmModuleEntity.getId()); + mdmModuleDbFiledsEntity.setSts("Y"); + List mdmModuleDbFiledsEntities = mdmServiceCache.queryMdmModuleDbFileds(mdmModuleDbFiledsEntity); + + //设置数据库字段 + setFiledType(mdmModuleViewVo,mdmModuleDbEntities,mdmModuleDbFiledsEntities); + + MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + mdmModuleViewDetailEntity.setMdmId(mdmModuleEntity.getId()); + mdmModuleViewDetailEntity.setSts("Y"); + List mdmModuleViewDetailEntities = mdmServiceCache.queryMdmModuleViewDetail(mdmModuleViewDetailEntity); + setDbFiledType(mdmModuleViewVo,mdmModuleViewDetailEntities); + MdmModuleViewEntity mdmModuleViewEntity = new MdmModuleViewEntity(); + mdmModuleViewEntity.setMdmId(mdmModuleEntity.getId()); + mdmModuleViewEntity.setSts("Y"); + List moduleViewEntities = mdmServiceCache.queryMdmModuleView(mdmModuleViewEntity); + if(moduleViewEntities != null && moduleViewEntities.size() == 1){ + mdmModuleViewVo.setMdmModuleViewEntity(moduleViewEntities.get(0)); + } + MdmModuleViewButtonEntity mdmModuleViewButtonEntity = new MdmModuleViewButtonEntity(); + mdmModuleViewButtonEntity.setMdmId(mdmModuleEntity.getId()); + mdmModuleViewButtonEntity.setSts("Y"); + List mdmModuleViewButtonEntities = mdmServiceCache.queryMdmModuleViewButton(mdmModuleViewButtonEntity); + mdmModuleViewVo.setDbButtonFiled(mdmModuleViewButtonEntities); + return BaseResult.getSuccessMessageEntity("查询视图成功", mdmModuleViewVo); + } + + private void setDbFiledType(MdmModuleViewVo mdmModuleViewVo, List mdmModuleViewDetailEntityList) { + //新增 + List addFiled = new ArrayList<>(); + //修改 + List editFiled = new ArrayList<>(); + //查看 + List showFiled = new ArrayList<>(); + //查询 + List queryFiled = new ArrayList<>(); + //列表 + List listFiled = new ArrayList<>(); + if (mdmModuleViewDetailEntityList != null && mdmModuleViewDetailEntityList.size() > 0) { + for (int i = 0; i < mdmModuleViewDetailEntityList.size(); i++) { + switch (mdmModuleViewDetailEntityList.get(i).getViewType()) { + //1、查询2、列表3、新增4、修改 5、查看 + case "1": + queryFiled.add(mdmModuleViewDetailEntityList.get(i)); + break; + case "2": + listFiled.add(mdmModuleViewDetailEntityList.get(i)); + break; + case "3": + addFiled.add(mdmModuleViewDetailEntityList.get(i)); + break; + case "4": + editFiled.add(mdmModuleViewDetailEntityList.get(i)); + break; + case "5": + showFiled.add(mdmModuleViewDetailEntityList.get(i)); + break; + default: + } + } + } + mdmModuleViewVo.setDbAddFiled(addFiled); + mdmModuleViewVo.setDbEditFiled(editFiled); + mdmModuleViewVo.setDbShowFiled(showFiled); + mdmModuleViewVo.setDbQueryFiled(queryFiled); + mdmModuleViewVo.setDbListFiled(listFiled); + } + + /** + * @param mdmModuleViewVo + * @param mdmModuleDbEntityList + * @param mdmModuleDbFiledsEntityList + * @return void + * @Author lvleigang + * @Description 设置对应的字段类型 + * @Date 2023/10/25 + **/ + private void setFiledType(MdmModuleViewVo mdmModuleViewVo, List mdmModuleDbEntityList, List mdmModuleDbFiledsEntityList) { + //新增 + List addFiled = new ArrayList<>(); + //修改 + List editFiled = new ArrayList<>(); + //查看 + List showFiled = new ArrayList<>(); + //查询 + List queryFiled = new ArrayList<>(); + //列表 + List listFiled = new ArrayList<>(); + if (mdmModuleDbEntityList != null && mdmModuleDbEntityList.size() > 0) { + for (int i = 0; i < mdmModuleDbEntityList.size(); i++) { + + if (mdmModuleDbFiledsEntityList != null && mdmModuleDbFiledsEntityList.size() > 0) { + for (int i1 = 0; i1 < mdmModuleDbFiledsEntityList.size(); i1++) { + if (mdmModuleDbEntityList.get(i).getId().equals(mdmModuleDbFiledsEntityList.get(i1).getDbId())) { + if("1".equals(mdmModuleDbFiledsEntityList.get(i1).getViewType())){ + if ("1".equals(mdmModuleDbEntityList.get(i).getDbType())) { + //1、主表 + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getAddType())) { + addFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getUpdateType())) { + editFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getShowType())) { + showFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getQueryType())) { + queryFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getListType())) { + listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【主表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + } else if ("2".equals(mdmModuleDbEntityList.get(i).getDbType())){ + //2、明细 + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getAddType())) { + addFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getUpdateType())) { + editFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getShowType())) { + showFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getQueryType())) { + queryFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + if ("1".equals(mdmModuleDbFiledsEntityList.get(i1).getListType())) { + listFiled.add(new MdmDbFiledVo(mdmModuleDbFiledsEntityList.get(i1).getId(), "【子表:" + mdmModuleDbEntityList.get(i).getDbName() + "】" + mdmModuleDbFiledsEntityList.get(i1).getChName())); + } + } + } + } + } + } + } + } + mdmModuleViewVo.setAddFiled(addFiled); + mdmModuleViewVo.setEditFiled(editFiled); + mdmModuleViewVo.setShowFiled(showFiled); + mdmModuleViewVo.setQueryFiled(queryFiled); + mdmModuleViewVo.setListFiled(listFiled); + } + /** + * @param object + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 主数据设置修改显示信息 + * @Date 9:40 上午 2023/10/18 + **/ + @Override + public JsonResultEntity doSaveMdmModuleView(JSONObject object) { + MdmModuleViewDto entity = getData("jsonStr", object, MdmModuleViewDto.class); + //判断是否有数据 + if (entity == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + if (entity.getMdmCode() == null || "".equals(entity.getMdmCode())) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getMdmModuleViewEntity() == null) { + return BaseResult.getFailureMessageEntity("参数不允许为空"); + } + MdmModuleEntity mdmModuleEntity = mdmServiceCache.getMdmModuleEntity(entity.getMdmCode()); + + //保存视图 + MdmModuleViewEntity mdmModuleViewEntity = entity.getMdmModuleViewEntity(); + mdmModuleViewEntity.setMdmId(mdmModuleEntity.getId()); + if(mdmModuleViewEntity.getId() != null && !"".equals(mdmModuleViewEntity.getId())){ + mdmModuleViewEntity.setDataType("2"); + mdmModuleViewEntity.setUpdate(); + mdmServiceCache.saveMdmModuleView(mdmModuleEntity.getId(),mdmModuleViewEntity); + }else { + mdmModuleViewEntity.setDataType("1"); + mdmModuleViewEntity.setCreate(); + mdmModuleViewDao.save(mdmModuleViewEntity); + } + //保存字段 + List mdmModuleViewDetailEntities = new ArrayList<>(); + //1、查询2、列表3、新增4、修改 5、查看 + saveDbViewFiled(mdmModuleEntity.getId(),mdmModuleViewEntity.getId(),entity.getQueryFiled(),"1",mdmModuleViewDetailEntities); + saveDbViewFiled(mdmModuleEntity.getId(),mdmModuleViewEntity.getId(),entity.getListFiled(),"2",mdmModuleViewDetailEntities); + saveDbViewFiled(mdmModuleEntity.getId(),mdmModuleViewEntity.getId(),entity.getAddFiled(),"3",mdmModuleViewDetailEntities); + saveDbViewFiled(mdmModuleEntity.getId(),mdmModuleViewEntity.getId(),entity.getEditFiled(),"4",mdmModuleViewDetailEntities); + saveDbViewFiled(mdmModuleEntity.getId(),mdmModuleViewEntity.getId(),entity.getShowFiled(),"5",mdmModuleViewDetailEntities); + mdmServiceCache.saveMdmModuleViewDetail(mdmModuleEntity.getId(),mdmModuleViewDetailEntities); + //保存按钮 + List mdmModuleViewButtonEntities = entity.getDbButtonFiled(); + if(mdmModuleViewButtonEntities != null && mdmModuleViewButtonEntities.size() > 0){ + for (int i = 0; i < mdmModuleViewButtonEntities.size(); i++) { + mdmModuleViewButtonEntities.get(i).setMdmId(mdmModuleEntity.getId()); + mdmModuleViewButtonEntities.get(i).setViewId(mdmModuleViewEntity.getId()); + if(mdmModuleViewButtonEntities.get(i).getId() != null && !"".equals(mdmModuleViewButtonEntities.get(i).getId())){ + mdmModuleViewButtonEntities.get(i).setDataType("2"); + mdmModuleViewButtonEntities.get(i).setUpdate(); + }else { + mdmModuleViewButtonEntities.get(i).setDataType("1"); + mdmModuleViewButtonEntities.get(i).setCreate(); + } + } + mdmServiceCache.saveMdmModuleViewButton(mdmModuleEntity.getId(),mdmModuleViewButtonEntities); + } + + //保存菜单 + //保存按钮 + + if("1".equals(mdmModuleViewEntity.getDataType())){ + //新增 + SysMenuConfigEntity module = new SysMenuConfigEntity(); + module.setCreate(); + module.setFormId(mdmModuleEntity.getId()); + if("1".equals(mdmModuleEntity.getMdmType())){ + //1、档案 + module.setParentMenuId("ea22757e99c144fb9ef381dd322e233c"); + }else { + //2、单据 + module.setParentMenuId("58714ddb7ec94f5da91df74efada042f"); + } + module.setMenuName(mdmModuleEntity.getMdmName()); + module.setMenuEnglishName("integrationOptionAdmin" + mdmModuleEntity.getMdmCode()); + module.setMenuIcon(null);//模块图标 + module.setRoute("integrationOptionAdmin/" + mdmModuleEntity.getMdmCode());//路由地址 + module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component + module.setRemark("主数据生成菜单"); + module.setVisibles("0"); + module.setShowType("1"); + JSONObject object1 = new JSONObject(); + object1.put("mdmId", mdmModuleEntity.getId());//主数据id + object1.put("mdmCode", mdmModuleEntity.getMdmCode());//主数据编码 + object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 + module.setOptions(object1.toString());//菜单mate参数 + sysMenuConfigDao.save(module); + if(mdmModuleViewButtonEntities != null && mdmModuleViewButtonEntities.size() > 0){ + for (int i = 0; i < mdmModuleViewButtonEntities.size(); i++) { + if("new".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())){ + SysButtonConfigEntity xz = new SysButtonConfigEntity(); + xz.setCode("new"); + xz.setNameCh("新建"); + xz.setNameEn("new"); + xz.setMenuId(module.getId()); + xz.setIconName(""); + xz.setStyles(""); + xz.setBtnFunction("new"); + xz.setRemark("主数据新建按钮"); + xz.setCreate(); + sysButtonConfigDao.save(xz); + } + if("resize".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())){ + + SysButtonConfigEntity cz = new SysButtonConfigEntity(); + cz.setCode("resize"); + cz.setNameCh("重置"); + cz.setNameEn("resize"); + cz.setMenuId(module.getId()); + cz.setIconName(""); + cz.setStyles(""); + cz.setBtnFunction("resize"); + cz.setRemark("主数据重置按钮"); + cz.setCreate(); + sysButtonConfigDao.save(cz); + } + if("search".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity cx = new SysButtonConfigEntity(); + cx.setCode("search"); + cx.setNameCh("查询"); + cx.setNameEn("search"); + cx.setMenuId(module.getId()); + cx.setIconName(""); + cx.setStyles(""); + cx.setBtnFunction("search"); + cx.setRemark("主数据查询按钮"); + cx.setCreate(); + sysButtonConfigDao.save(cx); + } + if("edit".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity xg = new SysButtonConfigEntity(); + xg.setCode("edit"); + xg.setNameCh("修改"); + xg.setNameEn("edit"); + xg.setMenuId(module.getId()); + xg.setIconName(""); + xg.setStyles(""); + xg.setBtnFunction("edit"); + xg.setRemark("主数据修改按钮"); + xg.setCreate(); + sysButtonConfigDao.save(xg); + } + if("dele".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity sc = new SysButtonConfigEntity(); + sc.setCode("dele"); + sc.setNameCh("删除"); + sc.setNameEn("dele"); + sc.setMenuId(module.getId()); + sc.setIconName(""); + sc.setStyles(""); + sc.setBtnFunction("dele"); + sc.setRemark("主数据删除按钮"); + sc.setCreate(); + sysButtonConfigDao.save(sc); + } + if("view".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity ck = new SysButtonConfigEntity(); + ck.setCode("view"); + ck.setNameCh("查看"); + ck.setNameEn("view"); + ck.setMenuId(module.getId()); + ck.setIconName(""); + ck.setStyles(""); + ck.setBtnFunction("view"); + ck.setRemark("主数据查看按钮"); + ck.setCreate(); + sysButtonConfigDao.save(ck); + } + if("send".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + SysButtonConfigEntity xf = new SysButtonConfigEntity(); + xf.setCode("send"); + xf.setNameCh("下发"); + xf.setNameEn("send"); + xf.setMenuId(module.getId()); + xf.setIconName(""); + xf.setStyles(""); + xf.setBtnFunction("send"); + xf.setRemark("主数据下发按钮"); + xf.setCreate(); + sysButtonConfigDao.save(xf); + } + } + } + }else { + //修改 + //修改菜单 注意因为可能修改显示类型,所以需要修改菜单的属性 + SysMenuConfigEntity module = new SysMenuConfigEntity(); + module.setFormId(mdmModuleEntity.getId()); + module.setSts("Y"); + List moduleList = sysMenuConfigDao.queryBase(module); + if (moduleList != null && moduleList.size() == 1) { + module = moduleList.get(0); + module.setUpdate(); + module.setMenuName(mdmModuleEntity.getMdmName()); + JSONObject object1 = new JSONObject(); + object1.put("mdmId", mdmModuleEntity.getId());//主数据id + object1.put("mdmCode", mdmModuleEntity.getMdmCode());//主数据id + object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 + module.setOptions(object1.toString());//菜单mate参数 + sysMenuConfigDao.update(module); + //修改按钮 + //1、查询所有按钮 + SysButtonConfigEntity buttonConfigEntity = new SysButtonConfigEntity(); + buttonConfigEntity.setMenuId(module.getId()); + buttonConfigEntity.setSts("Y"); + List sysButtonConfigEntities = sysButtonConfigDao.queryBase(buttonConfigEntity); + //2、删除按钮权限 + //3、删除按钮 + if (mdmModuleViewButtonEntities != null && mdmModuleViewButtonEntities.size() > 0) { + for (int i = 0; i < mdmModuleViewButtonEntities.size(); i++) { + //1、按钮不存在 2、按钮需要删除 + String type = "1"; + if (sysButtonConfigEntities != null && sysButtonConfigEntities.size() > 0) { + for (int i1 = 0; i1 < sysButtonConfigEntities.size(); i1++) { + + } + } + } + } + } + } + return BaseResult.getSuccessMessageEntity("保存显示信息成功"); + } ///** // * @param object // * @return com.hzya.frame.web.entity.JsonResultEntity @@ -500,197 +1463,8 @@ public class MdmServiceImpl implements IMdmService { // } //} - // - ///** - // * @param object - // * @return com.hzya.frame.web.entity.JsonResultEntity - // * @Author lvleigang - // * @Description 主数据设置保存数据源 - // * @Date 9:40 上午 2023/10/18 - // **/ - //@Override - //public JsonResultEntity saveMdmModuleDb(JSONObject object) { - // //判断新增还是修改,保存数据生成表结构 - // MdmDto entity = getData("jsonStr", object, MdmDto.class); - // if (entity == null) { - // return BaseResult.getFailureMessageEntity("参数不允许为空"); - // } - // if (entity.getId() == null || "".equals(entity.getId())) { - // return BaseResult.getFailureMessageEntity("系统错误"); - // } - // if (entity.getMainMdmModuleDb() == null || entity.getMainMdmModuleDb().getDbName() == null || "".equals(entity.getMainMdmModuleDb().getDbName())) { - // return BaseResult.getFailureMessageEntity("请先输入主表名称"); - // } - // //主数据主表 - // MdmModuleDbEntity mainMdmModuleDb = entity.getMainMdmModuleDb(); - // //主数据主表字段 - // List mainMdmModuleDbFileds = mainMdmModuleDb.getSublistMdmModuleDbFileds(); - // //主数据子表 - // List sublistMdmModuleDb = entity.getSublistMdmModuleDb(); - // //判断主表新增还是修改 - // if (mainMdmModuleDb.getId() == null || "".equals(mainMdmModuleDb.getId())) { - // //新增 需要校验表是否存在 - // if (checkTable(mainMdmModuleDb.getDbName())) { - // return BaseResult.getFailureMessageEntity("主表表名已经存在"); - // } - // } - // //判断明细表 - // if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { - // for (int i = 0; i < sublistMdmModuleDb.size(); i++) { - // if (sublistMdmModuleDb.get(i).getId() == null || "".equals(sublistMdmModuleDb.get(i).getId())) { - // if (sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds() == null && sublistMdmModuleDb.get(i).getSublistMdmModuleDbFileds().size() == 0) { - // return BaseResult.getFailureMessageEntity("请先设置子表" + sublistMdmModuleDb.get(i).getDbName() + "的字段"); - // } - // //新增 需要校验表是否存在 - // if (checkTable(sublistMdmModuleDb.get(i).getDbName())) { - // return BaseResult.getFailureMessageEntity("子表" + sublistMdmModuleDb.get(i).getDbName() + "已经存在"); - // } - // } - // } - // } - // //设置保存主表和字段以及字段的属性 - // setMainTable(entity, mainMdmModuleDb, mainMdmModuleDbFileds); - // //设置保存子表数据 - // setsublistTable(entity, mainMdmModuleDb, sublistMdmModuleDb); - // //保存规则 - // List mdmTableCodeRuleEntityList = entity.getMdmTableCodeRuleEntityList(); - // MdmTableCodeRuleEntity deleteOldData = new MdmTableCodeRuleEntity(); - // deleteOldData.setDbId(mainMdmModuleDb.getId()); - // deleteOldData.setMdmId(entity.getId()); - // deleteOldData.setSts("Y"); - // deleteOldData.setModify_user_id(StpUtil.getLoginIdAsString()); - // deleteOldData.setModify_time(new Date()); - // mdmTableCodeRuleDao.logicRemoveMultiCondition(deleteOldData); - // if (mdmTableCodeRuleEntityList != null && mdmTableCodeRuleEntityList.size() > 0) { - // for (int i = 0; i < mdmTableCodeRuleEntityList.size(); i++) { - // MdmTableCodeRuleEntity mdmTableCodeRuleEntity = mdmTableCodeRuleEntityList.get(i); - // mdmTableCodeRuleEntity.setMdmId(entity.getId()); - // mdmTableCodeRuleEntity.setDbId(mainMdmModuleDb.getId()); - // mdmTableCodeRuleEntity.setId(UUIDUtils.getUUID()); - // mdmTableCodeRuleEntity.setSts("Y"); - // mdmTableCodeRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - // mdmTableCodeRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmTableCodeRuleEntity.setCreate_time(new Date()); - // mdmTableCodeRuleEntity.setModify_time(new Date()); - // mdmTableCodeRuleDao.save(mdmTableCodeRuleEntity); - // } - // } - // return BaseResult.getSuccessMessageEntity("保存数据源成功"); - //} - // - ///** - // * @param entity - // * @param mainMdmModuleDb - // * @param sublistMdmModuleDb - // * @return void - // * @Author lvleigang - // * @Description 设置保存子表数据 - // * @Date 11:08 上午 2023/10/19 - // **/ - //private void setsublistTable(MdmDto entity, MdmModuleDbEntity mainMdmModuleDb, List sublistMdmModuleDb) { - // //存在明细表 - // if (sublistMdmModuleDb != null && sublistMdmModuleDb.size() > 0) { - // for (int i = 0; i < sublistMdmModuleDb.size(); i++) { - // MdmModuleDbEntity mdmModuleDbEntity = sublistMdmModuleDb.get(i); - // mdmModuleDbEntity.setMdmId(entity.getId()); - // mdmModuleDbEntity.setDbType("2"); - // boolean flag = false; - // - // //新增还是修改 - // if (mdmModuleDbEntity.getId() != null && !"".equals(mdmModuleDbEntity.getId())) { - // mdmModuleDbEntity.setSts("Y"); - // mdmModuleDbEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbEntity.setModify_time(new Date()); - // mdmModuleDbDao.update(mdmModuleDbEntity); - // } else { - // flag = true; - // mdmModuleDbEntity.setId(UUIDUtils.getUUID()); - // mdmModuleDbEntity.setSts("Y"); - // mdmModuleDbEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbEntity.setCreate_time(new Date()); - // mdmModuleDbEntity.setModify_time(new Date()); - // mdmModuleDbDao.save(mdmModuleDbEntity); - // } - // List dbFiledsDtos = new ArrayList<>(); - // - // //字段 - // List sublistMdmModuleDbFileds = mdmModuleDbEntity.getSublistMdmModuleDbFileds(); - // if (sublistMdmModuleDbFileds != null && sublistMdmModuleDbFileds.size() > 0) { - // for (int i1 = 0; i1 < sublistMdmModuleDbFileds.size(); i1++) { - // MdmModuleDbFiledsEntity mdmModuleDbFiledsEntity = sublistMdmModuleDbFileds.get(i1); - // mdmModuleDbFiledsEntity.setMdmId(entity.getId()); - // mdmModuleDbFiledsEntity.setDbId(mdmModuleDbEntity.getId()); - // if (mdmModuleDbFiledsEntity.getId() != null && !"".equals(mdmModuleDbFiledsEntity.getId())) { - // DbFiledsDto dbFiledsDto = new DbFiledsDto("1", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); - // dbFiledsDtos.add(dbFiledsDto); - // mdmModuleDbFiledsEntity.setSts("Y"); - // mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbFiledsEntity.setModify_time(new Date()); - // mdmModuleDbFiledsDao.update(mdmModuleDbFiledsEntity); - // } else { - // DbFiledsDto dbFiledsDto = new DbFiledsDto("2", mdmModuleDbFiledsEntity.getChName(), mdmModuleDbFiledsEntity.getEnName(), mdmModuleDbFiledsEntity.getFiledType(), mdmModuleDbFiledsEntity.getFiledLength()); - // dbFiledsDtos.add(dbFiledsDto); - // mdmModuleDbFiledsEntity.setId(UUIDUtils.getUUID()); - // mdmModuleDbFiledsEntity.setSts("Y"); - // mdmModuleDbFiledsEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbFiledsEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbFiledsEntity.setCreate_time(new Date()); - // mdmModuleDbFiledsEntity.setModify_time(new Date()); - // mdmModuleDbFiledsDao.save(mdmModuleDbFiledsEntity); - // } - // //修改或保存属性 - // List mdmModuleDbFiledsRules = mdmModuleDbFiledsEntity.getMdmModuleDbFiledsRules(); - // if (mdmModuleDbFiledsRules != null && mdmModuleDbFiledsRules.size() > 0) { - // for (int a = 0; a < mdmModuleDbFiledsRules.size(); a++) { - // MdmModuleDbFiledsRuleEntity mdmModuleDbFiledsRuleEntity = mdmModuleDbFiledsRules.get(a); - // mdmModuleDbFiledsRuleEntity.setMdmId(entity.getId()); - // mdmModuleDbFiledsRuleEntity.setDbId(mdmModuleDbEntity.getId()); - // mdmModuleDbFiledsRuleEntity.setFiledId(mdmModuleDbFiledsEntity.getId()); - // if (mdmModuleDbFiledsRuleEntity.getId() != null && !"".equals(mdmModuleDbFiledsRuleEntity.getId())) { - // mdmModuleDbFiledsRuleEntity.setSts("Y"); - // mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); - // mdmModuleDbFiledsRuleDao.update(mdmModuleDbFiledsRuleEntity); - // } else { - // mdmModuleDbFiledsRuleEntity.setId(UUIDUtils.getUUID()); - // mdmModuleDbFiledsRuleEntity.setSts("Y"); - // mdmModuleDbFiledsRuleEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbFiledsRuleEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleDbFiledsRuleEntity.setCreate_time(new Date()); - // mdmModuleDbFiledsRuleEntity.setModify_time(new Date()); - // mdmModuleDbFiledsRuleDao.save(mdmModuleDbFiledsRuleEntity); - // } - // } - // } - // } - // } - // - // if (flag) { - // //新增 - // Map maps = new HashMap<>(); - // maps.put("dbType", "2");//表类型 - // maps.put("tableName", mdmModuleDbEntity.getDbName());//表名 - // maps.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 - // maps.put("databaseFields", dbFiledsDtos);//字段 - // DbFiledsDto dbFiledsDto = new DbFiledsDto("1", "上级id", "formmain_id", "3", "50"); - // dbFiledsDtos.add(dbFiledsDto); - // mdmModuleDao.createTable(maps); - // } else { - // //修改 - // Map tablename = new HashMap<>(); - // tablename.put("tableName", mdmModuleDbEntity.getDbName());//表名 - // tablename.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 - // mdmModuleDao.alterTableName(tablename); - // Map maps = new HashMap<>(); - // maps.put("tableName", mdmModuleDbEntity.getDbName());//表名 - // maps.put("tableRemark", mdmModuleDbEntity.getRemark());//表备注 - // maps.put("databaseFields", dbFiledsDtos);//字段 - // mdmModuleDao.alterTable(maps); - // } - // } - // } - //} + + // ///** // * @param entity @@ -990,239 +1764,30 @@ public class MdmServiceImpl implements IMdmService { //} // // - ///** - // * @param object - // * @return com.hzya.frame.web.entity.JsonResultEntity - // * @Author lvleigang - // * @Description 主数据设置修改显示信息 - // * @Date 9:40 上午 2023/10/18 - // **/ - //@Override - //public JsonResultEntity doSaveMdmModuleView(JSONObject object) { - // MdmModuleViewDto entity = getData("jsonStr", object, MdmModuleViewDto.class); - // //判断是否有数据 - // if (entity == null) { - // return BaseResult.getFailureMessageEntity("参数不允许为空"); - // } - // if (entity.getId() == null || "".equals(entity.getId())) { - // return BaseResult.getFailureMessageEntity("系统错误"); - // } - // if (entity.getMdmModuleViewEntity() == null) { - // return BaseResult.getFailureMessageEntity("参数不允许为空"); - // } - // boolean flag = false; - // //保存主数据视图表 - // MdmModuleViewEntity mdmModuleViewEntity = entity.getMdmModuleViewEntity(); - // mdmModuleViewEntity.setMdmId(entity.getId()); - // mdmModuleViewEntity.setSts("Y"); - // mdmModuleViewEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleViewEntity.setModify_time(new Date()); - // if (mdmModuleViewEntity.getId() != null && !"".equals(mdmModuleViewEntity.getId())) { - // flag = false; - // //修改 - // mdmModuleViewDao.update(mdmModuleViewEntity); - // } else { - // flag = true; - // //新增 - // mdmModuleViewEntity.setId(UUIDUtils.getUUID()); - // mdmModuleViewEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleViewEntity.setCreate_time(new Date()); - // mdmModuleViewDao.save(mdmModuleViewEntity); - // } - // //保存视图字段表 - // //先删除明细表 - // MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); - // mdmModuleViewDetailEntity.setMdmId(entity.getId()); - // mdmModuleViewDetailEntity.setSts("Y"); - // mdmModuleViewDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleViewDetailEntity.setModify_time(new Date()); - // mdmModuleViewDetailDao.logicRemoveMultiCondition(mdmModuleViewDetailEntity); - // //1、查询2、列表3、新增4、修改 5、查看 - // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getQueryFiled(), "1"); - // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getListFiled(), "2"); - // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getAddFiled(), "3"); - // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getEditFiled(), "4"); - // saveDbViewFiled(entity, mdmModuleViewEntity, entity.getShowFiled(), "5"); - // MdmModuleEntity moduleEntity = new MdmModuleEntity(); - // moduleEntity.setId(entity.getId()); - // moduleEntity.setSts("Y"); + // - // moduleEntity = mdmModuleDao.queryOne(moduleEntity); - // if (flag) { - // //新增菜单 - // SysMenuConfigEntity module = new SysMenuConfigEntity(); - // module.setCreate(); - // module.setFormId(entity.getId()); - // module.setParentMenuId("ea22757e99c144fb9ef381dd322e233c"); - // module.setMenuName(moduleEntity.getMdmName()); - // module.setMenuEnglishName("integrationOptionAdmin" + moduleEntity.getMdmCode()); - // module.setMenuIcon(null);//模块图标 - // module.setRoute("integrationOptionAdmin/" + moduleEntity.getMdmCode());//路由地址 - // module.setMenuPage("integrationOptionV2/index");//一级Layout 二级 ParntView 三级component - // module.setRemark("主数据生成菜单"); - // module.setVisibles("0"); - // module.setShowType("1"); - // JSONObject object1 = new JSONObject(); - // object1.put("mdmId", moduleEntity.getId());//主数据id - // object1.put("mdmCode", moduleEntity.getMdmCode());//主数据编码 - // object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 - // module.setOptions(object1.toString());//菜单mate参数 - // sysMenuConfigDao.save(module); - // //todo 新增按钮 - // SysButtonConfigEntity xz = new SysButtonConfigEntity(); - // xz.setCode("new"); - // xz.setNameCh("新建"); - // xz.setNameEn("new"); - // xz.setMenuId(module.getId()); - // xz.setIconName(""); - // xz.setStyles(""); - // xz.setBtnFunction("new"); - // xz.setRemark("主数据新建按钮"); - // xz.setCreate(); - // sysButtonConfigDao.save(xz); - // SysButtonConfigEntity cz = new SysButtonConfigEntity(); - // cz.setCode("resize"); - // cz.setNameCh("重置"); - // cz.setNameEn("resize"); - // cz.setMenuId(module.getId()); - // cz.setIconName(""); - // cz.setStyles(""); - // cz.setBtnFunction("resize"); - // cz.setRemark("主数据重置按钮"); - // cz.setCreate(); - // sysButtonConfigDao.save(cz); - // SysButtonConfigEntity cx = new SysButtonConfigEntity(); - // cx.setCode("search"); - // cx.setNameCh("查询"); - // cx.setNameEn("search"); - // cx.setMenuId(module.getId()); - // cx.setIconName(""); - // cx.setStyles(""); - // cx.setBtnFunction("search"); - // cx.setRemark("主数据查询按钮"); - // cx.setCreate(); - // sysButtonConfigDao.save(cx); - // SysButtonConfigEntity xg = new SysButtonConfigEntity(); - // xg.setCode("edit"); - // xg.setNameCh("修改"); - // xg.setNameEn("edit"); - // xg.setMenuId(module.getId()); - // xg.setIconName(""); - // xg.setStyles(""); - // xg.setBtnFunction("edit"); - // xg.setRemark("主数据修改按钮"); - // xg.setCreate(); - // sysButtonConfigDao.save(xg); - // SysButtonConfigEntity sc = new SysButtonConfigEntity(); - // sc.setCode("dele"); - // sc.setNameCh("删除"); - // sc.setNameEn("dele"); - // sc.setMenuId(module.getId()); - // sc.setIconName(""); - // sc.setStyles(""); - // sc.setBtnFunction("dele"); - // sc.setRemark("主数据删除按钮"); - // sc.setCreate(); - // sysButtonConfigDao.save(sc); - // SysButtonConfigEntity ck = new SysButtonConfigEntity(); - // ck.setCode("view"); - // ck.setNameCh("查看"); - // ck.setNameEn("view"); - // ck.setMenuId(module.getId()); - // ck.setIconName(""); - // ck.setStyles(""); - // ck.setBtnFunction("view"); - // ck.setRemark("主数据查看按钮"); - // ck.setCreate(); - // sysButtonConfigDao.save(ck); - // SysButtonConfigEntity xf = new SysButtonConfigEntity(); - // xf.setCode("send"); - // xf.setNameCh("下发"); - // xf.setNameEn("send"); - // xf.setMenuId(module.getId()); - // xf.setIconName(""); - // xf.setStyles(""); - // xf.setBtnFunction("send"); - // xf.setRemark("主数据下发按钮"); - // xf.setCreate(); - // sysButtonConfigDao.save(xf); - // //module.setServiceName("mdmService");//Spring bean名称 - // //module.setLvl("2");//等级 - // //module.setName("integrationOptionAdmin"+moduleEntity.getMdmCode());//名称 - // //module.setCode(moduleEntity.getMdmCode().toString());//编码 - // //module.setFormType("0");//类型 0、menu 1、tree 2、list 3、view - // //module.setLevel("2");//模块操作级别Superadministrator - // //module.setIcon(null);//模块图标 - // //module.setUpIds("c3dda399207843eeac91770ac18e91e3");//上级id - // //module.setTableName(null);//bean表名称映射key - // //module.setKeyModular(null);//是否关键模块(Y是N否) - // //module.setTarget(null);//跳转目标 - // //module.setRemark("主数据" + moduleEntity.getMdmName());//备注 - // //module.setOpenType("1");//菜单打开方式 - // //module.setFormId(entity.getId());//表单ID - // //module.setAppId(null);//应用id - // ////module.setPath("integrationOptionAdmin");//路由地址 - // //module.setHidden("false");//隐藏 - // //module.setRedirect(null);//redirevt - // //module.setAlwaysShow(null);//alwaysShow - // //module.setTitle(moduleEntity.getMdmName());//标题 - // //module.setNoCache(null);//nocache缓存 - // //module.setLabel(moduleEntity.getMdmName());//label - // - // //moduleMapper.entity_insert(module); - // } else { - // //修改菜单 注意因为可能修改显示类型,所以需要修改菜单的属性 - // SysMenuConfigEntity module = new SysMenuConfigEntity(); - // module.setFormId(entity.getId()); - // module.setSts("Y"); - // List moduleList = sysMenuConfigDao.queryBase(module); - // if (moduleList != null && moduleList.size() == 1) { - // module = moduleList.get(0); - // module.setUpdate(); - // module.setMenuName(moduleEntity.getMdmName()); - // //module.setLabel(moduleEntity.getMdmName());//label - // JSONObject object1 = new JSONObject(); - // object1.put("mdmId", moduleEntity.getId());//主数据id - // object1.put("mdmCode", moduleEntity.getMdmCode());//主数据id - // object1.put("viewType", mdmModuleViewEntity.getViewName());//1、树 2、列表 - // module.setOptions(object1.toString());//菜单mate参数 - // sysMenuConfigDao.update(module); - // } else { - // return BaseResult.getFailureMessageEntity("显示信息保存成功,菜单配置失败请检查"); - // } - // } - // return BaseResult.getSuccessMessageEntity("保存显示信息成功"); - //} - // - ///** - // * @param entity - // * @param mdmModuleViewEntity - // * @param mdmDbFiledVoList - // * @param type - // * @return void - // * @Author lvleigang - // * @Description 保存数据 - // * @Date 1:37 下午 2023/10/25 - // **/ - //private void saveDbViewFiled(MdmModuleViewDto entity, MdmModuleViewEntity mdmModuleViewEntity, List mdmDbFiledVoList, String type) { - // if (mdmDbFiledVoList != null && mdmDbFiledVoList.size() > 0) { - // for (int i = 0; i < mdmDbFiledVoList.size(); i++) { - // MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); - // mdmModuleViewDetailEntity.setId(UUIDUtils.getUUID()); - // mdmModuleViewDetailEntity.setSts("Y"); - // mdmModuleViewDetailEntity.setCreate_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleViewDetailEntity.setModify_user_id(StpUtil.getLoginIdAsString()); - // mdmModuleViewDetailEntity.setCreate_time(new Date()); - // mdmModuleViewDetailEntity.setModify_time(new Date()); - // mdmModuleViewDetailEntity.setMdmId(entity.getId()); - // mdmModuleViewDetailEntity.setViewId(mdmModuleViewEntity.getId()); - // mdmModuleViewDetailEntity.setViewFiled(mdmDbFiledVoList.get(i).getId()); - // mdmModuleViewDetailEntity.setViewType(type); - // mdmModuleViewDetailEntity.setSort(String.valueOf(i + 1)); - // mdmModuleViewDetailDao.save(mdmModuleViewDetailEntity); - // } - // } - //} + /** + * @param mdmDbFiledVoList + * @param type + * @return void + * @Author lvleigang + * @Description 保存数据 + * @Date 1:37 下午 2023/10/25 + **/ + private void saveDbViewFiled(String mdmID, String viewid, List mdmDbFiledVoList, String type,List mdmModuleViewDetailEntities) { + if (mdmDbFiledVoList != null && mdmDbFiledVoList.size() > 0) { + for (int i = 0; i < mdmDbFiledVoList.size(); i++) { + MdmModuleViewDetailEntity mdmModuleViewDetailEntity = new MdmModuleViewDetailEntity(); + mdmModuleViewDetailEntity.setCreate(); + mdmModuleViewDetailEntity.setMdmId(mdmID); + mdmModuleViewDetailEntity.setViewId(viewid); + mdmModuleViewDetailEntity.setViewFiled(mdmDbFiledVoList.get(i).getId()); + mdmModuleViewDetailEntity.setViewType(type); + mdmModuleViewDetailEntity.setDataType("1"); + mdmModuleViewDetailEntities.add(mdmModuleViewDetailEntity); + } + } + } // ///** // * @param object From 25a5c388ceb81ddbf311ed1f0c246ed08878dad7 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Tue, 4 Jun 2024 12:12:46 +0800 Subject: [PATCH 82/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mdm/service/impl/MdmServiceImpl.java | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 33f29207..a0d24b8d 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -783,23 +783,24 @@ public class MdmServiceImpl implements IMdmService { option_type.setDataType("1"); mdmModuleDbFiledsEntities.add(option_type); } - - MdmModuleDbFiledsEntity data_status = new MdmModuleDbFiledsEntity(); - data_status.setMdmId(mdmId); - data_status.setDbId(dbId); - data_status.setChName("data_status"); - data_status.setEnName("数据状态 Y正常 N删除 F修改"); - data_status.setFiledType("3"); - data_status.setAddType("2"); - data_status.setUpdateType("2"); - data_status.setShowType("2"); - data_status.setQueryType("2"); - data_status.setListType("2"); - data_status.setViewType("2"); - data_status.setFiledLength("1"); - data_status.setDataType("1"); - mdmModuleDbFiledsEntities.add(data_status); - if("2".equals(type)){ + if("2".equals(type) || "1".equals(type) ) { + MdmModuleDbFiledsEntity data_status = new MdmModuleDbFiledsEntity(); + data_status.setMdmId(mdmId); + data_status.setDbId(dbId); + data_status.setChName("data_status"); + data_status.setEnName("数据状态 Y正常 N删除 F修改"); + data_status.setFiledType("3"); + data_status.setAddType("2"); + data_status.setUpdateType("2"); + data_status.setShowType("2"); + data_status.setQueryType("2"); + data_status.setListType("2"); + data_status.setViewType("2"); + data_status.setFiledLength("1"); + data_status.setDataType("1"); + mdmModuleDbFiledsEntities.add(data_status); + } + if("1".equals(type)){ MdmModuleDbFiledsEntity add_status = new MdmModuleDbFiledsEntity(); add_status.setMdmId(mdmId); add_status.setDbId(dbId); @@ -816,7 +817,7 @@ public class MdmServiceImpl implements IMdmService { add_status.setDataType("1"); mdmModuleDbFiledsEntities.add(add_status); } - if("2".equals(type)){ + if("1".equals(type)){ MdmModuleDbFiledsEntity update_status = new MdmModuleDbFiledsEntity(); update_status.setMdmId(mdmId); update_status.setDbId(dbId); @@ -834,7 +835,7 @@ public class MdmServiceImpl implements IMdmService { mdmModuleDbFiledsEntities.add(update_status); } - if("2".equals(type)){ + if("1".equals(type)){ MdmModuleDbFiledsEntity delete_status = new MdmModuleDbFiledsEntity(); delete_status.setMdmId(mdmId); delete_status.setDbId(dbId); From 64d53eecf942206bfb34f92aa04b8698a0b8b9ff Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 5 Jun 2024 08:47:46 +0800 Subject: [PATCH 83/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mdm/service/impl/MdmServiceImpl.java | 46 +++++++++++++------ 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index a0d24b8d..0994442a 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -43,6 +43,8 @@ import com.hzya.frame.sysnew.buttonConfig.dao.ISysButtonConfigDao; import com.hzya.frame.sysnew.buttonConfig.entity.SysButtonConfigEntity; import com.hzya.frame.sysnew.menuConfig.dao.ISysMenuConfigDao; import com.hzya.frame.sysnew.menuConfig.entity.SysMenuConfigEntity; +import com.hzya.frame.sysnew.popedomOperate.dao.ISysPopedomOperateDao; +import com.hzya.frame.sysnew.popedomOperate.entity.SysPopedomOperateEntity; import com.hzya.frame.util.PluginUtils; import com.hzya.frame.uuid.UUIDUtils; import com.hzya.frame.web.entity.BaseResult; @@ -78,6 +80,8 @@ public class MdmServiceImpl implements IMdmService { @Resource private ISysButtonConfigDao sysButtonConfigDao; @Resource + private ISysPopedomOperateDao sysPopedomOperateDao; + @Resource private IMdmModuleDbDao mdmModuleDbDao; @Resource private IMdmModuleDbFiledsDao mdmModuleDbFiledsDao; @@ -1357,22 +1361,38 @@ public class MdmServiceImpl implements IMdmService { buttonConfigEntity.setMenuId(module.getId()); buttonConfigEntity.setSts("Y"); List sysButtonConfigEntities = sysButtonConfigDao.queryBase(buttonConfigEntity); - //2、删除按钮权限 - //3、删除按钮 - if (mdmModuleViewButtonEntities != null && mdmModuleViewButtonEntities.size() > 0) { - for (int i = 0; i < mdmModuleViewButtonEntities.size(); i++) { - //1、按钮不存在 2、按钮需要删除 - String type = "1"; - if (sysButtonConfigEntities != null && sysButtonConfigEntities.size() > 0) { - for (int i1 = 0; i1 < sysButtonConfigEntities.size(); i1++) { - - } - } - } - } + //1、查询按钮权限 + SysPopedomOperateEntity sysPopedomOperateEntity = new SysPopedomOperateEntity(); + sysPopedomOperateEntity.setMenuId(module.getId()); + sysPopedomOperateEntity.setSts("Y"); + List sysPopedomOperateEntities = sysPopedomOperateDao.queryBase(sysPopedomOperateEntity); + //删除按钮和删除按钮权限 + sysButtonConfigDao.logicRemoveMultiCondition(buttonConfigEntity); + sysPopedomOperateDao.logicRemoveMultiCondition(sysPopedomOperateEntity); + //删除处理权限 + doMdmModuleButton(module,mdmModuleViewButtonEntities,sysButtonConfigEntities,sysPopedomOperateEntities); } } return BaseResult.getSuccessMessageEntity("保存显示信息成功"); + } + + /** + * @Author lvleigang + * @Description + * @Date 3:29 下午 2024/6/4 + * @param module 菜单 + * @param mdmModuleViewButtonEntities 主数据按钮 + * @param sysButtonConfigEntities 菜单按钮 + * @param sysPopedomOperateEntities 按钮权限 + * @return void + **/ + private void doMdmModuleButton(SysMenuConfigEntity module,List mdmModuleViewButtonEntities, List sysButtonConfigEntities, List sysPopedomOperateEntities) { + + //循环查看按钮 + + + + } ///** // * @param object From 57afb4fdbfa7a64d80c7bfa33be9054e2c89f4ec Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 5 Jun 2024 09:47:47 +0800 Subject: [PATCH 84/86] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sysnew/user/entity/SysUserEntity.java | 13 +++++++ .../sysnew/user/service/ISysUserService.java | 8 ++++ .../user/service/impl/SysUserServiceImpl.java | 38 ++++++++++++++++++- 3 files changed, 58 insertions(+), 1 deletion(-) diff --git a/service/src/main/java/com/hzya/frame/sysnew/user/entity/SysUserEntity.java b/service/src/main/java/com/hzya/frame/sysnew/user/entity/SysUserEntity.java index 7d9a333f..c552e1d2 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/user/entity/SysUserEntity.java +++ b/service/src/main/java/com/hzya/frame/sysnew/user/entity/SysUserEntity.java @@ -27,6 +27,11 @@ public class SysUserEntity extends BaseEntity { * 登录密码 */ private String password; + + /** + * 老登录密码 + */ + private String OldPassword; /** * 盐 */ @@ -204,5 +209,13 @@ public class SysUserEntity extends BaseEntity { public void setOrganId(String organId) { this.organId = organId; } + + public String getOldPassword() { + return OldPassword; + } + + public void setOldPassword(String oldPassword) { + OldPassword = oldPassword; + } } diff --git a/service/src/main/java/com/hzya/frame/sysnew/user/service/ISysUserService.java b/service/src/main/java/com/hzya/frame/sysnew/user/service/ISysUserService.java index fba89aba..559a5424 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/user/service/ISysUserService.java +++ b/service/src/main/java/com/hzya/frame/sysnew/user/service/ISysUserService.java @@ -84,6 +84,14 @@ public interface ISysUserService extends IBaseService { * @Date 2:37 下午 2024/3/27 **/ JsonResultEntity resetPassword(JSONObject jsonObject); + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 用户重置密码 + * @Date 2:37 下午 2024/3/27 + **/ + JsonResultEntity userResetPassword(JSONObject jsonObject); /** diff --git a/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java index 80655731..b755b957 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java @@ -1,5 +1,6 @@ package com.hzya.frame.sysnew.user.service.impl; +import cn.dev33.satoken.stp.StpUtil; import com.alibaba.fastjson.JSONObject; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; @@ -380,7 +381,42 @@ public class SysUserServiceImpl extends BaseService imple interfaceCache.reloadData("1"); return BaseResult.getSuccessMessageEntity("重置密码成功"); } - + /** + * @param jsonObject + * @return com.hzya.frame.web.entity.JsonResultEntity + * @Author lvleigang + * @Description 重置密码 + * @Date 2:37 下午 2024/3/27 + **/ + @Override + public JsonResultEntity userResetPassword(JSONObject jsonObject) { + SysUserEntity entity = getData("jsonStr", jsonObject, SysUserEntity.class); + if (entity == null) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if (entity.getOldPassword() == null || "".equals(entity.getOldPassword())) { + return BaseResult.getFailureMessageEntity("请先输入原密码"); + } + if (entity.getPassword() == null || "".equals(entity.getPassword())) { + return BaseResult.getFailureMessageEntity("请先输入新密码"); + } + if(entity.getPassword().equals(entity.getOldPassword())){ + return BaseResult.getFailureMessageEntity("新密码和原密码不能一样"); + } + SysUserEntity oldEntity = sysUserDao.get(StpUtil.getLoginIdAsString()); + if (oldEntity == null) { + return BaseResult.getFailureMessageEntity("系统错误"); + } + if(!oldEntity.getPassword().equals(AESUtil.encrypt(oldEntity.getLoginCode()+"-"+entity.getOldPassword()))){ + return BaseResult.getFailureMessageEntity("原密码错误,请重新输入"); + } + oldEntity.setPassword(AESUtil.encrypt(oldEntity.getLoginCode()+"-"+entity.getPassword())); + oldEntity.setUpdate(); + //保存密码 + sysUserDao.update(oldEntity); + interfaceCache.reloadData("1"); + return BaseResult.getSuccessMessageEntity("重置密码成功"); + } /** * @param jsonObject From 860a8336b5f81a363db1e5e87c3404dac74c691e Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 5 Jun 2024 10:13:47 +0800 Subject: [PATCH 85/86] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java b/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java index b755b957..e7648cce 100644 --- a/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/sysnew/user/service/impl/SysUserServiceImpl.java @@ -415,6 +415,7 @@ public class SysUserServiceImpl extends BaseService imple //保存密码 sysUserDao.update(oldEntity); interfaceCache.reloadData("1"); + StpUtil.logoutByTokenValue(StpUtil.getTokenValue()); return BaseResult.getSuccessMessageEntity("重置密码成功"); } From ce8f2063b2e94787a16ee4630ac123e9eca10675 Mon Sep 17 00:00:00 2001 From: lvleigang <957075182@qq.com> Date: Wed, 5 Jun 2024 11:43:40 +0800 Subject: [PATCH 86/86] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/IMdmModuleSourceDao.java | 15 ++ .../dao/impl/MdmModuleSourceDaoImpl.java | 17 ++ .../entity/MdmModuleSourceEntity.java | 66 +++++ .../entity/MdmModuleSourceEntity.xml | 245 ++++++++++++++++++ .../service/IMdmModuleSourceService.java | 12 + .../impl/MdmModuleSourceServiceImpl.java | 26 ++ .../mdm/service/impl/MdmServiceImpl.java | 127 ++++++++- 7 files changed, 505 insertions(+), 3 deletions(-) create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/IMdmModuleSourceDao.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/impl/MdmModuleSourceDaoImpl.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.xml create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/IMdmModuleSourceService.java create mode 100644 service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/impl/MdmModuleSourceServiceImpl.java diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/IMdmModuleSourceDao.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/IMdmModuleSourceDao.java new file mode 100644 index 00000000..bde093e6 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/IMdmModuleSourceDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.mdm.mdmModuleSource.dao; + +import com.hzya.frame.mdm.mdmModuleSource.entity.MdmModuleSourceEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * 主数据数据来源(mdm_module_source: table)表数据库访问层 + * + * @author makejava + * @since 2024-06-05 11:42:56 + */ +public interface IMdmModuleSourceDao extends IBaseDao { + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/impl/MdmModuleSourceDaoImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/impl/MdmModuleSourceDaoImpl.java new file mode 100644 index 00000000..5be355b3 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/dao/impl/MdmModuleSourceDaoImpl.java @@ -0,0 +1,17 @@ +package com.hzya.frame.mdm.mdmModuleSource.dao.impl; + +import com.hzya.frame.mdm.mdmModuleSource.entity.MdmModuleSourceEntity; +import com.hzya.frame.mdm.mdmModuleSource.dao.IMdmModuleSourceDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * 主数据数据来源(MdmModuleSource)表数据库访问层 + * + * @author makejava + * @since 2024-06-05 11:42:56 + */ +@Repository(value = "MdmModuleSourceDaoImpl") +public class MdmModuleSourceDaoImpl extends MybatisGenericDao implements IMdmModuleSourceDao{ + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.java new file mode 100644 index 00000000..2cc45fb4 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.java @@ -0,0 +1,66 @@ +package com.hzya.frame.mdm.mdmModuleSource.entity; + +import java.util.Date; +import com.hzya.frame.web.entity.BaseEntity; +/** + * 主数据数据来源(MdmModuleSource)实体类 + * + * @author makejava + * @since 2024-06-05 11:42:57 + */ +public class MdmModuleSourceEntity extends BaseEntity { + + /** 主数据模版ID */ + private String mdmId; + /** 来源类型 */ + private String sourceType; + /** 来源名称 */ + private String sourceName; + /** 来源编码 */ + private String sourceCode; + /** 公司id */ + private String companyId; + + + public String getMdmId() { + return mdmId; + } + + public void setMdmId(String mdmId) { + this.mdmId = mdmId; + } + + public String getSourceType() { + return sourceType; + } + + public void setSourceType(String sourceType) { + this.sourceType = sourceType; + } + + public String getSourceName() { + return sourceName; + } + + public void setSourceName(String sourceName) { + this.sourceName = sourceName; + } + + public String getSourceCode() { + return sourceCode; + } + + public void setSourceCode(String sourceCode) { + this.sourceCode = sourceCode; + } + + public String getCompanyId() { + return companyId; + } + + public void setCompanyId(String companyId) { + this.companyId = companyId; + } + +} + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.xml new file mode 100644 index 00000000..cc3bd233 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/entity/MdmModuleSourceEntity.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + id + ,mdm_id + ,source_type + ,source_name + ,source_code + ,sorts + ,create_user_id + ,create_time + ,modify_user_id + ,modify_time + ,sts + ,org_id + ,company_id + + + + + + + + + + + + + + + + insert into mdm_module_source( + + id , + mdm_id , + source_type , + source_name , + source_code , + sorts , + create_user_id , + create_time , + modify_user_id , + modify_time , + sts , + org_id , + company_id , + sorts, + sts, + + )values( + + #{id} , + #{mdmId} , + #{sourceType} , + #{sourceName} , + #{sourceCode} , + #{sorts} , + #{create_user_id} , + #{create_time} , + #{modify_user_id} , + #{modify_time} , + #{sts} , + #{org_id} , + #{companyId} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_source a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into mdm_module_source(mdm_id, source_type, source_name, source_code, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, sts) + values + + (#{entity.mdmId},#{entity.sourceType},#{entity.sourceName},#{entity.sourceCode},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}, 'Y') + + + + + insert into mdm_module_source(mdm_id, source_type, source_name, source_code, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) + values + + (#{entity.mdmId},#{entity.sourceType},#{entity.sourceName},#{entity.sourceCode},#{entity.create_user_id},#{entity.create_time},#{entity.modify_user_id},#{entity.modify_time},#{entity.sts},#{entity.org_id},#{entity.companyId}) + + on duplicate key update + mdm_id = values(mdm_id), + source_type = values(source_type), + source_name = values(source_name), + source_code = values(source_code), + create_user_id = values(create_user_id), + create_time = values(create_time), + modify_user_id = values(modify_user_id), + modify_time = values(modify_time), + sts = values(sts), + org_id = values(org_id), + company_id = values(company_id) + + +update mdm_module_source set + + mdm_id = #{mdmId}, + source_type = #{sourceType}, + source_name = #{sourceName}, + source_code = #{sourceCode}, + create_user_id = #{create_user_id}, + create_time = #{create_time}, + modify_user_id = #{modify_user_id}, + modify_time = #{modify_time}, + sts = #{sts}, + org_id = #{org_id}, + company_id = #{companyId}, + +where id = #{id} + + + +update mdm_module_source set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update mdm_module_source set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and mdm_id = #{mdmId} + and source_type = #{sourceType} + and source_name = #{sourceName} + and source_code = #{sourceCode} + and sorts = #{sorts} + and sts = #{sts} + and company_id = #{companyId} + and sts='Y' + + + + + delete from mdm_module_source where id = #{id} + + + + diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/IMdmModuleSourceService.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/IMdmModuleSourceService.java new file mode 100644 index 00000000..f622682c --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/IMdmModuleSourceService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.mdm.mdmModuleSource.service; + +import com.hzya.frame.mdm.mdmModuleSource.entity.MdmModuleSourceEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * 主数据数据来源(MdmModuleSource)表服务接口 + * + * @author makejava + * @since 2024-06-05 11:42:57 + */ +public interface IMdmModuleSourceService extends IBaseService{ +} diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/impl/MdmModuleSourceServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/impl/MdmModuleSourceServiceImpl.java new file mode 100644 index 00000000..f9afb989 --- /dev/null +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModuleSource/service/impl/MdmModuleSourceServiceImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.mdm.mdmModuleSource.service.impl; + +import com.hzya.frame.mdm.mdmModuleSource.entity.MdmModuleSourceEntity; +import com.hzya.frame.mdm.mdmModuleSource.dao.IMdmModuleSourceDao; +import com.hzya.frame.mdm.mdmModuleSource.service.IMdmModuleSourceService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * 主数据数据来源(MdmModuleSource)表服务实现类 + * + * @author makejava + * @since 2024-06-05 11:42:57 + */ +@Service(value = "mdmModuleSourceService") +public class MdmModuleSourceServiceImpl extends BaseService implements IMdmModuleSourceService { + + private IMdmModuleSourceDao mdmModuleSourceDao; + + @Autowired + public void setMdmModuleSourceDao(IMdmModuleSourceDao dao) { + this.mdmModuleSourceDao = dao; + this.dao = dao; + } +} diff --git a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java index 0994442a..6756c7dc 100644 --- a/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java +++ b/service/src/main/java/com/hzya/frame/mdm/service/impl/MdmServiceImpl.java @@ -1387,12 +1387,133 @@ public class MdmServiceImpl implements IMdmService { * @return void **/ private void doMdmModuleButton(SysMenuConfigEntity module,List mdmModuleViewButtonEntities, List sysButtonConfigEntities, List sysPopedomOperateEntities) { + //循环设置的按钮,再循环菜单的按钮,如果有把原先的修改状态,如果没有新增 + if(mdmModuleViewButtonEntities != null && mdmModuleViewButtonEntities.size() > 0){ + for (int i = 0; i < mdmModuleViewButtonEntities.size(); i++) { + boolean flag = false; + if(sysButtonConfigEntities != null && sysButtonConfigEntities.size() > 0){ + for (int i1 = 0; i1 < sysButtonConfigEntities.size(); i1++) { + if(mdmModuleViewButtonEntities.get(i).getButtonValue().equals(sysButtonConfigEntities.get(i1).getCode())){ + flag = true; + sysButtonConfigEntities.get(i1).setSts("Y"); + sysButtonConfigEntities.get(i1).setUpdate(); + sysButtonConfigDao.update(sysButtonConfigEntities.get(i1)); + if(sysPopedomOperateEntities != null && sysPopedomOperateEntities.size() > 0){ + for (int i2 = 0; i2 < sysPopedomOperateEntities.size(); i2++) { + if(sysPopedomOperateEntities.get(i2).getOperate().equals(sysButtonConfigEntities.get(i1).getId())){ + sysPopedomOperateEntities.get(i2).setSts("Y"); + sysPopedomOperateEntities.get(i2).setUpdate(); + sysPopedomOperateDao.update(sysPopedomOperateEntities.get(i2)); + } + } + } + break; + } + } + } + //原先没有需要新增 + if(!flag){ + if("new".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())){ + SysButtonConfigEntity xz = new SysButtonConfigEntity(); + xz.setCode("new"); + xz.setNameCh("新建"); + xz.setNameEn("new"); + xz.setMenuId(module.getId()); + xz.setIconName(""); + xz.setStyles(""); + xz.setBtnFunction("new"); + xz.setRemark("主数据新建按钮"); + xz.setCreate(); + sysButtonConfigDao.save(xz); + } + if("resize".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())){ - //循环查看按钮 - - + SysButtonConfigEntity cz = new SysButtonConfigEntity(); + cz.setCode("resize"); + cz.setNameCh("重置"); + cz.setNameEn("resize"); + cz.setMenuId(module.getId()); + cz.setIconName(""); + cz.setStyles(""); + cz.setBtnFunction("resize"); + cz.setRemark("主数据重置按钮"); + cz.setCreate(); + sysButtonConfigDao.save(cz); + } + if("search".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity cx = new SysButtonConfigEntity(); + cx.setCode("search"); + cx.setNameCh("查询"); + cx.setNameEn("search"); + cx.setMenuId(module.getId()); + cx.setIconName(""); + cx.setStyles(""); + cx.setBtnFunction("search"); + cx.setRemark("主数据查询按钮"); + cx.setCreate(); + sysButtonConfigDao.save(cx); + } + if("edit".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity xg = new SysButtonConfigEntity(); + xg.setCode("edit"); + xg.setNameCh("修改"); + xg.setNameEn("edit"); + xg.setMenuId(module.getId()); + xg.setIconName(""); + xg.setStyles(""); + xg.setBtnFunction("edit"); + xg.setRemark("主数据修改按钮"); + xg.setCreate(); + sysButtonConfigDao.save(xg); + } + if("dele".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity sc = new SysButtonConfigEntity(); + sc.setCode("dele"); + sc.setNameCh("删除"); + sc.setNameEn("dele"); + sc.setMenuId(module.getId()); + sc.setIconName(""); + sc.setStyles(""); + sc.setBtnFunction("dele"); + sc.setRemark("主数据删除按钮"); + sc.setCreate(); + sysButtonConfigDao.save(sc); + } + if("view".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + + SysButtonConfigEntity ck = new SysButtonConfigEntity(); + ck.setCode("view"); + ck.setNameCh("查看"); + ck.setNameEn("view"); + ck.setMenuId(module.getId()); + ck.setIconName(""); + ck.setStyles(""); + ck.setBtnFunction("view"); + ck.setRemark("主数据查看按钮"); + ck.setCreate(); + sysButtonConfigDao.save(ck); + } + if("send".equals(mdmModuleViewButtonEntities.get(i).getButtonValue())) { + SysButtonConfigEntity xf = new SysButtonConfigEntity(); + xf.setCode("send"); + xf.setNameCh("下发"); + xf.setNameEn("send"); + xf.setMenuId(module.getId()); + xf.setIconName(""); + xf.setStyles(""); + xf.setBtnFunction("send"); + xf.setRemark("主数据下发按钮"); + xf.setCreate(); + sysButtonConfigDao.save(xf); + } + } + } + } } ///** // * @param object