no message
This commit is contained in:
parent
277c60864d
commit
036281901d
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ export class PositionController extends Controller {
|
|||
*
|
||||
*/
|
||||
@Get("position/{id}")
|
||||
async detailPosition(@Path() id: string, @Query("isAll") isAll?: string) {
|
||||
async detailPosition(@Path() id: string) {
|
||||
try {
|
||||
const posMaster = await this.posMasterRepository.findOne({
|
||||
where: { id },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue