南网oss登录接口修改
This commit is contained in:
parent
6c75a099ef
commit
586728fae3
|
|
@ -4,18 +4,18 @@ import org.springframework.boot.SpringApplication;
|
|||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
||||
import com.bonus.sgzb.common.security.annotation.EnableRyFeignClients;
|
||||
import org.springframework.boot.builder.SpringApplicationBuilder;
|
||||
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
|
||||
|
||||
/**
|
||||
* 认证授权中心
|
||||
*
|
||||
*
|
||||
* @author ruoyi
|
||||
*/
|
||||
@EnableRyFeignClients
|
||||
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class })
|
||||
public class SgzbAuthApplication
|
||||
{
|
||||
public static void main(String[] args)
|
||||
{
|
||||
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
|
||||
public class SgzbAuthApplication {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SgzbAuthApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ 认证授权中心启动成功 ლ(´ڡ`ლ)゙ \n");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,8 +71,18 @@ public interface PurchaseCheckInfoMapper
|
|||
*/
|
||||
String selectTypeNameByTaskId(Long taskId);
|
||||
|
||||
/**
|
||||
* 插入
|
||||
* @param bmNoticeInfo
|
||||
* @return
|
||||
*/
|
||||
int insertBmNoticeInfo(BmNoticeInfo bmNoticeInfo);
|
||||
|
||||
/**
|
||||
*
|
||||
* @param purchaseCheckInfo
|
||||
* @return
|
||||
*/
|
||||
List<PurchaseCheckInfo> selectPutInListList(PurchaseCheckInfo purchaseCheckInfo);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue