chenlu
1 天以前 c9834a08fe9cb6ed9daabfce3fd73936d997aee1
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -1824,7 +1824,8 @@
               pl.patch_processes,
               pl.responsible_team,
               pl.responsible_personnel,
               od.building_number
               od.building_number,
               IFNULL(JSON_UNQUOTE(JSON_EXTRACT(od.other_columns, '$.S02')),'') as mapNumber
        from flow_card as fc
                 left join sd.order_glass_detail as ogd
                           on fc.order_id = ogd.order_id and fc.order_number = ogd.order_number and
@@ -1912,7 +1913,8 @@
               round(ogd.child_width)                                         as width,
               round(ogd.child_height)                                        as height,
               pd.separation,
               fc.technology_number
               fc.technology_number,
               IFNULL(JSON_UNQUOTE(JSON_EXTRACT(od.other_columns, '$.S02')),'') as mapNumber
        from flow_card as fc
                 left join sd.order_glass_detail as ogd
                           on fc.order_id = ogd.order_id and fc.order_number = ogd.order_number and