打印机添加修改
This commit is contained in:
@@ -41,6 +41,7 @@ public class PrintMachineServiceImpl extends ServiceImpl<PrintMachineMapper, Pri
|
||||
dto.setCategoryList(null);
|
||||
}
|
||||
PrintMachine entity = BeanUtil.copyProperties(dto, PrintMachine.class);
|
||||
entity.setShopId(shopId);
|
||||
return save(entity);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user