WebAPI/Controllers/BaseSet/Gy_BadReasonController.cs
@@ -12417,7 +12417,16 @@ try { List<object> columnNameList = new List<object>(); //查看权限 if (!DBUtility.ClsPub.Security_Log("EqiupMaterWorkTimes_Query", 1, false, user)) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "无查看权限!"; objJsonResult.data = null; return objJsonResult; } string sql1 = "select * from h_v_Sb_EqiupMaterWorkTimes where 1 = 1"; string sql = sql1 + sWhere + " order by 设备代码 ";