Browse Source

修改信息

zs 10 tháng trước cách đây
mục cha
commit
ad52422078

+ 0 - 1
src/controller/users/cirelation.controller.ts

@@ -67,7 +67,6 @@ export class cirelationController implements BaseController {
   async update(@Param('id') id: number, @Body() data: object) {
   async update(@Param('id') id: number, @Body() data: object) {
     if (!id) throw new ServiceError(ErrorCode.ID_NOT_FOUND);
     if (!id) throw new ServiceError(ErrorCode.ID_NOT_FOUND);
     const result = await this.service.update({ id }, data);
     const result = await this.service.update({ id }, data);
-    this.serviceUtil.fillIdentity(data, 'cirelation');
     return result;
     return result;
   }
   }