wangfei
2025-02-10 300f0160a7304a3a35f2404e63212057b5ad7329
hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/engineering/controller/EngineeringController.java
@@ -1,6 +1,7 @@
package com.mes.engineering.controller;
import com.mes.damage.entity.Damage;
import com.mes.damage.service.DamageService;
import com.mes.engineering.entity.Engineering;
@@ -8,7 +9,6 @@
import com.mes.glassinfo.entity.GlassInfo;
import com.mes.glassinfo.service.GlassInfoService;
import com.mes.pp.service.OptimizeProjectService;
import com.mes.temperingglass.entity.TemperingGlassInfo;
import com.mes.uppattenusage.entity.UpPattenUsage;
import com.mes.uppattenusage.service.UpPattenUsageService;
import com.mes.utils.Result;
@@ -64,7 +64,7 @@
        if(work){
            return Result.build(200, "成功", null);
        }else {
            return Result.build(100, "成功", null);
            return Result.build(100, "失敗", null);
        }
    }