| | |
| | | |
| | | if (dal.DeleteBillList(sHInterID)) |
| | | { |
| | | sErrMsg = "删除成功!"; |
| | | sErrMsg = "删除缓存成功!"; |
| | | return true; |
| | | } |
| | | else |
| | | { |
| | | sErrMsg = "删除失败!"; |
| | | sErrMsg = "删除缓存失败!"; |
| | | return false; |
| | | } |
| | | } |
| | |
| | | { |
| | | SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); |
| | | DataSet Ds = oCn.RunProcReturn("exec h_p_Kf_ICStockBillQueryList '" + sHBillType + "','" + sBillNo + "','" + sSourceBillNo + "'", "h_p_Kf_ICStockBillQueryList"); |
| | | if (Ds == null || Ds.Tables[0].Rows.Count == 0) |
| | | if (Ds == null) |
| | | { |
| | | return null; |
| | | } |
| | |
| | | { |
| | | SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); |
| | | DataSet DS = oCn.RunProcReturn("exec h_p_KF_PonderationBillMain_TempList_BillCheck " + HInterID.ToString() + ",'" + sBillType + "','" + sWhere + "'", "h_p_KF_PonderationBillMain_TempList_BillCheck"); |
| | | if (DS == null || DS.Tables[0].Rows.Count == 0) |
| | | if (DS == null) |
| | | { |
| | | return null; |
| | | } |
| | |
| | | { |
| | | SQLHelper.ClsCN oCn = new SQLHelper.ClsCN(); |
| | | DataSet Ds = oCn.RunProcReturn("exec h_p_KF_GetPonderationBillMain_TempList_BillCheck '" + sHBillType + "','" + sHMaker + "'," + sHOWNERID.ToString(), "h_p_KF_GetPonderationBillMain_TempList_BillCheck"); |
| | | if (Ds == null || Ds.Tables[0].Rows.Count == 0) |
| | | if (Ds == null) |
| | | { |
| | | return null; |
| | | } |