Merge branch 'master' of http://git.picaiba.com/mt-ck/mt-qj-wms-hd
This commit is contained in:
@@ -79,16 +79,16 @@ public class RunTaskUtils {
|
||||
Map<String, Object> yeya = new HashMap();
|
||||
//type=1为 入
|
||||
yeya.put("type", 1);
|
||||
if ("YYT003".equals(startPoint.getNote())){
|
||||
if ("YYT003".equals(currTask.getStartPosition())){
|
||||
yeya.put("number", 3);
|
||||
}
|
||||
if ("YYT004".equals(startPoint.getNote())){
|
||||
if ("YYT004".equals(currTask.getStartPosition())){
|
||||
yeya.put("number", 4);
|
||||
}
|
||||
if ("YYT002".equals(startPoint.getNote())){
|
||||
if ("YYT002".equals(currTask.getStartPosition())){
|
||||
yeya.put("number", 2);
|
||||
}
|
||||
if ("YYT001".equals(startPoint.getNote())){
|
||||
if ("YYT001".equals(currTask.getStartPosition())){
|
||||
yeya.put("number", 1);
|
||||
}
|
||||
String yeyaJudgeStatus = JSON.toJSONString(yeya);
|
||||
|
||||
Reference in New Issue
Block a user