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

Commit 862fe13d authored by 胡佳晨's avatar 胡佳晨

脚本

parent 7670952f
......@@ -13,10 +13,10 @@ import springfox.documentation.service.ApiInfo;
import springfox.documentation.service.Contact;
import springfox.documentation.spi.DocumentationType;
import springfox.documentation.spring.web.plugins.Docket;
import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
//import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
@Configuration
@EnableSwagger2WebMvc
//@EnableSwagger2WebMvc
public class Swagger2Config {
@Autowired
private Environment environment;
......
......@@ -33,6 +33,9 @@ public class PerformanceRecommendAdminDao {
case 8:
this.statusName="演出结束";
break;
case 9:
this.statusName="演出未开始";
break;
default:
this.statusName="其他";
break;
......
......@@ -1028,9 +1028,9 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
try {
KylinOrderTicketVo vo = dataUtils.getOrderTicketVo(item.getOrderTicketsId());
if (vo.getStatus() != 0) {
continue;
}
// if (vo.getStatus() != 0) {
// continue;
// }
//mysql
KylinOrderTickets orderTickets = new KylinOrderTickets();
......
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