1、删除无用测试类;
2、修改maat与非maat配置下发接口,支持多service同时下发; 3、新增摘要获取接口
This commit is contained in:
@@ -95,7 +95,7 @@ public interface ConfigCompileDao {
|
||||
* @return
|
||||
*/
|
||||
public List<ConfigCompileTest> queryAllCompile(@Param("searchEndTime") String searchEndTime,
|
||||
@Param("searchStartTime") String searchStartTime, @Param("service") Long service,
|
||||
@Param("searchStartTime") String searchStartTime, @Param("service") Integer service,
|
||||
@Param("compileId") Long compileId);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user