| | |
| | | if (!content1.Status) throw new Exception($"BDC02è¿ç¹å¤±è´¥ï¼{content1.msg}"); |
| | | |
| | | WebResponseContent webResponse = _mesService.bindWorkOrder("EL01RB", json.PVI); |
| | | if (!responseContent.Status) throw new Exception($"çæ¶ç»å®å¤±è´¥ï¼{webResponse.msg}"); |
| | | if (!webResponse.Status) throw new Exception($"çæ¶ç»å®å¤±è´¥ï¼{webResponse.msg}"); |
| | | |
| | | //è¿ç¹ä¿¡æ¯ -BDC02 |
| | | json.Position = "EL01RB"; |
| | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content.Error(ex.Message); |
| | | throw new Exception($"æ¶è£
æåæºå¼å¸¸:{ex.Message}"); |
| | | //content.Error(ex.Message); |
| | | } |
| | | return content; |
| | | } |