close

(            select
                SalaryResultDetail.SalaryResultId,
                SalaryResultDetail.ItemId,
                SalaryResultDetail.ItemName,
                SalaryResultDetail.ItemValue 
            from SalaryResultDetail
            left join SalaryItem on SalaryItem.SalaryItemId = SalaryResultDetail.SalaryItemId
            where SalaryItem.IsSalary=1 and SalaryResultDetail.ItemValue<>0 and SalaryItem.ItemCat=0 and SalaryItem.SalaryItemTaxTypeId='SalaryItemTaxType_003'
)

arrow
arrow
    創作者介紹
    創作者 M先生 的頭像
    M先生

    雨果

    M先生 發表在 痞客邦 留言(0) 人氣()