|
|
|
@ -46,7 +46,7 @@ public class IoOrderUtilsService {
|
|
|
|
|
@Value("${file_path}")
|
|
|
|
|
private String filePath;
|
|
|
|
|
|
|
|
|
|
public boolean getIoder(ioUploadOrderResponse ioUploadOrderRespons) {
|
|
|
|
|
public String getIoder(ioUploadOrderResponse ioUploadOrderRespons) {
|
|
|
|
|
|
|
|
|
|
List<IoOrderDetailCodeEntity> ioOrderDetailCodeEntityList = ioUploadOrderRespons.getIoOrderDetailCodeEntityList();
|
|
|
|
|
List<IoCodeEntity> ioCodeEntityList = ioUploadOrderRespons.getIoCodeEntityList();
|
|
|
|
@ -286,7 +286,7 @@ public class IoOrderUtilsService {
|
|
|
|
|
ioCodeTempDao.insertBatch(ioCodeTempEntities);
|
|
|
|
|
ioOrderDetailResultDao.insertBatch(ioOrderDetailResultEntities);
|
|
|
|
|
ioOrderInvoiceMapper.insertBatch(ioOrderInvoiceEntities);
|
|
|
|
|
return true;
|
|
|
|
|
return billNO;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|