【添加】jeecg字样去除

This commit is contained in:
zer0Black
2021-03-12 17:58:56 +08:00
parent ed22cee030
commit 823866b7d1
28 changed files with 693 additions and 725 deletions
@@ -4,9 +4,9 @@ import org.apache.commons.lang3.StringUtils;
public enum DySmsEnum {
LOGIN_TEMPLATE_CODE("SMS_175435174","JEECG","code"),
FORGET_PASSWORD_TEMPLATE_CODE("SMS_175435174","JEECG","code"),
REGISTER_TEMPLATE_CODE("SMS_175430166","JEECG","code"),
LOGIN_TEMPLATE_CODE("SMS_175435174","JERO","code"),
FORGET_PASSWORD_TEMPLATE_CODE("SMS_175435174","JERO","code"),
REGISTER_TEMPLATE_CODE("SMS_175430166","JERO","code"),
/**会议通知*/
MEET_NOTICE_TEMPLATE_CODE("SMS_201480469","H5活动之家","username,title,minute,time"),
/**我的计划通知*/
@@ -35,9 +35,6 @@ public class YouBianCodeUtil {
String after_code = code.substring(code.length() - 1 - numLength,code.length());
char after_code_zimu = after_code.substring(0, 1).charAt(0);
Integer after_code_num = Integer.parseInt(after_code.substring(1));
// org.jeecgframework.core.util.LogUtil.info(after_code);
// org.jeecgframework.core.util.LogUtil.info(after_code_zimu);
// org.jeecgframework.core.util.LogUtil.info(after_code_num);
String nextNum = "";
char nextZimu = 'A';
@@ -165,9 +162,4 @@ public class YouBianCodeUtil {
}
}
// public static void main(String[] args) {
// // org.jeecgframework.core.util.LogUtil.info(getNextZiMu('C'));
// // org.jeecgframework.core.util.LogUtil.info(getNextNum(8));
// // org.jeecgframework.core.util.LogUtil.info(cutYouBianCode("C99A01B01")[2]);
// }
}
@@ -21,12 +21,12 @@ import java.util.ArrayList;
import java.util.List;
/**
* 单数据源配置(jeecg.datasource.open = false时生效)
* 单数据源配置(jero.datasource.open = false时生效)
* @Author zhoujf
*
*/
@Configuration
@MapperScan(value={"com.jero.modules.**.mapper*"})
@MapperScan(value={"com.jero.**.mapper*"})
public class MybatisPlusConfig {
/**