移除LifeCycleStation构造函数中的测试代码
删除了对TestGit方法的两次测试调用,并添加注释说明,提升了代码整洁性。 Merge branch 'main' of https://www.294713.xyz/LiuShaoming/6098
This commit is contained in:
@@ -26,8 +26,7 @@ namespace Cowain.Bake.Main.Station
|
|||||||
{
|
{
|
||||||
_unityContainer = unityContainer;
|
_unityContainer = unityContainer;
|
||||||
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
|
_station = _unityContainer.Resolve<MemoryDataProvider>().AllStation;
|
||||||
TestGit(1,2);
|
//删除测试git
|
||||||
TestGit(1, 21);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//求最大值
|
//求最大值
|
||||||
|
|||||||
Reference in New Issue
Block a user