Commit 23049e43 by linboxuan

Merge branch 'center-tmtransaction' of…

Merge branch 'center-tmtransaction' of http://gitlab.gongsibao.com/jiangyong/zhichan into center-tmtransaction
parents d6392ca1 6b26daaf
......@@ -727,7 +727,7 @@ class TrademarktransactionService extends ServiceBase {
var nowTime = new Date();
nowTime.setMinutes(nowTime.getMinutes() - 30);
var lastTimeStr = nowTime.toISOString().split("T")[0] + " " + nowTime.toISOString().split("T")[1];
var sql = "select * from tm_transaction where updated_at>='" + lastTimeStr + "' and publish_status='uppershelf'";
var sql = "select * from tm_transaction where updated_at>='" + lastTimeStr + "' and publish_status in ('uppershelf','lowershelf')";
var tminfos = await this.dao.customQuery(sql);
var sources = [];
if (tminfos) {
......
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