|
@@ -104,11 +104,15 @@ class ChargingParkingApplicationTests {
|
|
|
private TimeSetService timeSetService;
|
|
|
@Test
|
|
|
void testService() {
|
|
|
-// String carNum="鄂DD26H6";
|
|
|
-// System.out.println(carNum.length());
|
|
|
- String dateStr= DateUtil.format(new Date(),"yyyy-MM-dd HH:mm:ss");
|
|
|
- System.out.println(dateStr);
|
|
|
+ ParkingChannel parkingChannel = parkingChannelService.getById(1541608391538962434l);
|
|
|
|
|
|
+ String yqll="1541608391538962434";
|
|
|
+ if(yqll.equals(parkingChannel.getId())){
|
|
|
+ System.out.println("11111");
|
|
|
+ }else{
|
|
|
+ System.out.println("000000");
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
// @Test
|
|
|
// void testService() {
|