Commit 4a4b71de LN

料架界面增加工单ID筛选

1 个父辈 f6338dbc
......@@ -170,6 +170,7 @@ public class NLShelfHandler extends BaseDeviceHandler {
String code = mapValues.get("code");
String groupId = mapValues.get("group");
String storageId = mapValues.get("storageId");
String sourceId=mapValues.get("sourceId");
// String sessionId = request.getSession().getId();
String token = tokenProvider.getToken(request);
String ptoken=token.substring(token.length()-10);
......
......@@ -70,6 +70,7 @@ public class SensorShelfHandler extends BaseDeviceHandler {
String code = mapValues.get("code");
String groupId = mapValues.get("group");
String storageId=mapValues.get("storageId");
String sourceId=mapValues.get("sourceId");
if(ObjectUtils.isEmpty(code)){
throw new ValidateException("smfcore.valueCanotNull", "{0}不能为空", new String[]{"code"});
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!