Commit 70031caf by lixinming

no message

parent 06e739ca
......@@ -63,7 +63,7 @@ export async function save(throwError=false) {
* @returns {}
*/
export async function findFuHuaQiByUSCC(uscc:string) {
return await fuHuaQiModel.selectOnceData({uscc}).exec();
return await fuHuaQiModel.selectOnceData({uscc});
}
/**
......@@ -93,4 +93,5 @@ export async function findFuHuaQiByUscc(uscc:string) {
*/
export async function findFuHuaQiByToken(token:string) {
return await fuHuaQiModel.findOne({token}).exec();
}
\ No newline at end of file
}
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