| | |
| | | { |
| | | 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)) |
| | |
| | | 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; |