Bläddra i källkod

geMaterialList

lchao 5 månader sedan
förälder
incheckning
dad326b437
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      src/main/resources/mapper/emergency/system/TBusMaterialMapper.xml

+ 1 - 2
src/main/resources/mapper/emergency/system/TBusMaterialMapper.xml

@@ -49,8 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         ifnull(m.technology,'') technology,
         m.production_date production_date,
         ifnull(m.connector,'') connector,
-        ifnull(m.connector_phone,'') connector_phone,
-        ifnull(m.remark,'') remark
+        ifnull(m.connector_phone,'') connector_phone
         from t_bus_material m,t_bus_warehouse w
         <where>
             m.warehouse_id = w.warehouse_id