edit path 40

This commit is contained in:
kittapath 2024-10-28 11:48:00 +07:00
parent 6f098ef6c2
commit 5207572da1

View file

@ -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()