Commit 32409487 by lixinming

no message

parent 91011ac5
...@@ -28,6 +28,7 @@ export async function registerEnterprise(uscc:string, param) { ...@@ -28,6 +28,7 @@ export async function registerEnterprise(uscc:string, param) {
if ( dataBaseInfo&& dataBaseInfo.uscc) throw new BizError(ERRORENUM.该企业已存在, `${param.uscc}已经在库中存在`); if ( dataBaseInfo&& dataBaseInfo.uscc) throw new BizError(ERRORENUM.该企业已存在, `${param.uscc}已经在库中存在`);
param.isCreate = true;
await createEnterprise(uscc, TaskId, param); await createEnterprise(uscc, TaskId, param);
return {isSuccess:true}; return {isSuccess:true};
......
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