|
|
@@ -22,10 +22,12 @@ public class PesiticidePlanServiceImpl implements PesticidePlanService {
|
|
22
|
22
|
@Resource
|
|
23
|
23
|
private TFumigationPesticideMapper tFumigationPesticideMapper;
|
|
24
|
24
|
|
|
|
25
|
+ @Override
|
|
25
|
26
|
public List<Map<String,Object>> getPesticidePlanList(Map<String, Object> map) {
|
|
26
|
27
|
return tFumigationPesticideMapper.getPesticidePlanList(map);
|
|
27
|
28
|
}
|
|
28
|
29
|
|
|
|
30
|
+ @Override
|
|
29
|
31
|
public List<Map<String,Object>> getPesticidePlanLists(Map<String, Object> map) {
|
|
30
|
32
|
return tFumigationPesticideMapper.getPesticidePlanLists(map);
|
|
31
|
33
|
}
|
|
|
@@ -47,7 +49,7 @@ public class PesiticidePlanServiceImpl implements PesticidePlanService {
|
|
47
|
49
|
|
|
48
|
50
|
@Override
|
|
49
|
51
|
public void update(TFumigationPesticide tFumigationPesticide) {
|
|
50
|
|
- tFumigationPesticideMapper.updateByPrimaryKey(tFumigationPesticide);
|
|
|
52
|
+ tFumigationPesticideMapper.updateByPrimaryKeySelective(tFumigationPesticide);
|
|
51
|
53
|
}
|
|
52
|
54
|
|
|
53
|
55
|
@Override
|