进件标识
This commit is contained in:
@@ -69,8 +69,8 @@ public class EntryManagerController {
|
||||
}
|
||||
|
||||
@GetMapping("test")
|
||||
public CzgResult<Void> test(String shopId) {
|
||||
rabbitPublisher.sendEntryManagerMsg(shopId);
|
||||
public CzgResult<Void> test(String shopId, String licenceNo) {
|
||||
rabbitPublisher.sendEntryManagerMsg(shopId + ":" + licenceNo);
|
||||
return CzgResult.success();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user