啊鑫
3 天以前 6b57612f6e9f7575d206e82955ffd989faaaf8b3
WebApi/GS.QC/Service/MesQaItemsDetect01Manager.cs
@@ -299,7 +299,8 @@
    public ReturnDto<string> EditModel([FromBody] dynamic model)
    {
        Guid? guid = model.guid; //到货单主键
        string fngDesc = model.fngDesc; //备注
        string fngDesc = model.fngDesc; //异常描述
        string iqcRemark = model.iqcRemark;
        string ckId=model.ckId;
        var _outMsg = "";
        var _outSum = -1;
@@ -319,6 +320,7 @@
                        new("@inOrderGuid", UtilityHelper.CheckGuid(guid) ? guid: DBNull.Value),
                        new("@fngDesc", fngDesc),
                        new("@ckId", ckId),
                        new("@iqcRemark", iqcRemark),
                    };
                    parameters[0].Direction = ParameterDirection.Output;
                    parameters[1].Direction = ParameterDirection.Output;