Commit d1eaf886 by 吴迪

【修改】修改零售问题固定返回 flag=2

parent 038aca01
......@@ -135,6 +135,7 @@ public class RetailpictureController extends AbstractController {
// @RequiresPermissions("generator:picture:info")
public R getDetail(@PathVariable("pictureid") Integer pictureid){
RetailpictureEntity picture = retailpictureService.getById(pictureid);
picture.setFlag("2");
return R.ok().put("data", picture);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment