更新工单信息查询
This commit is contained in:
parent
b1e31ec089
commit
fc9cfe0a5a
@ -89,7 +89,6 @@ public class WorkStationController extends BaseController {
|
|||||||
String stationName,
|
String stationName,
|
||||||
String terminalName) {
|
String terminalName) {
|
||||||
|
|
||||||
startPage();
|
|
||||||
LoginUser logUser = logUserUtils.getLogUser(request);
|
LoginUser logUser = logUserUtils.getLogUser(request);
|
||||||
Map<String, Object> params = new HashMap<>();
|
Map<String, Object> params = new HashMap<>();
|
||||||
params.put("stationName", stationName);
|
params.put("stationName", stationName);
|
||||||
|
|||||||
@ -93,7 +93,7 @@ public class WorkStationServiceImpl implements WorkStationService {
|
|||||||
Map<String, Object> stationParams = new HashMap<>();
|
Map<String, Object> stationParams = new HashMap<>();
|
||||||
stationParams.put("name", params.get("stationName"));
|
stationParams.put("name", params.get("stationName"));
|
||||||
stationParams.put("tenantId", params.get("tenantId"));
|
stationParams.put("tenantId", params.get("tenantId"));
|
||||||
stationParams.put("status", 1);
|
stationParams.put("status", 0);
|
||||||
stationParams.put("delFlag", 0);
|
stationParams.put("delFlag", 0);
|
||||||
|
|
||||||
List<Map<String, Object>> stationDomainList = stationMapper.selectMapListByParams(stationParams);
|
List<Map<String, Object>> stationDomainList = stationMapper.selectMapListByParams(stationParams);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user