Commit 59a9bd31 by 墨竹

Merge remote-tracking branch 'origin/developer' into developer

parents d1d23561 70b97289
...@@ -154,7 +154,7 @@ public class HmLinkController { ...@@ -154,7 +154,7 @@ public class HmLinkController {
if(null == dto.getPageId()) { if(null == dto.getPageId()) {
return RestResponse.failure("9999", "请选择落地页模板") ; return RestResponse.failure("9999", "请选择落地页模板") ;
} }
if(null == dto.getLinkId()) { if(null == dto.getLinkType()) {
return RestResponse.failure("9999", "请选择链接类型") ; return RestResponse.failure("9999", "请选择链接类型") ;
} }
if(StringUtils.isEmpty(dto.getStoreRuleJson()) || StringUtils.isEmpty(dto.getCustomRuleJson())) { if(StringUtils.isEmpty(dto.getStoreRuleJson()) || StringUtils.isEmpty(dto.getCustomRuleJson())) {
......
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