...
|
...
|
@@ -1122,7 +1122,7 @@ func (d *StaffAssessDao) SearchContentCategoryName(companyId int, cycleId int, u |
|
|
target_user_id,target_user_name
|
|
|
order by cnt desc,target_user_id
|
|
|
`
|
|
|
sqlStr0 := d.useTStaffAssess(companyId, cycleId, userId, "", hrbp, 0, 5000, string(domain.AssessSelf))
|
|
|
sqlStr0 := d.useTStaffAssess(companyId, cycleId, userId, "", hrbp, 5000, 0, string(domain.AssessSelf))
|
|
|
sqlStr = sqlStr0 + sqlStr
|
|
|
tx := d.transactionContext.PgTx
|
|
|
result := []ContentCategoryName{}
|
...
|
...
|
|