|
bom_volume, ",", box_long, ",", box_wide, ",", box_high, ",", rough_weight, ",", net_weight,",",pack_quantity
|
|
bom_volume, ",", box_long, ",", box_wide, ",", box_high, ",", rough_weight, ",", net_weight,",",pack_quantity
|
|
) SEPARATOR '_') FROM pack_detail WHERE FIND_IN_SET(id,GROUP_CONCAT( t1.id )) ) AS dataJsonList,
|
|
) SEPARATOR '_') FROM pack_detail WHERE FIND_IN_SET(id,GROUP_CONCAT( t1.id )) ) AS dataJsonList,
|