后台管理添加体温上报
This commit is contained in:
@@ -96,6 +96,10 @@ public class GoodService {
|
||||
return goodDao.deleteGoodById(goodId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public boolean addGoodCategory(GoodCategory goodCategory) {
|
||||
goodCategory.setId(null);
|
||||
return goodCategoryDao.addCategory(goodCategory);
|
||||
@@ -110,6 +114,9 @@ public class GoodService {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public GoodCategory getGoodCategoryById(Long id) {
|
||||
if (id == null) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user