BUGFIX:模特;

This commit is contained in:
shahaibo
2023-10-05 16:17:01 +08:00
parent fa44552437
commit e8760df88f
2 changed files with 6 additions and 5 deletions

View File

@@ -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的