|
@@ -183,7 +183,7 @@ public class XxpInspectionServiceImpl implements IXxpInspectionService
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public Integer updateXxpInspectionSignOut(Long labId, Long userId) {
|
|
public Integer updateXxpInspectionSignOut(Long labId, Long userId) {
|
|
|
- String data= DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,new Date());
|
|
|
|
|
|
|
+ String data= DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,new Date());
|
|
|
return xxpInspectionMapper.updateXxpInspectionSignOut(labId,userId,data);
|
|
return xxpInspectionMapper.updateXxpInspectionSignOut(labId,userId,data);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|