--- title: ห้องทดสอบ PE 1 subtitle: date: วันพุธที่ 4 ธันวาคม 2567 เวลา 15.11 น. --- (ข้อความสดจากระบบถอดความเสียงพูดทางไกล) แจ้งข้อครอบครองวัตถุอันตราย 5 คดี ภาพรวมพ2,800 ตันเส้นทางวงแหวนบางปะอิน มุ่งเหนือ และอีสานเริ่มหนาแน่น คนหนีอากาศร้อนหมอชิต 2 คนแน่น คาดวันนี้นับแสนคนไบเดนประกาศ หนุนอิสราเอล หากถูกอิหร่านโจมตี สายการบนิสายการบิน Lufthansaไป-กลับ กรุงเตหะราน [เสียงด] (คุณเจษฎา) วันนี้กลุ่มร่วมKNU และแนวร่วมยึดเมืองเมียวดีสำเร็จหลังจากที่ ฐานที่มั่นสุดท้ายของทหารเมียนมา ถูกตีแตกโจทย์ต่อไปก็คือการบริหารจัดการพื้นที่นี้จะเป็นอย่างไร (คุณวันวิสาข์) มีความเคลื่อนไหวสำคัญเกิดขึ้นเพราะว่าตอนนี้ฝ่ายไทย ส่งทหารไทยตรึงกำลังแนวชายแดนหลังพบว่ามีทหารของเมียนมา กลุ่มที่หลบหนีออกจากค่า ยมาอยู่ที่จุดนั้นค่ะ// ทหารหน่วยเฉพาะกิจตรึงกำลังตลอดชายแดนไทย - เมียนมาหลังกลุ่ม KNU และแนวร่วม ยึดราวดีเข้าไปยึดค่ายผาซอง กองพันจากพม่าซึ่งถือว่าเป็นฐานที่มั่นสุดท้ายได้สำเร็จที่ผ่านมาค่ะ ทำให้ทหารเมียนมากว่า 200 นาย หลบเข้ามาบริเวณสะพานไทย เมียนมา ฝั่งที่ 2บ้านวังตะเคียนไต้ ปิดฝั่งเมียนมาทำให้รถบรรทุกจากไทย 200 คัน ไม่สามารถข้ามเข้าไปได้ค่ะ (คุณเจษฎา) ด้านนายสัญญา เพชรเศษ ผู้ว่าแม่สอดบอกว่าเตรียมแผนว้ 2 จุดครับก็คือที่วัดอมราวดี วัดท่าอาจวัดท่าสายโทรเลข และวัดท่าสาย ทั้ง 4 วัดนี้อยู่ในเขตอำเภอแม่สอด นะครับ ทั้งหมดอยู่ใกล้กับชายแดนรองรับผู้หนีภัยการสู้รบได้กว่า 10,000 คนครับชายแดน ซึ่งอยู่ห่างจากสะพานมิตรภาพไทย-เมียนมามีพื้นที่นยะครับ มีพื้นที่ปลอดภัยชั่วคราว ซึ่งเราก็เตรียม// ก็แต่ละพื้นที่นี่ตลาดริมเมยนะครับ ซึ่งเป็น... อยู่ตรงข้ามกับเมืองระวันพื้นที่รัฐมอญ รัฐกะเหรี่ยง และรัฐตะนาวศรีพื้นที่ภาวดีในพื้นที่ใกล้เคียงเข้าไปช่วยค่ะในพื้นที่ เป็ฯโจทย์ใหญ่ครับ ว่าจะจัดการด้านในของเมียวดี แต่ก่อนที่จะไปดูรายละเอียดนะคะ ไปดูนี่เป็นภาพที่ถูกระบุนะคะ ว่ารวมถึงสไนเปอร์อยู่นะคะ ทำให้ต้องปรับแผนนส่วนที่กองกำลังของกองทัพของเมียนมาอยู่aimport { Injectable } from "@angular/core"; import { SettingService } from "../../services/setting.service"; import { QuillService } from "../../services/quill.service"; import { PeProxyService } from "../../services/peproxy.service"; import { PEaddonService } from "../../services/peaddon.service"; import { PasteboardService } from "../../services/pasteboard.service"; import { SuggestionService } from "../../services/suggestion.service"; import { AuthService } from "../../services/auth/auth.service"; import { EditService } from "../edit/postedit-edit.service"; @Injectable ({ providedIn: "root", }) export class OutputService { setofOutput: any = []; textDelay: any = []; textDelayID: any = []; textDelayIndex = 0; user: any = {}; constructor ( private quillService: QuillService, private PeProxyService: PeProxyService, private pasteboardService: PasteboardService, private suggestionService: SuggestionService, private settingService: SettingService, private authService: AuthService, private peaddonService: PEaddonService, private editService: EditService) { this.user = this.authService.getUser (); } sender (contents: any, nextContent: any, editor_id: any, index: any) { let outputText = ''; let obj: any = []; let maxclass = parseInt (contents.ops [contents.ops.length - 1].attributes.msgid); for (let i = this.quillService.lastSend; i <= maxclass; i++) { this.quillService.lastSend = i; let data = { message: '', message_id: i, is_final: true, is_forceout: false, editor_id: editor_id, is_final_turn: false } data.message += contents.ops.filter ( (e: any) => (parseInt (e.attributes.msgid) == i)).map ( (e: any) => e.insert).join (""); if ( (this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID == i).length > 0)) { let collections = this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID == i) if (collections.find ( (collection: any) => data.message.includes (collection.segment [collection.index]))) { let temp = collections.filter ( (collection: any) => data.message.includes (collection.segment [collection.index])); collections.forEach (collection => { collection.timestamp = Date.now (); this.peaddonService.collection (collection, "text-improver").subscribe ( (res: any) => { }) this.peaddonService.logCollection = this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID != this.textDelayID [this.textDelayIndex].id); }); } } if (i == maxclass) { if (nextContent.ops [0].attributes && parseInt (nextContent.ops [0].attributes.msgid) === i) { data.is_final = false; } else { this.quillService.lastSend++; } } else { this.quillService.lastSend++; } outputText += data.message obj.push (data); } if (obj.length > 0) { console.debug (obj); // set sent class to end this.quillService.quill.formatText (0, index, 'msgid', 'end', {}) // let content: any = this.quillService.quill.getContents (this.quillService.outputPosition); // console.log (content); // // update output postion this.quillService.outputPosition = index; let content: any = this.quillService.quill.getContents (this.quillService.outputPosition); if (content.ops [0].insert == '\n' && this.quillService.is_final_turn) { obj [obj.length - 1].is_final_turn = this.quillService.is_final_turn setTimeout ( () => { this.removeEditorText (); }, 2000) } // // send messages to postedit proxy this.PeProxyService.output (JSON.stringify (obj)); // update output textbox if (this.PeProxyService.useScriptEditorId == 0) { // this.quillService.outputText += outputText; } this.sendSuggestText ('', -1); this.pasteboardService.resetPasteBoard (); this.suggestionService.setWordSuggest (); this.quillService.scrollToBottom ('container'); } } sendSuggestText (text: any, tags: any) { let data; if (tags !== -1) { data = { tag: tags, isComplete: false, msg: text, }; } else { data = { isComplete: true, }; } this.suggestionService.ws.send (JSON.stringify (data)); } removeEditorText () { if (this.quillService.outputPosition == this.quillService.quill.getLength () - 1 && this.quillService.is_final_turn) { this.sendEmpty (this.user.id); this.quillService.is_final_turn = false; this.quillService.quill.deleteText (0, this.quillService.quill.getLength () - 1); this.peaddonService.correctorLength = 0; this.quillService.outputPosition = 0; this.quillService.preQuill.deleteText (0, this.quillService.preQuill.getLength () - 1); this.quillService.preQuill.setContents (this.quillService.postQuill.getContents ()) this.quillService.postQuill.deleteText (0, this.quillService.postQuill.getLength () - 1); this.quillService.state = 1; this.quillService.lastSend = 0 this.quillService.onSelectionChanged (1); this.peaddonService.wordCorrection = []; this.quillService.firstmsg = false; this.quillService.scrollToBottom ('preContainer') if (this.quillService.bufferQuill.getLength () > 1) { let contents = this.quillService.bufferQuill.getContents (); this.quillService.lastSend = parseInt (contents.ops [0].attributes.msgid); this.quillService.quill.setContents (contents) this.quillService.is_final_turn = true; this.quillService.bufferQuill.deleteText (0, this.quillService.bufferQuill.getLength () - 1) } } } removeEditorTextByScript (id: any) { if (this.quillService.outputPosition < this.quillService.quill.getLength () - 1) { this.quillService.quill.formatText (0, this.quillService.quill.getLength () - 1, 'msgid', 'end', {}); this.quillService.outputPosition = this.quillService.quill.getLength () - 1; this.quillService.is_final_turn = true; } // this.sendEmpty (id); this.removeEditorText (); } sendEmpty (id: any) { if (this.quillService.lastSend <= this.quillService.lastId) { let empty = []; for (let i = this.quillService.lastSend; i <= this.quillService.lastId; i++) { empty.push ({ message: '', message_id: i, is_final: true, is_forceout: false, editor_id: id, is_final_turn: false }) } this.quillService.lastSend = this.quillService.lastId + 1; empty [empty.length - 1].is_final_turn = this.quillService.is_final_turn; this.PeProxyService.output (JSON.stringify (empty)); } } forceSender (contents: any, editor_id: any) { let obj: any = []; for (let i = this.quillService.lastSend; i <= parseInt (contents.ops [contents.ops.length - 1].attributes.msgid); i++) { this.quillService.lastSend = i; let data = { message: '', message_id: i, is_final: true, is_forceout: true, editor_id: editor_id, is_final_turn: false } if ( (this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID == this.textDelayID [this.textDelayIndex].id)).length > 0) { let collections = this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID == this.textDelayID [this.textDelayIndex].id) collections.forEach (collection => { console.log (collection); collection.timestamp = Date.now (); this.peaddonService.collection (collection, "text-improver").subscribe ( (res: any) => { }) }); // console.log (this.peaddonService.logCollection.filter ( (collect: any) => collect.messageID == this.textDelayID [this.textDelayIndex].id)); this.peaddonService.logCollection = this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID != this.textDelayID [this.textDelayIndex].id); } data.message += contents.ops.filter ( (e: any) => (parseInt (e.attributes.msgid) == i)).map ( (e: any) => e.insert).join (""); // this.quillService.outputText += data.message; obj.push (data); } if (obj.length > 0) { this.quillService.lastSend++ // send messages to postedit proxy obj [obj.length - 1].is_final_turn = true; this.quillService.is_final_turn = true; this.PeProxyService.output (JSON.stringify (obj)); this.quillService.outputPosition = this.quillService.quill.getLength () - 1; this.quillService.quill.formatText (0, this.quillService.quill.getLength (), 'msgid', 'end'); this.quillService.scrollToBottom ('container'); } this.removeEditorText (); } setForceout (id: any, newlineStatus: any) { this.textDelayID.push ({ id: id, status: newlineStatus }); this.textDelay.push ( setTimeout ( () => { this.forceout (); }, this.settingService.timeout * 1000) ); if (this.settingService.forceoutStatus) { this.textDelay [this.textDelayIndex]; } } forceout () { if (this.settingService.forceoutStatus) { if (this.quillService.currentId == this.textDelayID [this.textDelayIndex].id) { if (this.quillService.lastPostion != 0) { this.quillService.deleteAutoComplete (); } } let classid = document.getElementsByClassName ( "" + this.textDelayID [this.textDelayIndex].id ); let text = ""; for (let i = 0; i < classid.length; i++) { let temp = classid [i]; text += temp.textContent; } let jsonOutputObj = { message: text, message_id: this.textDelayID [this.textDelayIndex].id, is_final: true, is_forceout: true, editor_id: this.user.id, is_final_turn: false }; if ( (this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID == this.textDelayID [this.textDelayIndex].id)).length > 0) { let collections = this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID == this.textDelayID [this.textDelayIndex].id) collections.forEach (collection => { collection.timestamp = Date.now (); this.peaddonService.collection (collection, "text-improver").subscribe ( (res: any) => { }) }); // console.log (this.peaddonService.logCollection.filter ( (collect: any) => collect.messageID == this.textDelayID [this.textDelayIndex].id)); this.peaddonService.logCollection = this.peaddonService.logCollection.filter ( (collect: any) => collect.turnID != this.textDelayID [this.textDelayIndex].id); } let content: any = this.quillService.quill.getContents (this.quillService.outputPosition); if (content.ops [0].insert == '\n' && this.quillService.is_final_turn && this.quillService.lastId == this.textDelayID [this.textDelayIndex].id) { jsonOutputObj.is_final_turn = true; } if (this.quillService.lastSend == this.textDelayID [this.textDelayIndex].id) { if (!this.quillService.scriptMode && this.PeProxyService.useScriptEditorId == 0) { // this.quillService.outputText += jsonOutputObj.message; } // else { // this.quillService.quill.deleteText (0, this.quillService.outputPosition); // this.peaddonService.correctorLength -= this.quillService.outputPosition; // this.quillService.textlength -= this.quillService.outputPosition; // this.quillService.outputPosition = 0; // } this.setofOutput.push (jsonOutputObj); this.PeProxyService.output (JSON.stringify (this.setofOutput)); this.quillService.lastSend = this.textDelayID [this.textDelayIndex].id + 1 this.quillService.outputPosition += text.length; this.setofOutput = []; this.quillService.scrollToBottom ('container'); } if (this.textDelayID [this.textDelayIndex].status) { this.quillService.outputPosition++; } this.quillService.quill.formatText (0, this.quillService.outputPosition, 'msgid', 'end') this.quillService.quill.formatText (0, this.quillService.outputPosition, { underline: false }) if (this.quillService.scriptMode) { this.quillService.is_final_turn = true; } if (this.quillService.outputPosition == this.quillService.quill.getLength () - 1 && this.quillService.is_final_turn) { setTimeout ( () => { this.removeEditorText (); }, 2000) } if (this.quillService.outputPosition > this.quillService.previousPosition - this.pasteboardService.word.length) { this.sendSuggestText ('', -1); this.pasteboardService.resetPasteBoard (); this.suggestionService.setWordSuggest (); } this.textDelayIndex++; } } sendScript (text: string) { let jsonOutputObj = { event: 'SCRIPT_MESSAGE', data: { message: text, editor_id: this.user.id, } }; this.PeProxyService.outputEvent (JSON.stringify (jsonOutputObj)); this.quillService.scriptQuill.formatText (0, this.quillService.scriptQuill.getSelection ().index, 'msgid', 'end'); this.quillService.scriptOutputPosition = this.quillService.scriptQuill.getSelection ().index; // this.quillService.outputText += text; this.sendSuggestText ('', -1); this.pasteboardService.resetPasteBoard (); this.suggestionService.setWordSuggest (); this.quillService.scrollToBottom ('container'); } } นะคะ โดรนได้แล้วนะคะ ก็ถอยร่นมาจากฐานปฏิบัติการแล้วก็ถอยิิกมา มาอยู่ที่สะพานมิตรภาพไทย- เมียนมา แห่งที่ 2 ทำให้กองกำลัง KNUรวมถึงปีกทหารสามารถคุมพื้นที่ฐานปฏิบัติการ 275 ได้เบ็ดเสร็จค่ะ ดิฉันได้สอบถามค่ะ คุณเจษฎา คุณวันวิสาข์หลังจากนี้ หลังจากที่ฝ่ายต่อต้านนั้นสามารถยึดคืนพื้นที่จะเป็นที่มั่นสุดท้าย ก็คือ ฐานที่ 275 สำเร็จแล้ว จะทำอย่างไรต่อไปนะคะ ได้รับคำตอบจากทางด้านโฆษก คุณพะโด ซอตอนีนะคะ ที่ระบุค่ะ ว่าเดี๋ยวหลังจากนี้กองกำลัง KNUกองพันธมิตรที่เข้ามาบริหารภายในฐานนะคะ ส่วนเป้าหมายต่อไป ที่เป็นเมืองเรวดี ที่อยู่ในแม่สอด ไทย ในจังหวัดตากนี้นะคะ นะคะ แล้วก็อยู่ในความดูแลของกองกำลัง KNU ที่นำโดย พันเอก ซอว์ ซิต ตู ค่ะ มีการเจรจาพูดคุยค่ะ นี่ก็เป็นปัญหาภายในรัฐกะเหรี่ยงนะคะ ซึ่งคงจะต้องมีการพูโคุยกัน เพื่ออนาคตที่ดีของกองรัฐกะเหรี่ยงที่เกิดขึ้นค่ะ อธิบายให้คุณผู้ชมเข้าใจสถานการณ์ที่เกิดขึ้น สำหรับใครที่ติดตามนะคะ จังหวัดเมียวดี ณ ขณะนี้นะคะ ก็อยู่ในความดูแลของทางด้านของกองทัพรัฐบาลเมียนมา หรือของ KNA หรือ แต่ว่าช่วงปลายปีที่ผ่านมาค่ะ ทางด้าน KNA ไม่ได้สนับสนุนที่ผ่านมาฝ่ายก็ต่างอยู่นะคะ แต่ช่วงปีใหม่ที่ผ่านมาค่ะ อำนวจหรือว่ากำลังของ SACได้ลดลงนะคะ และก็ KNU เข้ามาตีประชิด มากขึ้นซึ่งหลังจากนี้ก็คงต้องเจรจากันมากขึ้นในการควบคุมพื้นที่เมียวดีค่ะ คุณวันวิสาข์ คุณเจษฎา คะคุณนริศราคะ มีรายงานว่ากองกำลังทหารเมียนมามีเข้ามาเสริมด้วย ข้อเท็จจริงเป็นอย่างไรคะป็นคำถามสำคัญที่เกี่ยวกับเมียนมาหลังจากที่ยึดฐานปฏิบัติการ 275 ได้สำเร็จแล้ว กลัวการโต้กลับจากกองทัพรัฐบาลทหารเมียนนมาหรือเปล่าคะ เพราะเมื่อวานเครื่องบินทิ้งระเบิดโจมตีกับบริเวณใกล้ฐานตรงนี้ได้รับคำตอบจากผู้ประสานงานของทางกองกำลังพันธมิตร รวมถึงฝ่ายต่อต้านนี่ คาดว่ามีกำลังมากพอ แล้วก็ตั้งแนวสกัดไว้โดยรอบนะคะ ล่าสุดพื้นที่ของรัฐพระธง จักร รัฐมอญเมียวดีนะคะ ก็ใช้โดรนในการโจมตีนะคะมีรายงานนะคะ มีการโจมตี 2-3 ครั้งที่ผ่านมา แล้วก็ยังไม่มีรายงานค่ะว่า กองทัพรัฐบาลทหารเมียนมาสเข้ามาในพื้นที่ของจังหวัดเมียวดีได้ค่ะ (คุณเจษฎา) ครับ ตอนนี้สถานการณ์ในตัวเมืองเมียวดี ปกติหรืแอยังครับ// บริเวณในตัวเมืองเมียวดี หลังจากทั้งไปสังเกตเมื่อวานนี้เองนะคะ แล้วก็ไปสอบถามคนที่อยู่ในพื้นที่จังหวัดเมียวดี้ในีวิตกันปกติค่ะ แต่จะมากเป็ฯพิเศษก็คือคนข้ามแดน ข้ามเข้ามาในประเทศไทยมากกว่าเดิมggนะคะ เหมือนเมื่อวานนนี้ค่ะ เพราะว่ายังกลัวกดารโต้กลับของทหารเมียนมาasc โดยเฉพาะการโต้กacvaลับทางอากาศยานนะคะsacvasvaacvaswasvsasด่านสะพานแห่งชาติ acvaสะพานมิตรภาพเปิดเป็นปกติ แต่ว่าแห่งที่ 2 นั้น ที่มีภาพของการขนส่งนะคะ ก็ได้มีกา่รปิดฝั่งทางเมียวดี มีรถบรรทุกเข้าไป เพราะกลัวเรื่องความปลอดภัยมีฐานทหาร หรือกองทัพเมียนมามาอยู่ที่นั้นค่ะดิฉัน ระหว่างสังเกตการณ์นะคะ ก็ได้เจอครอบครัวหนึ่งค่ะ ที่เป็นคนไทย กำลังกลับเข้ามาที่ประเทศไทยค่ะ เขาบอกว่าได้ประสบเหตุในขณะที่ฐานปฏิบัติการที่ 275เลยฐานปฏิบัติการ 275 แล้วกำลังเดินทางกลับมา ทำให้เขาต้องตัดสินใจทั้งรถบรรทุก แล้วไปขอความช่วยเหลือชาวบ้านบริเวณนั้น ต้องนอนที่หลุมหลบภัยเป็นเวลา 1 คืนชาวบ้านเมียนมากลับมาฝั่งไทยในวันนี้ ไปฟังพร้อม ๆ กันค่ะ // เquillServiceา quillServicequillServicequillServicequillServiceบิด // เครื่องบิน// เครื่องบินquillServicequillServicequillServicquillServicequillServicequillServiceือพื้นได้ยินแล้วก็เห็นเลยใช่ไหมคะ // เห็นข้างหน้าเลยครับไม่กี่กิโลเมตรครับ// แล้วเราทำอย่างไรต่อค่ะ // ก็เขาก็ปิดด่านครับพวกทหารเขาบอกห้ามข้าม ห้ามข้ามต้องทำอย่างไรบ้าง เมื่อเขายิงกันข้าquillSquillService// แกแนะนำเอง ว่าถ้าเกิดทหารพม่าเข้ามานี่รู้ว่ามันจะทำอะไร ไม่เหมือนทหารกะเหรี่ยงไม่เหมือนทหารกะเหรี่ยงแกแนะนำอย่างนี้ให้หนีมากับครอบครัวของที่เรา... // เราก็หนีหมดน่ะ ทหารพม่าครอบครัว (คุณวันวิสาข์) ค่ะ หลังจากนี้ครอบครัวมั่นคงค่ครอบครัวครอบครัวะว่า สถานการณ์อาจจะไม่ยครอบครัวืดยื้อหากมีการโต้กลับจากรัฐบาลทหารเมียนมา รัฐบาลได้vเรื่องของมนุยษธรรมไว้อำเภอแม่สอด จังหวัดตากค่ะค่ะ คุณวันวิสาข์ คุณเจษฎา แล้วก็คุณผู้ชมคะนะคะ นายนายปานปรีย์ พหิทธา นุกร ได้เดินทางมายัง แม่สอดจังหวัดตาก เพื่อติดตามสถานการณ์ที่เกิดขึ้นด้วยค่ะ (คุณเจษฎา) ขอบคุณครับ ท่านผู้ชมครับ แม้ว่ายึดมจบนะครับ ผมพูดคุยและผู้เชี่ยวชาญด้านเอเชียตะวันออกเฉียงใต้กลุ่มตต่อต้านยึดเมียวดีได้แต่ยังไม่สามารถควบคุมสถานการณ์ได้นะครับ ขณะเดียวกันมีการตอบโต้กลับจากกองทัพเมียนมาอย่างแน่นอนจึงไม่แน่ครับ แม้จะยึดเมียวดีได้ ไม่ได้แปลว่าสงครามจะจบลง // ยังไม่น่าจะจบหรอกครับเพราะว่าอันนี้เพิ่งจะเริ่มต้น อย่างนี้นะครับ เพราะว่าเมียวดีนี่ ถือว่าเป็นเส้นเลือดใหญ่ของการค้าและเศรษฐกิจที่เชื่อมพม่าชั้นในกับชายแดนไทย ก็คือมูลค่าตัว เฉพาะตัวเลขของกรมศุลกากรของไทยที่มีอยู่ปีที่แล้วนี่ มันแสนกว่าล้าน ถ้าพูดถึงในประวัติศาสตร์ระยะสั้น ที่กองกำลังฝ่ายต่อต้านสามารถที่จะยึดเมืองเมียวดีได้ ทางกองทัพตัดมาดอว์หรือกองทัพพม่ารู้สึกเสียหน้าอย่างมากนะครับ เพราะฉะนั้น เขาจะต้องทุ่มเท สรรพกำลังทั้งหมดเพื่อที่จะยึดคืน หรือจะยึดคืนไม่ได้เขาจะทำ และผมคิดว่าจะเกิดขึ้นแน่ ๆ ก็คือใช้การโจมตีทางอากาศถล่ามเมียวดีให้ราบคาบอันนี้เป็นยุทธศาสตร์ทางทหารปกติเลยนะครับว่าถ้าหากศัตรูยึดพื้นที่ได้ จะไม่ยอมให้ศัตรูนี่ ปกครองพื้นที่กนะครับ กองทัพพม่าคงจะต้องทุ่มเททั้งหมด ยึดคืนเมียวดีให้ได้ ถ้ายึดไม่ได้ ต้องทำลายให้ราบคาบเคนยู และ PDF มมีฐานในการต่อสู้ในอนาคตมีคำยืนยันมาจากผู้บัญชาการทหารอากาศนะคะ ว่ามีการฃป้องกันไม่ให้กองกำลังมีการรุกล้ำ หรือเข้ามาในน่านฟ้าไทยและกระทรวงการต่างประเทศประสานงานผ่านทางเมียนมาค่ะ และกำชับให้ฝ่ายความมั่นคงนั้น ดูแลความปลอดภัย แนวชายแนายเศรษฐา ทวีศิลป์ นายกรัฐมนตรีระบุถึงรายงานถึงหน่วยงานด้านความมั่นคงถึงการสู้รบระหว่างทหารเมียนมากับกลุ่มชาติพันธุ์กันอย่างต่อเนื่อง โโยได้บังคับหน่วยงานด้านความมั่นคงและดูพื้นที่ตามแนวชายแดนให้มีความปลอดภัยค่ะ (คุณเศรษฐา) ,ทางด้านกองทัพ แล้วก็ทางด้าน กต. ว่าถ้ามีปัญหาภายในก็อย่าให้มันล้นออกมามีการโทรหาผู้บัญชาการทหารอากาศน่านฟ้าของไทย เราก็ไม่ยอมรับนะครับผมว่าเรามี เรามีอุปกรณ์จซ่อมอยู่แลบ้วความตึงเครียด ทำอะไรก็ต้องระมัดระวัง เพราะเขาเป็นพื้นบ้านเราเระชาชน ในชุมชน ในพื้นที่ประชุม75577557มือการลดขยะลงเพื่อลดปริมาณขยะลง อย่างไรก็ตาม ต้องปฏิบัติตามลำดับนะครับ ขอความร่วมมือตามห้างและก็ศูนย์การค้า // เทศบาลนครหาดใหญ่มีขยะเฉลี่ยวันละ 220 ตัน7557ก่อนหน้านี้มีบริษัทเอกชนกำจัดด้วยโรงงานไฟฟ้า7557755775577557แต่ว่าหยุดปรับปรุงมาตั้งแต่ปีที่แล้วค่ะ ทำให้กำจัดด้วยการฝังกลบ ซึ่งกระทบต่อพื้นที่โดยรอบส่วนสถานที่จำกัดขยะแห่งใหม่ อยู่ในอำเภอคลองหอยโข่ง ซึ่งก่อนหน้านี้ก็มีการคัดค้านจากชาวบ้านและหากเทศบาลนครหาดใหญ่จะเข้าไปกำจัด ต้องผ่านความเห็นชอบจากสภาเทศบาลตำบลคลองหอยโข่ง ซึ่งขณะนี้อยู่ระหว่างการดำเนินการ [เสียงดนตรี] (คุณเจษฎา) ตอนนี้พบกากแคดเมียม ที่กระจายรวมกัน 12,000 ตันแล้วนะครับ จุดหนึ่งที่เจอก็คือโรงงานแห่งหนึ่งย่านบางซื่อวันนี้ทั้งกรุงเน และแหล่งน้ำรอบโรงงานครับงวัตถุอันตราย โดยไม่ได้รับอนุญาต5 คดีค่ะ แบ่งเป็นที่ชลบุรี 1 คดี และกรุงเทพฯ 1 คดีหนึ่งในผู้บริหารของบริษัท เจ แอนด์ บี เมททอลโรงงานที่เจ้าหน้าที่ตรวจพบกากแคดเมียม 2 ครั้ง ล่าสุดเลื่อนการเข้าพบออกไปเป็น 18 เมษายนเนื่องจากว่าเราตอนนั้นเราอยู่ในการค้นหาแคดเมียมน่ะครับ ว่ามีที่ไหนบ้าง เราก็โทรไปหาเข้าเพื่อขอทราบข้อมูล zcxเขาจะต้องเป็นคนหลักในการให้ข้อมูลเรานะครับก็ยังติดต่อไม่ได้จนปัจจุบันนี่ ติดต่อได้แล้วนะครับ ก็จะมา... ขอว่าปรึกษาทนายก่อนว่าต้องอย่างไรนะครับ จะไม่ให้การ อาจจะให้การเป็นหนังสือเป็นสิทธิ์ของผู้ต้องหา เราก็รอเขาอยู่นะครับ (คุณเจษฎา) การพ้นกากแคดเมียมที่พบที่บริษัท เจ แอนด์ บี ที่ผ่านมาบก.ปทส. ไม่ได้เข้าร่วมตรวจสอบนะครับ เป็นการดำเนินการของปลัดกระทรวงอุตสาหกรรม