|
@@ -69,7 +69,7 @@ public class AmstruckInwardRequirementServiceImpl extends BaseServiceImpl<Amstru
|
|
|
BigDecimal capacityTypeId=DataChange.dataToBigDecimal(mapValue.get("capacityTypeId"));
|
|
|
String InsertUpdateRemark = (String) mapValue.get("remark");
|
|
|
String isMineral = (String)mapValue.get("isMineral");
|
|
|
-// 取出装机需求
|
|
|
+ //取出装机需求
|
|
|
String loadingRemark = (String) mapValue.get("installremark");
|
|
|
Long dueTime =(Long) mapValue.get("DueTime");
|
|
|
|