Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m1s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m1s
* develop: fix bug: report time record (rollback code group)
This commit is contained in:
commit
325bd2754b
1 changed files with 1 additions and 1 deletions
|
|
@ -6174,7 +6174,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
// group by ancestorDNA แล้วเลือก create_at ล่าสุด
|
||||
const grouped = new Map<string, PosMasterHistory>();
|
||||
for (const item of profile) {
|
||||
const key = `${item.profileId}`;
|
||||
const key = `${item.ancestorDNA}`;
|
||||
if (!grouped.has(key)) {
|
||||
grouped.set(key, item);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue