YL
2021-08-31 d001d01aaeac701cfbb60cda8c7d398f86e91bba
WebAPI/Controllers/ReportPlatFormController.cs
@@ -70,13 +70,13 @@
            try
            {
                ds = oCN.RunProcReturn("select * from Gy_SourceRelationSet where HSourceID='" + HSourceID + "'", "Gy_SourceRelationSet");
                ds = oCN.RunProcReturn("select * from Gy_SourceRelationSet where HSourceID='" + HSourceID + "' and HUserName='"+ HSourceName + "'", "Gy_SourceRelationSet");
                if (ds.Tables[0].Rows.Count > 0)
                {
                    objJsonResult.code = "0";
                    objJsonResult.count = 0;
                    objJsonResult.Message = "生产资源已存在!";
                    objJsonResult.Message = "当前人员创建此生产资源,不允许重复创建!";
                    objJsonResult.data = null;
                    return objJsonResult;
                }