记得上下班打卡 | git大法好,push需谨慎

Commit d59406f4 authored by GaoHu's avatar GaoHu

修改演出详情票提数据

parent 717e09fa
......@@ -19,7 +19,7 @@ import java.util.List;
* @author liquidnet
* @since 2022-03-16
*/
@Api(tags = "代理配置")
@Api(tags = "票提管理")
@RestController
@RequestMapping("/smile/agent")
public class SmileAgentController {
......
......@@ -29,7 +29,7 @@ import java.util.List;
* @author liquidnet
* @since 2022-03-14
*/
@Api(tags = "用户管理")
@Api(tags = "用户管理,审核管理")
@Controller
@RequestMapping("/smile/user")
public class SmileUserController extends BaseController {
......
......@@ -18,6 +18,7 @@ public class ShowSort {
/**
* 排序
*/
@ApiModelProperty(value = "演出排序", example = "")
private String sort;
/**
......
......@@ -119,6 +119,8 @@ public class SmileAgentServiceImpl extends ServiceImpl<SmileAgentMapper, SmileAg
LambdaQueryWrapper<KylinTickets> queryWrapper = Wrappers.lambdaQuery(KylinTickets.class);
queryWrapper.eq(KylinTickets::getTicketsId, kylinPerformancesDao.getTicketId());
ShowAgentDao showAgentDao = kylinTicketsMapper.selectOneByPerIdAndTicketId(kylinPerformancesDao.getTicketId());
showAgentDao.setTicketId(kylinPerformancesDao.getTicketId());
showAgentDao.setPerformancesId(performancesId);
smileAgentDaoList.add(showAgentDao);
}
return AjaxResult.success(smileAgentDaoList);
......
......@@ -10,7 +10,7 @@ import java.math.BigDecimal;
@Data
public class ShowAgentDao {
private Integer id;
private Long id;
/**
* 演出id
......
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