修改 吸附

master
wangh 2 years ago
parent 4ff575364e
commit 22423cd4e1

@ -90,7 +90,7 @@ public class MesProductionDataServiceImpl implements IMesProductionDataService {
@Override @Override
public List<MesMaterialStoreStatistics> getMesMaterialStoreStatisticsList(String locationNumber) { public List<MesMaterialStoreStatistics> getMesMaterialStoreStatisticsList(String locationNumber) {
QueryWrapper<MesMaterialStoreStatistics> wrapper = new QueryWrapper<>(); QueryWrapper<MesMaterialStoreStatistics> wrapper = new QueryWrapper<>();
wrapper.eq("POSIONID",locationNumber); // wrapper.eq("POSIONID",locationNumber);
List<MesMaterialStoreStatistics> mesMaterialStoreStatistics = materialStoreStatisticsMapper.selectList(wrapper); List<MesMaterialStoreStatistics> mesMaterialStoreStatistics = materialStoreStatisticsMapper.selectList(wrapper);
return mesMaterialStoreStatistics; return mesMaterialStoreStatistics;
} }

@ -1,7 +1,7 @@
$(() => { $(() => {
// onDutyPlan(1234,1202,33); // onDutyPlan(1234,1202,33);
$.getJSON('/adsorptionTank/getTeamStatisticsJson', function (result) { $.getJSON('/adsorptionTank/getTeamStatisticsJson', function (result) {
alert(result.actualAmount+"\t"+ result.differenceAmount) // alert(result.actualAmount+"\t"+ result.differenceAmount)
storageStatistics(result.className, result.planAmount, result.actualAmount, result.differenceAmount,) storageStatistics(result.className, result.planAmount, result.actualAmount, result.differenceAmount,)
}); });

Loading…
Cancel
Save