Commit 347eec086db9139f7a3fb5febfed08085b07ede6
Committed by
GitHub
Merge pull request #356 from SaltFish001/wvp-28181-2.0
注释无用的引入, 修复打jar包失败问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/storager/dao/StreamPushMapper.java
| ... | ... | @@ -3,7 +3,7 @@ package com.genersoft.iot.vmp.storager.dao; |
| 3 | 3 | import com.genersoft.iot.vmp.gb28181.bean.GbStream; |
| 4 | 4 | import com.genersoft.iot.vmp.media.zlm.dto.StreamPushItem; |
| 5 | 5 | import org.apache.ibatis.annotations.*; |
| 6 | -import org.omg.PortableInterceptor.INACTIVE; | |
| 6 | +// import org.omg.PortableInterceptor.INACTIVE; | |
| 7 | 7 | import org.springframework.stereotype.Repository; |
| 8 | 8 | |
| 9 | 9 | import java.util.Collection; | ... | ... |