添加员工
This commit is contained in:
@@ -34,7 +34,7 @@ public class DataController {
|
||||
@RequestHeader("clientType") String clientType,
|
||||
Integer id,
|
||||
boolean isprintProduct){
|
||||
return dataService.handoverprint(id,isprintProduct);
|
||||
return dataService.handoverprint(token,id,isprintProduct);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user