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

Commit 05b05292 authored by 胡佳晨's avatar 胡佳晨

修改脚本

parent 4d7f1513
...@@ -203,7 +203,9 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa ...@@ -203,7 +203,9 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
if (!mongoMerchantUtils.judgeIsPermission(step2Param.getPerformancesId(), step2Param.getMerchantId(), new String[]{ if (!mongoMerchantUtils.judgeIsPermission(step2Param.getPerformancesId(), step2Param.getMerchantId(), new String[]{
MerchantAuthorizationConst.PerformancePermission.EDIT.getId(), MerchantAuthorizationConst.PerformancePermission.EDIT.getId(),
})) { })) {
return ResponseDto.failure(ErrorMapping.get(29999)); if(vo.getMerchantId()!=step2Param.getMerchantId()){
return ResponseDto.failure(ErrorMapping.get(29999));
}
} }
result = updateStep2(step2Param); result = updateStep2(step2Param);
log.info(UserPathDto.setPartnerData("0", "updateStep2(step2Param", step2Param, result)); log.info(UserPathDto.setPartnerData("0", "updateStep2(step2Param", step2Param, result));
......
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