|
@@ -116,7 +116,7 @@ public class TaMetaImageTagController extends BaseController {
|
116
|
116
|
* @param taMetaImageTag 实体对象
|
117
|
117
|
* @return
|
118
|
118
|
*/
|
119
|
|
- @RequestMapping(value="/taMetaImageTag",method= RequestMethod.PUT)
|
|
119
|
+ @RequestMapping(value="/mp/taMetaImageTag",method= RequestMethod.PUT)
|
120
|
120
|
@ApiOperation(value="更新", notes = "更新", httpMethod = "PUT", response = ResponseBean.class)
|
121
|
121
|
public ResponseBean taMetaImageTagUpdate(@ApiParam("更新内容") @RequestBody ImageTagUpdateParams params) throws Exception{
|
122
|
122
|
// 先删除旧的映射关系
|