修改 吸附

master
wangh 2 years ago
parent 4ff575364e
commit 22423cd4e1

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

@ -1,7 +1,7 @@
$(() => {
// onDutyPlan(1234,1202,33);
$.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,)
});

Loading…
Cancel
Save