Compare commits

..

No commits in common. "45a4295cf6f7dbff6ca3fb723d8fcd4271bb83b0" and "66800aaa81fed2a8c6975752742712e8fd38392d" have entirely different histories.

View File

@ -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 } }]