Commit 672090b3 LN

修改DEPOSIT问题

1 个父辈 25deb57c
...@@ -76,7 +76,7 @@ public class MicronSpLoadController { ...@@ -76,7 +76,7 @@ public class MicronSpLoadController {
beans) { beans) {
InListItem item = new InListItem(); InListItem item = new InListItem();
//改为唯一码方式 //改为唯一码方式
item.setRi(bean.getMicronPN()); item.setRi(bean.getLotNo());
item.setNum(1); item.setNum(1);
item.setName(matReqNo); item.setName(matReqNo);
items.add(item); items.add(item);
......
...@@ -18,7 +18,7 @@ public class DepositMatReqBean{ ...@@ -18,7 +18,7 @@ public class DepositMatReqBean{
* * //Input: MatReqNo, MaterialType * * //Input: MatReqNo, MaterialType
* * //Output: MatReqNo, Micron Part Number, Lot No, Quantity, UnitOfMeasures, MaterialType, Message, Status * * //Output: MatReqNo, Micron Part Number, Lot No, Quantity, UnitOfMeasures, MaterialType, Message, Status
*/ */
@JsonProperty("micronPN") @JsonProperty("micronPn")
private String micronPN; private String micronPN;
@JsonProperty("lotNo") @JsonProperty("lotNo")
private String lotNo; private String lotNo;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!