|
@@ -598,6 +598,7 @@ public class BrandServiceImpl implements BrandService {
|
|
|
.set("contact",brandVo.getContact())
|
|
|
.set("telephone",brandVo.getTelephone())
|
|
|
.set("create_date",brandVo.getCreateDate());
|
|
|
+ brandMapper.update(null,updateWrapper);
|
|
|
}
|
|
|
|
|
|
@Override
|