src/main/java/com/lf/server/controller/data/PublishController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/lf/server/controller/data/PublishController.java
@@ -136,7 +136,7 @@ @ApiImplicitParams({ @ApiImplicitParam(name = "entity", value = "实体类", dataType = "PubEntity", paramType = "body") }) @PostMapping(value = "/insert", produces = "application/json; charset=UTF-8") @PostMapping(value = "/insertForPub", produces = "application/json; charset=UTF-8") public ResponseMsg<Object> insertForPub(@RequestBody PubEntity entity, HttpServletRequest req) { try { if (null == entity || null == entity.getIds() || entity.getIds().isEmpty()) {