freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于c的企業(yè)考勤管理系統(tǒng)的設(shè)計(jì)代碼-資料下載頁(yè)

2025-06-19 12:32本頁(yè)面
  

【正文】 (isnull(,0),2) leaveearlyday,。 temp += ROUND(isnull(,0),2) bjday,ROUND(isnull(,0),2) sjday。 temp += from tab_Employees emp 。 temp += left join。 temp += (select sum(DATEDIFF(second,ontime,offtime)) / / / 。 temp += as workday,name From tab_check where checkdate %s group by name)。 temp += works on = 。 temp += left join。 temp += (select (sum(DATEPART(Hour,latetime)) * 60 * 60 + 。 temp += sum(DATEPART(minute,latetime)) * 60 + sum(DATEPART(second,latetime)))。 temp += / / / as lateday,name From tab_check where checkdate。 temp += %s group by name) lates on = 。 temp += left join。 temp += (select (sum(DATEPART(Hour,leaveearly)) * 60 * 60 + 。 temp += sum(DATEPART(minute,leaveearly)) * 60 + sum(DATEPART(second,leaveearly)))。 temp += / / / as leaveearlyday,name From tab_check where 。 temp += checkdate %s group by name) leaveearlys on 。 temp += = 。 temp += left join。 temp += (select isnull(sum(DATEDIFF(second,onleave,offleave))。 temp += / / / ,0) as bjday,name From tab_check where。 temp += leave = 39。病假39。 and checkdate %s group by name) 。 temp += bjdays on = 。 temp += left join。 temp += (select isnull(sum(DATEDIFF(second,onleave,offleave)) 。 temp += / / / ,0) as sjday,name From tab_check where 。 temp += leave = 39。事假39。 and checkdate %s group by name) 。 temp += sjdays on = 。 temp += %s。//*/void CCheckSum::UpdateList(){ ()。 thisUpdateData()。 CADODataSet dataset。 (::GetConnection())。 CString str,temp,where,datestr,StartDate,EndDate。 StartDate = m_yy + + m_mm + 1 。 (DATEADD(month,1,39。%s39。),StartDate)。 ( between 39。%s39。 and %s,StartDate,EndDate)。 //*/ temp += select ,ROUND(isnull(,0),2)。 temp += workday,ROUND(isnull(,0),2) lateday,。 temp += ROUND(isnull(,0),2) leaveearlyday,。 temp += ROUND(isnull(,0),2) bjday,ROUND(isnull(,0),2) sjday。 temp += from tab_Employees emp 。 temp += left join。 temp += (select sum(DATEDIFF(second,ontime,offtime)) / / / 。 temp += as workday,name From tab_check where checkdate %s group by name)。 temp += works on = 。 temp += left join。 temp += (select (sum(DATEPART(Hour,latetime)) * 60 * 60 + 。 temp += sum(DATEPART(minute,latetime)) * 60 + sum(DATEPART(second,latetime)))。 temp += / / / as lateday,name From tab_check where checkdate。 temp += %s group by name) lates on = 。 temp += left join。 temp += (select (sum(DATEPART(Hour,leaveearly)) * 60 * 60 + 。 temp += sum(DATEPART(minute,leaveearly)) * 60 + sum(DATEPART(second,leaveearly)))。 temp += / / / as leaveearlyday,name From tab_check where 。 temp += checkdate %s group by name) leaveearlys on 。 temp += = 。 temp += left join。 temp += (select isnull(sum(DATEDIFF(second,onleave,offleave))。 temp += / / / ,0) as bjday,name From tab_check where。 temp += leave = 39。病假39。 and checkdate %s group by name) 。 temp += bjdays on = 。 temp += left join。 temp += (select isnull(sum(DATEDIFF(second,onleave,offleave)) 。 temp += / / / ,0) as sjday,name From tab_check where 。 temp += leave = 39。事假39。 and checkdate %s group by name) 。 temp += sjdays on = 。 temp += %s。//*/ // ( where = 39。%s39。,m_emp)。 if (m_emp == (全部)) (temp,datestr,datestr,datestr,datestr,datestr,)。 else (temp,datestr,datestr,datestr,datestr,datestr,where)。 //*/ (str,adLockUnspecified)。 for (int i = 0。 i () 。 i++) { int n = 0。 (i,)。 (i,n++,(_bstr_t)()Item[emp_name]Value)。 (i,n++,(_bstr_t)()Item[workday]Value)。 (i,n++,(_bstr_t)()Item[lateday]Value)。 (i,n++,(_bstr_t)()Item[leaveearlyday]Value)。 (i,n++,(_bstr_t)()Item[bjday]Value)。 (i,n++,(_bstr_t)()Item[sjday]Value)。 ()。 }//*/}BOOL CCheckSum::OnInitDialog() { CDialog::OnInitDialog()。 int i = 0。 (i,人員姓名)。 (i++,100)。 (i,工作總天數(shù))。 (i++,100)。 (i,遲到總天數(shù))。 (i++,100)。 (i,早退總天數(shù))。 (i++,100)。 (i,病假總天數(shù))。 (i++,100)。 (i,事假總天數(shù))。 (i++,100)。 (LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES)。 int curyear,curmonth。 CTime time(CTime::GetCurrentTime())。 curyear = ()。 curmonth = ()。 char value[10]。 for (int y = 2000。 y 2100 。y++) { _itoa(y,value,10)。 (y2000,value)。 } (curyear2000)。 for (int n = 1 。 n=12 。n++) { _itoa(n,value,10)。 (n1,value)。 } (curmonth1)。 CADODataSet dataset。 (::GetConnection())。 (Select * From tab_Employees)。 (0,(全部))。 for (int index = 1 。 index = () 。 index++) { (index,(_bstr_t)()Item[emp_name]Value)。 ()。 } (0)。 UpdateList()。 return TRUE。 // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE}58
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1