duhe
2023-06-20 c6830a3ee2e41efe330f5e3458581f14b1767b7f
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;
            }
        }