|
@@ -242,7 +242,7 @@ public class AskGoodsServiceImpl implements AskGoodsService {
|
|
|
.setSourceType(askGoods3.getSourceType())
|
|
|
.setMoveType(askGoods3.getMoveType());
|
|
|
askGoodsMapper.addReturnGsRemovalF(returRemoval1);//新增返回gs数据父表信息
|
|
|
- map.put("data", removalCode);
|
|
|
+ map.put("data", askGoods3.getAskGoodsId());
|
|
|
map.put("msg", "200");
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
@@ -285,7 +285,6 @@ public class AskGoodsServiceImpl implements AskGoodsService {
|
|
|
BillItems.put("FlexField1", map.get("wbs"));//wbs
|
|
|
BillItems.put("FlexField1Code", " ");//WBS编号
|
|
|
BillItems.put("FlexField1Name", " ");//WBS名称
|
|
|
-
|
|
|
list.add(BillItems);
|
|
|
}
|
|
|
strJson.put("BillItems", list);
|