|
|
|
@ -61,6 +61,14 @@ public class ApiController {
|
|
|
|
|
if (i==1) return AjaxResult.success("运单:" +code +"解绑成功");
|
|
|
|
|
return AjaxResult.error();
|
|
|
|
|
}
|
|
|
|
|
@PostMapping("/blueToothSubmit")
|
|
|
|
|
public AjaxResult blueToothSubmit(String locationCode, String hkCode) {
|
|
|
|
|
int i = service.blueToothSubmit(locationCode,hkCode);
|
|
|
|
|
if (i>0){
|
|
|
|
|
return AjaxResult.success();
|
|
|
|
|
}
|
|
|
|
|
return AjaxResult.error("库位没有维护");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* @GetMapping("/getVersion")
|
|
|
|
|
public String getVersion(){
|
|
|
|
|