浏览代码

geMaterialList

lchao 5 月之前
父节点
当前提交
dad326b437
共有 1 个文件被更改,包括 1 次插入2 次删除
  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