|
@@ -56,7 +56,7 @@ public class HkServiceTest {
|
56
|
56
|
|
57
|
57
|
@Test
|
58
|
58
|
public void recordStart() {
|
59
|
|
- log.info("recordStart:{}", JSON.toJSONString(hkService.recordStart(new RecordStartReqDTO("1234", 6, 1))));
|
|
59
|
+ //log.info("recordStart:{}", JSON.toJSONString(hkService.recordStart(new RecordStartReqDTO("1234", 6, 1))));
|
60
|
60
|
}
|
61
|
61
|
|
62
|
62
|
@Test
|
|
@@ -66,7 +66,7 @@ public class HkServiceTest {
|
66
|
66
|
|
67
|
67
|
@Test
|
68
|
68
|
public void manualCapture() {
|
69
|
|
- log.info("manualCapture:{}", JSON.toJSONString(hkService.manualCapture(new CaptureReqDTO("1234"))));
|
|
69
|
+ //log.info("manualCapture:{}", JSON.toJSONString(hkService.manualCapture(new CaptureReqDTO("1234"))));
|
70
|
70
|
}
|
71
|
71
|
|
72
|
72
|
@Test
|