1、修复白名单修改,auditstatus为string的bug
This commit is contained in:
@@ -67,7 +67,7 @@ class WhiteListServiceTest extends ProtectionApplicationTests {
|
||||
//object.setWhiteListId(7);
|
||||
object.setWhiteListName("test_update");
|
||||
|
||||
whiteListService.updateWhiteListObject(7, object);
|
||||
whiteListService.updateWhiteListObject(7189, object);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user