Commit e3fd91be by 庄冰

tmsve

parent 6a6792ce
......@@ -326,6 +326,9 @@ class TradeMarkService extends ServiceBase {
if(obj.submitTime){
tmObj["submitTime"]=obj.submitTime;
}
if(obj.tmRegistNum){
tmObj["tmRegistNum"]=obj.tmRegistNum;
}
await self.dao.update(tmObj,t);//修改商标状态信息
return system.getResultSuccess();
})
......
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