王 垚
2022-04-22 0e0a2b76c2df34e5503ba312faff14d32c8a794c
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());