yxj
2022-08-30 d35264fbe7a33497b6444da09d9b0050e1cb5298
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());