啊鑫
2 天以前 eb65436c2312821e3e513ab9ada41dd486d6d7cf
WebApi/GS.QC/Service/MesQaItemsDetect01Manager.cs
@@ -300,7 +300,7 @@
    {
        Guid? guid = model.guid; //到货单主键
        string fngDesc = model.fngDesc; //备注
        string fhandle = model.fhandle; //备注
        string ckId=model.ckId;
        var _outMsg = "";
        var _outSum = -1;
        using (var conn = new SqlConnection(DbHelperSQL.strConn))
@@ -318,7 +318,7 @@
                        new("@inEdtUserGuid", _userGuid),
                        new("@inOrderGuid", UtilityHelper.CheckGuid(guid) ? guid: DBNull.Value),
                        new("@fngDesc", fngDesc),
                        new("@fhandle", fhandle),
                        new("@ckId", ckId),
                    };
                    parameters[0].Direction = ParameterDirection.Output;
                    parameters[1].Direction = ParameterDirection.Output;