WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -156,14 +156,14 @@ objJsonResult.data = null; return objJsonResult; } if (HGroupID == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "生产班组没有选择!"; objJsonResult.data = null; return objJsonResult; } //if (HGroupID == 0) //{ // objJsonResult.code = "0"; // objJsonResult.count = 0; // objJsonResult.Message = "生产班组没有选择!"; // objJsonResult.data = null; // return objJsonResult; //} if (HProcID == 0) {