Commit 17463f9c authored by zhengyi's avatar zhengyi

sql修复

parent ec5f67e8
......@@ -57,7 +57,7 @@ public interface BoxApprovalMapper extends AbstractMapper<BoxApprovalDO> {
"from ecw_box_approval a",
"where ",
"a.shipment_id = #{shipmentId}",
"a.status = 0",
"a.approval_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