|
@ -253,7 +253,7 @@ module.exports = function (app, opts) { |
|
|
${orderBy == 'overtimeTakeRestSum' |
|
|
${orderBy == 'overtimeTakeRestSum' |
|
|
|| orderBy == 'overtimePaySum' |
|
|
|| orderBy == 'overtimePaySum' |
|
|
|| orderBy == 'overtimeSum' ? ` |
|
|
|| orderBy == 'overtimeSum' ? ` |
|
|
overtimeDayStatistic.duration AS overtimeDayStatisticDuration |
|
|
overtimeDayStatistic.duration AS overtimeDayStatisticDuration, |
|
|
`: ''}
|
|
|
`: ''}
|
|
|
|
|
|
|
|
|
${overtimeCountStatistic ? ` |
|
|
${overtimeCountStatistic ? ` |
|
@ -301,7 +301,7 @@ module.exports = function (app, opts) { |
|
|
: orderBy == 'overtimeTakeRestSum' |
|
|
: orderBy == 'overtimeTakeRestSum' |
|
|
|| orderBy == 'overtimePaySum' |
|
|
|| orderBy == 'overtimePaySum' |
|
|
|| orderBy == 'overtimeSum' ? |
|
|
|| orderBy == 'overtimeSum' ? |
|
|
'hrMember."member.overtimeDayStatisticDuration"' |
|
|
'hrMember.overtimeDayStatisticDuration' |
|
|
: orderBy == 'overtimeCount' ? |
|
|
: orderBy == 'overtimeCount' ? |
|
|
'hrMember.overtimeCount' |
|
|
'hrMember.overtimeCount' |
|
|
: orderBy == 'vacateSum' ? |
|
|
: orderBy == 'vacateSum' ? |
|
|