生产工单功能
This commit is contained in:
@@ -13,7 +13,7 @@ public class PartTypeNowDateHandler implements PartTypeTemplate {
|
||||
|
||||
@Override
|
||||
public String partHandle(SysAutoCodePart sysAutoCodePart) {
|
||||
String formartDate = sysAutoCodePart.getDateFormart();
|
||||
return DateTimeFormatter.ofPattern(formartDate).format(LocalDateTime.now());
|
||||
String formatDate = sysAutoCodePart.getDateFormat();
|
||||
return DateTimeFormatter.ofPattern(formatDate).format(LocalDateTime.now());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user