This commit is contained in:
linfso 2024-05-11 19:02:44 +08:00
parent 0ecd6aeaf4
commit 5be90cb2bd

View File

@ -86,6 +86,7 @@ public class EmisBrandServiceImpl implements IEmisBrandService
@Override
public int updateEmisBrand(EmisBrand emisBrand)
{
emisBrand.preUpdate();
return emisBrandMapper.updateEmisBrand(emisBrand);
}