Compare commits

..

No commits in common. "64771537cee043a543c926f2c3fbcf0279986310" and "a5fc2bb3d5fbeff7a3647e407037d2556a0e6be5" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import com.bonus.zlpt.common.security.annotation.EnableRyFeignClients;
import com.bonus.zlpt.common.swagger.annotation.EnableCustomSwagger2;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Import;
/**
* Description: 企业模块启动类
@ -18,7 +17,6 @@ import org.springframework.context.annotation.Import;
@EnableCustomSwagger2
@EnableRyFeignClients
@SpringBootApplication
@Import({com.bonus.zlpt.home.service.impl.MaTypeInfoServiceImpl.class})
public class ZlptCompanyApplication {
public static void main(String[] args) {
SpringApplication.run(ZlptCompanyApplication.class, args);

View File

@ -37,7 +37,7 @@ public class MaUpOffController extends BaseController {
@Resource
private MaUpOffMapper maUpOffMapper;
@Autowired
@Autowired(required = false)
private MaTypeInfoSevice maTypeInfoSevice;
/**