|
@@ -130,6 +130,7 @@ public class IotCmdtaskServiceImpl implements IIotCmdtaskService {
|
|
|
iotCmdtask.setCtBiztype(cmdGroupModel.getCtBiztype());
|
|
iotCmdtask.setCtBiztype(cmdGroupModel.getCtBiztype());
|
|
|
iotCmdtask.setCtDevtype(cmdGroupModel.getCtDevtype());
|
|
iotCmdtask.setCtDevtype(cmdGroupModel.getCtDevtype());
|
|
|
iotCmdtask.setCtParam(cmdGroupModel.getCtParam());
|
|
iotCmdtask.setCtParam(cmdGroupModel.getCtParam());
|
|
|
|
|
+ iotCmdtask.setCtCreateddate(DateUtils.dateTimeNow());
|
|
|
// 只有是指令日志的才标记,有些地方混用了这张表
|
|
// 只有是指令日志的才标记,有些地方混用了这张表
|
|
|
if (!StringUtils.isEmpty(cmdGroupModel.getCtBiztype())) {
|
|
if (!StringUtils.isEmpty(cmdGroupModel.getCtBiztype())) {
|
|
|
iotCmdtask.setCtLogtype(1);
|
|
iotCmdtask.setCtLogtype(1);
|