添加字段和表
parent
197158b1a9
commit
ef13f28087
|
@ -237,7 +237,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
||||||
log.info(dataValue);
|
log.info(dataValue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Result result = datasourceFeign.addProduct(basicId, tableId, tableValue);
|
Result result = datasourceFeign.addProduct(newBasicId, tableId, tableValue);
|
||||||
return "执行成功";
|
return "执行成功";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue