Commit a3b4afeb by 庄冰

subtitle

parent 110460b7
...@@ -407,9 +407,9 @@ class CenterorderService extends AppServiceBase { ...@@ -407,9 +407,9 @@ class CenterorderService extends AppServiceBase {
if(!obj.title){ if(!obj.title){
return system.getResult(null,"品牌名称不能为空"); return system.getResult(null,"品牌名称不能为空");
} }
if(!obj.subtitle){ // if(!obj.subtitle){
return system.getResult(null,"品牌标语不能为空"); // return system.getResult(null,"品牌标语不能为空");
} // }
if(!obj.profession){ if(!obj.profession){
return system.getResult(null,"行业名称不能为空"); return system.getResult(null,"行业名称不能为空");
} }
......
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