fix: 手持绑定气胀轴点位维护错位

This commit is contained in:
2024-07-13 17:13:55 +08:00
parent 2759ce1560
commit 1a1acb9cff

View File

@@ -1204,7 +1204,7 @@ public class SlitterServiceImpl implements SlitterService {
} else {
pointCode.setQzz_no2(qzzNo);
}
pointCode.setPoint_status("3");
pointCode.setPoint_status("2");
slittingproductionplanService.updateBatchById(plans);
bcutpointivtService.updateById(pointCode);
JSONObject res = new JSONObject();