|
@@ -935,7 +935,7 @@ public class StationClassStructureController extends BaseController
|
|
//查询打印机信息
|
|
//查询打印机信息
|
|
Map params =new HashMap();
|
|
Map params =new HashMap();
|
|
params.put("stationId", list.get(0).getStationId());
|
|
params.put("stationId", list.get(0).getStationId());
|
|
- params.put("deviceType", "3");
|
|
|
|
|
|
+ params.put("deviceType", "1");
|
|
Map mp = stationDeviceManageService.getPrinterSnByStationId(params);
|
|
Map mp = stationDeviceManageService.getPrinterSnByStationId(params);
|
|
if(mp!=null&&mp.containsKey("device_no") && mp.get("device_no")!= null && mp.get("device_no")!=""){
|
|
if(mp!=null&&mp.containsKey("device_no") && mp.get("device_no")!= null && mp.get("device_no")!=""){
|
|
String sn = mp.get("device_no").toString();
|
|
String sn = mp.get("device_no").toString();
|