fix: 去除测试参数

This commit is contained in:
2025-05-10 14:22:55 +08:00
parent 94e0250dc6
commit 52ae7d9b54

View File

@@ -411,9 +411,6 @@ public class AutoCallAirShaftTask {
* @return * @return
*/ */
public boolean havaEmptyShaft(SlitterPlanDistinctDto planD, BstIvtShafttubeivt empty) { public boolean havaEmptyShaft(SlitterPlanDistinctDto planD, BstIvtShafttubeivt empty) {
if (true) {
return true;
}
String qzzSize = planD.getQzz_size(); String qzzSize = planD.getQzz_size();
String qzzGeneration = planD.getQzz_generation(); String qzzGeneration = planD.getQzz_generation();
String location = empty.getPoint_location(); String location = empty.getPoint_location();