Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop
Conflicts: src/main/resources/sql/function_region_dict_add_colunm.sql 所有配置界面修改为使用region表动态属性值
This commit is contained in:
@@ -15,11 +15,12 @@
|
||||
<result column="config_hex" property="configHex" jdbcType="VARCHAR" />
|
||||
<result column="config_expr_type" property="configExprType" jdbcType="VARCHAR" />
|
||||
<result column="config_match_method" property="configMatchMethod" jdbcType="VARCHAR" />
|
||||
<result column="config_service_type" property="configServiceType" jdbcType="VARCHAR" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List" >
|
||||
dict_id, function_id, config_region_value,config_region_code, config_district, config_desc, is_valid,is_maat,region_type
|
||||
,config_multi_keywords,config_hex,config_expr_type,config_match_method
|
||||
,config_multi_keywords,config_hex,config_expr_type,config_match_method,config_service_type
|
||||
</sql>
|
||||
<select id="getList" resultMap="BaseResultMap" >
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user