Ejemplo n.º 1
0
 public int Update_HRPerformceYear(HRPerformceYearInfo hr)
 {
     return (int)SqlHelper.ExecuteNonQuery(SqlHelper.ConnectionStringLocalTransaction, CommandType.StoredProcedure, "Proc_U_HRPerformceYear",
         new SqlParameter("@HRPYear_ID", hr.HRPYear_ID), new SqlParameter("@HRP_Year", hr.HRP_Year),
         new SqlParameter("@HRP_Month", hr.HRP_Month), new SqlParameter("@HRP_A_State", hr.HRP_A_State),
         new SqlParameter("@HRP_C_State", hr.HRP_C_State), new SqlParameter("@HRP_C_Person", hr.HRP_C_Person));
 }
Ejemplo n.º 2
0
 public int Update_HRPerformceYear_Manager(HRPerformceYearInfo hr)
 {
     return(iHR.Update_HRPerformceYear_Manager(hr));
 }
Ejemplo n.º 3
0
 public int Insert_HRPerformceYear(HRPerformceYearInfo hr)
 {
     return(iHR.Insert_HRPerformceYear(hr));
 }
Ejemplo n.º 4
0
 public int Update_HRPerformceYear_Manager(HRPerformceYearInfo hr)
 {
     return (int)SqlHelper.ExecuteNonQuery(SqlHelper.ConnectionStringLocalTransaction, CommandType.StoredProcedure, "Proc_U_HRPerformceYear_Manager",
         new SqlParameter("@HRPYear_ID", hr.HRPYear_ID), new SqlParameter("@HRP_M_State", hr.HRP_M_State));
 }//更新年份月份表中的经理考核的审核状态