BUG
This commit is contained in:
@@ -169,7 +169,8 @@ namespace Tnb.BasicData
|
||||
JToken children = data.SelectToken("children")[0];
|
||||
var responsetDtos = children.Select(x => new ErpReportDto()
|
||||
{
|
||||
pk_wr_product = x["valueIndex"]["pk_wr_product"].ToString(),
|
||||
// pk_wr_product = x["valueIndex"]["pk_wr_product"].ToString(),
|
||||
pk_wr_product = x["qualityvos"][0]["pk_wr_product_q"].ToString(),
|
||||
pk_wr = x["valueIndex"]["pk_wr"].ToString(),
|
||||
report_id = reportId
|
||||
}).ToList();
|
||||
|
||||
Reference in New Issue
Block a user