Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mall-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yimu
mall-server
Commits
d9a1c2f1
Commit
d9a1c2f1
authored
Mar 17, 2022
by
wlx@33.cn
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://gitlab.33.cn/yimu/mall-server
into dev
parents
af00c307
480f3ccb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
1 deletion
+26
-1
NftEvm.java
...ava/com/fzm/mall/server/admin/block_chain/nft/NftEvm.java
+24
-0
GoodsSpuVO.java
.../mall/server/admin/goods_center/entity/vo/GoodsSpuVO.java
+1
-0
SpuMapper.xml
...dmin/src/main/resources/mapper/goods_center/SpuMapper.xml
+1
-1
No files found.
mall-server-admin/src/main/java/com/fzm/mall/server/admin/block_chain/nft/NftEvm.java
View file @
d9a1c2f1
...
...
@@ -273,6 +273,30 @@ public class NftEvm {
// System.err.println();
// System.err.println(ra.walletUnlock("ymc12345"));
/*JSONObject userDetail = new JSONObject();
userDetail.put("user_name", merchant.getApplyName());
userDetail.put("user_icon", "");
userDetail.put("phone", merchant.getApplyPhone());
userDetail.put("email", merchant.getLinkMail());
userDetail.put("auth_type", 1);
JSONObject personalAuth = new JSONObject();
personalAuth.put("real_name", merchant.getShortName());
JSONObject enterpriseAuth = new JSONObject();
enterpriseAuth.put("enterprise_name", "复杂美");
JSONObject json = new JSONObject();
json.put("op", "set");
json.put("organization", "system");
json.put("role", "member");
json.put("address", merchant.getTokenIssueAddr());
json.put("organization_note", "");
json.put("address_note", "");
json.put("user_detail", userDetail);
json.put("personal_auth", personalAuth);
json.put("enterprise_auth", enterpriseAuth);
String processGeneralTran = chainUtilFactory.processGeneralTran(json);*/
}
}
mall-server-admin/src/main/java/com/fzm/mall/server/admin/goods_center/entity/vo/GoodsSpuVO.java
View file @
d9a1c2f1
...
...
@@ -49,4 +49,5 @@ public class GoodsSpuVO {
@TableField
(
exist
=
false
)
private
String
tokenIdStr
;
private
Long
preheatEndTime
;
}
mall-server-admin/src/main/resources/mapper/goods_center/SpuMapper.xml
View file @
d9a1c2f1
...
...
@@ -40,7 +40,7 @@
SELECT
G.goods_id,G.name,G.thumb,G.status,G.max_price,G.default_price,
M.enterprise_name,M.apply_name AS linkName,M.apply_phone AS linkPhone,G.check_fail_reason,G.type,
G.create_time,G.commodity_pass
G.create_time,G.commodity_pass
, G.preheat_end_time
FROM
goods_spu G
LEFT JOIN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment