Commit 76c12b3f authored by 马33's avatar 马33

修改bug

parent 8ee22feb
......@@ -86,7 +86,7 @@ public class PmsUseServiceImpl implements PmsUseService {
pmsUseLog.setId(id);
pmsUseLog.setStatus(0);
pmsUseLog.setUpdateTime(new Date());
pmsUseLog.setDeleted(0);
pmsUseLog.setDeleted(1);
int res = pmsUseLogMapper.updateById(pmsUseLog);
return res > 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