修改查询报错;

This commit is contained in:
高正杨
2026-02-27 18:08:42 +08:00
parent b809538934
commit 046fa29116
@@ -187,7 +187,7 @@ public class BmsInvoiceListServiceImpl extends ServiceImpl<BmsInvoiceListMapper,
if (null == sysUser) {
throw new ServiceException("sysUser是空值!");
}
BmsInvoiceList bmsInvoiceList = bmsInvoiceListMapper.selectById(bmsInvoiceListDTO.getId());
BmsInvoiceList bmsInvoiceList = bmsInvoiceListMapper.selectById(String.valueOf(bmsInvoiceListDTO.getId()));
if (null == bmsInvoiceList) {
throw new ServiceException("bmsInvoiceList是空值!");
}