| | |
| | | import org.apache.commons.lang3.time.DateUtils; |
| | | import org.springframework.stereotype.Component; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.*; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description 出入库详单页面管理 |
| | |
| | | } |
| | | |
| | | //新增数据 |
| | | String msg = inoutRecordService.addInoutRecordList(inoutRecords); |
| | | String msg = inoutRecordService.addInoutRecordList(inoutRecords,false); |
| | | |
| | | if(null == msg){ |
| | | return BaseResp.success("导入成功,共计导入" + inoutRecords.size() + "条数据!" ); |