Browse Source

新品流程ok

master
常熟吴彦祖 4 days ago
parent
commit
e97d17b5c2
  1. 2
      src/main/java/com/xujie/modules/inspection/service/impl/InspectionRequestServiceImpl.java

2
src/main/java/com/xujie/modules/inspection/service/impl/InspectionRequestServiceImpl.java

@ -2034,7 +2034,7 @@ public class InspectionRequestServiceImpl extends ServiceImpl<InspectionRequestH
if (date == null) { if (date == null) {
return ""; return "";
} }
return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date);
return new SimpleDateFormat("yyyy-MM-dd").format(date);
} }
/** /**

Loading…
Cancel
Save