|
@@ -189,7 +189,7 @@ public class MsgUtil implements ApplicationContextAware {
|
|
|
Boolean measuringFlag = random.nextBoolean();
|
|
|
// int measuringResult = measuringFlag ? 0 : 1;
|
|
|
int measuringResult = 1;
|
|
|
- String measuringResultFile = filePath + taskNode.getCompleteBatchNo() + "_" + task.getProcedureNo();
|
|
|
+ String measuringResultFile = filePath + taskNode.getCompleteBatchNo() + "_" + task.getProcedureNo() + ".csv";
|
|
|
List<String> fileContents = new ArrayList<>();
|
|
|
OrderQuality orderQuality = new OrderQuality();
|
|
|
TTaskTestUnqualifiedBom taskTestUnqualifiedBom = new TTaskTestUnqualifiedBom();
|