BUGFIX:design重复回退;
This commit is contained in:
@@ -279,6 +279,18 @@ public class PythonService {
|
|||||||
// }
|
// }
|
||||||
elementVO.setHasUseMd5List(beforeAssemblyHasUseMd5List);
|
elementVO.setHasUseMd5List(beforeAssemblyHasUseMd5List);
|
||||||
i --;
|
i --;
|
||||||
|
|
||||||
|
switch (designPrintPictureType) {
|
||||||
|
case PIN:
|
||||||
|
pinPrintNum++;
|
||||||
|
break;
|
||||||
|
case NO_PIN:
|
||||||
|
noPinPrintNum++;
|
||||||
|
break;
|
||||||
|
case NO:
|
||||||
|
noPrintNum++;
|
||||||
|
break;
|
||||||
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user