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

Commit 974f6a43 authored by 胡佳晨's avatar 胡佳晨

提交

parent 28e7175b
......@@ -226,10 +226,10 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
// 获取 当前时间 -> 创建时间
LocalDateTime createdAt = LocalDateTime.now();
// String merchantId = step2Param.getMerchantId();
// boolean isExistsSubmit = mongoMerchantUtils.isExistsSubmitPerformancePartner(performanceId);
// if (isExistsSubmit) {
// return ResponseDto.failure(ErrorMapping.get(20112));
// }
boolean isExistsSubmit = mongoMerchantUtils.isExistsSubmitPerformancePartner(performanceId);
if (isExistsSubmit) {
return ResponseDto.failure(ErrorMapping.get(20112));
}
//演出修改数据
PerformancePartnerVo performancePartnerVo = PerformancePartnerVo.getNew();
......
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