|
@@ -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
|