11
pzy
2024-10-04 7a01f43d91c2e7e1d3ab099c7a6f0152c6abdecd
WebAPI/Controllers/品质管理/首件检验单/QC_FirstPieceCheckBillController.cs
@@ -84,6 +84,16 @@
            {
                List<object> columnNameList = new List<object>();
                //鍒ゆ柇鏉冮檺
                if (!DBUtility.ClsPub.Security_Log("QC_FirstPieceCheckBill_Query", 3, false, user))
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "鎮ㄦ病鏈夎妯″潡鏉冮檺,璇蜂笌绠$悊鍛樿仈绯伙紒";
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                string sql1 = "select * from h_v_QC_FirstPieceCheckBillMainList where 1 = 1  ";
                string sql = sql1 + sWhere + "  ";
                ds = oCN.RunProcReturn(sql, "h_v_QC_FirstPieceCheckBillMainList");