This commit is contained in:
zxm 2018-01-29 10:04:44 +08:00
parent 2392e0ae6a
commit ef9e20bc51
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class BootTest {
@Test @Test
public void testStartJob() throws Exception { public void testStartJob() throws Exception {
//1 //12
SysUser user=userService.selectByPrimaryKey("2211fec3e17c11e795ed201a068c6482"); SysUser user=userService.selectByPrimaryKey("2211fec3e17c11e795ed201a068c6482");
System.out.println(user.getUsername()); System.out.println(user.getUsername());
} }