690519:2118 224 to 226 AI #03
This commit is contained in:
@@ -52,13 +52,9 @@ export class DrawingToolService {
|
||||
};
|
||||
}
|
||||
try {
|
||||
// แปลง projectPublicId → internal project id (ADR-019)
|
||||
const internalProjectId = await this.uuidResolver.resolveProjectId(
|
||||
context.projectPublicId
|
||||
);
|
||||
// ดึงข้อมูล Shop Drawing
|
||||
// ดึงข้อมูล Shop Drawing (ใช้ projectUuid ตาม ADR-019)
|
||||
const result = await this.shopDrawingService.findAll({
|
||||
projectId: internalProjectId,
|
||||
projectUuid: context.projectPublicId,
|
||||
page: 1,
|
||||
limit: 20,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user