update修改
This commit is contained in:
parent
94691ebdaa
commit
dcf888b3fc
@ -347,8 +347,9 @@ public class TDEngineService {
|
|||||||
sb.setLength(0);
|
sb.setLength(0);
|
||||||
sb.append("insert into ");
|
sb.append("insert into ");
|
||||||
for (CalculateRTData dv : list) {
|
for (CalculateRTData dv : list) {
|
||||||
sb.append("c");
|
sb.append("c_");
|
||||||
sb.append(dv.getDeviceId());
|
sb.append(dv.getDeviceId());
|
||||||
|
sb.append("_").append(dv.getIotModelField());
|
||||||
sb.append(" using c_");
|
sb.append(" using c_");
|
||||||
sb.append(dv.getModelCode());
|
sb.append(dv.getModelCode());
|
||||||
sb.append("_").append(dv.getIotModelField());
|
sb.append("_").append(dv.getIotModelField());
|
||||||
|
Loading…
Reference in New Issue
Block a user