Explorar el Código

修改撤回问题

Administrator hace 2 años
padre
commit
4545c00857

+ 1 - 1
ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/projectV2/common/ZsyzCommonServiceImpL.java

@@ -755,7 +755,7 @@ public class ZsyzCommonServiceImpL implements IZsyzCommonService {
         if (!TWO.equals(xmStatus)) {
             return AjaxResult.error("当前状态不能撤回");
         }
-        if (!TWO.equals(progress)) {
+        if (TWO.equals(progress)) {
             return AjaxResult.error("当前项目进度不能撤回");
         }
         zsyzSbbzb.setXmStatus(ONE);