yxj
2022-06-30 cb08b1f068f12f0cd7668087e5dd67f2217d003e
WebAPI/Controllers/CJGL/Cj_CallGoodsBillBackController.cs
@@ -94,7 +94,7 @@
                    return objJsonResult;
                }
                ds = oCN.RunProcReturn($"exec Sc_ComplementGoodBill/Insert_TL_ICStockTuiBill {HInterID},{HEntryID} ", "h_p_JIT_BackGoodsBillList_Delete");
                ds = oCN.RunProcReturn($"exec h_p_JIT_BackGoodsBillList_Delete {HInterID},{HEntryID} ", "h_p_JIT_BackGoodsBillList_Delete");
                objJsonResult.code = ds.Tables[0].Rows[0][0].ToString();
                objJsonResult.count = int.Parse(ds.Tables[0].Rows[0][0].ToString());