Commit 70b97289 by 徐高华

保存校验

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