修改装箱备注的sn数据为json
This commit is contained in:
parent
8cdbbf0af2
commit
724d817d59
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue