|
@ -24,7 +24,7 @@ public class DeviceActionParameterDao extends ZSqlite<Parameter> { |
|
|
|
|
|
|
|
|
@PostConstruct |
|
|
@PostConstruct |
|
|
void init() { |
|
|
void init() { |
|
|
init(jdbcTemplate, "zapp_a8k_pos_parameter", Parameter.class, true); |
|
|
|
|
|
|
|
|
init(jdbcTemplate, "zapp_a8k_pos_parameter", Parameter.class, false); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// |
|
|
// |
|
|