交班相关代码
This commit is contained in:
@@ -87,9 +87,7 @@ public class HandoverRecordController {
|
||||
//@SaAdminCheckPermission("handoverRecord:handover")
|
||||
public CzgResult<Void> handover(@RequestParam Integer isPrint) {
|
||||
Long id = handoverRecordService.handover();
|
||||
if (isPrint == 1) {
|
||||
// TODO 后续需要发生mq消息给打印机
|
||||
}
|
||||
handoverRecordService.printHandoverReceipt(id, isPrint);
|
||||
return CzgResult.success();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user