|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.docus.server.service.impl;
|
|
|
|
|
|
|
|
|
|
import com.docus.core.util.DateUtil;
|
|
|
|
|
import com.docus.infrastructure.redis.service.IdService;
|
|
|
|
|
import com.docus.infrastructure.web.request.SearchDTO;
|
|
|
|
|
import com.docus.infrastructure.web.response.PageResult;
|
|
|
|
@ -150,7 +149,6 @@ public class OcrBasicTestServiceImpl implements IOcrBasicTestService {
|
|
|
|
|
Long id = ocrBasicTestDO.getId();
|
|
|
|
|
OcrBasicTest ocrBasicTestPO = OcrBasicTestConvert.INSTANCE.convertDO(editOcrBasicTestDTO, ocrBasicTestDO);
|
|
|
|
|
ocrBasicTestPO.setId(id);
|
|
|
|
|
ocrBasicTestPO.setUpdateTime(DateUtil.now());
|
|
|
|
|
return iOcrBasicTestDao.edit(ocrBasicTestPO);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|