BLL/bin/Release/Pub_Class.dllBinary files differ
BLL/bin/Release/Pub_Class.pdbBinary files differ
BLL/bin/Release/Pub_Control.dllBinary files differ
BLL/bin/Release/Pub_Control.pdbBinary files differ
BLL/bin/Release/SQLHelper.dllBinary files differ
BLL/bin/Release/SQLHelper.pdbBinary files differ
BLL/bin/x86/Release/BLL.dllBinary files differ
BLL/bin/x86/Release/BLL.pdbBinary files differ
BLL/bin/x86/Release/DAL.dllBinary files differ
BLL/bin/x86/Release/DAL.pdbBinary files differ
BLL/bin/x86/Release/DBUtility.dllBinary files differ
BLL/bin/x86/Release/DBUtility.pdbBinary files differ
BLL/bin/x86/Release/Model.dllBinary files differ
BLL/bin/x86/Release/Model.pdbBinary files differ
BLL/bin/x86/Release/Pub_Class.dllBinary files differ
BLL/bin/x86/Release/Pub_Class.pdbBinary files differ
BLL/bin/x86/Release/Pub_Control.dllBinary files differ
BLL/bin/x86/Release/Pub_Control.pdbBinary files differ
BLL/bin/x86/Release/SQLHelper.dllBinary files differ
BLL/bin/x86/Release/SQLHelper.pdbBinary files differ
BLL/bin/x86/Release/TopSdk.dllBinary files differ
BLL/bin/x86/Release/TopSdk.pdbBinary files differ
DAL/ClsWL_YayBillMain.cs
@@ -126,6 +126,7 @@ ",HSurer_Trans='" + omodel.HSurer_Trans.ToString() + "'" + ",HDate_Trans='" + omodel.HDate_Trans.ToString() + "'" + ",HSurer_Receive='" + omodel.HSurer_Receive.ToString() + "'" + ",HExRate='" + omodel.HExRate.ToString() + "'" + ",HDate_Receive='" + omodel.HDate_Receive.ToString() + "'" + ",HSurer_Accounting='" + omodel.HSurer_Accounting.ToString() + "'" + ",HDate_Accounting='" + omodel.HDate_Accounting.ToString() + "'" + @@ -246,7 +247,7 @@ "HTransportTyep,HSSID,HCurID,HMoney,HDateForRequestedPick," + "HDataForRequestedArrived,HCarryStatus,HDate_CarrierSure," + "HDate_AllocationDriver,HCarID,HDriverID,HSurer_Arrive,HDate_Arrive," + "HSurer_Pick,HDate_Pick,HSurer_Trans,HDate_Trans,HSurer_Receive," + "HSurer_Pick,HDate_Pick,HSurer_Trans,HDate_Trans,HSurer_Receive,HExRate," + "HDate_Receive,HSurer_Accounting,HDate_Accounting) " + "values(" + SafeInt(omodel.HInterID.ToString(), 0) + "," + // HInterID @@ -313,6 +314,7 @@ "'" + SafeString(omodel.HSurer_Trans) + "'," + SafeDateTime(omodel.HDate_Trans?.ToString(), "'" + currentDateTime + "'") + "," + "'" + SafeString(omodel.HSurer_Receive) + "'," + "'" + omodel.HExRate + "'," + SafeDateTime(omodel.HDate_Receive?.ToString(), "'" + currentDateTime + "'") + "," + "'" + SafeString(omodel.HSurer_Accounting) + "'," + SafeDateTime(omodel.HDate_Accounting?.ToString(), "'" + currentDateTime + "'") + ")"; DAL/bin/Release/Pub_Class.dllBinary files differ
DAL/bin/Release/Pub_Class.pdbBinary files differ
DAL/bin/Release/Pub_Control.dllBinary files differ
DAL/bin/Release/Pub_Control.pdbBinary files differ
DAL/bin/Release/SQLHelper.dllBinary files differ
DAL/bin/Release/SQLHelper.pdbBinary files differ
DAL/bin/x86/Release/DAL.dllBinary files differ
DAL/bin/x86/Release/DAL.pdbBinary files differ
DAL/bin/x86/Release/DBUtility.dllBinary files differ
DAL/bin/x86/Release/DBUtility.pdbBinary files differ
DAL/bin/x86/Release/Model.dllBinary files differ
DAL/bin/x86/Release/Model.pdbBinary files differ
DAL/bin/x86/Release/Pub_Class.dllBinary files differ
DAL/bin/x86/Release/Pub_Class.pdbBinary files differ
DAL/bin/x86/Release/Pub_Control.dllBinary files differ
DAL/bin/x86/Release/Pub_Control.pdbBinary files differ
DAL/bin/x86/Release/SQLHelper.dllBinary files differ
DAL/bin/x86/Release/SQLHelper.pdbBinary files differ
DAL/Ó¦¸¶¹ÜÀí/ClsYF_PayMentOtherBill.cs
@@ -19,7 +19,7 @@ base.MvarItemKey="YF_PayMentOtherBillMain"; base.MvarReportTitle="å ¶ä»åºä»å"; base.BillType="2102"; base.HBillSubType = "2102"; //base.HBillSubType = "2102"; } @@ -36,6 +36,7 @@ { try { string HBillSubType = omodel.HBillSubType.ToString() == "" ? "2102" : omodel.HBillSubType; // oCn.BeginTran(); //æ´æ°ä¸»è¡¨ @@ -61,6 +62,7 @@ ",HSumMoney='" + omodel.HSumMoney + "'" + ",HExplanation='" + omodel.HExplanation + "'" + ",HInnerBillNo='" + omodel.HInnerBillNo + "'" + ",HBillSubType='" + omodel.HBillSubType + "'" + " where HInterID=" + lngBillKey.ToString()); //å é¤å ³è DeleteRelation(ref sReturn, lngBillKey); @@ -74,7 +76,7 @@ "" + "" + "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" + ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HRemark) " + ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HEvidencePhoto,HRemark) " + " values(" + "" + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + @@ -87,6 +89,7 @@ "','" + oSub.HMoney + "','" + oSub.HTaxRate + "','" + oSub.HSumMoney + "','" + oSub.HEvidencePhoto + "','" + oSub.HRemark + "')"; oCn.RunProc(subSql); @@ -109,6 +112,7 @@ { //å¾å°mainid omodel.HInterID = DBUtility.ClsPub.CreateBillID(BillType, ref DBUtility.ClsPub.sExeReturnInfo); string HBillSubType= omodel.HBillSubType.ToString() == "" ? "2102" : omodel.HBillSubType; //è¥MAINDIéå¤åéæ°è·å oCn.BeginTran(); //主表 @@ -118,7 +122,7 @@ ",HAccDate,HSupID,HCurID,HExRate" + ",HDeptID,HEmpID,HProjectMoneyID,HType,HMoney,HTaxRate,HSumMoney,HExplanation,HInnerBillNo,HOrgID" + ") " + " values('" + this.BillType + "','" + this.HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" + " values('" + this.BillType + "','" + HBillSubType + "'," + omodel.HInterID.ToString() + ",'" + omodel.HBillNo + "','" + omodel.HDate + "'" + ", " + omodel.HYear.ToString() + "," + omodel.HPeriod.ToString() + ",'" + omodel.HRemark + "','" + DBUtility.ClsPub.CurUserName + "',getdate()" + ",'" + omodel.HAccDate.ToShortDateString() + "'," + omodel.HSupID.ToString() + "," + omodel.HCurID.ToString() + "," + omodel.HExRate.ToString() + ", '" + omodel.HDeptID.ToString() + "','" + omodel.HEmpID.ToString() + "','" + omodel.HProjectMoneyID.ToString() + "','" + omodel.HType + "','" + omodel.HMoney + "','" + omodel.HTaxRate + "','" + omodel.HSumMoney + "','" + omodel.HExplanation + "','" + omodel.HInnerBillNo + "','" + omodel.HOrgID + "'" + @@ -131,7 +135,7 @@ "" + "" + "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType" + ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HRemark) " + ",HProjectMoneyID,HTypeSub,HMoney,HTaxRate,HSumMoney,HEvidencePhoto,HRemark) " + " values(" + "" + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + @@ -144,6 +148,7 @@ "','" + oSub.HMoney + "','" + oSub.HTaxRate + "','" + oSub.HSumMoney + "','" + oSub.HEvidencePhoto + "','" + oSub.HRemark + "')"; oCn.RunProc(subSql); DAL/³µ¼ä¹ÜÀí/ClsSc_EmployeeSignInNoteBill.cs
@@ -77,6 +77,7 @@ ",HGroupID =" + omodel.HGroupID.ToString()+ ",HShiftsID =" + omodel.HShiftsID.ToString()+ ",HSignInReason ='" + omodel.HSignInReason.ToString()+"'"+ ",HSignRemark ='" + omodel.HSignRemark.ToString()+"'"+ ",HEmpID ='" + omodel.HEmpID.ToString()+ "'" + " where HInterID=" + lngBillKey.ToString()); //å é¤å ³è @@ -146,7 +147,7 @@ return false; } //========================================================= // (omodel.HCheckEmp.ToString() ?? "0") + "," + oCn.BeginTran(); oCn.RunProc("Insert Into Sc_EmployeeSignInNoteBillMain " + @@ -154,7 +155,7 @@ ",HYear,HPeriod,HRemark,HMaker,HMakeDate," + "HMainSourceBillType,HMainSourceBillNo,HMainSourceInterID,HMainSourceEntryID," + "HEquipID,HMouldID,HSourceID,HProcID,HGroupID,HShiftsID,HSignInReason,HSignRemark," + "HChecker,HDeptID,HEmpID,HOrgID) " + "HDeptID,HEmpID,HOrgID) " + "values('" + (this.BillType ?? "") + "','" + (this.HBillSubType ?? "") + "'," + "'" + (omodel.HBillNo ?? "") + "','" + (omodel.HDate.ToString() ?? "") + "'" + "," + (omodel.HYear.ToString() ?? "0") + "," + (omodel.HPeriod.ToString() ?? "0") + @@ -165,7 +166,7 @@ (omodel.HSourceID.ToString() ?? "0") + "," + (omodel.HProcID.ToString() ?? "0") + "," + (omodel.HGroupID.ToString() ?? "0") + "," + (omodel.HShiftsID.ToString() ?? "0") + ",'" + (omodel.HSignInReason?.ToString() ?? "0") + "','" + (omodel.HSignRemark?.ToString() ?? "") + "'," + (omodel.HCheckEmp.ToString() ?? "0") + "," + (omodel.HDeptID.ToString() ?? "0") + "," + (omodel.HEmpID.ToString() ?? "0") + "," + (omodel.HOrgID.ToString() ?? "0") + ")"); (omodel.HDeptID.ToString() ?? "0") + "," + (omodel.HEmpID.ToString() ?? "0") + "," + (omodel.HOrgID.ToString() ?? "0") + ")"); //主表 //æå ¥å表 DBUtility/bin/Release/Pub_Class.dllBinary files differ
DBUtility/bin/Release/Pub_Class.pdbBinary files differ
DBUtility/bin/Release/Pub_Control.dllBinary files differ
DBUtility/bin/Release/Pub_Control.pdbBinary files differ
DBUtility/bin/Release/SQLHelper.dllBinary files differ
DBUtility/bin/Release/SQLHelper.pdbBinary files differ
DBUtility/bin/x86/Release/DBUtility.dllBinary files differ
DBUtility/bin/x86/Release/DBUtility.pdbBinary files differ
DBUtility/bin/x86/Release/Pub_Class.dllBinary files differ
DBUtility/bin/x86/Release/Pub_Class.pdbBinary files differ
DBUtility/bin/x86/Release/Pub_Control.dllBinary files differ
DBUtility/bin/x86/Release/Pub_Control.pdbBinary files differ
DBUtility/bin/x86/Release/SQLHelper.dllBinary files differ
DBUtility/bin/x86/Release/SQLHelper.pdbBinary files differ
Model/bin/Release/Pub_Class.dllBinary files differ
Model/bin/Release/Pub_Class.pdbBinary files differ
Model/bin/Release/Pub_Control.dllBinary files differ
Model/bin/Release/Pub_Control.pdbBinary files differ
Model/bin/Release/SQLHelper.dllBinary files differ
Model/bin/Release/SQLHelper.pdbBinary files differ
Model/bin/x86/Release/DBUtility.dllBinary files differ
Model/bin/x86/Release/DBUtility.pdbBinary files differ
Model/bin/x86/Release/Model.dllBinary files differ
Model/bin/x86/Release/Model.pdbBinary files differ
Model/bin/x86/Release/Pub_Class.dllBinary files differ
Model/bin/x86/Release/Pub_Class.pdbBinary files differ
Model/bin/x86/Release/Pub_Control.dllBinary files differ
Model/bin/x86/Release/Pub_Control.pdbBinary files differ
Model/bin/x86/Release/SQLHelper.dllBinary files differ
Model/bin/x86/Release/SQLHelper.pdbBinary files differ
Model/obj/x86/Release/Model.csproj.AssemblyReference.cacheBinary files differ
Model/obj/x86/Release/Model.dllBinary files differ
Model/obj/x86/Release/Model.pdbBinary files differ
Model/Ó¦¸¶¹ÜÀí/ClsYF_PayMentOtherBillSub.cs
@@ -10,6 +10,7 @@ public string HRemark;// varchar(200) --夿³¨ public Int64 HProjectMoneyID;// int //è´¹ç¨é¡¹ç® public string HTypeSub;// varchar(20) --å票类å public string HEvidencePhoto;// varchar(20) --å票类å public double HMoney;// dec(18,8) //åæ®éé¢ public double HTaxRate;// dec(18,8) //ç¨ç public double HSumMoney;// dec(18,8) //æ»éé¢ Model/ÎïÁ÷¹ÜÀí/ClsWL_YayBillMainBillMain.cs
@@ -11,6 +11,7 @@ public Int64 HEmpID; public Int64 HOrgID; public Int64 HPrintQty; public Int64 HExRate; // æ°å¢å段 public int? HCusID; // 客æ·ID PayM/obj/Debug/Refactor/PayM.dllBinary files differ
PayM/obj/Debug/TempPE/Properties.Resources.Designer.cs.dllBinary files differ
PayM/obj/PayM.csproj.FileListAbsolute.txt
File was deleted PayM/obj/Release/AxInterop.grproLib.dllBinary files differ
PayM/obj/Release/BaseSet.Gy_DataInTmp_DuSubsidyItem.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_AccPayMentDayBill.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_AccPayMentDayBill2.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_AccPayMentDayBill3.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_AccPayMentDayBill4.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_AccPayMentDayBill5.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_AccPayMentDayBillList.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_PayMentBillAutoAddnew.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_PayMentBillAutoAddnew1.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_PayMentBillAutoAddnew2.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_PayMentBillAutoAddnew3.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_PayMentBillAutoAddnew4.resourcesBinary files differ
PayM/obj/Release/CostM.Pay_PayMentBillAutoAddnew5.resourcesBinary files differ
PayM/obj/Release/Interop.grproLib.dllBinary files differ
PayM/obj/Release/OAM.HR_EmpEngageRequestBill.resourcesBinary files differ
PayM/obj/Release/OAM.HR_EmpEngageRequestBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Err_MonthExpenseEntryBill.resourcesBinary files differ
PayM/obj/Release/PayM.Err_MonthExpenseEntryBillDlg.resourcesBinary files differ
PayM/obj/Release/PayM.HR_EmpChangeBill.resourcesBinary files differ
PayM/obj/Release/PayM.HR_EmpChangeBillList.resourcesBinary files differ
PayM/obj/Release/PayM.HR_EmpDimissionBill.resourcesBinary files differ
PayM/obj/Release/PayM.HR_EmpDimissionBillList.resourcesBinary files differ
PayM/obj/Release/PayM.KQ_sourceReport.resourcesBinary files differ
PayM/obj/Release/PayM.KQ_sourceReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_CarOutApplyBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_CarOutApplyBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_DuSubsidyItemBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_DuSubsidyItemBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_EmpPayMentSumReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_EmpPayMentSumReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_EmpWorkQtyEntryReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_EmpWorkQtyEntryReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ErrWorkTimesRequestBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ErrWorkTimesRequestBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ErrWorkTimesSendBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ErrWorkTimesSendBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_GetNeedCheckErrWorkTimesSendBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_GroupBalBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_GroupBalBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_InnerScrap.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_InnerScrapDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBill1.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBill2.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBill3.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBill4.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBill5.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBillReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthExpenseEntryBillReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthSubsidyEntryBillAdd.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthSubsidyEntryBillReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthSubsidyEntryBillReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthSubsidyEntryBillReportMX.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthWriteBillReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthWriteBillReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_MonthWriteBillReportMX.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_NoWorkTimesReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_NoWorkTimesReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OtherBalBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OtherBalBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OtherMoney_Dlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OutApplyBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OutApplyBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OuterScrap.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OuterScrapDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OverApplyBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_OverApplyBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentDayBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentDayBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentDeptSendList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentDeptSendListDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentDeptYearReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentDeptYearReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentPrintReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentPrintReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentSendList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentSendListDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentYearReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_PayMentYearReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ProcPriceRequestBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ProcPriceRequestBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ProdWorkQtyEntryReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ProdWorkQtyEntryReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ProdWorkQtySumReport.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_ProdWorkQtySumReportDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_SingleBalBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_SingleBalBillDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_SingleBalBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_SubsidyChangeBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_SubsidyChangeBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesBill.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesCardBill1.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesCardBill2.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesCardBill3.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesCardBill4.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesCardBill5.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesCardBillList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesList.resourcesBinary files differ
PayM/obj/Release/PayM.Pay_WorkTimesListDlg.resourcesBinary files differ
PayM/obj/Release/PayM.Properties.Resources.resourcesBinary files differ
PayM/obj/Release/PayM.csproj.GenerateResource.CacheBinary files differ
PayM/obj/Release/PayM.csproj.ResolveComReference.cacheBinary files differ
PayM/obj/Release/TempPE/Properties.Resources.Designer.cs.dllBinary files differ
PayM/obj/x86/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.cs
File was deleted PayM/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cacheBinary files differ
PayM/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cacheBinary files differ
PayM/obj/x86/Debug/PayM.csproj.FileListAbsolute.txt
File was deleted PayM/obj/x86/Debug/PayM.csprojAssemblyReference.cacheBinary files differ
PayM/obj/x86/Debug/Refactor/PayM.dllBinary files differ
PayM/obj/x86/Debug/ResolveAssemblyReference.cacheBinary files differ
PayM/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dllBinary files differ
Pub_Class/CustomerCls/ClsXt_SystemParameter.cs
@@ -1879,6 +1879,11 @@ } //==============================================WMS éç¨ //æ ¡éªæ¨¡åï¼åºåæ§å¶-ERPè´åºåæ§å¶ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "WMS_ERPStockCtl_BillCheck") { omodel.WMS_ERPStockCtl_BillCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //åºåæ§å¶-ERPè´åºåæ§å¶ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "WMS_ERPStockCtl") { @@ -4580,6 +4585,11 @@ } //==============================================WMS éç¨ //æ ¡éªæ¨¡åï¼åºåæ§å¶-ERPè´åºåæ§å¶ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "WMS_ERPStockCtl_BillCheck") { omodel.WMS_ERPStockCtl_BillCheck = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]); } //åºåæ§å¶-ERPè´åºåæ§å¶ if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "WMS_ERPStockCtl") { Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -525,6 +525,7 @@ public string Kf_MaterialLowerBill_BatchNoCtl; //æ¯å¦è¿è¡æ¹å·æ ¸å¯¹ï¼'Y'ä¸ºæ ¸å¯¹æ¹å·ï¼ //WMS éç¨ public string WMS_ERPStockCtl_BillCheck;//æ ¡éªæ¨¡åï¼ERPè´åºåæ§å¶ï¼ç©æåºåï¼ public string WMS_ERPStockCtl;//ERPè´åºåæ§å¶ï¼ç©æåºåï¼ public string WMS_WMSStockCtl;//WMSè´åºåæ§å¶ï¼æ¡ç åºåï¼ public string WMS_WMSStockCtl_ERPMode; //åºåæ§å¶ERPæ¨¡å¼ Pub_Class/bin/Release/Pub_Class.dllBinary files differ
Pub_Class/bin/Release/Pub_Class.pdbBinary files differ
Pub_Class/bin/x86/Release/Pub_Class.dllBinary files differ
Pub_Class/bin/x86/Release/Pub_Class.pdbBinary files differ
Pub_Control/bin/Release/Pub_Class.dllBinary files differ
Pub_Control/bin/Release/Pub_Class.pdbBinary files differ
Pub_Control/bin/Release/Pub_Control.dllBinary files differ
Pub_Control/bin/Release/Pub_Control.pdbBinary files differ
Pub_Control/bin/x86/Release/Pub_Class.dllBinary files differ
Pub_Control/bin/x86/Release/Pub_Class.pdbBinary files differ
Pub_Control/bin/x86/Release/Pub_Control.dllBinary files differ
Pub_Control/bin/x86/Release/Pub_Control.pdbBinary files differ
SQLHelper/bin/Release/Pub_Class.dllBinary files differ
SQLHelper/bin/Release/Pub_Class.pdbBinary files differ
SQLHelper/bin/Release/SQLHelper.dllBinary files differ
SQLHelper/bin/Release/SQLHelper.pdbBinary files differ
SQLHelper/bin/x86/Release/Pub_Class.dllBinary files differ
SQLHelper/bin/x86/Release/Pub_Class.pdbBinary files differ
SQLHelper/bin/x86/Release/SQLHelper.dllBinary files differ
SQLHelper/bin/x86/Release/SQLHelper.pdbBinary files differ
SQLHelper/obj/Release/SQLHelper.dllBinary files differ
SQLHelper/obj/Release/SQLHelper.pdbBinary files differ
SQLHelper/obj/x86/Release/SQLHelper.csproj.AssemblyReference.cacheBinary files differ
SQLHelper/obj/x86/Release/SQLHelper.dllBinary files differ
SQLHelper/obj/x86/Release/SQLHelper.pdbBinary files differ
SyntacticSugar/bin/Debug/SyntacticSugar.dllBinary files differ
SyntacticSugar/bin/Debug/SyntacticSugar.pdbBinary files differ
SyntacticSugar/obj/Debug/SyntacticSugar.csproj.FileListAbsolute.txt
@@ -3,7 +3,6 @@ C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.CoreCompileInputs.cache C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.dll C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.pdb C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.AssemblyReference.cache D:\WorkBench\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.dll D:\WorkBench\MES-WEB-API\SyntacticSugar\bin\Debug\SyntacticSugar.pdb D:\WorkBench\MES-WEB-API\SyntacticSugar\obj\Debug\SyntacticSugar.csproj.AssemblyReference.cache SyntacticSugar/obj/Debug/SyntacticSugar.dllBinary files differ
SyntacticSugar/obj/Debug/SyntacticSugar.pdbBinary files differ
SyntacticSugar/obj/Release/SyntacticSugar.csproj.AssemblyReference.cacheBinary files differ
SyntacticSugar/obj/Release/SyntacticSugar.csproj.FileListAbsolute.txt
@@ -8,4 +8,3 @@ D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\SyntacticSugar\obj\Release\SyntacticSugar.csproj.CoreCompileInputs.cache D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\SyntacticSugar\obj\Release\SyntacticSugar.dll D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\SyntacticSugar\obj\Release\SyntacticSugar.pdb D:\WorkBench\MES-WEB-API\SyntacticSugar\obj\Release\SyntacticSugar.csproj.AssemblyReference.cache WebAPI/Controllers/BaseSet/Gy_DriverController.cs
@@ -106,7 +106,7 @@ public string title { get; set; } public List<TreeModel> children = new List<TreeModel>(); } [Route("Gy_Department/Gy_DepartmentTreeList")] [Route("Gy_Driver/Gy_DepartmentTreeList")] [HttpGet] public object Gy_DepartmentTreeList(string sWhere) { WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -3233,16 +3233,24 @@ return objJsonResult; } ds = oCN.RunProcReturn("select * from Gy_MouldFileMain where HInterID = " + hmainid + " and ISNULL(HChecker,'') <> '' and HPrintQty>0", "Gy_MouldFileMain"); ds = oCN.RunProcReturn("select * from Gy_MouldFileMain where HInterID = " + hmainid + " and ISNULL(HChecker,'') <> '' ", "Gy_MouldFileMain"); if (ds.Tables[0].Rows.Count > 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å é¤å¤±è´¥ï¼åæ®å·²å®¡æ ¸æå·²è¢«æå°ï¼"; objJsonResult.Message = "å é¤å¤±è´¥ï¼åæ®å·²å®¡æ ¸ï¼"; objJsonResult.data = null; return objJsonResult; } ds = oCN.RunProcReturn("select * from Gy_MouldFileMain where HInterID = " + hmainid + " and HPrintQty>0", "Gy_MouldFileMain"); if (ds.Tables[0].Rows.Count > 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å é¤å¤±è´¥ï¼åæ®å·²è¢«æå°ï¼"; objJsonResult.data = null; return objJsonResult; } oCN.BeginTran(); //å é¤åæ§å¶========================================= ds = oCN.RunProcReturn("Exec h_p_Gy_MouldFile_BeforeDelCtrl " + hmainid + ",'" + User + "'", "h_p_Gy_MouldFile_BeforeDelCtrl"); WebAPI/Controllers/SCGL/Èռƻ®¹ÜÀí/JIT_DayPlanPlatFormImportController.cs
@@ -2110,6 +2110,12 @@ return objJsonResult; } //导åºexcelè¡¨æ ¼æ¶ï¼åé¢ç0没æäºï¼è¿è¾¹åè¡¥0çå¨ä½ï¼ if (tb2.Rows[i]["ç产车é´ç¼ç "].ToString().Length == 4) { tb2.Rows[i]["ç产车é´ç¼ç "] = "0" + tb2.Rows[i]["ç产车é´ç¼ç "].ToString(); } string sql1 = string.Format("select * from h_v_JIT_ICMOBillList_DR where åæ®å·='{0}' and ç产车é´ä»£ç ='{1}' and 产å代ç ='{2}' " + "and æç»è¡å·={3} ",tb2.Rows[i]["ç产订åå·"].ToString(), tb2.Rows[i]["ç产车é´ç¼ç "].ToString(), tb2.Rows[i]["ç©æç¼ç "].ToString(), tb2.Rows[i]["ç产订åæç»è¡å·"].ToString()); @@ -2331,7 +2337,7 @@ var HProdORGID = list[i]["HProdORGID"].ToString(); var HWorkShopID = list[i]["HWorkShopID"].ToString(); var HSourceID = list[i]["HSourceID"].ToString(); var HWorkQty = DBUtility.ClsPub.isDoule(list[i]["产线æ»äº§è½"]); var HWorkQty = DBUtility.ClsPub.isDoule(list[i]["å°æ¶äº§è½"]); var HYX = list[i]["ä¼å 级"].ToString(); var HEmpID = list[i]["HEmpID"].ToString(); var HMaterID = list[i]["HMaterID"].ToString(); WebAPI/Controllers/Sc_ProcessMangementController.cs
@@ -1707,8 +1707,9 @@ objJsonResult.data = null; return objJsonResult; } LogService.Write("WMS_CampanyName: ", oSystemParameter.omodel.WMS_CampanyName); //if (oSystemParameter.omodel.WMS_CampanyName == "é¦é") //if (string.Equals(oSystemParameter.omodel.WMS_CampanyName, "é¦é")) //{ string sql = @"select a.FID,a.FNUMBER Employee,d.FNUMBER Dept from Gy_Employee e join JL20250716203240..T_HR_EMPINFO a on e.HNumber = a.FNUMBER @@ -1717,7 +1718,7 @@ where e.HItemID ='" + HKeeperID + "' "; //æ¥è¯¢è´¨æ£å对åºè´¨æ£é¨é¨ ds = oCN.RunProcReturn(sql, "T_HR_EMPINFO"); LogService.Write("sql" + sql); // LogService.Write("sql" + sql); if (ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0"; @@ -1737,11 +1738,10 @@ model.Add("FInspectOrgId", new JObject() { ["Fnumber"] = HZJOrgNumber.ToString() }); //è´¨æ£ç»ç» model.Add("FSourceOrgId", new JObject() { ["Fnumber"] = HZJOrgNumber.ToString() }); //æ¥æºç»ç» //model.Add("FInspectDepId", new JObject() { ["Fnumber"] = ds.Tables[0].Rows[0]["Dept"].ToString() }); //è´¨æ£é¨é¨ LogService.Write("WMS_CampanyName: ", oSystemParameter.omodel.WMS_CampanyName); // if (oSystemParameter.omodel.WMS_CampanyName == "é¦é") // { //if (string.Equals(oSystemParameter.omodel.WMS_CampanyName, "é¦é")) //{ model.Add("FInspectorId", new JObject() { ["Fnumber"] = ds.Tables[0].Rows[0]["Employee"].ToString() }); //è´¨æ£å // } //} model.Add("FISSYNCED", "false");// æ¯å¦å·²åæ¥ model.Add("F_PGKJ_Date", DateTime.Now.ToString("yyyy-MM-dd"));// æ¥æ£æ¥æ model.Add("FBillNo", HBillNo); @@ -1782,7 +1782,12 @@ FentityModel2.Add("FBasePolicyQty", HRightQty.ToString() == "0" ? HBadQty.ToString() : HRightQty.ToString()); //åºæ¬å使°é FentityModel2.Add("FUsePolicy", HUseResult.ToString()); //使ç¨å³ç FentityModel2.Add("FIsCheck", false); //æ¯å¦æ½æ£ FentityModel2.Add("FIsDefectProcess", false); //ä¸è¯å¤ç //FentityModel2.Add("FIsDefectProcess", false); //ä¸è¯å¤ç // é¦éå¯ç¨ä¸è¯å¤ç //if (string.Equals(oSystemParameter.omodel.WMS_CampanyName, "é¦é")) //{ FentityModel2.Add("FIsDefectProcess", true); //ä¸è¯å¤ç //} FentityModel2.Add("FCanSale", false); //å¯éå® FentityModel2.Add("FIsMRBReview", false); //MRPè¯å®¡ FentityModel2.Add("FIsReturn", true); //å¤é WebAPI/Controllers/ÎïÁ÷¹ÜÀí/ÆäËû½áËãµ¥/YF_PayMentOtherBillTranController.cs
New file @@ -0,0 +1,953 @@ using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Pub_Class; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Web.Http; using WebAPI.Models; namespace WebAPI.Controllers { //å ¶ä»åºä»åController public class YF_PayMentOtherBillTranController : ApiController { //å ¶ä»åºä»å //è·åç³»ç»åæ° YF_PayMentOtherBillMain YF_PayMentOtherBill Pub_Class.ClsXt_SystemParameter oSystemParameter = new Pub_Class.ClsXt_SystemParameter(); public DBUtility.ClsPub.Enum_BillStatus BillStatus; public DAL.ClsYF_PayMentOtherBill BillOld = new DAL.ClsYF_PayMentOtherBill(); public DAL.ClsYF_PayMentOtherBill BillNew0 = new DAL.ClsYF_PayMentOtherBill(); private json objJsonResult = new json(); SQLHelper.ClsCN oCN = new SQLHelper.ClsCN(); DataSet ds; #region å ¶ä»åºä»åå表 æ¥è¯¢ /// <summary> /// è¿å项ç®é¶æ®µå表 ///åæ°ï¼string sqlã ///è¿åå¼ï¼objectã /// </summary> [Route("YF_PayMentOtherBillTran/YF_PayMentOtherBillMainList")] [HttpGet] public object YF_PayMentOtherBillMainList(string sWhere, string user) { try { List<object> columnNameList = new List<object>(); //æ¥çæé if (!DBUtility.ClsPub.Security_Log("YF_PayMentOtherBill_Qty", 1, false, user)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ æ¥çæéï¼"; objJsonResult.data = null; return objJsonResult; } if (sWhere == null || sWhere.Equals("")) { ds = oCN.RunProcReturn("select * from h_v_YF_PayMentOtherBillMainList order by åæ®å· desc", "h_v_YF_PayMentOtherBillMainList"); } else { string sql1 = "select * from h_v_YF_PayMentOtherBillMainList where 1 = 1 "; string sql = sql1 + sWhere + " order by åæ®å· desc"; ds = oCN.RunProcReturn(sql, "h_v_YF_PayMentOtherBillMainList"); } //æ·»å åå foreach (DataColumn col in ds.Tables[0].Columns) { Type dataType = col.DataType; string ColmString = "{\"ColmCols\":\"" + col.ColumnName + "\",\"ColmType\":\"" + dataType.Name + "\"}"; columnNameList.Add(JsonConvert.DeserializeObject(ColmString));//è·åå°DataColumnå对象çåå } objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "Sucessï¼"; objJsonResult.data = ds.Tables[0]; objJsonResult.list = columnNameList; return objJsonResult; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "Exceptionï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region å ¶ä»åºä»åä¿å æ°å¢/ç¼è¾ [Route("YF_PayMentOtherBillTran/SaveYF_PayMentOtherBillMain")] [HttpPost] public object SaveYF_PayMentOtherBillMain([FromBody] JObject msg) { var _value = msg["msg"].ToString(); string msg1 = _value.ToString(); string[] sArray = msg1.Split(new string[] { ";" }, StringSplitOptions.RemoveEmptyEntries); string msg2 = sArray[0].ToString(); string msg3 = sArray[1].ToString(); //å表 string refSav = sArray[2].ToString();//æä½æ¹å¼æ°æ®ç±»å 1æ·»å 3ä¿®æ¹ 2 å¤å¶ string msg4 = sArray[3].ToString();//ç¨æ·å DBUtility.ClsPub.CurUserName = msg4; string UserName = ""; string s = ""; ListModels oListModels = new ListModels(); try { //ç¼è¾æé if (!DBUtility.ClsPub.Security_Log_second("YF_PayMentOtherBill_Edit", 1, false, msg4)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ ä¿åæéï¼"; objJsonResult.data = null; return objJsonResult; } DAL.ClsYF_PayMentOtherBill oBill = new DAL.ClsYF_PayMentOtherBill(); List<Model.ClsYF_PayMentOtherBillMain> lsmain = new List<Model.ClsYF_PayMentOtherBillMain>(); msg2 = msg2.Replace("\\", ""); msg2 = msg2.Replace("\n", ""); //\n lsmain = oListModels.getObjectByJson_YF_PayMentOtherBillMain(msg2); foreach (Model.ClsYF_PayMentOtherBillMain oItem in lsmain) { if (refSav == "Add") { //忮巿¯å¦éå¤ if (BillNew0.IsExistBillNo(ref ClsPub.sExeReturnInfo, oItem.HBillNo, BillStatus, BillOld.omodel.HInterID)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®å·éå¤ï¼ä¸å 许ä¿åï¼"; objJsonResult.data = 1; return objJsonResult; } } if (refSav == "Update") { if (BillOld.ShowBill(oItem.HInterID, ref s) == false) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ¤åæ®æè¯¯ï¼"; objJsonResult.data = 1; return objJsonResult; } //夿æ¯å¦å¯ç¼è¾ if (BillOld.omodel.HChecker != "" && BillOld.omodel.HChecker != null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ¤åæ®å·²ç»è¢«å®¡æ ¸ï¼ä¸å 许修æ¹ï¼"; objJsonResult.data = 1; return objJsonResult; } if (BillOld.omodel.HBillStatus > 1) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ¤åæ®å¤äºä¸å¯ç¼è¾ç¶æï¼ä¸å 许修æ¹ï¼"; objJsonResult.data = 1; return objJsonResult; } if (!DBUtility.Xt_BaseBillFun.Fun_AllowEditBill(BillOld, ref s)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = s + "ï¼ä¸å 许修æ¹"; objJsonResult.data = 1; return objJsonResult; } } UserName = oItem.HMaker; //å¶å人 oItem.HBillType = "2102"; // oItem.HBillSubType = "2102"; oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä¿åå¤±è´¥ï¼æ²¡æåæ®æ¥æï¼æ æ³ä¿åï¼"; objJsonResult.data = 1; return objJsonResult; } oBill.omodel = oItem; } // è¡¨ä½æ°æ® //æ },{æ¥æåæ°ç» //廿ãåã msg3 = msg3.Substring(1, msg3.Length - 2); msg3 = msg3.Replace("\\", ""); msg3 = msg3.Replace("\n", ""); //\n List<Model.ClsYF_PayMentOtherBillSub> ls = new List<Model.ClsYF_PayMentOtherBillSub>(); ls = oListModels.getObjectByJson_YF_PayMentOtherBillSub(msg3); int i = 0; foreach (Model.ClsYF_PayMentOtherBillSub oItemSub in ls) { i++; oItemSub.HEntryID = i; oItemSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now); oItemSub.HCloseType = false; //å ³éç±»å oBill.DetailColl.Add(oItemSub); } //è¿è¡ ä¼è®¡æé´ ç»è´¦ çå¤æåæ§å¶ int sYear = 0; int sPeriod = 0; DateTime HDate = DateTime.Now; if (DBUtility.Xt_BaseBillFun.Fun_AllowYearPeriod(HDate, ref sYear, ref sPeriod, ref s) == false) { objJsonResult.Message = s; return objJsonResult; } //ä¿å //ä¿å宿¯åå¤ç bool bResult; if (refSav == "Add") { bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); } else if (refSav == "Update") { bResult = oBill.ModifyBill(oBill.omodel.HInterID, ref DBUtility.ClsPub.sExeReturnInfo); } else { bResult = false; } if (bResult) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "ä¿åæåï¼"; objJsonResult.data = 1; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä¿å失败ï¼" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = 1; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä¿å失败ï¼" + e.ToString(); objJsonResult.data = 1; return objJsonResult; } } #endregion #region å ¶ä»åºä»å ç¼è¾é¡µé¢åå§å [Route("YF_PayMentOtherBillTran/YF_PayMentOtherBillMainEditList")] [HttpGet] public object YF_PayMentOtherBillMainEditList(long HInterID) { try { List<DataTable> tableList = new List<DataTable>(); ds = oCN.RunProcReturn("exec h_p_YF_PayMentOtherBillMain_Edit " + HInterID, "h_p_YF_PayMentOtherBillMain_Edit"); tableList.Add(ds.Tables[0]); tableList.Add(ds.Tables[1]); if (ds == null || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "falseï¼"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "Sucessï¼"; objJsonResult.data = tableList; return objJsonResult; } } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "Exceptionï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region å ¶ä»åºä»å å é¤ /// <summary> ///åæ°ï¼string HInterIDã ///è¿åå¼ï¼objectã /// </summary> [Route("YF_PayMentOtherBillTran/DeleteYF_PayMentOtherBillMain")] [HttpGet] public object DeleteYF_PayMentOtherBillMain(string HInterID, string user) { try { string s = ""; //æ¥çæé if (!DBUtility.ClsPub.Security_Log("YF_PayMentOtherBill_Drop", 1, false, user)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ å 餿éï¼"; objJsonResult.data = null; return objJsonResult; } if (HInterID == null || HInterID.Equals("")) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "HInterIDä¸è½ä¸ºç©ºï¼"; objJsonResult.data = null; return objJsonResult; } if (BillOld.ShowBill(long.Parse(HInterID), ref s) == false) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ¤åæ®æè¯¯ï¼"; objJsonResult.data = 1; return objJsonResult; } //夿æ¯å¦å¯ç¼è¾ if (BillOld.omodel.HChecker != "" && BillOld.omodel.HChecker != null) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "æ¤åæ®å·²ç»è¢«å®¡æ ¸ï¼ä¸å 许å é¤ï¼"; objJsonResult.data = 1; return objJsonResult; } //å é¤åæ§å¶========================================= string sql1 = "exec h_p_YF_PayMentOtherBill_BeforeDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; ds = oCN.RunProcReturn(sql1, "h_p_YF_PayMentOtherBill_BeforeDelCtrl"); if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "å é¤å¤±è´¥!åå :å é¤åå¤æå¤±è´¥ï¼è¯·ä¸ç½ç»ç®¡ç人åèç³»"; objJsonResult.data = null; return objJsonResult; } if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "å é¤å¤±è´¥!åå :" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; objJsonResult.data = null; return objJsonResult; } //================================================================================== //è¿è¡ ä¼è®¡æé´ ç»è´¦ çå¤æåæ§å¶ int sYear = 0; int sPeriod = 0; DateTime HDate = DateTime.Now; if (DBUtility.Xt_BaseBillFun.Fun_AllowYearPeriod(HDate, ref sYear, ref sPeriod, ref s) == false) { objJsonResult.Message = s; return objJsonResult; } oCN.BeginTran(); oCN.RunProc("delete from YF_PayMentOtherBillMain where HInterID = " + HInterID); oCN.RunProc("delete from YF_PayMentOtherBillSub where HInterID= " + HInterID); //å é¤åæ§å¶================================================================================== string sql2 = "exec h_p_YF_PayMentOtherBill_AfterDelCtrl " + BillOld.omodel.HInterID + ",'" + BillOld.omodel.HBillNo + "','" + user + "'"; ds = oCN.RunProcReturn(sql2, "h_p_YF_PayMentOtherBill_AfterDelCtrl"); if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) { s = "å é¤åå¤æå¤±è´¥ï¼è¯·ä¸ç½ç»ç®¡ç人åèç³»"; objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "å é¤å¤±è´¥!åå :" + s; objJsonResult.data = null; oCN.RollBack(); return objJsonResult; } if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") { s = ds.Tables[0].Rows[0]["HRemark"].ToString(); objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "å é¤å¤±è´¥!åå :" + s; objJsonResult.data = null; oCN.RollBack(); return objJsonResult; } //============================================================================================== oCN.Commit(); objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "å 餿å"; objJsonResult.data = null; return objJsonResult; } catch (Exception e) { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "Exceptionï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region å ¶ä»åºä»å å®¡æ ¸/åå®¡æ ¸ /// <summary> /// </summary> /// <param name="HInterID">åæ®ID</param> /// <param name="IsAudit">å®¡æ ¸(0),åå®¡æ ¸(1)</param> /// <param name="CurUserName">å®¡æ ¸äºº</param> /// <returns></returns> [Route("YF_PayMentOtherBillTran/AuditYF_PayMentOtherBillMain")] [HttpGet] public object AuditYF_PayMentOtherBillMain(int HInterID, int IsAudit, string CurUserName) { string ModRightNameCheck = "YF_PayMentOtherBill_Check"; DBUtility.ClsPub.CurUserName = CurUserName; try { //å®¡æ ¸æé if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å®¡æ ¸å¤±è´¥ï¼æ æéï¼"; objJsonResult.data = null; return objJsonResult; } //HInterIDæ°æ®å¤æ if (HInterID <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "HInterIDå°äº0ï¼"; objJsonResult.data = null; return objJsonResult; } Int64 lngBillKey = 0; lngBillKey = DBUtility.ClsPub.isLong(HInterID); //对HInterIDè¿è¡ç±»åçè½¬æ¢ DAL.ClsYF_PayMentOtherBill oBill = new DAL.ClsYF_PayMentOtherBill(); //å®ä¾ååæ®æä½ç±»ï¼ç¨äºè¿è¡ç¸å ³æä½ //é对éè¦è¿è¡çæä½ï¼æ£éªå½ååæ®çç¶ææ¯å¦æ¯æéè¦è¿è¡çæä½ if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) //æ ¹æ®HInterIDè·åè¯¥åæ®çæ°æ® { if (oBill.omodel.HCloseMan.Trim() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®å·²å ³é!ä¸è½åæ¬¡å®¡æ ¸ï¼"; objJsonResult.data = null; return objJsonResult; } if (oBill.omodel.HDeleteMan.Trim() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "忮已ä½åº!ä¸è½åæ¬¡å®¡æ ¸ï¼"; objJsonResult.data = null; return objJsonResult; } if (IsAudit == 0) //å®¡æ ¸å¤æ { if (oBill.omodel.HChecker.Trim() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®å·²å®¡æ ¸!ä¸è½åæ¬¡å®¡æ ¸ï¼"; objJsonResult.data = null; return objJsonResult; } } if (IsAudit == 1) //åå®¡æ ¸å¤æ { if (oBill.omodel.HChecker.Trim() == "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®æªå®¡æ ¸!ä¸éè¦åå®¡æ ¸!"; objJsonResult.data = null; return objJsonResult; } } } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®ä¸åå¨!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } //è¿è¡éè¦è¿è¡çå®¡æ ¸/åå®¡æ ¸æä½ if (IsAudit == 0) //å®¡æ ¸æäº¤ { //è¿è¡ ä¼è®¡æé´ ç»è´¦ çå¤æåæ§å¶ string s = ""; int sYear = 0; int sPeriod = 0; DateTime HDate = DateTime.Now; if (DBUtility.Xt_BaseBillFun.Fun_AllowYearPeriod(HDate, ref sYear, ref sPeriod, ref s) == false) { objJsonResult.Message = s; return objJsonResult; } oCN.BeginTran(); //è®°å½è¿åä¿¡æ¯ string msg = ""; //å®¡æ ¸åæ§å¶========================================= string sql1 = "exec h_p_YF_PayMentOtherBill_BeforeCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; ds = oCN.RunProcReturn(sql1, "h_p_YF_PayMentOtherBill_BeforeCheckCtrl"); if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "å®¡æ ¸å¤±è´¥!åå :å®¡æ ¸åå¤æå¤±è´¥ï¼è¯·ä¸ç½ç»ç®¡ç人åèç³»"; objJsonResult.data = null; oCN.RollBack(); return objJsonResult; } if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "å®¡æ ¸å¤±è´¥!åå :" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; objJsonResult.data = null; oCN.RollBack(); return objJsonResult; } //================================================================================== //å®¡æ ¸æäº¤ if (oBill.CheckBill(oBill.omodel.HInterID,oBill.omodel.HBillNo, "h_p_YF_PayMentOtherBill_AfterCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) { oCN.Commit(); objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "å®¡æ ¸æåï¼" + msg; objJsonResult.data = null; return objJsonResult; } else { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å®¡æ ¸å¤±è´¥!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } } if (IsAudit == 1) //åå®¡æ ¸æäº¤ { //åå®¡æ ¸åæ§å¶========================================= string sql1 = "exec h_p_YF_PayMentOtherBill_BeforeUnCheckCtrl " + oBill.omodel.HInterID + ",'" + oBill.omodel.HBillNo + "','" + CurUserName + "'"; ds = oCN.RunProcReturn(sql1, "h_p_YF_PayMentOtherBill_BeforeUnCheckCtrl"); if (ds == null || ds.Tables.Count == 0 || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "åå®¡æ ¸å¤±è´¥!åå :åå®¡æ ¸åå¤æå¤±è´¥ï¼è¯·ä¸ç½ç»ç®¡ç人åèç³»"; objJsonResult.data = null; return objJsonResult; } if (ds.Tables[0].Rows[0]["HBack"].ToString() != "0") { objJsonResult.code = "0"; objJsonResult.count = 1; objJsonResult.Message = "åå®¡æ ¸å¤±è´¥!åå :" + ds.Tables[0].Rows[0]["HRemark"].ToString(); ; objJsonResult.data = null; return objJsonResult; } //=========================================================== //è¿è¡ ä¼è®¡æé´ ç»è´¦ çå¤æåæ§å¶ string s = ""; int sYear = 0; int sPeriod = 0; DateTime HDate = DateTime.Now; if (DBUtility.Xt_BaseBillFun.Fun_AllowYearPeriod(HDate, ref sYear, ref sPeriod, ref s) == false) { objJsonResult.Message = s; return objJsonResult; } //åå®¡æ ¸æäº¤AbandonCheck if (oBill.AbandonCheck(oBill.omodel.HInterID, oBill.omodel.HBillNo, "h_p_YF_PayMentOtherBill_AfterUnCheckCtrl", CurUserName, ref DBUtility.ClsPub.sExeReturnInfo) == true) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "åå®¡æ ¸æå"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åå®¡æ ¸å¤±è´¥!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } } return objJsonResult; } catch (Exception e) { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å®¡æ ¸å¤±è´¥æè åå®¡æ ¸å¤±è´¥ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region å ¶ä»åºä»å å ³é/åå ³é /// <summary> /// </summary> /// <param name="HInterID">åæ®ID</param> /// <param name="IsAudit">å ³é(0),åå ³é(1)</param> /// <param name="CurUserName">å ³é人</param> /// <returns></returns> [Route("YF_PayMentOtherBillTran/CloseYF_PayMentOtherBill")] [HttpGet] public object CloseYF_PayMentOtherBill(int HInterID, int IsAudit, string CurUserName) { string ModRightNameCheck = "YF_PayMentOtherBill_Close"; DBUtility.ClsPub.CurUserName = CurUserName; try { //æ£æ¥æé if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å ³éå¤±è´¥ï¼æ æéï¼"; objJsonResult.data = null; return objJsonResult; } //HInterIDæ°æ®å¤æ if (HInterID <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "HInterIDå°äº0ï¼"; objJsonResult.data = null; return objJsonResult; } Int64 lngBillKey = 0; lngBillKey = DBUtility.ClsPub.isLong(HInterID); //对HInterIDè¿è¡ç±»åçè½¬æ¢ DAL.ClsYF_PayMentOtherBill oBill = new DAL.ClsYF_PayMentOtherBill(); //å®ä¾ååæ®æä½ç±»ï¼ç¨äºè¿è¡ç¸å ³æä½ //é对éè¦è¿è¡çæä½ï¼æ£éªå½ååæ®çç¶ææ¯å¦æ¯æéè¦è¿è¡çæä½ if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) //æ ¹æ®HInterIDè·åè¯¥åæ®çæ°æ® { if (oBill.omodel.HDeleteMan.Trim() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "忮已ä½åº!ä¸è½è¿è¡å ³éï¼"; objJsonResult.data = null; return objJsonResult; } if (oBill.omodel.HChecker.Trim() == "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®æªå®¡æ ¸!ä¸è½è¿è¡å ³éï¼"; objJsonResult.data = null; return objJsonResult; } if (IsAudit == 0) //å ³é夿 { if (oBill.omodel.HCloseMan.Trim() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®å·²å ³é!ä¸è½åæ¬¡å ³éï¼"; objJsonResult.data = null; return objJsonResult; } } if (IsAudit == 1) //åå ³é夿 { if (oBill.omodel.HCloseMan.Trim() == "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®æªå ³é!ä¸éè¦åå ³éï¼"; objJsonResult.data = null; return objJsonResult; } } } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®ä¸åå¨!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } //è¿è¡éè¦è¿è¡çå ³é/åå ³éæä½ if (IsAudit == 0) //å ³éæäº¤ { //å ³éæäº¤ if (oBill.CloseBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "å ³éæå"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å ³é失败!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } } if (IsAudit == 1) //åå ³éæäº¤ { //åå ³éæäº¤ if (oBill.CancelClose(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "åå ³éæå"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åå ³é失败!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } } return objJsonResult; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "å ³é失败æè åå ³é失败ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion #region å ¶ä»åºä»å ä½åº/åä½åº /// <summary> /// </summary> /// <param name="HInterID">åæ®ID</param> /// <param name="IsAudit">ä½åº(0),åä½åº(1)</param> /// <param name="CurUserName">ä½åºäºº</param> /// <returns></returns> [Route("YF_PayMentOtherBillTran/DeleteYF_PayMentOtherBill")] [HttpGet] public object DeleteYF_PayMentOtherBill(int HInterID, int IsAudit, string CurUserName) { string ModRightNameCheck = "YF_PayMentOtherBill_Delete"; DBUtility.ClsPub.CurUserName = CurUserName; try { //æ£æ¥æé if (!DBUtility.ClsPub.Security_Log_second(ModRightNameCheck, 1, false, CurUserName)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä½åºå¤±è´¥ï¼æ æéï¼"; objJsonResult.data = null; return objJsonResult; } //HInterIDæ°æ®å¤æ if (HInterID <= 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "HInterIDå°äº0ï¼"; objJsonResult.data = null; return objJsonResult; } Int64 lngBillKey = 0; lngBillKey = DBUtility.ClsPub.isLong(HInterID); //对HInterIDè¿è¡ç±»åçè½¬æ¢ DAL.ClsYF_PayMentOtherBill oBill = new DAL.ClsYF_PayMentOtherBill(); //å®ä¾ååæ®æä½ç±»ï¼ç¨äºè¿è¡ç¸å ³æä½ //é对éè¦è¿è¡çæä½ï¼æ£éªå½ååæ®çç¶ææ¯å¦æ¯æéè¦è¿è¡çæä½ if (oBill.ShowBill(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo)) //æ ¹æ®HInterIDè·åè¯¥åæ®çæ°æ® { if (oBill.omodel.HChecker.Trim() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®å·²å®¡æ ¸!ä¸è½è¿è¡ä½åºï¼"; objJsonResult.data = null; return objJsonResult; } if (IsAudit == 0) //ä½åºå¤æ { if (oBill.omodel.HDeleteMan.Trim() != "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "忮已ä½åº!ä¸è½åä½åºï¼"; objJsonResult.data = null; return objJsonResult; } } if (IsAudit == 1) //åä½åºå¤æ { if (oBill.omodel.HDeleteMan.Trim() == "") { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®æªä½åº!ä¸éè¦åä½åºï¼"; objJsonResult.data = null; return objJsonResult; } } } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åæ®ä¸åå¨!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } //è¿è¡éè¦è¿è¡çä½åº/åä½åºæä½ if (IsAudit == 0) //ä½åºæäº¤ { //ä½åºæäº¤ if (oBill.Cancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "ä½åºæå"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä½åºå¤±è´¥!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } } if (IsAudit == 1) //åå ³éæäº¤ { //åå ³éæäº¤ if (oBill.AbandonCancelltion(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "åä½åºæå"; objJsonResult.data = null; return objJsonResult; } else { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "åä½åºå¤±è´¥!åå :" + DBUtility.ClsPub.sExeReturnInfo; objJsonResult.data = null; return objJsonResult; } } return objJsonResult; } catch (Exception e) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "ä½åºå¤±è´¥æè åä½åºå¤±è´¥ï¼" + e.ToString(); objJsonResult.data = null; return objJsonResult; } } #endregion } } WebAPI/Controllers/ÎïÁ÷¹ÜÀí/Ô˵¥·ÑÓýáËãµ¥/Pay_WayBillPaymentBillController.cs
@@ -97,7 +97,12 @@ string msg3 = sArray[1].ToString(); //å表 string refSav = sArray[2].ToString();//æä½æ¹å¼æ°æ®ç±»å 1æ·»å 3ä¿®æ¹ 2 å¤å¶ string msg4 = sArray[3].ToString();//ç¨æ·å string msg5 = sArray[4].ToString(); if (msg5 != null || msg5 != "") { msg5 = msg5.Substring(1); } DBUtility.ClsPub.CurUserName = msg4; string UserName = ""; @@ -227,6 +232,10 @@ { bResult = oBill.AddBill(ref DBUtility.ClsPub.sExeReturnInfo); if (msg5 != "") { oCN.RunProc("update WL_YayBillMain set HDate_Accounting=getdate() , HSurer_Accounting='" + msg4 +"'" +" where HInterID in (" + msg5 + ")"); } } else if (refSav == "Update") { @@ -948,6 +957,28 @@ } #endregion #region è·åè¿åæºåæ°æ® [Route("Pay_WayBillPaymentBillController/getOrginBill")] [HttpGet] public object getOrginBill(int HInterID,int HEntryID) { string sql1 = "select * from h_v_WL_YayBillEdit where HInterID= "+ HInterID+ " and HEntryID="+ HEntryID; //string sql = sql1 + sWhere + " order by åæ®å· desc"; ds = oCN.RunProcReturn(sql1, "h_v_WL_YayBill"); if(ds!=null||ds.Tables.Count>0) { objJsonResult.code = "1"; objJsonResult.count = 1; objJsonResult.Message = "Sucessï¼"; objJsonResult.data = ds.Tables[0]; return objJsonResult; } objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "没æè¿åä»»ä½è®°å½ï¼"; objJsonResult.data = null; return objJsonResult; } #endregion } } WebAPI/DLL/ClsQC_PatrolProcCheckBill.cs
@@ -258,8 +258,8 @@ "," + oSub.HSourceEntryID.ToString() + ",'" + oSub.HSourceBillNo + "','" + oSub.HSourceBillType + "'," + oSub.HRelationQty.ToString() + "," + oSub.HRelationMoney.ToString() + "," + oSub.HQCCheckItemID.ToString() + ",'" + oSub.HQCStd + "','" + oSub.HQCNote1 + "','" + oSub.HQCNote2 + "','" + oSub.HQCNote3 + "','" + oSub.HQCNote4 + "'" + ",'" + oSub.HQCNote5 + "','" + oSub.HQCNote6 + "','" + oSub.HQCNote7 + "','" + oSub.HQCNote8 + "','" + oSub.HQCNote9 + "','" + oSub.HQCNote10 + "','" + oSub.HQCNote1_SN + "','" + oSub.HQCNote2_SN + "','" + oSub.HQCNote3_SN + "','" + oSub.HQCNote4_SN + "','" + oSub.HQCNote5_SN + "','" + oSub.HQCNote6_SN + "','" + oSub.HQCNote7_SN + "','" + oSub.HQCNote8_SN + "','" + oSub.HQCNote9_SN + "','" + oSub.HQCNote10_SN + "'" + ","+ oSub.HTargetVal+","+ oSub.HInspectMethodID+","+ oSub.HDownLimit+","+ oSub.HUpLimit + ",'"+ oSub.HAnalysisMethod+"'"+ "," + oSub.HTargetVal2 + "," + oSub.HTargetVal3 + "," + oSub.HTargetVal4 + "," + oSub.HTargetVal5 + "," + oSub.HTargetVal6 + ",'"+ oSub.HTargetVal+"',"+ oSub.HInspectMethodID+",'"+ oSub.HDownLimit+"','"+ oSub.HUpLimit + "','"+ oSub.HAnalysisMethod+"'"+ ",'" + oSub.HTargetVal2 + "','" + oSub.HTargetVal3 + "','" + oSub.HTargetVal4 + "','" + oSub.HTargetVal5 + "','" + oSub.HTargetVal6 + "'" + ") "); } //æå ¥å表2 WebAPI/Properties/PublishProfiles/FolderProfile4.pubxml.user
@@ -5,7 +5,7 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>D:\ç½ç«åå¸\æºäºMESWMS\API</_PublishTargetUrl> <History>True|2026-01-19T07:58:34.1439056Z;True|2026-01-19T15:56:47.6488483+08:00;True|2026-01-19T15:12:36.9286562+08:00;True|2026-01-19T14:55:17.2807312+08:00;True|2026-01-19T14:47:03.8892836+08:00;True|2026-01-19T14:36:15.0507410+08:00;True|2026-01-19T14:26:05.5060287+08:00;True|2026-01-19T13:50:54.8654304+08:00;True|2026-01-19T13:37:47.2294303+08:00;True|2026-01-19T13:20:13.3781676+08:00;True|2026-01-19T13:07:18.8111360+08:00;True|2026-01-19T13:01:15.1432453+08:00;True|2026-01-19T11:54:26.6582081+08:00;True|2026-01-19T11:23:28.6100843+08:00;True|2026-01-19T08:41:23.8724527+08:00;True|2026-01-19T08:34:06.3247836+08:00;True|2026-01-19T07:48:11.5052413+08:00;False|2026-01-19T07:47:21.4586297+08:00;True|2026-01-18T14:27:24.9640228+08:00;True|2026-01-18T13:21:44.9690334+08:00;False|2026-01-18T13:20:08.6314025+08:00;False|2026-01-16T16:53:24.3290896+08:00;True|2026-01-16T09:03:14.4122067+08:00;True|2026-01-16T08:44:23.0342932+08:00;False|2026-01-16T08:43:34.3488415+08:00;True|2026-01-15T16:27:10.8480719+08:00;False|2026-01-15T16:26:06.6002625+08:00;True|2026-01-15T13:04:43.0602637+08:00;</History> <History>True|2026-01-20T02:28:19.5250951Z;True|2026-01-20T10:27:41.5947282+08:00;True|2026-01-20T10:23:10.6474490+08:00;True|2026-01-20T10:07:24.8412652+08:00;True|2026-01-20T09:53:19.8583529+08:00;True|2026-01-20T08:21:20.5302494+08:00;False|2026-01-20T08:20:24.6093320+08:00;True|2026-01-19T15:58:34.1439056+08:00;True|2026-01-19T15:56:47.6488483+08:00;True|2026-01-19T15:12:36.9286562+08:00;True|2026-01-19T14:55:17.2807312+08:00;True|2026-01-19T14:47:03.8892836+08:00;True|2026-01-19T14:36:15.0507410+08:00;True|2026-01-19T14:26:05.5060287+08:00;True|2026-01-19T13:50:54.8654304+08:00;True|2026-01-19T13:37:47.2294303+08:00;True|2026-01-19T13:20:13.3781676+08:00;True|2026-01-19T13:07:18.8111360+08:00;True|2026-01-19T13:01:15.1432453+08:00;True|2026-01-19T11:54:26.6582081+08:00;True|2026-01-19T11:23:28.6100843+08:00;True|2026-01-19T08:41:23.8724527+08:00;True|2026-01-19T08:34:06.3247836+08:00;True|2026-01-19T07:48:11.5052413+08:00;False|2026-01-19T07:47:21.4586297+08:00;True|2026-01-18T14:27:24.9640228+08:00;True|2026-01-18T13:21:44.9690334+08:00;False|2026-01-18T13:20:08.6314025+08:00;False|2026-01-16T16:53:24.3290896+08:00;True|2026-01-16T09:03:14.4122067+08:00;True|2026-01-16T08:44:23.0342932+08:00;False|2026-01-16T08:43:34.3488415+08:00;True|2026-01-15T16:27:10.8480719+08:00;False|2026-01-15T16:26:06.6002625+08:00;True|2026-01-15T13:04:43.0602637+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> @@ -45,28 +45,28 @@ <publishTime>02/22/2013 16:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>01/19/2026 15:56:17</publishTime> <publishTime>01/20/2026 10:27:11</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>01/19/2026 15:56:17</publishTime> <publishTime>01/20/2026 10:27:11</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>01/19/2026 15:56:14</publishTime> <publishTime>01/20/2026 10:27:09</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>01/19/2026 15:56:14</publishTime> <publishTime>01/20/2026 10:27:09</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 22:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>01/19/2026 15:56:07</publishTime> <publishTime>01/20/2026 10:27:02</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>01/19/2026 15:56:07</publishTime> <publishTime>01/20/2026 10:27:02</publishTime> </File> <File Include="bin/Fleck.dll"> <publishTime>04/22/2021 11:48:12</publishTime> @@ -123,10 +123,10 @@ <publishTime>07/25/2012 19:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>01/19/2026 15:56:08</publishTime> <publishTime>01/20/2026 10:27:04</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>01/19/2026 15:56:08</publishTime> <publishTime>01/20/2026 10:27:04</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>04/21/2025 11:46:16</publishTime> @@ -159,34 +159,34 @@ <publishTime>10/23/2021 17:07:54</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>01/19/2026 15:56:02</publishTime> <publishTime>01/20/2026 10:26:59</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>01/19/2026 15:56:02</publishTime> <publishTime>01/20/2026 10:26:59</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>01/19/2026 15:56:03</publishTime> <publishTime>01/20/2026 10:27:00</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>01/19/2026 15:56:03</publishTime> <publishTime>01/20/2026 10:27:00</publishTime> </File> <File Include="bin/RestSharp.dll"> <publishTime>08/31/2012 06:22:50</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>01/19/2026 15:56:05</publishTime> <publishTime>01/20/2026 10:27:01</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>01/19/2026 15:56:05</publishTime> <publishTime>01/20/2026 10:27:01</publishTime> </File> <File Include="bin/Swashbuckle.Core.dll"> <publishTime>02/16/2015 01:57:08</publishTime> </File> <File Include="bin/SyntacticSugar.dll"> <publishTime>01/19/2026 15:54:15</publishTime> <publishTime>01/20/2026 10:26:02</publishTime> </File> <File Include="bin/SyntacticSugar.pdb"> <publishTime>01/19/2026 15:54:15</publishTime> <publishTime>01/20/2026 10:26:02</publishTime> </File> <File Include="bin/System.Buffers.dll"> <publishTime>07/19/2017 18:01:28</publishTime> @@ -297,22 +297,22 @@ <publishTime>05/09/2023 10:43:40</publishTime> </File> <File Include="bin/TopSdk.dll"> <publishTime>01/19/2026 15:54:21</publishTime> <publishTime>01/20/2026 10:26:09</publishTime> </File> <File Include="bin/TopSdk.pdb"> <publishTime>01/19/2026 15:54:21</publishTime> <publishTime>01/20/2026 10:26:09</publishTime> </File> <File Include="bin/WebActivatorEx.dll"> <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>01/19/2026 15:58:21</publishTime> <publishTime>01/20/2026 10:28:10</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>01/19/2026 15:58:21</publishTime> <publishTime>01/20/2026 10:28:10</publishTime> </File> <File Include="bin/WebAPI.XmlSerializers.dll"> <publishTime>01/19/2026 15:58:30</publishTime> <publishTime>01/20/2026 10:28:17</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/18/2013 01:03:52</publishTime> WebAPI/Properties/PublishProfiles/WTTFolder.pubxml
@@ -1,13 +1,9 @@ <<<<<<< HEAD:WebAPI/Properties/PublishProfiles/WTTFolder.pubxml <?xml version="1.0" encoding="utf-8"?> ======= <?xml version="1.0" encoding="utf-8"?> >>>>>>> 6367b170a3db4df6e43a8962b2f17b06a020b913:WebAPI/Properties/PublishProfiles/FolderProfilewtt.pubxml <!-- https://go.microsoft.com/fwlink/?LinkID=208121. --> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <PropertyGroup> <DeleteExistingFiles>True</DeleteExistingFiles> <ExcludeApp_Data>False</ExcludeApp_Data> <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> WebAPI/Properties/PublishProfiles/WTTFolder.pubxml.user
@@ -5,7 +5,7 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PublishTargetUrl>D:\ç½ç«åå¸\API</_PublishTargetUrl> <History>True|2026-01-19T05:53:48.2079321Z;False|2026-01-19T13:53:24.9464993+08:00;True|2026-01-16T15:23:46.2649561+08:00;True|2026-01-16T09:00:43.1528772+08:00;</History> <History>True|2026-01-21T05:46:11.7257946Z;True|2026-01-20T09:22:33.7255529+08:00;False|2026-01-20T08:33:10.2890987+08:00;True|2026-01-19T13:53:48.2079321+08:00;False|2026-01-19T13:53:24.9464993+08:00;True|2026-01-16T15:23:46.2649561+08:00;True|2026-01-16T09:00:43.1528772+08:00;</History> </PropertyGroup> <ItemGroup> <File Include="apiapp.json"> @@ -45,28 +45,31 @@ <publishTime>02/22/2013 16:43:40</publishTime> </File> <File Include="bin/BLL.dll"> <publishTime>01/16/2026 09:00:35</publishTime> <publishTime>01/21/2026 13:45:59</publishTime> </File> <File Include="bin/BLL.pdb"> <publishTime>01/16/2026 09:00:35</publishTime> <publishTime>01/21/2026 13:45:59</publishTime> </File> <File Include="bin/BouncyCastle.Crypto.dll"> <publishTime>12/18/2020 05:32:28</publishTime> </File> <File Include="bin/DAL.dll"> <publishTime>01/16/2026 09:00:32</publishTime> <publishTime>01/21/2026 13:45:54</publishTime> </File> <File Include="bin/DAL.pdb"> <publishTime>01/16/2026 09:00:32</publishTime> <publishTime>01/21/2026 13:45:54</publishTime> </File> <File Include="bin/Dapper.dll"> <publishTime>07/22/2016 22:52:40</publishTime> </File> <File Include="bin/DBUtility.dll"> <publishTime>01/16/2026 09:00:28</publishTime> <publishTime>01/21/2026 13:45:49</publishTime> </File> <File Include="bin/DBUtility.pdb"> <publishTime>01/16/2026 09:00:28</publishTime> <publishTime>01/21/2026 13:45:49</publishTime> </File> <File Include="bin/Fleck.dll"> <publishTime>04/22/2021 11:48:12</publishTime> </File> <File Include="bin/Grpc.Core.Api.dll"> <publishTime>03/22/2022 13:17:26</publishTime> @@ -111,10 +114,10 @@ <publishTime>07/25/2012 19:48:56</publishTime> </File> <File Include="bin/Model.dll"> <publishTime>01/16/2026 09:00:30</publishTime> <publishTime>01/21/2026 13:45:52</publishTime> </File> <File Include="bin/Model.pdb"> <publishTime>01/16/2026 09:00:30</publishTime> <publishTime>01/21/2026 13:45:52</publishTime> </File> <File Include="bin/Models/ClsSc_MouldScrapOutBillMain.cs"> <publishTime>08/18/2025 16:11:18</publishTime> @@ -147,34 +150,34 @@ <publishTime>10/23/2021 17:07:54</publishTime> </File> <File Include="bin/Pub_Class.dll"> <publishTime>01/16/2026 09:00:26</publishTime> <publishTime>01/21/2026 13:45:44</publishTime> </File> <File Include="bin/Pub_Class.pdb"> <publishTime>01/16/2026 09:00:26</publishTime> <publishTime>01/21/2026 13:45:44</publishTime> </File> <File Include="bin/Pub_Control.dll"> <publishTime>01/16/2026 09:00:27</publishTime> <publishTime>01/21/2026 13:45:47</publishTime> </File> <File Include="bin/Pub_Control.pdb"> <publishTime>01/16/2026 09:00:27</publishTime> <publishTime>01/21/2026 13:45:47</publishTime> </File> <File Include="bin/RestSharp.dll"> <publishTime>08/31/2012 06:22:50</publishTime> </File> <File Include="bin/SQLHelper.dll"> <publishTime>01/16/2026 09:00:27</publishTime> <publishTime>01/21/2026 13:45:47</publishTime> </File> <File Include="bin/SQLHelper.pdb"> <publishTime>01/16/2026 09:00:27</publishTime> <publishTime>01/21/2026 13:45:47</publishTime> </File> <File Include="bin/Swashbuckle.Core.dll"> <publishTime>02/16/2015 01:57:08</publishTime> </File> <File Include="bin/SyntacticSugar.dll"> <publishTime>01/14/2026 14:23:43</publishTime> <publishTime>01/21/2026 13:43:10</publishTime> </File> <File Include="bin/SyntacticSugar.pdb"> <publishTime>01/14/2026 14:23:43</publishTime> <publishTime>01/21/2026 13:43:10</publishTime> </File> <File Include="bin/System.Buffers.dll"> <publishTime>07/19/2017 18:01:28</publishTime> @@ -285,19 +288,19 @@ <publishTime>05/09/2023 10:43:40</publishTime> </File> <File Include="bin/TopSdk.dll"> <publishTime>01/13/2026 14:00:51</publishTime> <publishTime>01/21/2026 13:43:13</publishTime> </File> <File Include="bin/TopSdk.pdb"> <publishTime>01/13/2026 14:00:51</publishTime> <publishTime>01/21/2026 13:43:13</publishTime> </File> <File Include="bin/WebActivatorEx.dll"> <publishTime>11/24/2014 19:18:48</publishTime> </File> <File Include="bin/WebAPI.dll"> <publishTime>01/19/2026 13:53:41</publishTime> <publishTime>01/21/2026 13:46:08</publishTime> </File> <File Include="bin/WebAPI.pdb"> <publishTime>01/19/2026 13:53:41</publishTime> <publishTime>01/21/2026 13:46:08</publishTime> </File> <File Include="bin/WebGrease.dll"> <publishTime>07/18/2013 01:03:52</publishTime> @@ -387,7 +390,7 @@ <publishTime>08/18/2025 16:11:18</publishTime> </File> <File Include="packages.config"> <publishTime>12/29/2025 09:21:08</publishTime> <publishTime>01/19/2026 14:06:44</publishTime> </File> <File Include="Properties/PublishProfiles/JFAPI.pubxml.user"> <publishTime>12/08/2025 10:29:30</publishTime> @@ -501,7 +504,7 @@ <publishTime>10/27/2025 08:51:29</publishTime> </File> <File Include="Web.config"> <publishTime>01/16/2026 09:00:41</publishTime> <publishTime>01/20/2026 09:22:31</publishTime> </File> </ItemGroup> </Project> WebAPI/WebAPI.csproj
@@ -683,6 +683,7 @@ <Compile Include="Controllers\åºç¡èµæ\åºç¡èµæ\Gy_CostItemController.cs" /> <Compile Include="Controllers\åºç¡èµæ\åºç¡èµæ\Gy_CostCenterController.cs" /> <Compile Include="Controllers\æ£éªç³è¯·å\QC_RequestCheckBillController.cs" /> <Compile Include="Controllers\ç©æµç®¡ç\å ¶ä»ç»ç®å\YF_PayMentOtherBillTranController.cs" /> <Compile Include="Controllers\ç©æµç®¡ç\åºè¿å\WLYayBillController.cs" /> <Compile Include="Controllers\ç©æµç®¡ç\è¿åè´¹ç¨ç»ç®å\Pay_WayBillPaymentBillController.cs" /> <Compile Include="Controllers\项ç®ç®¡ç\å·¥ç¨é¡¹ç®\PM_ProjectBill_WorkController.cs" /> WebAPI/WebAPI.csproj.user
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|x86</LastActiveSolutionConfig> <UseIISExpress>true</UseIISExpress> <Use64BitIISExpress /> <IISExpressSSLPort /> @@ -12,29 +12,5 @@ <NameOfLastUsedPublishProfile>D:\gz\MES-WEB-API\MES-WEB-API\WebAPI\Properties\PublishProfiles\FolderProfile1.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>D:\gz\MES-WEB-API\MES-WEB-API\WebAPI\Properties\PublishProfiles\FolderProfile6.pubxml</NameOfLastUsedPublishProfile> </PropertyGroup> <ProjectExtensions> <VisualStudio> <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> <WebProjectProperties> <StartPageUrl> </StartPageUrl> <StartAction>CurrentPage</StartAction> <AspNetDebugging>True</AspNetDebugging> <SilverlightDebugging>False</SilverlightDebugging> <NativeDebugging>False</NativeDebugging> <SQLDebugging>False</SQLDebugging> <ExternalProgram> </ExternalProgram> <StartExternalURL> </StartExternalURL> <StartCmdLineArguments> </StartCmdLineArguments> <StartWorkingDirectory> </StartWorkingDirectory> <EnableENC>True</EnableENC> <AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug> </WebProjectProperties> </FlavorProperties> </VisualStudio> </ProjectExtensions> <ProjectExtensions /> </Project> sdk_dingding/TopSdk/bin/Debug/TopSdk.dllBinary files differ
sdk_dingding/TopSdk/bin/Debug/TopSdk.pdbBinary files differ
sdk_dingding/TopSdk/bin/Release/TopSdk.dllBinary files differ
sdk_dingding/TopSdk/bin/Release/TopSdk.pdbBinary files differ
sdk_dingding/TopSdk/obj/Debug/TopSdk.csproj.FileListAbsolute.txt
@@ -3,7 +3,6 @@ C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.CoreCompileInputs.cache C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.dll C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.pdb C:\Users\19858\Desktop\æºäºè¿æ\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.AssemblyReference.cache D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.dll D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\sdk_dingding\TopSdk\bin\Debug\TopSdk.pdb D:\ç½ç«åå¸\å端代ç \MES-WEB-API\MES-WEB-API\sdk_dingding\TopSdk\obj\Debug\TopSdk.csproj.AssemblyReference.cache sdk_dingding/TopSdk/obj/Debug/TopSdk.dllBinary files differ
sdk_dingding/TopSdk/obj/Debug/TopSdk.pdbBinary files differ
sdk_dingding/TopSdk/obj/Release/TopSdk.csproj.AssemblyReference.cacheBinary files differ
sdk_dingding/TopSdk/obj/Release/TopSdk.csproj.FileListAbsolute.txt
@@ -8,4 +8,3 @@ D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Release\TopSdk.csproj.CoreCompileInputs.cache D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Release\TopSdk.dll D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Release\TopSdk.pdb D:\WorkBench\MES-WEB-API\sdk_dingding\TopSdk\obj\Release\TopSdk.csproj.AssemblyReference.cache sdk_dingding/TopSdk/obj/Release/TopSdk.dllBinary files differ
sdk_dingding/TopSdk/obj/Release/TopSdk.pdbBinary files differ