|
@@ -105,9 +105,12 @@ async function processTask(){
|
|
|
}
|
|
|
let main_info = CMD.getMainInfoById(MainConfig,result.data.main_id)
|
|
|
|
|
|
+ console.log("result:",result)
|
|
|
+
|
|
|
let PlatformInfo = null
|
|
|
|
|
|
PlatformInfo = CMD.getPlatformInfoById(PlatformConfig,main_info.tg_platform_id)
|
|
|
+
|
|
|
if(PlatformInfo==null){
|
|
|
await video_applet_product_controllers.updateData({id:result.data.id},{
|
|
|
status:2,
|