博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mybatis service层操作,这个返回什么?
阅读量:6767 次
发布时间:2019-06-26

本文共 371 字,大约阅读时间需要 1 分钟。

hot3.png

FireByMonthPOJO fireByMonth = new FireByMonthPOJO();

fireByMonth.setUnitNumber(unitNumber);

fireByMonth.setYearMonth(date);

fireByMonth = this.fireByMonthService.getFireByMonth(fireByMonth);

public FireByMonthPOJO getFireByMonth(FireByMonthPOJO fireByMonth);

如果mapper.xml里面对应的查询结果为空。这个会返回NULL吗?事实上返回的不为NULL,而是每个属性都为NULL的对象。

转载于:https://my.oschina.net/u/232879/blog/264362

你可能感兴趣的文章