Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mall-adapter
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
inroi
mall-adapter
Commits
7e1b80a3
提交
7e1b80a3
authored
12月 16, 2022
作者:
inroi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
微调
上级
3172d15e
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
13 行增加
和
3 行删除
+13
-3
MallCommonGetConstants.java
...ain/java/com/system/constants/MallCommonGetConstants.java
+1
-0
MallCommonPostConstants.java
...in/java/com/system/constants/MallCommonPostConstants.java
+1
-0
MallCommonSyncConstants.java
...in/java/com/system/constants/MallCommonSyncConstants.java
+1
-0
MallCommonConfigMapper.xml
...ain/java/com/system/dao/mapper/MallCommonConfigMapper.xml
+3
-3
IMallSyncServiceImpl.java
...in/java/com/system/serivce/impl/IMallSyncServiceImpl.java
+1
-0
MallCommonConfigListOutVoRecords.java
...ystem/transfer/form/MallCommonConfigListOutVoRecords.java
+6
-0
没有找到文件。
src/main/java/com/system/constants/MallCommonGetConstants.java
浏览文件 @
7e1b80a3
...
...
@@ -72,6 +72,7 @@ public class MallCommonGetConstants {
temp
.
put
(
"encapsulationFormat"
,
String
.
valueOf
(
records
.
getEncapsulationFormat
()));
temp
.
put
(
"entryName"
,
records
.
getEntryName
());
temp
.
put
(
"customSql"
,
records
.
getCustomSql
());
temp
.
put
(
"plugInUrl"
,
records
.
getPlugInUrl
());
temp
.
put
(
"formFieldMappingDetail"
,
JsonUtil
.
toString
(
tempList
));
return
temp
;
}
...
...
src/main/java/com/system/constants/MallCommonPostConstants.java
浏览文件 @
7e1b80a3
...
...
@@ -72,6 +72,7 @@ public class MallCommonPostConstants {
temp
.
put
(
"encapsulationFormat"
,
String
.
valueOf
(
records
.
getEncapsulationFormat
()));
temp
.
put
(
"entryName"
,
records
.
getEntryName
());
temp
.
put
(
"customSql"
,
records
.
getCustomSql
());
temp
.
put
(
"plugInUrl"
,
records
.
getPlugInUrl
());
temp
.
put
(
"formFieldMappingDetail"
,
JsonUtil
.
toString
(
tempList
));
return
temp
;
}
...
...
src/main/java/com/system/constants/MallCommonSyncConstants.java
浏览文件 @
7e1b80a3
...
...
@@ -87,6 +87,7 @@ public class MallCommonSyncConstants {
temp
.
put
(
"encapsulationFormat"
,
String
.
valueOf
(
records
.
getEncapsulationFormat
()));
temp
.
put
(
"entryName"
,
records
.
getEntryName
());
temp
.
put
(
"customSql"
,
records
.
getCustomSql
());
temp
.
put
(
"plugInUrl"
,
records
.
getPlugInUrl
());
temp
.
put
(
"formFieldMappingDetail"
,
JsonUtil
.
toString
(
tempList
));
return
temp
;
}
...
...
src/main/java/com/system/dao/mapper/MallCommonConfigMapper.xml
浏览文件 @
7e1b80a3
...
...
@@ -8,7 +8,7 @@
SELECT
id, platform_product_relation_id, doc_type, s_form_id, `name`, direction,
operation, encapsulation_format, entry_name, custom_sql, create_time
operation, encapsulation_format, entry_name, custom_sql,
plug_in_url,
create_time
FROM tb_mall_common_config WHERE operation = #{operation}
</select>
...
...
@@ -19,7 +19,7 @@
SELECT
m1.id, m1.platform_product_relation_id, m1.doc_type, m1.s_form_id, m1.name, m1.direction,
m1.operation, m1.encapsulation_format, m1.entry_name, m1.custom_sql, m1.create_time
m1.operation, m1.encapsulation_format, m1.entry_name, m1.custom_sql, m1.
plug_in_url, m1.
create_time
FROM tb_mall_common_config AS m1 INNER JOIN (
SELECT
platform_product_relation_id, s_form_id, MIN(operation) AS operation
...
...
@@ -34,7 +34,7 @@
SELECT
id, platform_product_relation_id, doc_type, s_form_id, `name`, direction,
operation, encapsulation_format, entry_name, custom_sql, create_time
operation, encapsulation_format, entry_name, custom_sql,
plug_in_url,
create_time
FROM tb_mall_common_config WHERE id = #{id}
</select>
...
...
src/main/java/com/system/serivce/impl/IMallSyncServiceImpl.java
浏览文件 @
7e1b80a3
...
...
@@ -72,6 +72,7 @@ public class IMallSyncServiceImpl implements IMallSyncService {
}
}
//TODO 插件请求
this
.
encapsulationRequest
(
config
,
queueId
,
id
,
map
);
}
}
...
...
src/main/java/com/system/transfer/form/MallCommonConfigListOutVoRecords.java
浏览文件 @
7e1b80a3
...
...
@@ -72,6 +72,12 @@ public class MallCommonConfigListOutVoRecords {
/**
* 插件地址
*/
private
String
plugInUrl
;
/**
* 创建时间
*/
private
String
createTime
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论