fix:长短轴添加

This commit is contained in:
ls
2025-02-24 13:34:46 +08:00
parent ec5e6f81a8
commit 79066b8293
6 changed files with 77 additions and 28 deletions

View File

@@ -790,10 +790,10 @@ public class WmsToAcsServiceImpl implements WmsToAcsService {
cutpointivtTypeMap.put("A1_TZZC03", "2");
}
if (move3 == 1) {
cutpointivtTypeMap.put("A1_TZZC04", "1");
cutpointivtTypeMap.put("A1_TZZC04", "2");
}
if (move4 == 1) {
cutpointivtTypeMap.put("A1_TZZC04", "2");
cutpointivtTypeMap.put("A1_TZZC04", "1");
}
}