Commit d3e14d25 by 王勇飞

pp

parent a46056de
......@@ -365,9 +365,11 @@ class TmFlowService extends ServiceBase {
};
if (tm.tmStatus != officialType) {
var param = { tmStatus: officialType };
param.isPushed = 0; //tm状态更新
self.trademarkDao.updateByWhere(param, { where: { tmRegistNum: reg_code } }, t);
}
if (flowCount > 0) {
params.isPushed=0; //官文信息更新的时候tm状态也会更新
self.updateByWhere(params, flowWhere, t);
} else {
opResult.isMobileMsg = 1;
......
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