Commit afa4f88dd46f04d82cf7ecbe51b5530b7a8d7990
1 parent
4c14341d
fix: fixbug
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/order/erp/service/order/impl/OrderFieldLockApplyServiceImpl.java
... | ... | @@ -100,7 +100,6 @@ public class OrderFieldLockApplyServiceImpl extends ServiceImpl<OrderFieldLockAp |
100 | 100 | */ |
101 | 101 | @Override |
102 | 102 | public ServerResult list(OrderFieldLockApplyQueryVO orderFieldLockApplyQueryVO) { |
103 | - | |
104 | 103 | return ServerResult.success(); |
105 | 104 | } |
106 | 105 | ... | ... |