|
|
|
|
@ -350,16 +350,18 @@ public interface CollectionParamsManageMapper extends BaseMapper<CollectionParam
|
|
|
|
|
List<String> OffLine(); |
|
|
|
|
|
|
|
|
|
@Select("select * from collection_params_manage cpm " + |
|
|
|
|
" where (cpm.system_type = '1' or cpm.system_type = '6') and is_use = 0 " + |
|
|
|
|
" where (cpm.system_type = '1' or cpm.system_type = '6' or cpm.system_type = '0') and is_use = 0 " + |
|
|
|
|
" and (param_type= '16' " + |
|
|
|
|
" or param_type='18' " + |
|
|
|
|
" or param_type = '5' " + |
|
|
|
|
" or param_type = '2' " + |
|
|
|
|
" or param_type = '10' " + |
|
|
|
|
" or param_type = '12' " + |
|
|
|
|
" or param_type = '13' " + |
|
|
|
|
" or param_type = '35' " + |
|
|
|
|
" or param_type = '14' " + |
|
|
|
|
" or param_type = '11' " + |
|
|
|
|
" or param_type = '46' " + |
|
|
|
|
" or param_type = '48')") |
|
|
|
|
" or param_type = '48') and cpm.gateway_id != '99'") |
|
|
|
|
List<CollectionParamsManage> createOrderList(); |
|
|
|
|
} |
|
|
|
|
|