diff --git a/src/main/resources/mapper/TbConsInfoMapper.xml b/src/main/resources/mapper/TbConsInfoMapper.xml index c618078..0949fca 100644 --- a/src/main/resources/mapper/TbConsInfoMapper.xml +++ b/src/main/resources/mapper/TbConsInfoMapper.xml @@ -9,6 +9,9 @@ + + + @@ -16,7 +19,7 @@ - id, shop_id, con_type_id, con_type_name, con_code, con_name, stock_number, con_unit, + id, shop_id, con_type_id, con_type_name, con_code, con_name, stock_number,price,stock_consume,status, con_unit, laster_in_stock, con_warning, create_time, update_time select @@ -133,4 +134,8 @@ AND p.`status` = 1 group by p.con_info_id + + \ No newline at end of file