Commit 9e430ae5 by zhiwj

bug

parent 1af6f427
......@@ -7,6 +7,7 @@ import com.gic.evaluate.service.EvaluateMsgLogService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Date;
import java.util.List;
import java.util.Map;
......@@ -24,6 +25,7 @@ public class EvaluateMsgLogServiceImpl implements EvaluateMsgLogService {
@Override
public void save(TabEvaluateMsgLog evaluateMsgLog) {
evaluateMsgLog.setCreateTime(new Date());
this.tabEvaluateMsgLogMapper.insertSelective(evaluateMsgLog);
}
......
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