Commit 0f2fcee1 by 王悦

fix

parent 6a43902c
......@@ -388,6 +388,7 @@ class UtilsNeedService extends AppServiceBase {
if (!actionBody.bizId) {
return system.getResult(null, "actionBody.bizId can not be empty,100495");
}
actionBody.BizId = actionBody.bizId;
let isTM = actionBody.bizId.startsWith("TM_")
if (isTM){//商标
let result = await this.getSolutionByChannelSolutionNo(pobj, pobj.actionBody);
......@@ -401,7 +402,6 @@ class UtilsNeedService extends AppServiceBase {
actionBody.fileUrl = await self.opDownFileInfo(actionBody.fileUrl);
}
}else {
actionBody.BizId = actionBody.bizId;
if (!actionBody.status) {
return system.getResult(null, "actionBody.status can not be empty,100495");
}
......
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