Commit 9d17ae8c authored by zhengyi's avatar zhengyi

Merge branch 'test' into release

parents da840ead 2166d304
......@@ -206,7 +206,7 @@ public interface OrderApprovalMapper extends AbstractMapper<OrderApprovalDO> {
@Select({
"<script>",
"select",
" count(1),",
" count(1)",
"from ecw_order_approval a",
"where ",
"a.order_id = #{orderId} ",
......
......@@ -75,7 +75,7 @@ public interface OrderWarehouseApprovalMapper extends AbstractMapper<OrderWareho
@Select({
"<script>",
"select",
" count(1),",
" count(1)",
"from ecw_order_warehouse_approval a",
"where ",
"a.order_ids = #{orderId} ",
......
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