月球大数据地理空间分析展示平台-【后端】-月球后台服务
1
13693261870
2024-11-11 fee67ca8a0760315047a52fc4101a8f4f80b7a7f
src/main/java/com/moon/server/controller/show/ApplyController.java
@@ -31,12 +31,9 @@
import java.sql.Timestamp;
import java.util.List;
/**
 * 数据申请
 * @author WWW
 */
@Api(tags = "综合展示\\数据申请")
@RestController
@SuppressWarnings("ALL")
@RequestMapping("/apply")
public class ApplyController extends BaseController {
    @Autowired
@@ -168,7 +165,7 @@
            if (null == applyEntity) {
                return fail("找不到数据申请");
            }
            if (!(applyEntity.getStatus() >= -1 && applyEntity.getStatus() <= StaticData.NINE)) {
            if (!(applyEntity.getStatus() >= -1 && applyEntity.getStatus() <= StaticData.I9)) {
                return fail("该数据申请无法废弃");
            }
@@ -226,7 +223,7 @@
            if (null == applyEntity) {
                return fail("找不到数据申请");
            }
            if (!(applyEntity.getStatus() >= 0 && applyEntity.getStatus() <= StaticData.NINE)) {
            if (!(applyEntity.getStatus() >= 0 && applyEntity.getStatus() <= StaticData.I9)) {
                return fail("该数据申请无需打回");
            }
@@ -234,7 +231,7 @@
            int rows = applyService.updateForSubmit(ue.getId(), applyEntity.getId(), flowEntity.getId());
            applyEntity = applyService.selectById(applyEntity.getId());
            if (StaticData.TEN == applyEntity.getStatus()) {
            if (StaticData.I10 == applyEntity.getStatus()) {
                UserEntity user = userService.selectUser(applyEntity.getUserid());
                applyService.zipDbData(user, applyEntity);
            }
@@ -265,7 +262,7 @@
            if (null == applyEntity) {
                return fail("找不到数据申请");
            }
            if (!(applyEntity.getStatus() >= 0 && applyEntity.getStatus() <= StaticData.NINE)) {
            if (!(applyEntity.getStatus() >= 0 && applyEntity.getStatus() <= StaticData.I9)) {
                return fail("该数据申请无需打回");
            }