Commit e52e7563 authored by zhengyi's avatar zhengyi

bug修复

parent 437b6337
......@@ -57,6 +57,7 @@ public interface BoxApprovalMapper extends AbstractMapper<BoxApprovalDO> {
"from ecw_box_approval a",
"where ",
"a.shipment_id = #{shipmentId}",
"a.status = 0",
"and (a.order_id is null or (a.order_id is not null and a.order_id = #{orderId}) )",
"order by a.id desc",
"</script>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment