|
@@ -610,12 +610,6 @@ public class AmsContractTruckPriceServiceImpl implements IAmsContractTruckPriceS
|
|
|
|
|
|
@Override
|
|
|
public List<Map<String, Object>> selectInwardPrice(Map<String, Object> mapvalue) {
|
|
|
- String isMineral = (String)mapvalue.get("isMineral");
|
|
|
- if("矿石".equals(isMineral)){
|
|
|
- return amsContractTruckPriceMapper.selectInwardPrice1(mapvalue);
|
|
|
- }else{
|
|
|
return amsContractTruckPriceMapper.selectInwardPrice(mapvalue);
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
}
|