yxj
2023-06-09 948d2bbf11ef06dab194332909098dc72e02c73b
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;
            }
        }