update修改

This commit is contained in:
huguanghan 2024-11-01 10:23:50 +08:00
parent 505dc903ed
commit 99fd451ab7

View File

@ -350,7 +350,7 @@ public class TDEngineService {
sb.append("c");
sb.append(dv.getDeviceId());
sb.append(" using c_");
sb.append(dv.getModelCode());
sb.append(dv.getDeviceId().toString());
sb.append("_").append(dv.getIotModelField());
sb.append(" tags (");
sb.append(dv.getDeviceId());