杨乐
2022-01-26 bae6f41fd7ab5f4c572e196a0646f61ec6fb03f2
WebAPI/Controllers/²Ö´æ¹ÜÀí/ίÍâÓÃÁÏ/WW_PPBomBillController.cs
@@ -26,10 +26,14 @@
        {
            try
            {
                if (!DBUtility.ClsPub.Security_Log("", 1, false, user))
                {
                //判断是否有查询权限
                if (!DBUtility.ClsPub.Security_Log("WW_PPBomBill_Query", 1, false, user))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "无查询权限!";
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                ds = WW_PPBomBillList(sWhere);