Forráskód Böngészése

王耀栋--工作台模块代码,工作列表时间显示到时分秒

wangyaodong 3 éve
szülő
commit
28321d46d2

+ 1 - 1
simulation-resource-server/src/main/java/com/css/simulation/resource/project/impl/SimulationProjectServiceImpl.java

@@ -1261,7 +1261,7 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
 
     private SimulationManualProjectVo convertPoToVo(SimulationManualProjectVo vo){
         Date createTime = vo.getCreateTime();
-        vo.setCreateTimeFmt(getRqStr(createTime, 2));
+        vo.setCreateTimeFmt(getRqStr(createTime, 1));
         String algorithm = vo.getAlgorithm();
 
         AlgorithmPO algorithmPO = new AlgorithmPO();