pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigation/IrrigationCtrl.java
@@ -47,9 +47,9 @@ @GetMapping(path = "/getSimpleGroups") public BaseResponse<QueryResultVo<List<VoGroupSimple>>> getSimpleGroups(QoGroup qo) { //if(qo.getProjectId() == null) { // return BaseResponseUtils.buildErrorMsg("请选择项目"); //} if(qo.getProjectId() == null) { return BaseResponseUtils.buildErrorMsg("请选择项目"); } try { QueryResultVo<List<VoGroupSimple>> res = irrigationSv.getSimpleGroups(qo);