优化修改
This commit is contained in:
parent
d6826b42fa
commit
56af2d61b9
|
|
@ -305,7 +305,6 @@ public class QmsPqcTaskRecordControllerService {
|
|||
vo.setModelNo(record.getModelNo());
|
||||
vo.setAufnr(record.getAufnr());
|
||||
vo.setCreateTime(record.getCreateTime());
|
||||
vo.setDeadline(null);
|
||||
|
||||
QmsPqcInspectionPoint point = finalPointMap.get(record.getInspectionPointId());
|
||||
if (point != null) {
|
||||
|
|
|
|||
|
|
@ -49,9 +49,4 @@ public class QmsPqcTaskRecordTabletPageVO {
|
|||
* 创建时间
|
||||
*/
|
||||
private LocalDateTime createTime;
|
||||
|
||||
/**
|
||||
* 限期
|
||||
*/
|
||||
private LocalDateTime deadline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue