diff --git a/jero-boot/db/蔚来标准sql/dev_third_record.sql b/jero-boot/db/蔚来标准sql/dev_third_record.sql index 44aae6736..a372d476a 100644 --- a/jero-boot/db/蔚来标准sql/dev_third_record.sql +++ b/jero-boot/db/蔚来标准sql/dev_third_record.sql @@ -384,4 +384,4 @@ ALTER TABLE `laws_technology_evaluation_result` -- 用户表 删除索引 2022-07-14 已同步 ALTER TABLE `laws_weilai`.`sys_user` DROP INDEX `uniq_sys_user_phone`, -DROP INDEX `uniq_sys_user_email`; \ No newline at end of file +DROP INDEX `uniq_sys_user_email`; diff --git a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java index 67cffe1bd..eca22b3fb 100644 --- a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java +++ b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java @@ -1172,7 +1172,7 @@ public class ParamsInfoEOServiceImpl extends ServiceImpl 30){ - this.$message.warning(this.$t('ParameterName')+this.$t('cantExeed')+'30'+this.$t('Characters')) + } else if(item.paramsName.length > 100){ + this.$message.warning(this.$t('ParameterName')+this.$t('cantExeed')+'100'+this.$t('Characters')) falg = 0 return } if(item.description !== undefined && item.description !== null){ // 参数说明的限制 - if(item.description.length > 1000){ - this.$message.warning(this.$t('ParameterDescription')+this.$t('cantExeed')+'1000'+this.$t('Characters')) + if(item.description.length > 2000){ + this.$message.warning(this.$t('ParameterDescription')+this.$t('cantExeed')+'2000'+this.$t('Characters')) falg = 0 return }