|
@@ -20,6 +20,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import java.util.ArrayList;
|
|
@@ -32,6 +33,7 @@ import java.util.List;
|
|
|
* @Version: V1.0
|
|
|
*/
|
|
|
@Service
|
|
|
+@Transactional
|
|
|
public class SyDeclarationElementsServiceImpl extends ServiceImpl<SyDeclarationElementsMapper, SyDeclarationElements> implements ISyDeclarationElementsService {
|
|
|
|
|
|
|