记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
董敬伟
liquidnet-bus-v1
Commits
5fb371d7
Commit
5fb371d7
authored
Dec 20, 2021
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'pre' into 'master'
Pre See merge request
!144
parents
87b33593
95aade38
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
6 deletions
+15
-6
remote-search-coupon-list.js
...src/main/resources/static/js/remote-search-coupon-list.js
+2
-1
remote-search-coupon.js
...-web/src/main/resources/static/js/remote-search-coupon.js
+1
-0
include.html
...lient-admin-web/src/main/resources/templates/include.html
+3
-3
info.html
...c/main/resources/templates/zhengzai/adam/member/info.html
+1
-0
add.html
.../templates/zhengzai/kylin/performances/recommend/add.html
+1
-0
addPerformances.html
...zhengzai/kylin/performances/roadShow/addPerformances.html
+1
-0
form.html
...urces/templates/zhengzai/sweet/integralActivity/form.html
+2
-0
AdamRdmService.java
...va/com/liquidnet/service/adam/service/AdamRdmService.java
+4
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/static/js/remote-search-coupon-list.js
View file @
5fb371d7
...
@@ -80,7 +80,8 @@
...
@@ -80,7 +80,8 @@
couType
:
couType
,
couType
:
couType
,
bindType
:
'1,4'
bindType
:
'1,4'
};
};
var
jAjax
=
$
.
post
;
var
jAjax
=
$
.
get
;
// var jAjax = (that.ajax.method === "post") ? $.post : $.get;
jAjax
(
that
.
ajax
.
url
,
params
,
function
(
data
){
jAjax
(
that
.
ajax
.
url
,
params
,
function
(
data
){
return
that
.
render
(
data
.
rows
);
return
that
.
render
(
data
.
rows
);
});
});
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/static/js/remote-search-coupon.js
View file @
5fb371d7
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
bindType
:
'1,4'
bindType
:
'1,4'
};
};
var
jAjax
=
$
.
post
;
var
jAjax
=
$
.
post
;
// var jAjax = (that.ajax.method === "post") ? $.post : $.get;
jAjax
(
that
.
ajax
.
url
,
params
,
function
(
data
){
jAjax
(
that
.
ajax
.
url
,
params
,
function
(
data
){
return
that
.
render
(
data
.
rows
);
return
that
.
render
(
data
.
rows
);
});
});
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/include.html
View file @
5fb371d7
...
@@ -42,10 +42,10 @@
...
@@ -42,10 +42,10 @@
<script
th:src=
"@{/ruoyi/js/common.js?v=4.6.1}"
></script>
<script
th:src=
"@{/ruoyi/js/common.js?v=4.6.1}"
></script>
<script
th:src=
"@{/ruoyi/js/ry-ui.js?v=4.6.1}"
></script>
<script
th:src=
"@{/ruoyi/js/ry-ui.js?v=4.6.1}"
></script>
<!--远程搜索下拉框-->
<!--远程搜索下拉框-->
<script
th:src=
"@{/js/remote-search-performance.js}"
></script
>
<!-- <script th:src="@{/js/remote-search-performance.js}"></script>--
>
<!--远程搜索下拉框:积分抽奖配置使用-->
<!--远程搜索下拉框:积分抽奖配置使用-->
<script
th:src=
"@{/js/remote-search-coupon-list.js}"
></script
>
<!-- <script th:src="@{/js/remote-search-coupon-list.js}"></script>--
>
<script
th:src=
"@{/js/remote-search-coupon.js}"
></script
>
<!-- <script th:src="@{/js/remote-search-coupon.js}"></script>--
>
</div>
</div>
<!-- ztree树插件 -->
<!-- ztree树插件 -->
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/adam/member/info.html
View file @
5fb371d7
...
@@ -530,6 +530,7 @@
...
@@ -530,6 +530,7 @@
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<script
th:src=
"@{/js/remote-search-coupon.js}"
></script>
<script
th:inline=
"javascript"
>
<script
th:inline=
"javascript"
>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/recommend/add.html
View file @
5fb371d7
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
</div>
</div>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: bootstrap-suggest-js"
/>
<th:block
th:include=
"include :: bootstrap-suggest-js"
/>
<script
th:src=
"@{/js/remote-search-performance.js}"
></script>
<script
th:inline=
"javascript"
>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"kylin/performances/recommend"
;
var
prefix
=
ctx
+
"kylin/performances/recommend"
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/performances/roadShow/addPerformances.html
View file @
5fb371d7
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
</div>
</div>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: bootstrap-suggest-js"
/>
<th:block
th:include=
"include :: bootstrap-suggest-js"
/>
<script
th:src=
"@{/js/remote-search-performance.js}"
></script>
<script
th:inline=
"javascript"
>
<script
th:inline=
"javascript"
>
var
prefix
=
ctx
+
"kylin/performances/roadShow"
;
var
prefix
=
ctx
+
"kylin/performances/roadShow"
;
var
roadShowId
=
'[[${roadShowId}]]'
.
replaceAll
(
"
\"
"
,
""
);
var
roadShowId
=
'[[${roadShowId}]]'
.
replaceAll
(
"
\"
"
,
""
);
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/integralActivity/form.html
View file @
5fb371d7
...
@@ -158,6 +158,8 @@
...
@@ -158,6 +158,8 @@
<th:block
th:include=
"include :: footer"
/>
<th:block
th:include=
"include :: footer"
/>
<script
th:src=
"@{/js/jquery.tmpl.js}"
></script>
<script
th:src=
"@{/js/jquery.tmpl.js}"
></script>
<!--远程搜索下拉框:积分抽奖配置使用-->
<script
th:src=
"@{/js/remote-search-coupon-list.js}"
></script>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<th:block
th:include=
"include :: bootstrap-fileinput-js"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
...
...
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/java/com/liquidnet/service/adam/service/AdamRdmService.java
View file @
5fb371d7
...
@@ -826,8 +826,10 @@ public class AdamRdmService {
...
@@ -826,8 +826,10 @@ public class AdamRdmService {
public
String
generateMemberUniqueSerialNumber
(
String
mobile
)
{
public
String
generateMemberUniqueSerialNumber
(
String
mobile
)
{
LocalDateTime
now
=
LocalDateTime
.
now
();
LocalDateTime
now
=
LocalDateTime
.
now
();
String
snT
=
String
.
format
(
"%s%sMS%s"
,
now
.
getYear
(),
now
.
getMonthValue
(),
mobile
.
substring
(
7
)).
substring
(
2
);
// String snT = String.format("%s%sMS%s", now.getYear(), now.getMonthValue(), mobile.substring(7)).substring(2);
String
sn
=
snT
.
replace
(
"MS"
,
String
.
valueOf
(
now
.
getLong
(
ChronoField
.
MILLI_OF_SECOND
)));
// String sn = snT.replace("MS", String.valueOf(now.getLong(ChronoField.MILLI_OF_SECOND)));
String
snT
=
String
.
format
(
"%s%sMS%s"
,
now
.
getYear
(),
now
.
getMonthValue
(),
org
.
apache
.
commons
.
lang3
.
StringUtils
.
right
(
mobile
,
4
)).
substring
(
2
);
String
sn
=
snT
.
replace
(
"MS"
,
org
.
apache
.
commons
.
lang3
.
StringUtils
.
leftPad
(
String
.
valueOf
(
LocalDateTime
.
now
().
getLong
(
ChronoField
.
MILLI_OF_SECOND
)),
3
,
"0"
));
Object
o
=
redisUtil
.
get
(
AdamRedisConst
.
SERIAL_NUMBER_MEMBER
.
concat
(
sn
));
Object
o
=
redisUtil
.
get
(
AdamRedisConst
.
SERIAL_NUMBER_MEMBER
.
concat
(
sn
));
while
(
null
!=
o
)
{
while
(
null
!=
o
)
{
String
nano
=
String
.
valueOf
(
System
.
nanoTime
());
String
nano
=
String
.
valueOf
(
System
.
nanoTime
());
...
...
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