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}")
|
@Get("position/{id}")
|
||||||
async detailPosition(@Path() id: string, @Query("isAll") isAll?: string) {
|
async detailPosition(@Path() id: string) {
|
||||||
try {
|
try {
|
||||||
const posMaster = await this.posMasterRepository.findOne({
|
const posMaster = await this.posMasterRepository.findOne({
|
||||||
where: { id },
|
where: { id },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue