CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyAdd.aspx.cs
@@ -196,7 +196,7 @@ if (oA_ShebeiWeixiu != null) { oA_ShebeiWeixiu.Zerenren = this.selZerenren.Value.ToInt32(); oA_ShebeiWeixiu.ApprovalStatus = 1; oA_ShebeiWeixiu.DanzePrice = this.txtDanzePrice.Value.ToDecimal2(); oA_ShebeiWeixiuBLL.UpdateModel(oA_ShebeiWeixiu); } @@ -210,6 +210,7 @@ } if (m_OA_WorkPlan.ApprovalStatus == 1 && m_OA_WorkPlan.PlanDataType == 20) { var oA_WageAward = bll_OA_WageAwardPunishBLL.GetModelByKeyid(m_OA_WorkPlan.PlanComplany.ToInt32().Value);