|
|
|
@ -20,6 +20,7 @@ import java.math.BigDecimal; |
|
|
|
import java.time.LocalDate; |
|
|
|
import java.time.format.DateTimeFormatter; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.Date; |
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@Service |
|
|
|
@ -75,7 +76,7 @@ public class PrintLabelRecordServiceImpl extends ServiceImpl<PrintLabelRecordMap |
|
|
|
printLabelRecord.setManufacturerDate(GenDate.dateToJuLian(localDate)); |
|
|
|
PrintLabelRecord target = new PrintLabelRecord(); |
|
|
|
BeanUtils.copyProperties(printLabelRecord,target); |
|
|
|
|
|
|
|
target.setCreateTime(new Date()); |
|
|
|
save(target); |
|
|
|
printLabelRecordList.add(target); |
|
|
|
} |
|
|
|
|