xyc
2024-03-20 03ee550527f34882a3cd161b08e33acda1aa06f4
modules/mainPart/src/main/java/com/zt/life/modules/sysPictureBase/service/SysPictureBaseService.java
@@ -42,10 +42,11 @@
        super.deleteLogic(ids);
    }
    public Integer getNo() {
        if (baseDao.getNo() == null){
            return 0;
        }
        return baseDao.getNo();
    public void updateByDefault(Long id, Integer productType) {
        baseDao.updateByDefault(id,productType);
    }
    public void updateProdeuctImg(Long id, Integer productType) {
        baseDao.updateProdeuctImg(id,productType);
    }
}