|
|
@@ -1380,9 +1380,6 @@ public class AskGoodsServiceImpl implements AskGoodsService {
|
|
|
strJson.put("SourceType", mapList.get(0).get("sourceType").toString());//来源类型
|
|
|
strJson.put("MoveType", mapList.get(0).get("moveType").toString());//移动类型
|
|
|
strJson.put("IsRed", 0);//是否红单1
|
|
|
- if (realName == null || realName == ""){
|
|
|
- realName = "李兆峰" ;
|
|
|
- }
|
|
|
strJson.put("Creator", realName);//制单人姓名1
|
|
|
//子表
|
|
|
for (Map<String, Object> map : askGoodsMapper.getRemovalz(mapList.get(0).get("askGoodsId").toString(),maps.get("warehouseWhere").toString())) {
|