|
|
@@ -19,8 +19,6 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception;
|
|
|
import static cn.iocoder.yudao.module.mes.enums.ErrorCodeConstants.*;
|
|
|
|
|
|
@@ -97,11 +95,6 @@ public class MesProCardServiceImpl implements MesProCardService {
|
|
|
return cardMapper.selectPage(pageReqVO);
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public List<MesProCardDO> getCardSimpleList() {
|
|
|
- return cardMapper.selectList();
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
public void submitCard(Long id) {
|
|
|
// 1. 校验存在 + 草稿状态
|