Commit c2614602 by 庄冰

submitProgramme

parent e0a88c3f
...@@ -73,9 +73,9 @@ class NeedsolutionService extends ServiceBase { ...@@ -73,9 +73,9 @@ class NeedsolutionService extends ServiceBase {
if(!solution.companyCategory){ if(!solution.companyCategory){
return system.getResultFail(-108,"纳税人类型不能为空"); return system.getResultFail(-108,"纳税人类型不能为空");
} }
if(!solution.companyType){ // if(!solution.companyType){
return system.getResultFail(-109,"公司性质不能为空"); // return system.getResultFail(-109,"公司性质不能为空");
} // }
if(!solution.orgType){ if(!solution.orgType){
return system.getResultFail(-110,"组织类型不能为空"); return system.getResultFail(-110,"组织类型不能为空");
} }
......
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