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

Commit 147b4c56 authored by 胡佳晨's avatar 胡佳晨

添加 错误码

parent 328694eb
......@@ -652,6 +652,7 @@ public class KylinPerformancesPartnerServiceImpl extends ServiceImpl<KylinPerfor
performancePartnerVo.setPerformancesId(IDGenerator.nextSnowId().toString());
performancePartnerVo.setStatus(0);
performancePartnerVo.setAuditStatus(-1);
performancePartnerVo.setIsCreateSave(1);
mongoTemplate.insert(performancePartnerVo, PerformancePartnerVo.class.getSimpleName());
List<TicketTimesPartnerVo> ticketTimesPartnerVos = mongoTemplate.find(Query.query(Criteria.where("performancesId").is(performancesId)), TicketTimesPartnerVo.class, TicketTimesPartnerVo.class.getSimpleName());
......
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