1
black-goat-me
2023-05-24 d61b04059a763aab67d1db107b729f5ed609cb2f
WebAPI/Controllers/SellOutController.cs
@@ -395,7 +395,7 @@
                objJsonResult.code = "0";
                objJsonResult.count = 1;
                objJsonResult.Message = DBUtility.ClsPub.sErrInfo;
                objJsonResult.data = oBar;
                objJsonResult.data = WebSoBar;
                return objJsonResult;
            }
        }