BUGFIX:模特;
This commit is contained in:
@@ -184,13 +184,15 @@ public class PythonService {
|
||||
* @param singleOverall
|
||||
* @param switchCategory
|
||||
* @param elementVO
|
||||
* @param processId
|
||||
* @return
|
||||
*/
|
||||
public DesignPythonObjects covertDesignParam(BigDecimal systemScale, String singleOverall,
|
||||
String switchCategory, ValidateElementVO elementVO) {
|
||||
String switchCategory, ValidateElementVO elementVO, String processId) {
|
||||
DesignPythonObjects designPythonObjects = new DesignPythonObjects();
|
||||
List<DesignPythonObject> objects = Lists.newArrayList();
|
||||
designPythonObjects.setObjects(objects);
|
||||
designPythonObjects.setProcess_id(processId);
|
||||
long pinPrintNum = calculateDesignPinPrintNum(elementVO.getPrintBoardElements());
|
||||
long noPinPrintNum = calculateDesignNoPinPrintNum(elementVO.getPrintBoardElements());
|
||||
//没有print的
|
||||
|
||||
Reference in New Issue
Block a user