@@ -36,7 +36,10 @@ public class AutoOnlineProcessor {
for(Map<String,Object>map:mapList){
varid=(Long)map.get("id");
varexternalCode=(String)map.get("external_code");
StringchkSql="select wrc.operation from ws_c2_recieve_cmd wrc where wrc.obj_code = ? and wrc.obj_type = 'media' and `status` = 200 ORDER BY wrc.create_time desc limit 1 ";
StringchkSql="select wrc.operation from ws_c2_recieve_cmd wrc where wrc.obj_code = ? "+
// 单片类不生成节目的相关工单。故不限制类型
// "and wrc.obj_type = 'media' " +
"and `status` = 200 ORDER BY wrc.create_time desc limit 1 ";