Merge branch 'master' of http://43.142.96.171:8080/r/~kyy/LB_MesService
| | |
| | | string fngDesc = model.fngDesc; //异常描述 |
| | | string iqcRemark = model.iqcRemark; |
| | | string ckId=model.ckId; |
| | | string weight = model.weight; |
| | | var _outMsg = ""; |
| | | var _outSum = -1; |
| | | using (var conn = new SqlConnection(DbHelperSQL.strConn)) |
| | |
| | | new("@inOrderGuid", UtilityHelper.CheckGuid(guid) ? guid: DBNull.Value), |
| | | new("@fngDesc", fngDesc), |
| | | new("@ckId", ckId), |
| | | new("@weight", weight), |
| | | new("@iqcRemark", iqcRemark), |
| | | }; |
| | | parameters[0].Direction = ParameterDirection.Output; |