Selaa lähdekoodia

调整

master
zouhantao 3 viikkoa sitten
vanhempi
commit
167dce4f89

+ 1
- 1
zhywpt-app-iaw/src/main/java/cn/com/taiji/iaw/manager/ass/ActiveManagerImpl.java Näytä tiedosto

@@ -161,7 +161,7 @@ public class ActiveManagerImpl extends AbstractCommManager implements ActiveMana
DeviceReactivateModel model = new DeviceReactivateModel();
BeanTools.copyProperties(orderinfo, model);
if (staff != null){
if (staff.getAgencyId() != orderinfo.getAgencyId()){
if (!Objects.equals(staff.getAgencyId(), orderinfo.getAgencyId())){
return null;
}else {
customerInfo = customerInfoRepo.findByCustomerId(orderinfo.getCustomerId());

Loading…
Peruuta
Tallenna