Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Q
queueForTicket_bl
Project
Project
Details
Activity
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
mengmeng
queueForTicket_bl
Commits
ee9b130f
Commit
ee9b130f
authored
Sep 28, 2022
by
Shen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. update sql
2. 更新 prod 环境
parent
046c4b10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
352 additions
and
2 deletions
+352
-2
update_20220928.sql
db/update_20220928.sql
+346
-0
AppointmentOrderService.java
.../modules/appointment/service/AppointmentOrderService.java
+5
-0
AppointmentOrderServiceImpl.java
...appointment/service/impl/AppointmentOrderServiceImpl.java
+0
-1
application.yml
hmit-api/src/main/resources/application.yml
+1
-1
No files found.
db/update_20220928.sql
0 → 100644
View file @
ee9b130f
This diff is collapsed.
Click to expand it.
hmit-admin/src/main/java/io/hmit/modules/appointment/service/AppointmentOrderService.java
View file @
ee9b130f
...
@@ -12,6 +12,11 @@ import io.hmit.modules.appointment.entity.AppointmentOrderEntity;
...
@@ -12,6 +12,11 @@ import io.hmit.modules.appointment.entity.AppointmentOrderEntity;
*/
*/
public
interface
AppointmentOrderService
extends
CrudService
<
AppointmentOrderEntity
,
AppointmentOrderDTO
>
{
public
interface
AppointmentOrderService
extends
CrudService
<
AppointmentOrderEntity
,
AppointmentOrderDTO
>
{
/**
* <h1>此方法对全部 手机号及身份证号 进行加密</h1>
* 请勿执行次代码
*/
@Deprecated
void
encryptOneTime
();
void
encryptOneTime
();
}
}
\ No newline at end of file
hmit-admin/src/main/java/io/hmit/modules/appointment/service/impl/AppointmentOrderServiceImpl.java
View file @
ee9b130f
...
@@ -39,7 +39,6 @@ public class AppointmentOrderServiceImpl extends CrudServiceImpl<AppointmentOrde
...
@@ -39,7 +39,6 @@ public class AppointmentOrderServiceImpl extends CrudServiceImpl<AppointmentOrde
* <h2>对原始数据进行加密,请勿执行</h2>
* <h2>对原始数据进行加密,请勿执行</h2>
*/
*/
@Override
@Override
@Deprecated
public
void
encryptOneTime
()
{
public
void
encryptOneTime
()
{
List
<
AppointmentOrderEntity
>
appointmentList
=
List
<
AppointmentOrderEntity
>
appointmentList
=
baseDao
.
selectList
(
new
QueryWrapper
<
AppointmentOrderEntity
>().
isNotNull
(
"appointment_phone"
));
baseDao
.
selectList
(
new
QueryWrapper
<
AppointmentOrderEntity
>().
isNotNull
(
"appointment_phone"
));
...
...
hmit-api/src/main/resources/application.yml
View file @
ee9b130f
...
@@ -13,7 +13,7 @@ server:
...
@@ -13,7 +13,7 @@ server:
spring
:
spring
:
# 环境 dev|test|prod
# 环境 dev|test|prod
profiles
:
profiles
:
active
:
dev
active
:
prod
messages
:
messages
:
encoding
:
UTF-8
encoding
:
UTF-8
basename
:
i18n/messages
basename
:
i18n/messages
...
...
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