Commit ee9b130f authored by Shen's avatar Shen

1. update sql

2. 更新 prod 环境
parent 046c4b10
This diff is collapsed.
......@@ -12,6 +12,11 @@ import io.hmit.modules.appointment.entity.AppointmentOrderEntity;
*/
public interface AppointmentOrderService extends CrudService<AppointmentOrderEntity, AppointmentOrderDTO> {
/**
* <h1>此方法对全部 手机号及身份证号 进行加密</h1>
* 请勿执行次代码
*/
@Deprecated
void encryptOneTime();
}
\ No newline at end of file
......@@ -39,7 +39,6 @@ public class AppointmentOrderServiceImpl extends CrudServiceImpl<AppointmentOrde
* <h2>对原始数据进行加密,请勿执行</h2>
*/
@Override
@Deprecated
public void encryptOneTime() {
List<AppointmentOrderEntity> appointmentList =
baseDao.selectList(new QueryWrapper<AppointmentOrderEntity>().isNotNull("appointment_phone"));
......
......@@ -13,7 +13,7 @@ server:
spring:
# 环境 dev|test|prod
profiles:
active: dev
active: prod
messages:
encoding: UTF-8
basename: i18n/messages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment