|
|
|
@ -9,6 +9,7 @@ import com.hai.dao.HighMerchantStoreMapper; |
|
|
|
|
import com.hai.entity.HighMerchantStore; |
|
|
|
|
import com.hai.entity.HighMerchantStoreExample; |
|
|
|
|
import com.hai.entity.SecUser; |
|
|
|
|
import com.hai.model.HighMerchantStoreModel; |
|
|
|
|
import com.hai.service.HighMerchantStoreService; |
|
|
|
|
import com.hai.service.SecUserService; |
|
|
|
|
import org.apache.commons.collections4.MapUtils; |
|
|
|
@ -32,7 +33,7 @@ public class HighMerchantStoreServiceImpl implements HighMerchantStoreService { |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Transactional |
|
|
|
|
public void editMerchantStore(HighMerchantStore highMerchantStore) throws Exception { |
|
|
|
|
public void editMerchantStore(HighMerchantStoreModel highMerchantStore) throws Exception { |
|
|
|
|
if (highMerchantStore.getId() != null) { |
|
|
|
|
highMerchantStoreMapper.updateByPrimaryKey(highMerchantStore); |
|
|
|
|
} else { |
|
|
|
|