init - 初始化仓库

master
wenjy 3 years ago
parent 13a5875a77
commit 5f32084d76

@ -73,7 +73,6 @@ public class AdsorptionTankController {
+ " }\n"
+ " ]\n"
+ "}";
System.out.println("库存统计:"+info);
return info;
}

@ -77,7 +77,6 @@ public class TankShellController {
+ " }\n"
+ " ]\n"
+ "}";
System.out.println("库存统计:"+info);
return info;
}

@ -1,38 +0,0 @@
package com.productionboard.controller;
import com.alibaba.fastjson.JSONArray;
import com.productionboard.entity.BasicScadaDeviceinfo;
import com.productionboard.service.BasicScadaDeviceinfoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import java.util.List;
/**
* @author WenJY
* @date 20220418 13:58
*/
@Controller
@RequestMapping("/test")
public class TestController {
private String prefix = "tankShell/test";
@Autowired
private BasicScadaDeviceinfoService basicScadaDeviceinfoService;
@GetMapping()
public String index()
{
List<BasicScadaDeviceinfo> list = basicScadaDeviceinfoService.list();
String s = JSONArray.toJSONString(list);
System.out.println("mybatis-plus测试"+s);
return prefix;
}
}

@ -1,6 +1,6 @@
body {
background-color: aquamarine;
background: url(../../img/preassemble/preassemblebackground.jpg);
background: url(../../img/adsorptionTank/adsorptionTankbackground.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

@ -1,6 +1,6 @@
body {
background-color: aquamarine;
background: url(../../img/preassemble/preassemblebackground.jpg);
background: url(../../img/adsorptionTank/adsorptionTankbackground.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;

Loading…
Cancel
Save