同步代码

This commit is contained in:
lulz1 2024-03-01 14:48:19 +08:00
parent 12f272a395
commit 786abad905
2 changed files with 3 additions and 2 deletions

View File

@ -61,6 +61,7 @@ public class HotelBackController {
//状态映射 //状态映射
command.eventType(mapHotelState(notification.getSubNotifyType())); command.eventType(mapHotelState(notification.getSubNotifyType()));
command.sendToQueue(); command.sendToQueue();
return new LYNoteResponse("100", "成功收到消息"); return new LYNoteResponse("100", "成功收到消息");
} }
return new LYNoteResponse("200", "未收到消息"); return new LYNoteResponse("200", "未收到消息");

View File

@ -139,9 +139,9 @@ class RouteApplicationTests {
} }
@Test @Test
void loginSign() { void loginSign() {
String sfno = "230615020"; String sfno = "090223001";
String syscode = "FSSC"; String syscode = "FSSC";
String billcode = "CLSQ20240228"; String billcode = "CLSQ240226000004";
String companycode = "正泰集团股份有限公司"; String companycode = "正泰集团股份有限公司";
String sec = "Superdandan"; String sec = "Superdandan";
String timespan = "1708908662738"; String timespan = "1708908662738";