物联配置工具直接从库中取数据

This commit is contained in:
曹磊 2025-08-19 14:58:11 +08:00
parent 18c6fe8682
commit 533e0635e8
3 changed files with 6 additions and 6 deletions

View File

@ -27,9 +27,9 @@ public class TumsApi {
* @return
*/
public TumsClient createTumsClient(){
if(this.tumsClient==null){
// if(this.tumsClient==null){
login();
}
// }
return this.tumsClient;
}

View File

@ -23,9 +23,9 @@ public class TqApi {
TqConfigMapper tqConfigMapper;
private void initTqConfig(){
if(tqConfig==null){
// if(tqConfig==null){
tqConfig = tqConfigMapper.getConfig();
}
// }
}
public TqConfig getTqConfig(){

View File

@ -18,9 +18,9 @@ public class YiweilianApi {
YiweilianConfigMapper yiweilianConfigMapper;
private void initYiweilianConfig(){
if(yiweilianConfig==null){
// if(yiweilianConfig==null){
yiweilianConfig = yiweilianConfigMapper.getConfig();
}
// }
}
public YiweilianConfig getYiweilianConfig(){