|
@@ -794,7 +794,7 @@ public class TmstrainLoadingResultServiceImpl implements ITmstrainLoadingResultS
|
|
public int addWarehouseOutResult(Map<String, Object> map) throws Exception {
|
|
public int addWarehouseOutResult(Map<String, Object> map) throws Exception {
|
|
int resultId=0;
|
|
int resultId=0;
|
|
//根据车皮号计算标重
|
|
//根据车皮号计算标重
|
|
- int wagonWeight=0;
|
|
|
|
|
|
+ double wagonWeight=0;
|
|
BigDecimal batchId = null;
|
|
BigDecimal batchId = null;
|
|
TmstrainLoadingTemp temp=new TmstrainLoadingTemp();
|
|
TmstrainLoadingTemp temp=new TmstrainLoadingTemp();
|
|
String userId = (String) map.get("userId");
|
|
String userId = (String) map.get("userId");
|