|
@@ -13,7 +13,7 @@ import java.util.Date;
|
|
|
* @author YanZu
|
|
|
*/
|
|
|
@Entity(name = "IndicatorComputeLog")
|
|
|
-@Table(name = "indicator_log", comment = "运行诊断计算发数日志", schema = Schema.UDM,
|
|
|
+@Table(name = "indicator_compute_log", comment = "运行诊断计算发数日志", schema = Schema.UDM,
|
|
|
indexes = {
|
|
|
@Index(columns = {"c_id"},unique = true),
|
|
|
@Index(columns = {"project", "obj_id", "code", "log_time"}),
|