打印日志修改
This commit is contained in:
@@ -175,7 +175,7 @@ public class PrintMachineLogServiceImpl extends ServiceImpl<PrintMachineLogMappe
|
||||
return;
|
||||
}
|
||||
PrintMachineLog entity = new PrintMachineLog();
|
||||
BeanUtil.copyProperties(config, entity);
|
||||
BeanUtil.copyProperties(config, entity, "id");
|
||||
int failFlag = 0;
|
||||
String respCode = "0";
|
||||
String respMsg = "打印中";
|
||||
|
||||
Reference in New Issue
Block a user