fix: Import Receive Insignia
This commit is contained in:
parent
fec199cdd9
commit
03ac050ef9
2 changed files with 2 additions and 2 deletions
|
|
@ -177,7 +177,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
||||||
var rowCount = worksheet.Dimension.Rows;
|
var rowCount = worksheet.Dimension.Rows;
|
||||||
for (int row = 2; row <= rowCount; row++)
|
for (int row = 2; row <= rowCount; row++)
|
||||||
{
|
{
|
||||||
if (worksheet.Cells[row, 1] == null) break;
|
if (worksheet.Cells[row, 1].ToString() == "") break;
|
||||||
list.Add(new ImportReceiveRequest
|
list.Add(new ImportReceiveRequest
|
||||||
{
|
{
|
||||||
Number = worksheet.Cells[row, 1].Value != null ? worksheet.Cells[row, 1].Value.ToString() : null,
|
Number = worksheet.Cells[row, 1].Value != null ? worksheet.Cells[row, 1].Value.ToString() : null,
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"Node": {
|
"Node": {
|
||||||
"API": "https://bma-ehr.frappet.synology.me/api/v1/probation"
|
"API": "https://bma-ehr.frappet.synology.me/api/v1/probation"
|
||||||
},
|
},
|
||||||
"API": "https://bma-ehr.frappet.synology.m/api/v1",
|
"API": "https://bma-ehr.frappet.synology.me/api/v1",
|
||||||
"RabbitMQ" :{
|
"RabbitMQ" :{
|
||||||
"URL": "localhost",
|
"URL": "localhost",
|
||||||
"UserName": "frappet",
|
"UserName": "frappet",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue