Commit b178a8ad authored by 麻笑宇's avatar 麻笑宇

refactor(amos-boot-module-statistics): 修改设备高级搜索字段名称- 将 EQU_LIST 的字段名从…

refactor(amos-boot-module-statistics): 修改设备高级搜索字段名称- 将 EQU_LIST 的字段名从 "EQU_LIST"改为 "EQU_LIST_CODE"- 将 EQU_CATEGORY 的字段名从 "EQU_CATEGORY"改为 "EQU_CATEGORY_CODE"- 将 EQU_DEFINE 的字段名从 "EQU_DEFINE"改为 "EQU_DEFINE_CODE"
parent e0b78da1
......@@ -14,9 +14,9 @@ public enum EquipAdvanceSearchEnum {
* 高级搜索枚举
*/
USE_ORG_CODE("使用登记证编号", "USE_ORG_CODE", TechnicalParameter.ParamType.STRING,"",null,null),
EQU_LIST("设备种类", "EQU_LIST",null,"/statistics/comprehensiveStatisticalAnalysis/select/queryEquipList",null,null),
EQU_CATEGORY("设备类别", "EQU_CATEGORY",null,"/statistics/comprehensiveStatisticalAnalysis/select/queryEquCategory?type={type}",null,"EQU_LIST"),
EQU_DEFINE("设备品种", "EQU_DEFINE",null,"/statistics/comprehensiveStatisticalAnalysis/select/queryEquDefine?type={type}",null,"EQU_CATEGORY"),
EQU_LIST("设备种类", "EQU_LIST_CODE",null,"/statistics/comprehensiveStatisticalAnalysis/select/queryEquipList",null,null),
EQU_CATEGORY("设备类别", "EQU_CATEGORY_CODE",null,"/statistics/comprehensiveStatisticalAnalysis/select/queryEquCategory?type={type}",null,"EQU_LIST"),
EQU_DEFINE("设备品种", "EQU_DEFINE_CODE",null,"/statistics/comprehensiveStatisticalAnalysis/select/queryEquDefine?type={type}",null,"EQU_CATEGORY"),
PRODUCT_NAME("设备名称", "PRODUCT_NAME", TechnicalParameter.ParamType.STRING,"",null,null),
TECH_PARAM("技术参数", "techParam", null,"/statistics/comprehensiveStatisticalAnalysis/select/queryTechParam?type={type}",null,"EQU_LIST"),
PARAM_RANGE("参数范围", "paramRange", TechnicalParameter.ParamType.STRING,"",null,null),
......
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