Explorar el Código

客户更名修改为不在加原名称

anderx hace 1 año
padre
commit
398eafaf71

+ 0 - 1
src/main/java/com/goafanti/weChat/controller/AdminReleaseApiController.java

@@ -65,7 +65,6 @@ public class AdminReleaseApiController extends CertifyApiController{
 			res.getError().add(buildError("请让管理员先设置公出审核人。"));
 			return res;
 		}
-
 		res.setData(publicReleaseService.addPublicRelease(in));
 		return res;
 	}