diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml index ae85769a..ae47294a 100644 --- a/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml +++ b/jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml @@ -326,9 +326,8 @@ select dep.id,dep.header_id,dep.material_id,dep.material_unit,dep.oper_number, dep.basic_number,dep.unit_price,dep.tax_unit_price,dep.all_price,dep.remark, - dep.img,dep.incidentals,dep.depot_id,dep.another_depot_id,dep.tax_rate, - dep.tax_money,dep.tax_last_money,dep.other_field1,dep.other_field2,dep.other_field3, - dep.other_field4,dep.other_field5,dep.material_type + dep.depot_id,dep.another_depot_id,dep.tax_rate, + dep.tax_money,dep.tax_last_money,dep.material_type from jsh_depot_item dep,jsh_material mat where 1=1