提交 b2e64672 作者: zhangqiliang

查询列表中查询条件优化

父级 5bad343a
......@@ -43,6 +43,7 @@
<result column="sender_phone" jdbcType="VARCHAR" property="senderPhone" />
<result column="receive_address" jdbcType="VARCHAR" property="receiveAddress" />
<result column="receive_address" jdbcType="VARCHAR" property="receiveAddress" />
<result column="warehouse_name" jdbcType="VARCHAR" property="warehouseName" />
</resultMap>
<sql id="Example_Where_Clause">
<where>
......@@ -105,7 +106,7 @@
<sql id="Base_Column_List">
id, delivery_order, install_order, product_batch, quantity, material_category, material_code,
material_name, material_company, logistic_order, '德邦物流' as logistic_company, logistic_status,
team, isproduct, CREATED_BY, CREATED_TIME, UPDATED_BY, UPDATED_TIME, arrival_warehouse,
team, isproduct, CREATED_BY, CREATED_TIME, UPDATED_BY, UPDATED_TIME, arrival_warehouse, warehouse_name,
arrival_warehouse_id, receiver,remarks,reject_material,reason,check_time,check_user,check_user_name,check_suggestion,reject_logistic_order,
arrival_quantity,auxiliary_id,file_url,material_sn,receiver_phone,sender,sender_phone,receive_address,receive_time,reject_time,1 as rejectQuantity
</sql>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论