Compare commits
No commits in common. "45a4295cf6f7dbff6ca3fb723d8fcd4271bb83b0" and "66800aaa81fed2a8c6975752742712e8fd38392d" have entirely different histories.
45a4295cf6
...
66800aaa81
@ -134,11 +134,7 @@ export class SurveySalesService {
|
||||
break
|
||||
case 'Builder':
|
||||
case 'Partner':
|
||||
if (this.session?.builderId) {
|
||||
where.AND.push({ CONSTRUCTION_POINT_ID: { equals: this.session?.builderId } })
|
||||
} else {
|
||||
where.AND.push({ ID: { equals: -1 } })
|
||||
}
|
||||
where.AND.push({ CONSTRUCTION_POINT_ID: { equals: this.session?.builderId } })
|
||||
break
|
||||
case 'T01':
|
||||
where.OR = [{ NOT: { SRL_NO: { startsWith: '一時保存' } } }, { STORE_ID: { equals: this.session?.storeId } }]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user