|
@@ -324,9 +324,9 @@ public class CutterTestDataServiceImpl extends SuperServiceImpl<CutterTestDataMa
|
|
|
|
|
|
CutterTestDataEntity build = new CutterTestDataEntity();
|
|
|
build.setCutterT(cuttingTool.getCuttingToolNo().toString());
|
|
|
- build.setCutterName(cuttingTool.getCuttingToolName());
|
|
|
build.setCutterP(cuttingTool.getCutterNo().toString());
|
|
|
build.setCutterTypSubDnc(cutterTestDataEntity.getCutterTypSubDnc());
|
|
|
+ build.setCutterName("");
|
|
|
build.setWriteOrDel("2");
|
|
|
|
|
|
rfidObj.put("data", JSONObject.toJSON(build));
|