修改装箱备注的sn数据为json

This commit is contained in:
2025-09-05 12:07:00 +08:00
parent 8cdbbf0af2
commit 724d817d59
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ class Savemsg extends Base{
'box_code' => $data['box_serial_number'],
'box_num' => $num,
'create_time' => date('Y-m-d H:i:s'),
'content_str' => implode(',',$snCodes),
'content_str' => json_encode($snCodes)
]);
$affectedRows = $zengjie->table('sn_code_all')