edit path 40
This commit is contained in:
parent
6f098ef6c2
commit
5207572da1
1 changed files with 13 additions and 13 deletions
|
|
@ -39,7 +39,7 @@ import {
|
||||||
commandTypePath,
|
commandTypePath,
|
||||||
removeProfileInOrganize,
|
removeProfileInOrganize,
|
||||||
setLogDataDiff,
|
setLogDataDiff,
|
||||||
checkCommandType
|
checkCommandType,
|
||||||
} from "../interfaces/utils";
|
} from "../interfaces/utils";
|
||||||
import { Position } from "../entities/Position";
|
import { Position } from "../entities/Position";
|
||||||
import { PosMaster } from "../entities/PosMaster";
|
import { PosMaster } from "../entities/PosMaster";
|
||||||
|
|
@ -2809,7 +2809,7 @@ export class CommandController extends Controller {
|
||||||
await this.posMasterActRepository.save(data);
|
await this.posMasterActRepository.save(data);
|
||||||
return new HttpSuccess();
|
return new HttpSuccess();
|
||||||
}
|
}
|
||||||
@Post("command40/officer/delete")
|
@Post("command40/officer/report/delete")
|
||||||
public async command40SalaryOfficerDelete(
|
public async command40SalaryOfficerDelete(
|
||||||
@Request() req: RequestWithUser,
|
@Request() req: RequestWithUser,
|
||||||
@Body()
|
@Body()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue