为保证微信小程序审核通过修改2

This commit is contained in:
tiansf 2025-02-18 16:33:41 +08:00
parent 576b1cbeb5
commit 9d9de20948
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ class Msginformation extends Base{
'page_num'=>$this->page_num,
'content_data'=>[]
];
return $this->msg($return_result);
if($data['type'] != 0){
$type_str = " AND type LIKE '%".$data['type']."%'";
}else{