|
@@ -145,6 +145,7 @@ public class TrialNumberRuleServiceImpl extends BaseServiceImpl<TrialNumberRuleM
|
|
if(!isSaveRedis){
|
|
if(!isSaveRedis){
|
|
trialNumber.append(rule.getData());
|
|
trialNumber.append(rule.getData());
|
|
map.put("autoIncrementNumber",rule.getData());
|
|
map.put("autoIncrementNumber",rule.getData());
|
|
|
|
+ continue;
|
|
}
|
|
}
|
|
if(rule.getIsAutoIncrement()!=null&&rule.getIsAutoIncrement()==1){
|
|
if(rule.getIsAutoIncrement()!=null&&rule.getIsAutoIncrement()==1){
|
|
String autoIncrementNumber="";
|
|
String autoIncrementNumber="";
|