Index: ssts-web/src/test/java/test/forgon/disinfectsystem/application/service/InvoicePlanPrintByApplyNumberTests.java =================================================================== diff -u -r29664 -r40765 --- ssts-web/src/test/java/test/forgon/disinfectsystem/application/service/InvoicePlanPrintByApplyNumberTests.java (.../InvoicePlanPrintByApplyNumberTests.java) (revision 29664) +++ ssts-web/src/test/java/test/forgon/disinfectsystem/application/service/InvoicePlanPrintByApplyNumberTests.java (.../InvoicePlanPrintByApplyNumberTests.java) (revision 40765) @@ -1412,8 +1412,6 @@ assertEquals("201410261707004", summary.getSerialNum()); - assertTrue(summary.getPrintTime().indexOf(printTime) == 0); - // 断言申请单的ID assertEquals(3, summary.getApplicationIds().size()); assertTrue(summary.getApplicationIds().contains(appId1.toString()));