新需求调整
This commit is contained in:
@@ -168,7 +168,9 @@ public class CwSiteDeviceDriver extends AbstractOpcDeviceDriver implements Devic
|
||||
request.setType("2");
|
||||
acsToWmsService.notify(request);
|
||||
resultSucess=true;
|
||||
}else if (move ==1 && this.getDeviceCode().startsWith("ZJBDJW") &&!resultSucess) {
|
||||
}else if (move ==1 &&
|
||||
(this.getDeviceCode().startsWith("ZJBDJW")||
|
||||
this.getDeviceCode().startsWith("FJBKJDJW"))&&!resultSucess) {
|
||||
//点位数量变更后通知lms
|
||||
FeedBackTaskStatusRequest request = new FeedBackTaskStatusRequest();
|
||||
request.setState("3");
|
||||
|
||||
Reference in New Issue
Block a user