Commit 7f8336d9 by 宋毅

3为资料未确认(暂时不用做处理)

parent eeb56fab
...@@ -525,6 +525,9 @@ class UtilsNeedService extends AppServiceBase { ...@@ -525,6 +525,9 @@ class UtilsNeedService extends AppServiceBase {
if (!actionBody.status) { if (!actionBody.status) {
return system.getResult(null, "actionBody.status can not be empty,100495"); return system.getResult(null, "actionBody.status can not be empty,100495");
} }
if (actionBody.status == 3) {//3为资料未确认(暂时不用做处理)
return system.getResultSuccess();
}
if (actionBody.businessLicense) { if (actionBody.businessLicense) {
actionBody.newbusinessLicense = await self.opDownFileInfo(actionBody.businessLicense); actionBody.newbusinessLicense = await self.opDownFileInfo(actionBody.businessLicense);
} }
......
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