Commit 7b9ff186 authored by Fuzy's avatar Fuzy

修正

parent 38465995
......@@ -7,8 +7,6 @@ import com.ruoyi.system.service.impl.Conversion.MineConver;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.concurrent.Future;
import java.util.regex.Pattern;
......@@ -32,7 +30,7 @@ public class ActReadDataServiceImpl implements ActReadDataService {
@Override
public AjaxResult read(String mineId) {
// mineId = mineId.substring(1, mineId.length() - 1);
//获取导入表未清洗数据条数
int count = actReadDataMapper.selectCleanToOne(mineId);
if (count <= 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment